﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Windows</name>
  </assembly>
  <members>
    <member name="N:Windows.ApplicationModel">
      <summary>Provides an app with access to core system functionality and run-time information about its app package.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.DesignMode">
      <summary>Enables you to detect whether your app is in design mode in a visual designer.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DesignMode.DesignModeEnabled">
      <summary>Gets a value that indicates whether the process is running in design mode.</summary>
      <returns>True if the process is running in design mode; otherwise false.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Package">
      <summary>Provides information about a package.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Package.Current">
      <summary>Gets the package for the current app.</summary>
      <returns>The package.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.Dependencies">
      <summary>Gets the packages on which the current package depends.</summary>
      <returns>The packages on which the current package depends.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.Description">
      <summary>Gets the description of the package.</summary>
      <returns>The description of the package.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.DisplayName">
      <summary>Gets the display name of the package.</summary>
      <returns>The display name.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Package.GetThumbnailToken">
      <summary>Windows Phone only. Returns a token that can be used to retrieve the thumbnail image associated with this application package.</summary>
      <returns>A token that can be used to retrieve the thumbnail image associated with this application package.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.Id">
      <summary>Gets the package identity of the current package.</summary>
      <returns>The package identity.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.InstallDate">
      <summary>Windows Phone only. Gets the date the application package was installed on the user's phone.</summary>
      <returns>The date the application package was installed on the user's phone.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.InstalledLocation">
      <summary>Gets the location of the installed package.</summary>
      <returns>The location of the installed package.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.IsBundle">
      <summary>Indicates whether the package is a bundle package.</summary>
      <returns>A Boolean value that indicates whether the package is a bundle package. TRUE indicates that the package is a bundle package; otherwise FALSE.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.IsDevelopmentMode">
      <summary>Indicates whether the package is installed in development mode.</summary>
      <returns>A Boolean value that indicates whether the package is installed in development mode. TRUE indicates that the package is installed in development mode; otherwise FALSE.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.IsFramework">
      <summary>Indicates whether other packages can declare a dependency on this package.</summary>
      <returns>True if other packages can declare a dependency on this package; otherwise false.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.IsResourcePackage">
      <summary>Indicates whether the package is a resource package.</summary>
      <returns>A Boolean value that indicates whether the package is a resource package. TRUE indicates that the package is a resource package; otherwise FALSE.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Package.Launch(System.String)">
      <summary>Windows Phone only. Launches the specified application.</summary>
      <param name="parameters">The navigation URI that specifies the page to launch and optional parameters. Use an empty string to specify the default page for the app.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Package.Logo">
      <summary>Gets the logo of the package.</summary>
      <returns>The logo of the package.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Package.PublisherDisplayName">
      <summary>Gets the publisher display name of the package.</summary>
      <returns>The publisher display name.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.PackageId">
      <summary>Provides package identification info, such as name, version, and publisher.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.Architecture">
      <summary>Gets the processor architecture for which the package was created.</summary>
      <returns>The processor architecture.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.Author">
      <summary>Windows Phone only. Gets the value of the Author attribute for the specified application package.</summary>
      <returns>The value of the Author attribute the specified application package.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.FamilyName">
      <summary>Gets the family name of the package.</summary>
      <returns>The family name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.FullName">
      <summary>Gets the full name of the package.</summary>
      <returns>The full name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.Name">
      <summary>Gets the name of the package.</summary>
      <returns>The package name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.ProductId">
      <summary>Windows Phone only. Gets the value of the ProductID attribute associated with this application package.</summary>
      <returns>The value of the ProductID attribute associated with this application package.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.Publisher">
      <summary>Gets the publisher of the package.</summary>
      <returns>The publisher.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.PublisherId">
      <summary>Gets the publisher ID of the package.</summary>
      <returns>The publisher ID.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.ResourceId">
      <summary>Gets the resource ID of the package.</summary>
      <returns>The resource ID. If there is no resource ID for the package, this property is null.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.PackageId.Version">
      <summary>Gets the package version info.</summary>
      <returns>The package version information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.SuspendingDeferral">
      <summary>Manages a delayed app suspending operation.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.SuspendingDeferral.Complete">
      <summary>Notifies the operating system that the app has saved its data and is ready to be suspended.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.SuspendingEventArgs">
      <summary>Provides data for an app suspending event.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.SuspendingEventArgs.SuspendingOperation">
      <summary>Gets the app suspending operation.</summary>
      <returns>The suspending operation.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.SuspendingOperation">
      <summary>Provides info about an app suspending operation.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.SuspendingOperation.Deadline">
      <summary>Gets the time remaining before a delayed app suspending operation continues.</summary>
      <returns>The time remaining.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.SuspendingOperation.GetDeferral">
      <summary>Requests that the app suspending operation be delayed.</summary>
      <returns>The suspension deferral.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.PackageVersion">
      <summary>Represents the package version info.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.PackageVersion.Major">
      <summary>The major version number of the package.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.PackageVersion.Minor">
      <summary>The minor version number of the package.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.PackageVersion.Build">
      <summary>The build version number of the package.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.PackageVersion.Revision">
      <summary>The revision version number of the package.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.ISuspendingDeferral">
      <summary>Manages a delayed app suspending operation.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.ISuspendingDeferral.Complete">
      <summary>Notifies the system that the app has saved its data and is ready to be suspended.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.ISuspendingEventArgs">
      <summary>Provides data for an app suspending event.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.ISuspendingEventArgs.SuspendingOperation">
      <summary>Gets the app suspending operation.</summary>
      <returns>The suspending operation.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.ISuspendingOperation">
      <summary>Provides information about an app suspending operation.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.ISuspendingOperation.Deadline">
      <summary>Gets the time remaining before a delayed app suspending operation continues.</summary>
      <returns>The time remaining.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.ISuspendingOperation.GetDeferral">
      <summary>Requests that the app suspending operation be delayed.</summary>
      <returns>The suspension deferral.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Activation">
      <summary>Enables an app to handle the activation parameters for the activation contracts, appointments, and extensions supported by Windows.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to add an appointment to the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to add it.</summary>
      <returns>The appointment that is added.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.AppointmentsProvider enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to remove an appointment from the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.AppointmentsProvider enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to remove it.</summary>
      <returns>The appointment that is removed.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to replace an appointment in the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.AppointmentsProvider enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs.ReplaceAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to replace it.</summary>
      <returns>The appointment that is replaced.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs">
      <summary>Provides data when an app is activated to show a specified time frame on the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs.Duration">
      <summary>Gets the duration of the time frame to be shown.</summary>
      <returns>The duration of the time frame.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.AppointmentsProvider enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs.TimeToShow">
      <summary>Gets the starting date and time of the time frame to be shown.</summary>
      <returns>The starting date and time of the time frame.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs">
      <summary>Provides information about the activated event that fires when the user saves or opens a file that needs updates from the app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs.CachedFileUpdaterUI">
      <summary>Gets the letterbox UI of the file picker that is displayed when a file needs updates from the app.</summary>
      <returns>The letterbox UI of the file picker that is displayed when a file needs updates from the app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.CachedFileUpdater enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs.SplashScreen">
      <summary>Gets a SplashScreen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs">
      <summary>Enables a camera settings app to handle the activation parameters for the app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.VideoDeviceController">
      <summary>Gets the object that controls device settings on the camera.</summary>
      <returns>The object that controls device settings on the camera.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.VideoDeviceExtension">
      <summary>Gets the object that implements additional extended settings for the camera.</summary>
      <returns>An object implementing extended settings for the camera.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs">
      <summary>Provides data when an app is activated to call a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.Contact">
      <summary>Gets the contact for the call.</summary>
      <returns>The contact for the call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>A ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the call.</summary>
      <returns>The identifier of the service used for the call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the call.</summary>
      <returns>The user identifier of the service used for the call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs">
      <summary>Provides data when an app is activated to map a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Address">
      <summary>Gets the address of a contact for the mapping operation.</summary>
      <returns>The address of a contact for the mapping operation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Contact">
      <summary>Gets the contact for the mapping operation.</summary>
      <returns>The contact for the mapping operation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>A ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs">
      <summary>Provides data when an app is activated to send a message to a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.Contact">
      <summary>Gets the contact for the message.</summary>
      <returns>The contact for the message.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>A ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the message.</summary>
      <returns>The identifier of the service used for the message.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the message.</summary>
      <returns>The user identifier of the service used for the message.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs">
      <summary>Provides data when an app is activated because it uses the Contact Picker.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.ContactPickerUI">
      <summary>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</summary>
      <returns>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs">
      <summary>Provides data when an app is activated to post a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.Contact">
      <summary>Gets the contact for the post.</summary>
      <returns>The contact for the post.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>A ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the post.</summary>
      <returns>The identifier of the service used for the post.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the post.</summary>
      <returns>The user identifier of the service used for the post.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs">
      <summary>Provides data when an app is activated to video call a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.Contact">
      <summary>Gets the contact for the video call.</summary>
      <returns>The contact for the video call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>A ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the video call.</summary>
      <returns>The identifier of the service used for the video call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the video call.</summary>
      <returns>The user identifier of the service used for the video call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.DeviceActivatedEventArgs">
      <summary>Provides information for a device that invokes AutoPlay.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.DeviceActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.DeviceActivatedEventArgs.DeviceInformationId">
      <summary>Gets the device identifier for the device that invoked AutoPlay.</summary>
      <returns>The device identifier for the device that invoked AutoPlay.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.DeviceActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.DeviceActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.DeviceActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.DeviceActivatedEventArgs.Verb">
      <summary>Gets the action associated with the activated device.</summary>
      <returns>The action associated with the activated device.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.FileActivatedEventArgs">
      <summary>Provides data when an app is activated because it is the app associated with a file.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileActivatedEventArgs.Files">
      <summary>Gets the files for which the app was activated.</summary>
      <returns>The StorageFile objects representing the files being passed to the app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileActivatedEventArgs.NeighboringFilesQuery">
      <summary>Gets the neighboring files of the files for which the app was activated.</summary>
      <returns>The StorageFile objects that represent the neighboring files of the files being passed to the app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileActivatedEventArgs.Verb">
      <summary>Gets the action associated with the activated file.</summary>
      <returns>The action.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs">
      <summary>Provides information about an activated event that fires when the user tries to pick files or folders that are provided by the app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs.FileOpenPickerUI">
      <summary>Gets the letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.</summary>
      <returns>The letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.FileOpenPicker enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs.SplashScreen">
      <summary>Gets a SplashScreen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs">
      <summary>Provides information about an activated event that fires when the user saves a file through the file picker and selects the app as the location.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs.FileSavePickerUI">
      <summary>Gets the letterbox UI of the file picker that is displayed when the user saves a file and selects the app as the save location.</summary>
      <returns>The letterbox UI of the file picker that is displayed when the user saves a file and uses the app as the location.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.FileSavePicker enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs.SplashScreen">
      <summary>Gets a SplashScreen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.LaunchActivatedEventArgs">
      <summary>Provides event information when an app is launched.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.Arguments">
      <summary>Gets the arguments that are passed to the app during its launch activation.</summary>
      <returns>The list of arguments.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.Kind">
      <summary>Gets the reason that this app is being activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before this activation.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.TileId">
      <summary>Gets the ID of the source that was invoked to launch the application.</summary>
      <returns>The ID of the tile.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs">
      <summary>Provides event information when communication to and from the lock screen is required.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.Arguments">
      <summary>Gets the arguments that are passed to the app to launch it.</summary>
      <returns>The list of arguments.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.CallUI">
      <summary>Gets the UI that handles communication to and from the lock screen.</summary>
      <returns>The UI that handles communication to and from the lock screen.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.LockScreenCall enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.TileId">
      <summary>Gets the identifier of the source that launched the app.</summary>
      <returns>The identifier of the tile.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.PickerReturnedActivatedEventArgs">
      <summary>Provides data for the Activated event when it occurs after a picker returns.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PickerReturnedActivatedEventArgs.Kind">
      <summary>Gets the reason that this app is being activated.</summary>
      <returns>The reason that this app is being activated.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PickerReturnedActivatedEventArgs.PickerOperationId">
      <summary>Gets an identifier indicating the picker operation that was performed prior to the activation.</summary>
      <returns>An application-defined identifier indicating the picker operation that was performed prior to the activation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PickerReturnedActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before this activation.</summary>
      <returns>The execution state of the app before this activation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PickerReturnedActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The splash screen object.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs">
      <summary>Provides information in response to the event that is raised when print task settings are activated.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.Configuration">
      <summary>Gets the configuration information for the print task.</summary>
      <returns>The print task configuration information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.Kind">
      <summary>Gets the activation type for the print task settings.</summary>
      <returns>The type of activation for the print task.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before the settings were activated.</summary>
      <returns>The execution state of the app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs">
      <summary>Provides data when an app is activated because it is the app associated with a URI scheme name.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) for which the app was activated.</summary>
      <returns>The Uniform Resource Identifier (URI).</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.RestrictedLaunchActivatedEventArgs">
      <summary>Provides event information when a restricted app is launched.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.RestrictedLaunchActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.RestrictedLaunch enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.RestrictedLaunchActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.RestrictedLaunchActivatedEventArgs.SharedContext">
      <summary>Gets information about a shared context for the restricted launch.</summary>
      <returns>The object that provides shared context information.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.RestrictedLaunchActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.SearchActivatedEventArgs">
      <summary>Provides information about the activated event that fires when the user searches the app from the Search charm and the app isn't the main app on screen.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SearchActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SearchActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Search enumeration value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SearchActivatedEventArgs.Language">
      <summary>Gets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SearchActivatedEventArgs.LinguisticDetails">
      <summary>Gets a SearchPaneQueryLinguisticDetails object that provides info about query text that the user enters through an Input Method Editor (IME).</summary>
      <returns>The object that provides info about query text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SearchActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the ApplicationExecutionState enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SearchActivatedEventArgs.QueryText">
      <summary>Gets the text that the user wants the app to search for.</summary>
      <returns>The text to search for.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SearchActivatedEventArgs.SplashScreen">
      <summary>Gets a SplashScreen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs">
      <summary>Provides information for an application that is a target for share operations.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs.ShareOperation">
      <summary>Gets information about data included in a share operation.</summary>
      <returns>An object that includes the data included in a send operation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.SplashScreen">
      <summary>Provides a dismissal event and image location information for the app's splash screen.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Activation.SplashScreen.Dismissed">
      <summary>Fires when the app's splash screen is dismissed.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.SplashScreen.ImageLocation">
      <summary>The coordinates of the app's splash screen image relative to the window.</summary>
      <returns>The coordinates of the splash screen image relative to the window and scaled for the dots per inch (dpi) of the device.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ActivationKind">
      <summary>Specifies the type of activation.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.Launch">
      <summary>The user launched the app or tapped a content tile.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.Search">
      <summary>The user wants to search with the app.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.ShareTarget">
      <summary>The app is activated as a target for share operations.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.File">
      <summary>An app launched a file whose file type this app is registered to handle.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.Protocol">
      <summary>An app launched a URL whose protocol this app is registered to handle.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.FileOpenPicker">
      <summary>The user wants to pick files that are provided by the app.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.FileSavePicker">
      <summary>The user wants to save a file and selected the app as the location.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.CachedFileUpdater">
      <summary>The user wants to save a file that the app provides content management for.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.ContactPicker">
      <summary>The user wants to pick contacts.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.Device">
      <summary>The app handles AutoPlay.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.PrintTaskSettings">
      <summary>The app handles print tasks.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.CameraSettings">
      <summary>The app captures photos or video from an attached camera.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.RestrictedLaunch">
      <summary>The user launched the restricted app.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.AppointmentsProvider">
      <summary>The user wants to manage appointments that are provided by the app.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.Contact">
      <summary>The user wants to handle calls or messages for the phone number of a contact that is provided by the app.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.LockScreenCall">
      <summary>The app launches a call from the lock screen. If the user wants to accept the call, the app displays its call UI directly on the lock screen without requiring the user to unlock. A lock-screen call is a special type of launch activation.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ActivationKind.PickerReturned">
      <summary>Windows Phone only. The application was activated after the completion of a picker.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ApplicationExecutionState">
      <summary>Specifies the execution state of the app.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ApplicationExecutionState.NotRunning">
      <summary>The app is not running.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ApplicationExecutionState.Running">
      <summary>The app is running.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ApplicationExecutionState.Suspended">
      <summary>The app is suspended.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ApplicationExecutionState.Terminated">
      <summary>The app was terminated after being suspended.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Activation.ApplicationExecutionState.ClosedByUser">
      <summary>The app was closed by the user.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IApplicationViewActivatedEventArgs">
      <summary>Provides data when an app is activated to show its current view.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IApplicationViewActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IActivatedEventArgs">
      <summary>Provides common properties for all activation types.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IActivatedEventArgs.Kind">
      <summary>Gets the reason that this app is being activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before this activation.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The splash screen object.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IAppointmentsProviderActivatedEventArgs">
      <summary>Provides data when an app is activated.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IAppointmentsProviderActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IAppointmentsProviderAddAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to add an appointment to the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IAppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to add it.</summary>
      <returns>The appointment that is added.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IAppointmentsProviderRemoveAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to remove an appointment from the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IAppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to remove it.</summary>
      <returns>The appointment that is removed.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IAppointmentsProviderReplaceAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to replace an appointment in the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IAppointmentsProviderReplaceAppointmentActivatedEventArgs.ReplaceAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to replace it.</summary>
      <returns>The appointment that is replaced.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IAppointmentsProviderShowTimeFrameActivatedEventArgs">
      <summary>Provides data when an app is activated to show a specified time frame on the user's calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IAppointmentsProviderShowTimeFrameActivatedEventArgs.Duration">
      <summary>Gets the duration of the time frame to be shown.</summary>
      <returns>The duration of the time frame.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IAppointmentsProviderShowTimeFrameActivatedEventArgs.TimeToShow">
      <summary>Gets the starting date and time of the time frame to be shown.</summary>
      <returns>The starting date and time of the time frame.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ICachedFileUpdaterActivatedEventArgs">
      <summary>Provides information about the activated event that fires when the user saves a file that requires content management from the app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ICachedFileUpdaterActivatedEventArgs.CachedFileUpdaterUI">
      <summary>The letterbox UI of the file picker that is displayed when a file requires content management from the app.</summary>
      <returns>The letterbox UI of the file picker that is displayed when a file requires content management from the app.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ICameraSettingsActivatedEventArgs">
      <summary>Enables a camera settings app to handle the activation parameters for the app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ICameraSettingsActivatedEventArgs.VideoDeviceController">
      <summary>Gets the object that controls device settings on the camera.</summary>
      <returns>The object that controls device settings on the camera.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ICameraSettingsActivatedEventArgs.VideoDeviceExtension">
      <summary>Gets the object that implements additional extended settings for the camera.</summary>
      <returns>An object implementing extended settings for the camera.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactActivatedEventArgs">
      <summary>Provides information about an activated event that fires when the user manages a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactActivatedEventArgs.Verb">
      <summary>Gets the action that is associated with the activated contact.</summary>
      <returns>The action that is associated with the activated contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs">
      <summary>Provides data when an app is activated to call a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs.Contact">
      <summary>Gets the contact for the call.</summary>
      <returns>The contact for the call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the call.</summary>
      <returns>The identifier of the service used for the call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the call.</summary>
      <returns>The user identifier of the service used for the call.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactMapActivatedEventArgs">
      <summary>Provides data when an app is activated to map a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactMapActivatedEventArgs.Address">
      <summary>Gets the address of a contact for the mapping operation.</summary>
      <returns>Represents the address of a contact for the mapping operation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactMapActivatedEventArgs.Contact">
      <summary>Gets the contact for the mapping operation.</summary>
      <returns>The contact for the mapping operation.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs">
      <summary>Provides data when an app is activated to send a message a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs.Contact">
      <summary>Gets the contact for the message.</summary>
      <returns>The contact for the message.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the message.</summary>
      <returns>The identifier of the service used for the message.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the message.</summary>
      <returns>The user identifier of the service used for the message.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactPickerActivatedEventArgs">
      <summary>Provides data when an app is activated because it uses the Contact Picker.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactPickerActivatedEventArgs.ContactPickerUI">
      <summary>The letterbox UI of the contact picker that is displayed when the user wants to pick files or folders that are provided by the app.</summary>
      <returns>The letterbox UI of the contact picker that is displayed when the user wants to pick files or folders that are provided by the app.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs">
      <summary>Provides data when an app is activated to post a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs.Contact">
      <summary>Gets the contact for the post.</summary>
      <returns>The contact for the post.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the post.</summary>
      <returns>The identifier of the service used for the post.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the post.</summary>
      <returns>The user identifier of the service used for the post.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactsProviderActivatedEventArgs">
      <summary>Provides information about an activated event that fires when the user manages a contact that is provided by the app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactsProviderActivatedEventArgs.Verb">
      <summary>Gets the action that is associated with the activated contacts provider.</summary>
      <returns>The action that is associated with the activated contacts provider.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs">
      <summary>Provides data when an app is activated to video call a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs.Contact">
      <summary>Gets the contact for the video call.</summary>
      <returns>The contact for the video call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the video call.</summary>
      <returns>The identifier of the service used for the video call.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the video call.</summary>
      <returns>The user identifier of the service used for the video call.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IDeviceActivatedEventArgs">
      <summary>Provides information for a device that invokes AutoPlay.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IDeviceActivatedEventArgs.DeviceInformationId">
      <summary>Gets the device identifier for the device that invoked AutoPlay.</summary>
      <returns>The device identifier for the device that invoked AutoPlay.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IDeviceActivatedEventArgs.Verb">
      <summary>Gets the action associated with the activated device.</summary>
      <returns>The action associated with the activated device.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IFileActivatedEventArgs">
      <summary>Provides data when an app is activated because it is the program associated with a file.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IFileActivatedEventArgs.Files">
      <summary>Gets the files for which the app was activated.</summary>
      <returns>The files.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IFileActivatedEventArgs.Verb">
      <summary>Gets the action associated with the activated file.</summary>
      <returns>The action.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IFileActivatedEventArgsWithNeighboringFiles">
      <summary>Provides data when an app is activated because it is the program associated with the neighboring files.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IFileActivatedEventArgsWithNeighboringFiles.NeighboringFilesQuery">
      <summary>Gets the neighboring files of the files for which the app was activated.</summary>
      <returns>The StorageFile objects that represent the neighboring files of the files being passed to the app.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IFileOpenPickerActivatedEventArgs">
      <summary>Provides information about the activated event that fires when the user tries to pick files or folders that are provided by the app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IFileOpenPickerActivatedEventArgs.FileOpenPickerUI">
      <summary>The letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.</summary>
      <returns>The letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IFileSavePickerActivatedEventArgs">
      <summary>Provides information about the activated event that fires when the user saves a file through the file picker and selects the app as the location.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IFileSavePickerActivatedEventArgs.FileSavePickerUI">
      <summary>The letterbox UI of the file picker that is displayed when the user saves a file and selects the app as the save location.</summary>
      <returns>The letterbox UI of the file picker that is displayed when the user saves a file and selects the app as the location.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ILaunchActivatedEventArgs">
      <summary>Provides event information when an app is launched.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ILaunchActivatedEventArgs.Arguments">
      <summary>Gets the arguments that are passed to the app during its launch activation.</summary>
      <returns>The list of arguments.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ILaunchActivatedEventArgs.TileId">
      <summary>Gets the ID of the source that was invoked to launch the application.</summary>
      <returns>The ID of the tile.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ILockScreenCallActivatedEventArgs">
      <summary>Provides event information when communication to and from the lock screen is required.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ILockScreenCallActivatedEventArgs.CallUI">
      <summary>Gets the UI that handles communication to and from the lock screen.</summary>
      <returns>The UI that handles communication to and from the lock screen.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IPickerReturnedActivatedEventArgs">
      <summary>Provides data for the Activated event when it occurs after a picker returns.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IPickerReturnedActivatedEventArgs.PickerOperationId">
      <summary>Gets an identifier indicating the type of picker operation that was performed prior to the activation.</summary>
      <returns>An identifier indicating the type of picker operation that was performed prior to the activation.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IPrelaunchActivatedEventArgs">
      <summary>Provides event information about whether an app is in pre-launch state.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IPrelaunchActivatedEventArgs.PrelaunchActivated">
      <summary>Gets an indication about whether a pre-launch has been activated.</summary>
      <returns>Indicates whether a pre-launch has been activated. TRUE indicates activated; otherwise, FALSE.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IPrintTaskSettingsActivatedEventArgs">
      <summary>Provides information in response to the event that is raised when print task settings are activated.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IPrintTaskSettingsActivatedEventArgs.Configuration">
      <summary>Gets the configuration information for the print task.</summary>
      <returns>The print task configuration information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IProtocolActivatedEventArgs">
      <summary>Provides data when an app is activated because it is the program associated with a protocol.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IProtocolActivatedEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) for which the app was activated.</summary>
      <returns>The Uniform Resource Identifier (URI).</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IRestrictedLaunchActivatedEventArgs">
      <summary>Provides event information when a restricted app is launched.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IRestrictedLaunchActivatedEventArgs.SharedContext">
      <summary>Gets information about a shared context for the restricted launch.</summary>
      <returns>The object that provides shared context information.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ISearchActivatedEventArgs">
      <summary>Provides information about the activated event that fires when an app is used to search.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ISearchActivatedEventArgs.Language">
      <summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ISearchActivatedEventArgs.QueryText">
      <summary>The text that the user wants the app to search for.</summary>
      <returns>The text to find.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.ISearchActivatedEventArgsWithLinguisticDetails">
      <summary>Provides information about the activated event that fires when an app is used to query text.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.ISearchActivatedEventArgsWithLinguisticDetails.LinguisticDetails">
      <summary>Gets a SearchPaneQueryLinguisticDetails object that provides info about query text that the user enters through an Input Method Editor (IME).</summary>
      <returns>The object that provides info about query text.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Activation.IShareTargetActivatedEventArgs">
      <summary>Provides information for an application that is a target for share operations.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Activation.IShareTargetActivatedEventArgs.ShareOperation">
      <summary>Contains information about data included in a share operation.</summary>
      <returns>An object that includes the data included in a send operation.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Appointments">
      <summary>Contains the Appointment class and related support classes. An Appointment represents an appointment in a calendar.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.Appointment">
      <summary>Represents an appointment in a calendar. This class is used when an app is activated using the AppointmentsProvider value for ActivationKind, as a value for AppointmentInformation properties.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.AllDay">
      <summary>Gets or sets a value that indicates whether the appointment will last all day.</summary>
      <returns>A Boolean value that indicates whether the appointment will last all day. TRUE indicates that the appointment will last all day; otherwise FALSE.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.Appointment.#ctor">
      <summary>Initializes a new instance of the Appointment class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.BusyStatus">
      <summary>Gets or sets a value that indicates the busy status for a participant of an appointment.</summary>
      <returns>A AppointmentBusyStatus-typed value that indicates the busy status for a participant of an appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Details">
      <summary>Gets or sets a string value. The string contains extended details that describe the appointment.</summary>
      <returns>The extended details that describe the appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Duration">
      <summary>Gets or sets a timespan that represents the time duration of the appointment.</summary>
      <returns>A timespan that represents the duration of the appointment. The duration can't be a negative value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Invitees">
      <summary>Gets the list of participants for the appointment.</summary>
      <returns>The list of participants for the appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Location">
      <summary>Gets or sets a string that communicates the physical location of the appointment.</summary>
      <returns>The location of the appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Organizer">
      <summary>Gets or sets the organizer of the appointment.</summary>
      <returns>A AppointmentOrganizer object that indicates the organizer of the appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Recurrence">
      <summary>Gets or sets the object that describes when and how often the appointment occurs.</summary>
      <returns>A AppointmentRecurrence object that describes when and how often the appointment occurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Reminder">
      <summary>Gets or sets a timespan value. The value declares the amount of time to subtract from the StartTime, and that time used as the issue time for a reminder for an appointment. A null value indicates that the appointment will not issue a reminder.</summary>
      <returns>A timespan value, or null to issue no reminder.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Sensitivity">
      <summary>Gets or sets a value that indicates the sensitivity of the appointment.</summary>
      <returns>A AppointmentSensitivity-typed value that indicates the sensitivity of the appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.StartTime">
      <summary>Gets or sets the starting time for the appointment.</summary>
      <returns>The date and time to use as the starting time for the appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Subject">
      <summary>Gets or sets a string that communicates the subject of the appointment.</summary>
      <returns>The subject of the appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.Appointment.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) for the appointment.</summary>
      <returns>The URI for the appointment.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentInvitee">
      <summary>Represents a participant of an appointment in a calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentInvitee.Address">
      <summary>Gets or sets a string that communicates the address of a participant of an appointment.</summary>
      <returns>The address of a participant of an appointment.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentInvitee.#ctor">
      <summary>Initializes a new instance of the AppointmentInvitee class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentInvitee.DisplayName">
      <summary>Gets or sets a string that communicates the display name of a participant of an appointment.</summary>
      <returns>The display name of a participant of an appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentInvitee.Response">
      <summary>Gets or sets a value that indicates the response from a participant concerning an appointment invitation.</summary>
      <returns>A AppointmentParticipantResponse-typed value that indicates the response from a participant concerning an appointment invitation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentInvitee.Role">
      <summary>Gets or sets a value that indicates the role of a participant concerning an appointment invitation.</summary>
      <returns>A AppointmentParticipantRole-typed value that indicates the role of a participant concerning an appointment invitation.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentManager">
      <summary>Interacts with the user's Appointments provider from app data. Call static methods to display provider-specific UI so that the user can perform tasks.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowAddAppointmentAsync(Windows.ApplicationModel.Appointments.Appointment,Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Shows the Appointments provider Add Appointment UI, to enable the user to add an appointment.</summary>
      <returns>When this method completes, it returns a String object that represents the appointment. This serves as an appointment identifier for future reference when updating or removing. If the appointment identifier returned is an empty string, the appointment was not added to the Appointments provider app.</returns>
      <param name="appointment">The object representing the information for the appointment to add.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Add Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Add Appointment UI displays around the button, not overlapping it.</param>
      <param name="preferredPlacement">The Placement that describes the preferred placement of the Add Appointment UI.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowAddAppointmentAsync(Windows.ApplicationModel.Appointments.Appointment,Windows.Foundation.Rect)">
      <summary>Shows the Appointments provider Add Appointment UI, to enable the user to add an appointment.</summary>
      <returns>When this method completes, it returns a String object that represents the appointment. This serves as an appointment identifier for future reference when updating or removing. If the appointment identifier returned is an empty string, the appointment was not added to the Appointments provider app.</returns>
      <param name="appointment">The object representing the information for the appointment to add.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Add Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Add Appointment UI displays around the button, not overlapping it.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowRemoveAppointmentAsync(System.String,Windows.Foundation.Rect)">
      <summary>Shows the Appointments provider Remove Appointment UI, to enable the user to remove an appointment.</summary>
      <returns>When this method completes, it returns a Boolean value that indicates whether the Appointment provider app removed the appointment.</returns>
      <param name="appointmentId">The appointment identifier. This is typically obtained from the async return value of a previous ShowAddAppointmentAsync call.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Remove Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Remove Appointment UI displays around the button, not overlapping it.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowRemoveAppointmentAsync(System.String,Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Shows the Appointments provider Remove Appointment UI, to enable the user to remove an appointment.</summary>
      <returns>When this method completes, it returns a Boolean value that indicates whether the Appointment provider app removed the appointment.</returns>
      <param name="appointmentId">The appointment identifier. This is typically obtained from the async return value of a previous ShowAddAppointmentAsync call.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Remove Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Remove Appointment UI displays around the button, not overlapping it.</param>
      <param name="preferredPlacement">The Placement that describes the preferred placement of the Remove Appointment UI.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowRemoveAppointmentAsync(System.String,Windows.Foundation.Rect,Windows.UI.Popups.Placement,Windows.Foundation.DateTime)">
      <summary>Shows the Appointments provider Remove Appointment UI, to enable the user to remove an appointment.</summary>
      <returns>When this method completes, it returns a Boolean value that indicates whether the Appointment provider app removed the appointment.</returns>
      <param name="appointmentId">The appointment identifier. This is typically obtained from the async return value of a previous ShowAddAppointmentAsync call.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Remove Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Remove Appointment UI displays around the button, not overlapping it.</param>
      <param name="preferredPlacement">The Placement that describes the preferred placement of the Remove Appointment UI.</param>
      <param name="instanceStartDate">The start date and time of the appointment instance to remove.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowReplaceAppointmentAsync(System.String,Windows.ApplicationModel.Appointments.Appointment,Windows.Foundation.Rect)">
      <summary>Shows the Appointments provider Replace Appointment UI, to enable the user to replace an appointment.</summary>
      <returns>When this method completes, it returns a String object that represents the appointment. This serves as an appointment identifier for future reference when updating or removing. If the appointment identifier returned is an empty string, the appointment was not replaced in the Appointments provider app.</returns>
      <param name="appointmentId">The appointment identifier of the current appointment. This is typically obtained from the async return value of a previous ShowAddAppointmentAsync or ShowReplaceAppointmentAsync call.</param>
      <param name="appointment">The object representing the information for the appointment to replace the current appointment.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Replace Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Replace Appointment UI displays around the button, not overlapping it.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowReplaceAppointmentAsync(System.String,Windows.ApplicationModel.Appointments.Appointment,Windows.Foundation.Rect,Windows.UI.Popups.Placement,Windows.Foundation.DateTime)">
      <summary>Shows the Appointments provider Replace Appointment UI, to enable the user to replace an appointment.</summary>
      <returns>When this method completes, it returns a String object that represents the appointment. This serves as an appointment identifier for future reference when updating or removing. If the appointment identifier returned is an empty string, the appointment was not replaced in the Appointments provider app.</returns>
      <param name="appointmentId">The appointment identifier of the current appointment. This is typically obtained from the async return value of a previous ShowAddAppointmentAsync or ShowReplaceAppointmentAsync call.</param>
      <param name="appointment">The object representing the information for the appointment to replace the current appointment.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Replace Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Replace Appointment UI displays around the button, not overlapping it.</param>
      <param name="preferredPlacement">The Placement that describes the preferred placement of the Replace Appointment UI.</param>
      <param name="instanceStartDate">The start date and time of the appointment instance to replace.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowReplaceAppointmentAsync(System.String,Windows.ApplicationModel.Appointments.Appointment,Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Shows the Appointments provider Replace Appointment UI, to enable the user to replace an appointment.</summary>
      <returns>When this method completes, it returns a String object that represents the appointment. This serves as an appointment identifier for future reference when updating or removing. If the appointment identifier returned is an empty string, the appointment was not replaced in the Appointments provider app.</returns>
      <param name="appointmentId">The appointment identifier of the current appointment. This is typically obtained from the async return value of a previous ShowAddAppointmentAsync or ShowReplaceAppointmentAsync call.</param>
      <param name="appointment">The object representing the information for the appointment to replace the current appointment.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Replace Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Replace Appointment UI displays around the button, not overlapping it.</param>
      <param name="preferredPlacement">The Placement that describes the preferred placement of the Replace Appointment UI.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentManager.ShowTimeFrameAsync(Windows.Foundation.DateTime,Windows.Foundation.TimeSpan)">
      <summary>Shows the Appointments provider app's primary UI. This typically displays a time frame from an appointments calendar.</summary>
      <returns>When this method returns, it does not return a result. On completion, the AsyncActionCompletedHandler specified by get_Completed / Completed is invoked.</returns>
      <param name="timeToShow">A date and time object that specifies the beginning of the time frame that the Appointments provider app should display.</param>
      <param name="duration">A timespan that hints to the Appointments provider app how long the time frame shown should be.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentOrganizer">
      <summary>Represents the organizer of an appointment in a calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentOrganizer.Address">
      <summary>Gets or sets a string that communicates the address of the organizer of an appointment.</summary>
      <returns>The address of the organizer of an appointment.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentOrganizer.#ctor">
      <summary>Initializes a new instance of the AppointmentOrganizer class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentOrganizer.DisplayName">
      <summary>Gets or sets a string that communicates the display name of the organizer of an appointment.</summary>
      <returns>The display name of the organizer of an appointment.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentRecurrence">
      <summary>Represents when and how often an appointment occurs.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentRecurrence.#ctor">
      <summary>Initializes a new instance of the AppointmentRecurrence class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.Day">
      <summary>Gets or sets the day on which an appointment occurs.</summary>
      <returns>The day on which an appointment occurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.DaysOfWeek">
      <summary>Gets or sets all the days of the week on which an appointment occurs.</summary>
      <returns>A combination of AppointmentDaysOfWeek-typed values that are combined by using a bitwise OR operation. The resulting value specifies all the days of the week on which an appointment occurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.Interval">
      <summary>Gets or sets the interval on which an appointment occurs.</summary>
      <returns>The interval on which an appointment occurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.Month">
      <summary>Gets or sets the month on which an appointment occurs.</summary>
      <returns>The month on which an appointment occurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.Occurrences">
      <summary>Gets or sets the number of times an appointment recurs.</summary>
      <returns>The number of times an appointment recurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.Unit">
      <summary>Gets or sets a value that indicates the frequency for which the appointment occurs.</summary>
      <returns>A AppointmentRecurrenceUnit-typed value that indicates the frequency for which the appointment occurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.Until">
      <summary>Gets or sets the date and time until which an appointment is valid.</summary>
      <returns>The date and time until which an appointment is valid.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentRecurrence.WeekOfMonth">
      <summary>Gets or sets a value that indicates the week of the month for which the appointment occurs.</summary>
      <returns>A AppointmentWeekOfMonth-typed value that indicates the week of the month for which the appointment occurs.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentBusyStatus">
      <summary>Specifies the busy status for a participant of an appointment.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentBusyStatus.Busy">
      <summary>The participant is busy and so can't attend the appointment.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentBusyStatus.Tentative">
      <summary>The participant might be able to attend the appointment.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentBusyStatus.Free">
      <summary>The participant is free and so can attend the appointment.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentBusyStatus.OutOfOffice">
      <summary>The participant is out of office.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentBusyStatus.WorkingElsewhere">
      <summary>The participant is working elsewhere.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek">
      <summary>Specifies the days of the week on which an appointment occurs.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.None">
      <summary>The appointment doesn't occur on any days of the week.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.Sunday">
      <summary>The appointment occurs on Sunday.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.Monday">
      <summary>The appointment occurs on Monday.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.Tuesday">
      <summary>The appointment occurs on Tuesday.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.Wednesday">
      <summary>The appointment occurs on Wednesday.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.Thursday">
      <summary>The appointment occurs on Thursday.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.Friday">
      <summary>The appointment occurs on Friday.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek.Saturday">
      <summary>The appointment occurs on Saturday.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentParticipantResponse">
      <summary>Specifies the response from a participant concerning an appointment invitation.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantResponse.None">
      <summary>No response.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantResponse.Tentative">
      <summary>The participant might attend the appointment.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantResponse.Accepted">
      <summary>The participant accepted the appointment invitation.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantResponse.Declined">
      <summary>The participant declined the appointment invitation.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantResponse.Unknown">
      <summary>The response is unknown.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentParticipantRole">
      <summary>Specifies the role of an item concerning an appointment invitation.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantRole.RequiredAttendee">
      <summary>The participant's attendance at the appointment is required.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantRole.OptionalAttendee">
      <summary>The participant's attendance at the appointment is optional.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentParticipantRole.Resource">
      <summary>The item is a resource that is needed at the appointment.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit">
      <summary>Specifies the frequency for which an appointment occurs.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit.Daily">
      <summary>Appointment occurs daily.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit.Weekly">
      <summary>Appointment occurs weekly.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit.Monthly">
      <summary>Appointment occurs monthly.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit.MonthlyOnDay">
      <summary>Appointment occurs monthly on a particular day of the month.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit.Yearly">
      <summary>Appointment occurs yearly.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit.YearlyOnDay">
      <summary>Appointment occurs yearly on a particular day of the year.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentSensitivity">
      <summary>Specifies the sensitivity of an appointment.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentSensitivity.Public">
      <summary>The appointment is publicly available to view.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentSensitivity.Private">
      <summary>The appointment is private and can't be viewed publicly.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth">
      <summary>Specifies the week of the month for which the appointment occurs.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth.First">
      <summary>The appointment occurs on the first week of the month.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth.Second">
      <summary>The appointment occurs on the second week of the month.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth.Third">
      <summary>The appointment occurs on the third week of the month.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth.Fourth">
      <summary>The appointment occurs on the fourth week of the month.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth.Last">
      <summary>The appointment occurs on the last week of the month.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.IAppointmentParticipant">
      <summary>Provides info about a participant of an appointment in a calendar.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.IAppointmentParticipant.Address">
      <summary>Gets or sets a string that communicates the address of a participant of an appointment.</summary>
      <returns>The address of a participant of an appointment.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.IAppointmentParticipant.DisplayName">
      <summary>Gets or sets a string that communicates the display name of a participant of an appointment.</summary>
      <returns>The display name of a participant of an appointment.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Appointments.AppointmentsProvider">
      <summary>Defines operations classes for add appointment and remove appointment requests through activations that an appointments provider interacts with.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentsProvider.AppointmentsProviderLaunchActionVerbs">
      <summary>Represents the object associated with retrieving the operation of the appointments provider.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.AppointmentsProviderLaunchActionVerbs.AddAppointment">
      <summary>Gets the add-appointment action that the appointments provider performs.</summary>
      <returns>The add-appointment action</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.AppointmentsProviderLaunchActionVerbs.RemoveAppointment">
      <summary>Gets the remove-appointment action that the appointments provider performs.</summary>
      <returns>The remove-appointment action</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.AppointmentsProviderLaunchActionVerbs.ReplaceAppointment">
      <summary>Gets the replace-appointment action that the appointments provider performs.</summary>
      <returns>The replace-appointment action</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.AppointmentsProviderLaunchActionVerbs.ShowTimeFrame">
      <summary>Gets the show-time-frame action of an appointment that the appointments provider performs.</summary>
      <returns>The show-time-frame action of an appointment</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation">
      <summary>Represents the operation object associated with adding a new appointment. Appointments provider apps use this info to perform the operation.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation.AppointmentInformation">
      <summary>Gets the Appointment info from the activation request.</summary>
      <returns>An instance of the Appointment class that represents the specific info for the appointment to add.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation.DismissUI">
      <summary>Dismisses the UI for the operation that adds a new appointment.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation.ReportCanceled">
      <summary>Call this method to inform the activating app that the operation was canceled by the user.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation.ReportCompleted(System.String)">
      <summary>Call this method to inform the activating app that the operation was completed successfully. Provide a unique appointment ID as the itemID parameter.</summary>
      <param name="itemId">A unique appointment ID that the activating app can later use to remove this appointment if necessary.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation.ReportError(System.String)">
      <summary>Call this method to inform the activating app that the operation could not be completed because of a provider error.</summary>
      <param name="value">A string containing information about the error.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation.SourcePackageFamilyName">
      <summary>Gets the package family name of the app that is requesting the operation.</summary>
      <returns>The package family name.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation">
      <summary>Represents the operation object associated with removing an appointment. Appointments provider apps use this info to perform the operation.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.AppointmentId">
      <summary>Gets the unique identifier of the appointment to remove.</summary>
      <returns>The unique identifier of the appointment to remove.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.DismissUI">
      <summary>Dismisses the UI for the operation that removes an appointment.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.InstanceStartDate">
      <summary>Gets the start date and time of the appointment instance to remove.</summary>
      <returns>The start date and time of the appointment instance to remove.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.ReportCanceled">
      <summary>Call this method to inform the activating app that the operation was canceled by the user.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.ReportCompleted">
      <summary>Informs the activating app that the operation was completed successfully.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.ReportError(System.String)">
      <summary>Call this method to inform the activating app that the operation could not be completed because of a provider error.</summary>
      <param name="value">A string containing information about the error.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.SourcePackageFamilyName">
      <summary>Gets the package family name of the app that is requesting the operation.</summary>
      <returns>The package family name.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation">
      <summary>Represents the operation object associated with replacing an appointment. Appointments provider apps use this info to perform the operation.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.AppointmentId">
      <summary>Gets the unique identifier of the appointment to replace.</summary>
      <returns>The unique identifier of the appointment to replace.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.AppointmentInformation">
      <summary>Gets the Appointment info from the activation request.</summary>
      <returns>An instance of the Appointment class that represents the specific info for the appointment to replace the current appointment.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.DismissUI">
      <summary>Dismisses the UI for the operation that replaces an appointment.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.InstanceStartDate">
      <summary>Gets the start date and time of the appointment instance to replace.</summary>
      <returns>The start date and time of the appointment instance to replace.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.ReportCanceled">
      <summary>Informs the activating app that the operation was canceled by the user.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.ReportCompleted(System.String)">
      <summary>Informs the activating app that the operation was completed successfully.</summary>
      <param name="itemId">A unique appointment ID that the activating app can later use to remove this appointment if necessary or to replace it again.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.ReportError(System.String)">
      <summary>Informs the activating app that the operation couldn't be completed because of a provider error.</summary>
      <param name="value">A string containing info about the error.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation.SourcePackageFamilyName">
      <summary>Gets the package family name of the app that is requesting the operation.</summary>
      <returns>The package family name.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Background">
      <summary>Enables an app to schedule background tasks to run app code even when the app is suspended.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.AlarmApplicationManager">
      <summary>Requests permission from the user to set alarms, and retrieves the status of user permission for the app to set alarms.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.AlarmApplicationManager.GetAccessStatus">
      <summary>Retrieves the status of user permission for the app to set alarms.</summary>
      <returns>Indicates whether the user has granted permission to set alarms.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.AlarmApplicationManager.RequestAccessAsync">
      <summary>Requests permission from the user to set alarms.</summary>
      <returns>This method returns an AlarmAccessStatus value when it completes.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundExecutionManager">
      <summary>Provides methods that let an app ask to be added to the lock screen's apps list or query its current access to background activity and badge updates on the lock screen.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundExecutionManager.GetAccessStatus">
      <summary>Gets the ability of the calling lock screen app to perform background activity and update its badge.</summary>
      <returns>One of the enumeration values that specify the app's capabilities on the lock screen.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundExecutionManager.GetAccessStatus(System.String)">
      <summary>Gets the ability of a specific lock screen app to perform background activity and update its badge.</summary>
      <returns>One of the enumeration values that specify the app's capabilities on the lock screen.</returns>
      <param name="applicationId">The Package Relative Application ID (PRAID) of the app whose capabilities are being retrieved. The specified app must be in the same package as the calling app.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundExecutionManager.RemoveAccess">
      <summary>Removes the calling app from the lock screen's apps list.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundExecutionManager.RemoveAccess(System.String)">
      <summary>Removes a specific app from the lock screen's apps list.</summary>
      <param name="applicationId">The Package Relative Application ID (PRAID) of the app to be removed from the lock screen. The specified app must be in the same package as the calling app.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundExecutionManager.RequestAccessAsync">
      <summary>Presents the user with a dialog box that requests that the calling app be added to the lock screen.</summary>
      <returns>The object, bound to the calling app, that is used to request that the app be added to the lock screen's apps list. When the operation completes, it returns a member of the BackgroundAccessStatus enumeration that specifies the outcome.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundExecutionManager.RequestAccessAsync(System.String)">
      <summary>Presents the user with a dialog box that requests that the specified app be added to the lock screen.</summary>
      <returns>The object, bound to the app specified by applicationId, that is used to request that the app be added to the lock screen's apps list. When the operation completes, it returns a member of the BackgroundAccessStatus enumeration that specifies the outcome.</returns>
      <param name="applicationId">The Package Relative Application ID (PRAID) of the app to be added to the lock screen. The specified app must be in the same package as the calling app.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskBuilder">
      <summary>Represents a background task to be registered with the system.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundTaskBuilder.AddCondition(Windows.ApplicationModel.Background.IBackgroundCondition)">
      <summary>Adds a condition to a background task.</summary>
      <param name="condition">An instance of a SystemCondition object.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundTaskBuilder.#ctor">
      <summary>Creates an instance of the BackgroundTaskBuilder class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskBuilder.Name">
      <summary>Gets or sets the name of a background task.</summary>
      <returns>A description of the background task.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskBuilder.CancelOnConditionLoss">
      <summary>Indicates whether the background task will be canceled if at least one of its required conditions is no longer met.</summary>
      <returns>Whether or not the background task will be canceled if at least one of its required conditions is no longer met.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundTaskBuilder.Register">
      <summary>Registers a background task with the system.</summary>
      <returns>An instance of a BackgroundTaskRegistration object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundTaskBuilder.SetTrigger(Windows.ApplicationModel.Background.IBackgroundTrigger)">
      <summary>Sets the event trigger for a background task.</summary>
      <param name="trigger">An instance of an event trigger object such as a SystemTrigger, TimeTrigger, or NetworkOperatorNotificationTrigger.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskBuilder.TaskEntryPoint">
      <summary>Gets or sets the class that performs the work of a background task.</summary>
      <returns>The name of an application-defined class that performs the work of a background task.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskCompletedEventArgs">
      <summary>Represents completion information for a task at the time a completion notification is sent.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundTaskCompletedEventArgs.CheckResult">
      <summary>Throws an exception if the background task completed event has reported an error.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskCompletedEventArgs.InstanceId">
      <summary>Gets the identifier of the background task instance for this completion status notification.</summary>
      <returns>A unique identifier generated by the system when it creates the background task instance.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskDeferral">
      <summary>Represents a background task deferral returned by the IBackgroundTaskInstance.GetDeferral method.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundTaskDeferral.Complete">
      <summary>Informs the system that an asynchronous operation associated with a background task has finished.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskProgressEventArgs">
      <summary>Represents progress information for a task at the time a progress update notification is sent.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskProgressEventArgs.InstanceId">
      <summary>Gets the identifier of the background task instance for this progress status notification.</summary>
      <returns>A unique identifier generated by the system when it creates the background task instance.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskProgressEventArgs.Progress">
      <summary>Gets progress status for a background task instance.</summary>
      <returns>A value defined by the application to indicate the task's progress.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskRegistration">
      <summary>Represents a background task that has been registered with the system.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskRegistration.AllTasks">
      <summary>Enumerates an application's registered background tasks.</summary>
      <returns>A view into a map of registered background tasks consisting of the task ID and an IBackgroundTaskRegistration interface.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Background.BackgroundTaskRegistration.Completed">
      <summary>Attaches a completed event handler to the registered background task.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskRegistration.Name">
      <summary>Gets the name of a registered background task.</summary>
      <returns>The description specified with BackgroundTaskBuilder::Name when the task was created.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Background.BackgroundTaskRegistration.Progress">
      <summary>Attaches a progress event handler to the registered background task.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundTaskRegistration.TaskId">
      <summary>Gets the identifier of a registered background task.</summary>
      <returns>The unique identifier for the task. This identifier is generated by the system when the task is registered.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.BackgroundTaskRegistration.Unregister(System.Boolean)">
      <summary>Cancels the registration of a registered background task.</summary>
      <param name="cancelTask">True if currently running instances of this background task should be canceled. If this parameter is false, currently running instances are allowed to finish. Canceled instances receive a Canceled event with a cancellation reason of Abort.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundWorkCost">
      <summary>Retrieves a hint about resource availability for background tasks. Background tasks can use this hint to decide how much work to do when they are activated.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.BackgroundWorkCost.CurrentBackgroundWorkCost">
      <summary>Retrieves a hint about resource availability for background tasks.</summary>
      <returns>A hint about background resource availability. A background task can use this hint to decide how much work to do when it is activated.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.DeviceServicingTrigger">
      <summary>Represents an event that an application can trigger to initiate a long-running update (firmware or settings) of a device.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.DeviceServicingTrigger.#ctor">
      <summary>Constructor for DeviceServicingTrigger. Takes no parameters.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.DeviceServicingTrigger.RequestAsync(System.String,Windows.Foundation.TimeSpan)">
      <summary>Triggers the device background task (settings or firmware update) and returns a DeviceTriggerResult indicating success or failure of the trigger request. Takes the DeviceInformation.ID string and an optional estimated time the device background task will run.</summary>
      <returns>This method returns a DeviceTriggerResult when it completes asynchronously.</returns>
      <param name="deviceId">The DeviceInformation.ID of the device the background task will sync with.</param>
      <param name="expectedDuration">Optional value. The expected duration of the background settings update or background firmware update. Set this value to zero if an appropriate time estimate cannot be determined.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Background.DeviceServicingTrigger.RequestAsync(System.String,Windows.Foundation.TimeSpan,System.String)">
      <summary>Triggers the device background task (settings or firmware update) and returns a DeviceTriggerResult indicating success or failure of the trigger request. Takes the DeviceInformation.ID string, an optional estimated time the device background task will run, and an optional app-specific string passed to the background task identifying which device operation to perform.</summary>
      <returns>This method returns a DeviceTriggerResult when it completes asynchronously.</returns>
      <param name="deviceId">The DeviceInformation.ID of the device the background task will sync with.</param>
      <param name="expectedDuration">Optional value. The expected duration of the background settings update or background firmware update. Set this value to zero if an appropriate time estimate cannot be determined.</param>
      <param name="arguments">Optional value. An app-specific string passed to the background task identifying which device operation to perform.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.DeviceUseTrigger">
      <summary>Represents an event that an application can trigger to initiate a fixed-length, long-running operation (content transfer, sync) with a device.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.DeviceUseTrigger.#ctor">
      <summary>Constructor for DeviceUseTrigger. Takes no parameters.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.DeviceUseTrigger.RequestAsync(System.String)">
      <summary>Triggers the device background task (sync or content transfer) and returns a DeviceTriggerResult indicating success or failure of the trigger request. Takes the DeviceInformation.ID of the device the background task will sync with.</summary>
      <returns>This method returns a DeviceTriggerResult when it completes asynchronously.</returns>
      <param name="deviceId">The DeviceInformation.ID of the device the background task will sync with.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Background.DeviceUseTrigger.RequestAsync(System.String,System.String)">
      <summary>Triggers the device background task (sync or content transfer) and returns a DeviceTriggerResult indicating success or failure of the trigger request. Takes the DeviceInformation.ID of the device the background task will sync with, and an optional app-specific string passed to the background task identifying which device operation to perform.</summary>
      <returns>This method returns a DeviceTriggerResult when it completes asynchronously.</returns>
      <param name="deviceId">The DeviceInformation.ID of the device the background task will sync with.</param>
      <param name="arguments">Optional value. A string specified by your app and passed to the background task, identifying which device operation to perform.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.LocationTrigger">
      <summary>Represents a location event that triggers a background task. This is used for Geofencing.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.LocationTrigger.#ctor(Windows.ApplicationModel.Background.LocationTriggerType)">
      <summary>Initializes a new instance of a location event trigger.</summary>
      <param name="triggerType">The type of location event for this trigger.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Background.LocationTrigger.TriggerType">
      <summary>The type of location event for this trigger.</summary>
      <returns>The type of location event for this trigger.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.MaintenanceTrigger">
      <summary>Represents a maintenance trigger.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.MaintenanceTrigger.FreshnessTime">
      <summary>Gets the interval of a maintenance trigger.</summary>
      <returns>The number of minutes to wait before scheduling the background task. The system schedules the task within 15 minutes after FreshnessTime elapses.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.MaintenanceTrigger.#ctor(System.UInt32,System.Boolean)">
      <summary>Initializes a new instance of a maintenance trigger.</summary>
      <param name="freshnessTime">The number of minutes to wait before scheduling the background task. The system schedules the task within 15 minutes after freshnessTime elapses.</param>
      <param name="oneShot">True if the maintenance trigger is used once; false if it is used each time the freshnessTime interval elapses.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Background.MaintenanceTrigger.OneShot">
      <summary>Gets whether the maintenance trigger is used only once or each time the FreshnessTime interval elapses.</summary>
      <returns>True if the maintenance trigger is used once; false if it is used each time the FreshnessTime interval elapses.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.NetworkOperatorHotspotAuthenticationTrigger">
      <summary>Represents a mobile network operator hotspot authentication trigger.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.NetworkOperatorHotspotAuthenticationTrigger.#ctor">
      <summary>Initializes a new instance of a mobile network operator hotspot authentication trigger.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.NetworkOperatorNotificationTrigger">
      <summary>Represents a mobile network operator notification trigger.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.NetworkOperatorNotificationTrigger.NetworkAccountId">
      <summary>Gets the account identifier for the mobile network operator notification trigger.</summary>
      <returns>A unique identifier for the mobile broadband account.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.NetworkOperatorNotificationTrigger.#ctor(System.String)">
      <summary>Initializes a new instance of a mobile network operator notification.</summary>
      <param name="networkAccountId">Specifies the unique identifier of the mobile broadband account.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.PushNotificationTrigger">
      <summary>Represents an object that invokes a background work item on the app in response to the receipt of a raw notification.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.PushNotificationTrigger.#ctor">
      <summary>Invokes a background work item on the app in response to the receipt of a raw notification.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.PushNotificationTrigger.#ctor(System.String)">
      <summary>Invokes a background work item on a specified app in response to the receipt of a raw notification.</summary>
      <param name="applicationId">The app's Package Relative Application ID (PRAID). The specified app must be in the same package as the calling app.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.SystemCondition">
      <summary>Represents a system condition that must be in effect for a background task to run.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.SystemCondition.ConditionType">
      <summary>Gets the condition type of a system condition.</summary>
      <returns>The condition that must be in effect for the background task to run.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.SystemCondition.#ctor(Windows.ApplicationModel.Background.SystemConditionType)">
      <summary>Initializes a new instance of a system condition.</summary>
      <param name="conditionType">Specifies the condition type.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.SystemTrigger">
      <summary>Represents a system event that triggers a background task to run.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.SystemTrigger.OneShot">
      <summary>Gets whether a system event trigger will be used only once.</summary>
      <returns>True if the system event trigger will be used only once; false if it will be used every time the event occurs.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.SystemTrigger.TriggerType">
      <summary>Gets the system event type of a system event trigger.</summary>
      <returns>A system event type.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.SystemTrigger.#ctor(Windows.ApplicationModel.Background.SystemTriggerType,System.Boolean)">
      <summary>Initializes a new instance of a system event trigger.</summary>
      <param name="triggerType">Specifies the system event type.</param>
      <param name="oneShot">True if the system event trigger will be used once; false if it will be used every time the event occurs.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.TimeTrigger">
      <summary>Represents a time event that triggers a background task to run.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.TimeTrigger.FreshnessTime">
      <summary>Gets the interval of a time event trigger.</summary>
      <returns>Specifies the number of minutes to wait before scheduling the background task. The system schedules the task within 15 minutes after FreshnessTime elapses.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.TimeTrigger.OneShot">
      <summary>Gets whether the time event trigger will be used only once or each time the FreshnessTime interval elapses.</summary>
      <returns>True if the time event trigger will be used once; false if it will be used each time the FreshnessTime interval elapses.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.TimeTrigger.#ctor(System.UInt32,System.Boolean)">
      <summary>Initializes a new instance of a time event trigger.</summary>
      <param name="freshnessTime">Specifies the number of minutes to wait before scheduling the background task. The system schedules the task within 15 minutes after freshnessTime elapses. If the OneShot property is false, freshnessTime specifies the interval between recurring tasks.If FreshnessTime is set to less than 15 minutes, an exception is thrown when attempting to register the background task.</param>
      <param name="oneShot">True if the time event trigger will be used once; false if it will be used each time freshnessTime elapses.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskCanceledEventHandler">
      <summary>Represents a method that handles the cancellation of a background task.</summary>
      <param name="sender">The background task instance that was cancelled.</param>
      <param name="reason">The reason the background task instance was cancelled.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskCompletedEventHandler">
      <summary>Represents a method that handles completion events for a background task.</summary>
      <param name="sender">The background task.</param>
      <param name="args">Completion information for the task at the time the notification is sent.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskProgressEventHandler">
      <summary>Represents a method that handles progress update events for a background task.</summary>
      <param name="sender">The background task.</param>
      <param name="args">Progress information for the task at the time the notification is sent.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.AlarmAccessStatus">
      <summary>Indicates whether the user has given permission for the app to set alarms.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.Unspecified">
      <summary>The user has not responded to a permission request for the app to set alarms.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.AllowedWithWakeupCapability">
      <summary>The user has given permission for the app to set alarms, and alarms can wake up the computer from standby.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.AllowedWithoutWakeupCapability">
      <summary>The user has given permission for the app to set alarms, but the alarms cannot wake up the computer from standby.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.Denied">
      <summary>The user has denied permission for the app to set alarms.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundAccessStatus">
      <summary>Specifies an app's ability to perform background activity and display a tile on the lock screen.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundAccessStatus.Unspecified">
      <summary>The user has not selected "allow" or "don't allow" in the dialog box, or dismissed it without making a choice. The app cannot perform background activity in this state. However, it can request permission from the user to do so through the RequestAccessAsync method.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundAccessStatus.AllowedWithAlwaysOnRealTimeConnectivity">
      <summary>The user chose "allow" in the dialog box. The app is added to the lock screen, can set up background tasks, and, if it has the capability, can use the real-time connectivity (RTC) broker. This means that the app can function while the device is in the connected standby state. After this value has been returned, subsequent calls to the RequestAccessAsync method do not present the dialog box to the user.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundAccessStatus.AllowedMayUseActiveRealTimeConnectivity">
      <summary>The user chose "allow" in the dialog box. The app is added to the lock screen and can set up background tasks, but it cannot use the real-time connectivity (RTC) broker. This means that the app might not function while the device is in connected standby. Note that apps that do not specify RTC in their manifest will always demonstrate this behavior. After this value has been returned, subsequent calls to the RequestAccessAsync method do not present the dialog box to the user.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundAccessStatus.Denied">
      <summary>The user chose "don't allow" in the dialog box. The app is not added to the lock screen. After this value has been returned, subsequent calls to the RequestAccessAsync method do not present the dialog box to the user.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter">
      <summary>Indicates the type of throttle count to check for in a GetThrottleCount request.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter.All">
      <summary>Indicates a request for all throttle counts (CPU and network).</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter.Cpu">
      <summary>Indicates a request for CPU throttle count.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter.Network">
      <summary>Indicates a request for network throttle count.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundWorkCostValue">
      <summary>Indicates the current cost of doing background work. Used as a hint to background tasks about how much work they can do.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundWorkCostValue.Low">
      <summary>Background resource usage is low. The background task can do work.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundWorkCostValue.Medium">
      <summary>Background resources are in use, but the background task can do some work.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundWorkCostValue.High">
      <summary>Background resources are under heavy use and the background task should not do any work.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason">
      <summary>Specifies the reasons for cancelling a background task.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.Abort">
      <summary>The background task was canceled by the application. This can happen for one of the following four reasons:
The task is considered an idle task. This means that the background task is still running, but without doing anything - for example, a JavaScript task that does not call the close() function.The background task uses the MaintenanceTrigger and the system transitions to DC (battery power).The app unregisters the background task, in which case the task is cancelled if it is currently running.The app that registered the background task is uninstalled while the task is running.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.Terminating">
      <summary>The background task was canceled because the application is about to be terminated due to system policy. The application should save any state that will be needed when the application restarts.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.LoggingOff">
      <summary>The background task was canceled because the user has logged off the system.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.ServicingUpdate">
      <summary>The background task was canceled because the application was updated.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.IdleTask">
      <summary>The background task was canceled because it was active, but not doing any work.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.Uninstall">
      <summary>The background task was canceled because the application was uninstalled.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.ConditionLoss">
      <summary>The background task was canceled because one or more of its required conditions is no longer met.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.SystemPolicy">
      <summary>The background task was cancelled because of system policy.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.BackgroundTaskCancellationReason.QuietHoursEntered">
      <summary>The background task was cancelled because the device entered the quiet hours period.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.DeviceTriggerResult">
      <summary>Indicates whether the device background task operation was allowed or denied, and if it was denied specifies the reason.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.DeviceTriggerResult.Allowed">
      <summary>The device background task was triggered.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.DeviceTriggerResult.DeniedByUser">
      <summary>The device background task was denied by the user.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.DeviceTriggerResult.DeniedBySystem">
      <summary>The device background task was denied due to system policy.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.DeviceTriggerResult.LowBattery">
      <summary>The device background task cannot run because the battery is low.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.LocationTriggerType">
      <summary>Indicates a type of location event for a location background task trigger.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.LocationTriggerType.Geofence">
      <summary>Indicates a geofence location trigger.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.SystemConditionType">
      <summary>Specifies a system condition that must be in effect for a background task to run. If a background task with a system condition is triggered, the task will not run until the condition is met.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.Invalid">
      <summary>Not a valid condition type.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.UserPresent">
      <summary>Specifies that the background task can only run when the user is present. If a background task with the UserPresent condition is triggered, and the user is away, the task will not run until the user is present.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.UserNotPresent">
      <summary>Specifies that background task can only run when the user is not present. If a background task with the UserNotPresent condition is triggered, and the user is present, the task will not run until the user becomes inactive.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.InternetAvailable">
      <summary>Specifies that the background task can only run when the Internet is available. If a background task with the InternetAvailable condition is triggered, and the Internet is not available, the task will not run until the Internet is available again.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.InternetNotAvailable">
      <summary>Specifies that the background task can only run when the Internet is not available. If a background task with the InternetNotAvailable condition is triggered, and the Internet is available, the task will not run until the Internet is unavailable.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.SessionConnected">
      <summary>Specifies that the background task can only run when the user's session is connected. If a background task with the SessionConnected condition is triggered, and the user session is not logged in, the task will run when the user logs in.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.SessionDisconnected">
      <summary>Specifies that the background task can only run when the user's session is disconnected. If a background task with the SessionDisconnected condition is triggered, and the user is logged in, the task will run when the user logs out.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.FreeNetworkAvailable">
      <summary>Specifies that the background task can only run when a free (non-metered) network connection is available.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemConditionType.BackgroundWorkCostNotHigh">
      <summary>Specifies that the background task can only run when the cost to do background work is low.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.SystemTriggerType">
      <summary>Specifies the system events that can be used to trigger a background task.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.Invalid">
      <summary>Not a valid trigger type.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.SmsReceived">
      <summary>The background task is triggered when a new SMS message is received by an installed mobile broadband device.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.UserPresent">
      <summary>The background task is triggered when the user becomes present.An app must be placed on the lock screen before it can successfully register background tasks using this trigger type.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.UserAway">
      <summary>The background task is triggered when the user becomes absent.An app must be placed on the lock screen before it can successfully register background tasks using this trigger type.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.NetworkStateChange">
      <summary>The background task is triggered when a network change occurs, such as a change in cost or connectivity.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.ControlChannelReset">
      <summary>The background task is triggered when a control channel is reset.An app must be placed on the lock screen before it can successfully register background tasks using this trigger type.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.InternetAvailable">
      <summary>The background task is triggered when the Internet becomes available.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.SessionConnected">
      <summary>The background task is triggered when the session is connected.An app must be placed on the lock screen before it can successfully register background tasks using this trigger type.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.ServicingComplete">
      <summary>The background task is triggered when the system has finished updating an app.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.LockScreenApplicationAdded">
      <summary>The background task is triggered when a tile is added to the lock screen.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.LockScreenApplicationRemoved">
      <summary>The background task is triggered when a tile is removed from the lock screen.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.TimeZoneChange">
      <summary>The background task is triggered when the time zone changes on the device (for example, when the system adjusts the clock for daylight saving time).This trigger only fires if the new time zone actually changes the system time.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.OnlineIdConnectedStateChange">
      <summary>The background task is triggered when the Microsoft account connected to the account changes.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.BackgroundWorkCostChange">
      <summary>The background task is triggered when the cost of background work changes.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Background.SystemTriggerType.NfcStateChange">
      <summary>The background task is triggered when the device's NFC state changes.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.IBackgroundCondition">
      <summary>Used to enforce the system condition object type.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Background.IBackgroundTask">
      <summary>Provides a method to perform the work of a background task.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.IBackgroundTask.Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance)">
      <summary>Performs the work of a background task. The system calls this method when the associated background task has been triggered.</summary>
      <param name="taskInstance">An interface to an instance of the background task. The system creates this instance when the task has been triggered to run.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.IBackgroundTaskInstance">
      <summary>Provides access to a background task instance.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Background.IBackgroundTaskInstance.Canceled">
      <summary>Attaches a cancellation event handler to the background task instance.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.IBackgroundTaskInstance.GetDeferral">
      <summary>Informs the system that the background task might continue to perform work after the IBackgroundTask.Run method returns.</summary>
      <returns>A background task deferral.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.IBackgroundTaskInstance.InstanceId">
      <summary>Gets the instance ID of the background task instance.</summary>
      <returns>A unique identifier for the background task instance. This identifier is generated by the system when the instance is created.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.IBackgroundTaskInstance.Progress">
      <summary>Gets or sets progress status for a background task instance.</summary>
      <returns>A value defined by the application to indicate the task's progress.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.IBackgroundTaskInstance.SuspendedCount">
      <summary>Gets the number of times resource management policy caused the background task to be suspended.</summary>
      <returns>The number of times the background task has been suspended.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.IBackgroundTaskInstance.Task">
      <summary>Gets access to the registered background task for this background task instance.</summary>
      <returns>An interface that provides access to the registered background task.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Background.IBackgroundTaskInstance.TriggerDetails">
      <summary>Gets additional information associated with a background task instance.</summary>
      <returns>Represents additional information for the background task. If the background task is triggered by a mobile network operator notification, this property is an instance of a NetworkOperatorNotificationEventDetails class. If the background task is triggered by a system event or time event, this property is not used.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Background.IBackgroundTaskInstance2">
      <summary>Provides access to a background task instance. Inherits from the IBackgroundTaskInstance interface and adds the GetThrottleCount method.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Background.IBackgroundTaskInstance2.GetThrottleCount(Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter)">
      <summary>Retrieves the number of times the background task has been suspended for using too many resources.</summary>
      <returns>This method returns the number of times the background task has been suspended for exceeding its quota of the indicated resource type.</returns>
      <param name="counter">Indicates the type of resource to include in the throttle count: network, CPU, or both.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.IBackgroundTaskRegistration">
      <summary>Provides access to a registered background task.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Completed">
      <summary>Attaches a completed event handler to the registered background task.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Name">
      <summary>Gets the name of a registered background task.</summary>
      <returns>The description specified with BackgroundTaskBuilder.Name when the task was created.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Progress">
      <summary>Attaches a progress event handler to the registered background task.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.TaskId">
      <summary>Gets the identifier of a registered background task.</summary>
      <returns>The unique identifier for the task. This identifier is generated by the system when the task is registered.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Unregister(System.Boolean)">
      <summary>Unregisters a registered background task.</summary>
      <param name="cancelTask">True if currently running instances of this background task should be canceled. If this parameter is false, currently running instances of this background task should be allowed to finish. Canceled instances receive a Canceled event with a BackgroundTaskCancellationReason of Abort.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Background.IBackgroundTrigger">
      <summary>Represents the base interface for trigger events.</summary>
    </member>
    <member name="N:Windows.ApplicationModel.Calls">
      <summary>Controls how an app is activated for lock-screen calling and how the app interacts with the lock screen.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Calls.LockScreenCallEndCallDeferral">
      <summary>The LockScreenCallEndCallDeferral object signals when the app no longer needs to defer the removal of itself from the lock screen.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Calls.LockScreenCallEndCallDeferral.Complete">
      <summary>Completes the deferral of the removal of the app from the lock screen, which causes the app to be removed from the lock screen if it hasn't already been removed by other means.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Calls.LockScreenCallUI">
      <summary>Handles communication to and from the lock screen.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Calls.LockScreenCallUI.CallTitle">
      <summary>Gets and sets a brief description of the nature of the call.</summary>
      <returns>A brief description of the nature of the call, for example, "Video call with Jane Doe."</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Calls.LockScreenCallUI.Dismiss">
      <summary>Removes the app from the lock screen UI.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Calls.LockScreenCallUI.Closed">
      <summary>Occurs when the lock screen interaction is complete.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Calls.LockScreenCallUI.EndRequested">
      <summary>Occurs when the lock screen wants to end the call.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs">
      <summary>Controls the removal of an app from the lock screen.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs.Deadline">
      <summary>Gets the deadline by which the app must complete the deferral.</summary>
      <returns>The deadline by which the app must complete the deferral.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs.GetDeferral">
      <summary>Requests to defer the default behavior of removing the app from the lock screen.</summary>
      <returns>When this method completes, it returns a LockScreenCallEndCallDeferral object that signals when the app no longer needs to defer the removal of itself from the lock screen.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Contacts">
      <summary>Enables apps that use the Contact Picker to select and acquire info about contacts.Don't use API in this namespace that is new starting with Windows 8.1 with API in this namespace that may not be available for releases after Windows 8.1. If you mix these API in your app, it will fail.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.Contact">
      <summary>Represents a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Addresses">
      <summary>Gets the contact addresses for a contact.</summary>
      <returns>An array of contact addresses for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.ConnectedServiceAccounts">
      <summary>Gets the connected service accounts for a contact.</summary>
      <returns>An array of connected service accounts for a contact.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.Contact.#ctor">
      <summary>Creates a new instance of the Contact class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.DataSuppliers">
      <summary>Gets the data suppliers for a contact.</summary>
      <returns>An array of data suppliers for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.DisplayName">
      <summary>Gets the display name for a contact. You can only access this property from a UI thread.</summary>
      <returns>The display name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Emails">
      <summary>Gets the email addresses for a contact.</summary>
      <returns>An array of email addresses for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Fields">
      <summary>Fields may be altered or unavailable for releases after Windows 8.1. Instead, use Phones, Emails, Addresses, or ConnectedServiceAccounts.
Sets the fields that contain information about a contact.</summary>
      <deprecated type="deprecate">Fields may be altered or unavailable for releases after Windows 8.1. Instead, use Phones, Emails, Addresses, or ConnectedServiceAccounts.</deprecated>
      <returns>An array of fields containing information about a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.FirstName">
      <summary>Gets and sets the first name for a contact.</summary>
      <returns>The first name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.HonorificNamePrefix">
      <summary>Gets and sets the honorific prefix for the name for a contact.</summary>
      <returns>The honorific prefix for the name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.HonorificNameSuffix">
      <summary>Gets and sets the honorific suffix for the name for a contact.</summary>
      <returns>The honorific suffix for the name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Id">
      <summary>Gets and sets the identifier for a contact.</summary>
      <returns>The identifier for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.ImportantDates">
      <summary>Gets the important dates for a contact.</summary>
      <returns>An array of important dates for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.JobInfo">
      <summary>Gets the job info items for a contact.</summary>
      <returns>An array of job info items for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.LastName">
      <summary>Gets and sets the last name for a contact.</summary>
      <returns>The last name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.MiddleName">
      <summary>Gets and sets the middle name for a contact.</summary>
      <returns>The middle name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Name">
      <summary>Name may be altered or unavailable for releases after Windows 8.1. Instead, use FirstName.
Sets and gets the name of the contact.</summary>
      <deprecated type="deprecate">Name may be altered or unavailable for releases after Windows 8.1. Instead, use FirstName.</deprecated>
      <returns>The name of the contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Notes">
      <summary>Gets and sets notes for a contact.</summary>
      <returns>A string that contains notes for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Phones">
      <summary>Gets info about the phones for a contact.</summary>
      <returns>An array of items that describe the phones for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.ProviderProperties">
      <summary>Gets the property set object for the contact.</summary>
      <returns>The IPropertySet interface for the property set object for the contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.SignificantOthers">
      <summary>Gets the significant others for a contact.</summary>
      <returns>An array of significant others for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Thumbnail">
      <summary>Gets or sets a thumbnail image that represents this contact.</summary>
      <returns>The thumbnail image for the contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.Websites">
      <summary>Gets the Web sites for a contact.</summary>
      <returns>An array of Web sites for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.YomiDisplayName">
      <summary>Gets the Yomi (phonetic Japanese equivalent) display name for a contact.</summary>
      <returns>The Yomi display name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.YomiFamilyName">
      <summary>Gets the Yomi (phonetic Japanese equivalent) family name for a contact.</summary>
      <returns>The Yomi family name for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Contact.YomiGivenName">
      <summary>Gets the Yomi (phonetic Japanese equivalent) given name for a contact.</summary>
      <returns>The Yomi given name for a contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactAddress">
      <summary>Represents the address of a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactAddress.Country">
      <summary>Gets and sets the country of a contact address.</summary>
      <returns>The country of a contact address.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactAddress.Locality">
      <summary>Gets and sets the locality of a contact address.</summary>
      <returns>The locality of a contact address.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactAddress.PostalCode">
      <summary>Gets and sets the postal code of a contact address.</summary>
      <returns>The postal code of a contact address.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactAddress.Region">
      <summary>Gets and sets the region of a contact address.</summary>
      <returns>The region of a contact address.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactAddress.StreetAddress">
      <summary>Gets and sets the street address of a contact address.</summary>
      <returns>The street address of a contact address.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactAddress.#ctor">
      <summary>Initializes a new instance of a ContactAddress class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactAddress.Description">
      <summary>Gets and sets the description of a contact address.</summary>
      <returns>The description of a contact address.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactAddress.Kind">
      <summary>Gets and sets the kind of contact address.</summary>
      <returns>A ContactAddressKind-typed value that indicates the type of contact address.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactCardDelayedDataLoader">
      <summary>Represents a delayed data loader for a contact card.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactCardDelayedDataLoader.Close">
      <summary>Closes the delayed data loader. This informs the contact card to complete the UI (for example, remove any progress indications, like the progress bar) because no more updates to the contact card UI will be requested. The user then can determine that the contact data shown in the UI is complete.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactCardDelayedDataLoader.Dispose">
      <summary>Closes the delayed data loader. This informs the contact card to complete the UI (for example, remove any progress indications, like the progress bar) because no more updates to the contact card UI will be requested. The user then can determine that the contact data shown in the UI is complete.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactCardDelayedDataLoader.SetData(Windows.ApplicationModel.Contacts.Contact)">
      <summary>Updates the contact card with the Contact object and completes the contact card UI.</summary>
      <param name="contact">The contact to update the contact card with.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount">
      <summary>Represents a connected service account for a contact.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount.#ctor">
      <summary>Initializes a new instance of a ContactConnectedServiceAccount class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount.Id">
      <summary>Gets and sets the identifier of a connected service account for a contact.</summary>
      <returns>The identifier of a connected service account for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount.ServiceName">
      <summary>Gets and sets the service name of a connected service account for a contact.</summary>
      <returns>The service name of a connected service account for a contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactDate">
      <summary>Represents an important date for a contact.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactDate.#ctor">
      <summary>Initializes a new instance of a ContactDate class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactDate.Day">
      <summary>Gets and sets the day for an important date for a contact.</summary>
      <returns>The day for an important date for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactDate.Description">
      <summary>Gets and sets the description for an important date for a contact.</summary>
      <returns>The description for an important date for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactDate.Kind">
      <summary>Gets and sets the kind of important date for a contact.</summary>
      <returns>A ContactDateKind-typed value that indicates the type of important date for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactDate.Month">
      <summary>Gets and sets the month for an important date for a contact.</summary>
      <returns>The month for an important date for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactDate.Year">
      <summary>Gets and sets the year for an important date for a contact.</summary>
      <returns>The year for an important date for a contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactEmail">
      <summary>Represents an email address of a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactEmail.Address">
      <summary>Gets and sets the email address of a contact.</summary>
      <returns>The email address of a contact.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactEmail.#ctor">
      <summary>Initializes a new instance of a ContactEmail class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactEmail.Description">
      <summary>Gets and sets the description of an email address of a contact.</summary>
      <returns>The description of an email address of a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactEmail.Kind">
      <summary>Gets and sets the kind of email address of a contact.</summary>
      <returns>A ContactEmailKind-typed value that indicates the type of email address.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactField">
      <summary>ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Describes a piece of contact data.</summary>
      <deprecated type="deprecate">ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactField.Category">
      <summary>ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the category for the contact data.</summary>
      <deprecated type="deprecate">ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The category for the contact data.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactField.#ctor(System.String,Windows.ApplicationModel.Contacts.ContactFieldType)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a new ContactField object.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <param name="value">The value that the field contains.</param>
      <param name="type">The type of contact data.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactField.#ctor(System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a new ContactField object.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <param name="value">The value for the contact field.</param>
      <param name="type">The type of contact data.</param>
      <param name="category">The category that the contact belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactField.#ctor(System.String,System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a new ContactField object.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <param name="name">The name of the field.</param>
      <param name="value">The value the field contains.</param>
      <param name="type">The type of field.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactField.Name">
      <summary>ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the name of the field.</summary>
      <deprecated type="deprecate">ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactField.Type">
      <summary>ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the contact field type for the data.</summary>
      <deprecated type="deprecate">ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The type of data.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactField.Value">
      <summary>ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the value of the contact data.</summary>
      <deprecated type="deprecate">ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The value of the contact data.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactFieldFactory">
      <summary>ContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactWebsite, ContactJobInfo, or ContactDate. Creates fields that contain information about a contact.</summary>
      <deprecated type="deprecate">ContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.#ctor">
      <summary>ContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactWebsite, ContactJobInfo, or ContactDate.
Creates an instance of the ContactFieldFactory class.</summary>
      <deprecated type="deprecate">ContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateField(System.String,Windows.ApplicationModel.Contacts.ContactFieldType)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a field to contain information about a contact.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <returns>Contains a field that you can add to a Contact object.</returns>
      <param name="value">The value for the field.</param>
      <param name="type">The type of field.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateField(System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a field to contain information about a contact.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <returns>Contains a field that you can add to a Contact object.</returns>
      <param name="value">The value for the field.</param>
      <param name="type">The type of field.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateField(System.String,System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a field to contain information about a contact.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <returns>Contains a field that you can add to a Contact object.</returns>
      <param name="name">The name of the field.</param>
      <param name="value">The value of the field.</param>
      <param name="type">The type of field.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateInstantMessage(System.String)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a field to contain information about a contact's instant messaging account.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>Contains an instant messaging field that you can add to a Contact object.</returns>
      <param name="userName">The user name for the instant messaging account.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateInstantMessage(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a field to contain information about a contact's instant messaging account.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>Contains an instant messaging field that you can add to a Contact object.</returns>
      <param name="userName">The user name for the instant messaging account.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateInstantMessage(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,Windows.Foundation.Uri)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a field to contain information about a contact's instant messaging account.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>Contains an instant messaging field that you can add to a Contact object.</returns>
      <param name="userName">The user name of the instant messaging account.</param>
      <param name="category">The category the field belongs to.</param>
      <param name="service">The name of the instant messaging service.</param>
      <param name="displayText">The text to display to prompt an instant messaging conversation.</param>
      <param name="verb">The Uniform Resource Identifier (URI) that starts an instant messaging conversation.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateLocation(System.String)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a field to contain information about a contact's location.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>Contains a location field that you can add to a Contact object.</returns>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateLocation(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a field to contain information about a contact's location.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>Contains a location field that you can add to a Contact object.</returns>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateLocation(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,System.String,System.String,System.String)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a field to contain information about a contact's location.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>Contains a location field that you can add to a Contact object.</returns>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
      <param name="category">The category the field belongs to.</param>
      <param name="street">The street address for the address.</param>
      <param name="city">The name of the city for the address.</param>
      <param name="region">The name of the region for the address.</param>
      <param name="country">The name of the country for the address.</param>
      <param name="postalCode">The postal code for the address.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactInformation">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
Contains the information about a contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInformation.CustomFields">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
A read-only list of the custom fields stored with the contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>A read-only list of custom fields.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInformation.Emails">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
A read-only list of email addresses stored with the contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>A read-only list of email addresses.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactInformation.GetThumbnailAsync">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
Gets the thumbnail image for the contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>An object that provides access to the thumbnail image.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInformation.InstantMessages">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
A read-only list of instant messaging accounts stored with the contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>A read-only list of instant messaging accounts.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInformation.Locations">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
A read-only list of locations stored with the contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>A read-only list of locations.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInformation.Name">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
The name of the contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>The name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInformation.PhoneNumbers">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
A read-only list of phone numbers stored with the contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>A read-only list of phone numbers.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactInformation.QueryCustomFields(System.String)">
      <summary>ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
Enables you to get the value for a custom field that is stored with a contact.</summary>
      <deprecated type="deprecate">ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.</deprecated>
      <returns>The value of the field.</returns>
      <param name="customName">The name of the field.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactInstantMessageField">
      <summary>ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Defines a field that is an instant messaging (IM) address.</summary>
      <deprecated type="deprecate">ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.Category">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the category for the contact data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The category for the contact data.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactInstantMessageField.#ctor(System.String)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a new ContactInstantMessageField object.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <param name="userName">The user's name.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactInstantMessageField.#ctor(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a new ContactInstantMessageField object.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <param name="userName">The user's name.</param>
      <param name="category">The category of contact data.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactInstantMessageField.#ctor(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,Windows.Foundation.Uri)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a new ContactInstantMessageField object.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <param name="userName">The user's name.</param>
      <param name="category">The category of the contact data.</param>
      <param name="service">The name of the instant messaging service.</param>
      <param name="displayText">The display text used with the instant messaging Uniform Resource Identifier (URI).</param>
      <param name="verb">The Uniform Resource Identifier (URI) that starts an instant message.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.DisplayText">
      <summary>ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Gets the display text for the Uniform Resource Identifier (URI) that starts an instant message.</summary>
      <deprecated type="deprecate">ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>The display text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.LaunchUri">
      <summary>ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Gets the Uniform Resource Identifier (URI) that can start an instant message.</summary>
      <deprecated type="deprecate">ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>The Uniform Resource Identifier (URI).</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.Name">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the name of the field.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.Service">
      <summary>ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Gets the name of the service used for sending instant messages.</summary>
      <deprecated type="deprecate">ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>The service name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.Type">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the contact field type for the data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The type of data.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.UserName">
      <summary>ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Gets the user's name.</summary>
      <deprecated type="deprecate">ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>The user's name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactInstantMessageField.Value">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the value of the contact data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The value of the contact data.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactJobInfo">
      <summary>Represents job info for a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.CompanyAddress">
      <summary>Gets and sets the company address of the job info for a contact.</summary>
      <returns>The company address of the job info for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.CompanyName">
      <summary>Gets and sets the company name of the job info for a contact.</summary>
      <returns>The company name of the job info for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.CompanyYomiName">
      <summary>Gets and sets the company Yomi (phonetic Japanese equivalent) name of the job info for a contact.</summary>
      <returns>The company Yomi (phonetic Japanese equivalent) name of the job info for a contact.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactJobInfo.#ctor">
      <summary>Initializes a new instance of a ContactJobInfo class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.Department">
      <summary>Gets and sets the department of the job info for a contact.</summary>
      <returns>The department of the job info for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.Description">
      <summary>Gets and sets the description of the job info for a contact.</summary>
      <returns>The description of the job info for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.Manager">
      <summary>Gets and sets the manager of the job info for a contact.</summary>
      <returns>The manager of the job info for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.Office">
      <summary>Gets and sets the office of the job info for a contact.</summary>
      <returns>The office of the job info for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactJobInfo.Title">
      <summary>Gets and sets the title of the job info for a contact.</summary>
      <returns>The title of the job info for a contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs">
      <summary>Provides data when an app is launched to perform an action to a contact.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Call">
      <summary>Gets the call contact action.</summary>
      <returns>The call contact action.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Map">
      <summary>Gets the map contact action.</summary>
      <returns>The map contact action.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Message">
      <summary>Gets the send message to a contact action.</summary>
      <returns>The send message to a contact action.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Post">
      <summary>Gets the post to a contact action.</summary>
      <returns>The post to a contact action.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.VideoCall">
      <summary>Gets the video call contact action.</summary>
      <returns>The video call contact action.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactLocationField">
      <summary>ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Contains information about a user's location and address.</summary>
      <deprecated type="deprecate">ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.Category">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the category for the contact data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The category for the contact data.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.City">
      <summary>ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Gets the contact's city.</summary>
      <deprecated type="deprecate">ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>The contact's city.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactLocationField.#ctor(System.String)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a new ContactLocationField object.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactLocationField.#ctor(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a new ContactLocationField object.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactLocationField.#ctor(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,System.String,System.String,System.String)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a new ContactLocationField object.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
      <param name="category">The category for the contact data.</param>
      <param name="street">The street address of the contact.</param>
      <param name="city">The name of the city for this contact's address.</param>
      <param name="region">The name of the region for this contact's address.</param>
      <param name="country">The name of the country for this contact's address.</param>
      <param name="postalCode">The postal code for this contact's address.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.Country">
      <summary>ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Gets the contact's country.</summary>
      <deprecated type="deprecate">ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>The contact's country.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.Name">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the name of the field.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.PostalCode">
      <summary>ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Gets the contact's postal code.</summary>
      <deprecated type="deprecate">ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>The contact's postal code.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.Region">
      <summary>ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Gets the contact's region.</summary>
      <deprecated type="deprecate">ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>The contact's region.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.Street">
      <summary>ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Gets the contact's street.</summary>
      <deprecated type="deprecate">ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>The contact's street.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.Type">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the contact field type for the data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The type of data.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.UnstructuredAddress">
      <summary>ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Gets a string that represents an unstructured address.</summary>
      <deprecated type="deprecate">ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>The address of the contact in an unstructured format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactLocationField.Value">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the value of the contact data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The value of the contact data.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactManager">
      <summary>Represents a service that source apps can call to access contact data.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactManager.ShowContactCard(Windows.ApplicationModel.Contacts.Contact,Windows.Foundation.Rect)">
      <summary>Queries the operating system for a user's contact and shows the contact data in a contact card</summary>
      <param name="contact">The object that represents the contact that the app wants to display the contact card for. contact must contain at least an Id, Emails, or a phone number from a Phones list to query the user's contact database to retrieve a matching contact to display. Id has higher priority for querying. If an Id matches, the rest of query parameters will be ignored for matching purposes. If an Id does not find a match, the query uses the rest of query parameters. Emails and Phones have equal priority for matching. If multiple email addresses, or phone numbers, or both are provided, the query first performs an exact match, requiring all query parameters to match a system contact record. If this results in no matches, the query uses "best effort" match, in which a match of any query parameters is sufficient.In no matches occur, the data in the input contact displays in the contact card. If a match occurs, only system contact data displays, and the data in the input contact is discarded.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the contact card, not within that rectangular area. For example, if an app uses a button to show the contact card, pass the Rect of the button so the contact card displays around the button, not overlapping it.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactManager.ShowContactCard(Windows.ApplicationModel.Contacts.Contact,Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Queries the operating system for a user's contact and shows the contact data in a contact card</summary>
      <param name="contact">The object that represents the contact that the app wants to display the contact card for. contact must contain at least an Id, Emails, or a phone number from a Phones list to query the user's contact database to retrieve a matching contact to display. Id has higher priority for querying. If an Id matches, the rest of query parameters will be ignored for matching purposes. If an Id does not find a match, the query uses the rest of query parameters. Emails and Phones have equal priority for matching. If multiple email addresses, or phone numbers, or both are provided, the query first performs an exact match, requiring all query parameters to match a system contact record. If this results in no matches, the query uses "best effort" match, in which a match of any query parameters is sufficient.In no matches occur, the data in the input contact displays in the contact card. If a match occurs, only system contact data displays, and the data in the input contact is discarded.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the contact card, not within that rectangular area. For example, if an app uses a button to show the contact card, pass the Rect of the button so the contact card displays around the button, not overlapping it.</param>
      <param name="preferredPlacement">The Placement that describes the preferred placement of the contact card.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactManager.ShowDelayLoadedContactCard(Windows.ApplicationModel.Contacts.Contact,Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Shows a contact card that can be updated later if the contact does not exist in the user's contact database.</summary>
      <returns>Returns the ContactCardDelayedDataLoader object that can be used to update the contact card.</returns>
      <param name="contact">The object that represents the contact that the app wants to display the contact card for. contact must contain at least an Id, Emails, or a phone number from a Phones list to query the user's contact database to retrieve a matching contact to display. Id has higher priority for querying. If an Id matches, the rest of query parameters will be ignored for matching purposes. If an Id does not find a match, the query uses the rest of query parameters. Emails and Phones have equal priority for matching. If multiple email addresses, or phone numbers, or both are provided, the query first performs an exact match, requiring all query parameters to match a system contact record. If this results in no matches, the query uses "best effort" match, in which a match of any query parameters is sufficient.In no matches occur, the data in the input contact displays in the contact card. If a match occurs, only system contact data displays, and the data in the input contact is discarded.</param>
      <param name="selection">The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the contact card, not within that rectangular area. For example, if an app uses a button to show the contact card, pass the Rect of the button so the contact card displays around the button, not overlapping it.</param>
      <param name="preferredPlacement">The Placement that describes the preferred placement of the contact card.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactPhone">
      <summary>Represents info about the phone for a contact.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactPhone.#ctor">
      <summary>Initializes a new instance of a ContactPhone class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactPhone.Description">
      <summary>Gets and sets the description of the phone for a contact.</summary>
      <returns>The description of the phone for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactPhone.Kind">
      <summary>Gets and sets the kind of phone for a contact.</summary>
      <returns>A ContactPhoneKind-typed value that indicates the kind of phone.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactPhone.Number">
      <summary>Gets and sets the phone number of a phone for a contact.</summary>
      <returns>The phone number of a phone for a contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactPicker">
      <summary>Controls how the Contact Picker user interface opens and what information it shows.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactPicker.CommitButtonText">
      <summary>Sets the text for the confirmation button in the Contact Picker user interface.</summary>
      <returns>The text of the button.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactPicker.#ctor">
      <summary>Creates a new instance of the ContactPicker class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactPicker.DesiredFields">
      <summary>DesiredFields may be altered or unavailable for releases after Windows 8.1. Instead, use DesiredFieldsWithContactFieldType.
Sets the contact fields your app is interested in.</summary>
      <deprecated type="deprecate">DesiredFields may be altered or unavailable for releases after Windows 8.1. Instead, use DesiredFieldsWithContactFieldType.</deprecated>
      <returns>An array of strings that represent the field names your app is interested in.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactPicker.DesiredFieldsWithContactFieldType">
      <summary>Gets the ways to connect with a contact.</summary>
      <returns>An array of ContactFieldType-typed values for a contact.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactPicker.PickContactAsync">
      <summary>Launches the Contact Picker to select a single contact.</summary>
      <returns>The operation that launches the Contact Picker.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactPicker.PickContactsAsync">
      <summary>Launches the Contact Picker for selecting multiple contacts.</summary>
      <returns>The operation that launches the contact picker.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactPicker.PickMultipleContactsAsync">
      <summary>PickMultipleContactsAsync may be altered or unavailable for releases after Windows 8.1. Instead, use PickContactsAsync.
Launches the Contact Picker for selecting multiple contacts.</summary>
      <deprecated type="deprecate">PickMultipleContactsAsync may be altered or unavailable for releases after Windows 8.1. Instead, use PickContactsAsync.</deprecated>
      <returns>The operation that launches the contact picker.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactPicker.PickSingleContactAsync">
      <summary>PickSingleContactAsync may be altered or unavailable for releases after Windows 8.1. Instead, use PickContactAsync.
Launches the Contact Picker for selecting a single contact.</summary>
      <deprecated type="deprecate">PickSingleContactAsync may be altered or unavailable for releases after Windows 8.1. Instead, use PickContactAsync.</deprecated>
      <returns>The operation that launches the Contact Picker.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactPicker.SelectionMode">
      <summary>Controls whether the Contact Picker shows contacts as a complete entity or as a collection of fields.</summary>
      <returns>The mode for the Contact Picker user interface. You can set this to Contacts or Fields.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactSignificantOther">
      <summary>Represents the info about a significant other for a contact.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactSignificantOther.#ctor">
      <summary>Initializes a new instance of a ContactSignificantOther class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactSignificantOther.Description">
      <summary>Gets and sets the description of a significant other for a contact.</summary>
      <returns>The description of a significant other for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactSignificantOther.Name">
      <summary>Gets and sets the name of a significant other for a contact.</summary>
      <returns>The name of a significant other for a contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactWebsite">
      <summary>Represents the info about a Web site for a contact.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.ContactWebsite.#ctor">
      <summary>Initializes a new instance of a ContactWebsite class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactWebsite.Description">
      <summary>Gets and sets the description of a Web site for a contact.</summary>
      <returns>The description of a Web site for a contact.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.ContactWebsite.Uri">
      <summary>Gets and sets the Uniform Resource Identifier (URI) of a Web site for a contact.</summary>
      <returns>The Uniform Resource Identifier (URI) of a Web site for a contact.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.KnownContactField">
      <summary>KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.
A static class that contains the names of contact fields for storing commonly requested information like email address and phone numbers.</summary>
      <deprecated type="deprecate">KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.KnownContactField.ConvertNameToType(System.String)">
      <summary>KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.
Converts a string representing the name of a field to its corresponding type.</summary>
      <deprecated type="deprecate">KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.</deprecated>
      <returns>The type of field.</returns>
      <param name="name">The name of the field.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.KnownContactField.ConvertTypeToName(Windows.ApplicationModel.Contacts.ContactFieldType)">
      <summary>KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.
Converts the type of a field to its corresponding string name.</summary>
      <deprecated type="deprecate">KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.</deprecated>
      <returns>The name of the field.</returns>
      <param name="type">The type of field.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.KnownContactField.Email">
      <summary>KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.
Contains the name of the field used for email addresses.</summary>
      <deprecated type="deprecate">KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.KnownContactField.InstantMessage">
      <summary>KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.
Contains the name of the field used for instant messaging accounts.</summary>
      <deprecated type="deprecate">KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.KnownContactField.Location">
      <summary>KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.
Contains the name of the field used for the contact's location.</summary>
      <deprecated type="deprecate">KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.KnownContactField.PhoneNumber">
      <summary>KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.
Contains the name of the field used for phone numbers.</summary>
      <deprecated type="deprecate">KnownContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactConnectedServiceAccount, or ContactEmail.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactAddressKind">
      <summary>Specifies the kinds of contact addresses.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactAddressKind.Home">
      <summary>The home address of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactAddressKind.Work">
      <summary>The work address of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactAddressKind.Other">
      <summary>An address of the contact other than home or work.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactDateKind">
      <summary>Specifies the kinds of important dates for a contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactDateKind.Birthday">
      <summary>The birthday of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactDateKind.Anniversary">
      <summary>The anniversary of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactDateKind.Other">
      <summary>An important date of the contact other than birthday or anniversary.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactEmailKind">
      <summary>Specifies the kinds of email addresses for a contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactEmailKind.Personal">
      <summary>The personal email address of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactEmailKind.Work">
      <summary>The work email address of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactEmailKind.Other">
      <summary>An email address of the contact other than personal or work.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactFieldCategory">
      <summary>ContactFieldCategory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhoneKind, ContactEmailKind, and ContactAddressKind.
Defines the categories that contact data can belong to.</summary>
      <deprecated type="deprecate">ContactFieldCategory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhoneKind, ContactEmailKind, and ContactAddressKind.</deprecated>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldCategory.None">
      <summary>The data doesn't belong to a category</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldCategory.Home">
      <summary>The Home category.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldCategory.Work">
      <summary>The Work category.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldCategory.Mobile">
      <summary>The Mobile category.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldCategory.Other">
      <summary>The Other category.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactFieldType">
      <summary>Defines the type of contact data.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.Email">
      <summary>The contact's email address.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.PhoneNumber">
      <summary>The contact's phone number.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.Location">
      <summary>The contact's location.</summary>
      <deprecated type="deprecate">Location may be altered or unavailable for releases after Windows 8.1. Instead, use Address.</deprecated>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.InstantMessage">
      <summary>The contact's instant message user name.</summary>
      <deprecated type="deprecate">InstantMessage may be altered or unavailable for releases after Windows 8.1. Instead, use ConnectedServiceAccount.</deprecated>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.Custom">
      <summary>A custom value.</summary>
      <deprecated type="deprecate">Custom may be altered or unavailable for releases after Windows 8.1. Instead, use one of the specific types.</deprecated>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.ConnectedServiceAccount">
      <summary>The contact's connected service account.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.ImportantDate">
      <summary>The contact's important dates.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.Address">
      <summary>The contact's address.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.SignificantOther">
      <summary>The contact's significant other.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.Notes">
      <summary>The contact's notes.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.Website">
      <summary>The contact's Web site.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactFieldType.JobInfo">
      <summary>The contact's job info.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactPhoneKind">
      <summary>Specifies the kinds of phones for a contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactPhoneKind.Home">
      <summary>The home phone of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactPhoneKind.Mobile">
      <summary>The mobile phone of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactPhoneKind.Work">
      <summary>The work phone of the contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactPhoneKind.Other">
      <summary>A phone of the contact other than home, mobile, or work.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.ContactSelectionMode">
      <summary>Specifies whether you want to request an entire contact, or only specific fields.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactSelectionMode.Contacts">
      <summary>Specifies that you want to select the entire contact.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.ContactSelectionMode.Fields">
      <summary>Specifies that you want to select only certain fields.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.IContactField">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Specifies an object that describes a piece of contact data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.IContactField.Category">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the category for the contact data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The category for the contact data.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.IContactField.Name">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the name of the field.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The name of the field.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.IContactField.Type">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the contact field type for the data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The type of data.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.IContactField.Value">
      <summary>IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.
Gets the value of the contact data.</summary>
      <deprecated type="deprecate">IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.</deprecated>
      <returns>The value of the contact data.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.IContactFieldFactory">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail. Creates fields that contain information about a contact. Available only to apps that support the Contacts contract.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(System.String,Windows.ApplicationModel.Contacts.ContactFieldType)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a field to contain information about a contact.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <returns>A field that you can add to a Contact object.</returns>
      <param name="value">The value for the field.</param>
      <param name="type">The type of field.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a field to contain information about a contact.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <returns>A field that you can add to a Contact object.</returns>
      <param name="value">The value of the field.</param>
      <param name="type">The type of field.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(System.String,System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
Creates a field to contain information about a contact.</summary>
      <deprecated type="deprecate">IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.</deprecated>
      <returns>A field that you can add to a Contact object.</returns>
      <param name="name">The name of the field.</param>
      <param name="value">The value the field contains.</param>
      <param name="type">The type of field.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates fields with information about a contact's instant messaging accounts.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory.CreateInstantMessage(System.String)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a field containing information about a contact's instant messaging account.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>An instant messaging field that you can add to a Contact object.</returns>
      <param name="userName">The user name of the instant messaging account.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory.CreateInstantMessage(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a field containing information about a contact's instant messaging account.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>An instant messaging field that you can add to a Contact object.</returns>
      <param name="userName">The user name for the instant messaging account.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory.CreateInstantMessage(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,Windows.Foundation.Uri)">
      <summary>IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
Creates a field containing information about a contact's instant messaging account.</summary>
      <deprecated type="deprecate">IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.</deprecated>
      <returns>An instant messaging field that you can add to a Contact object.</returns>
      <param name="userName">The user name for the instant messaging account.</param>
      <param name="category">The category the field belongs to.</param>
      <param name="service">The name of the instant messaging service.</param>
      <param name="displayText">The text to display to prompt an instant messaging conversation.</param>
      <param name="verb">The Uniform Resource Identifier (URI) that starts an instant messaging conversation.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress. Creates fields for a contact's location.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(System.String)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a field to contain information about a contact's location.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>A location field that you can add to a Contact object.</returns>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a field to contain information about a contact's location.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>A location field that you can add to a Contact object.</returns>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
      <param name="category">The category the field belongs to.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,System.String,System.String,System.String)">
      <summary>IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
Creates a field to contain information about a contact's location.</summary>
      <deprecated type="deprecate">IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.</deprecated>
      <returns>A location field that you can add to a Contact object.</returns>
      <param name="unstructuredAddress">The address of the contact in an unstructured format.</param>
      <param name="category">The category the field belongs to.</param>
      <param name="street">The street address.</param>
      <param name="city">The name of the city for the address.</param>
      <param name="region">The name of the region for the address.</param>
      <param name="country">The name of the country for the address.</param>
      <param name="postalCode">The postal code for the address.</param>
    </member>
    <member name="N:Windows.ApplicationModel.Contacts.Provider">
      <summary>Enables apps to create and remove contacts.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.Provider.AddContactResult">
      <summary>Indicates whether a contact was added successfully.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.Provider.AddContactResult.Added">
      <summary>The contact was added.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.Provider.AddContactResult.AlreadyAdded">
      <summary>The contact was already selected by the user.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Contacts.Provider.AddContactResult.Unavailable">
      <summary>The contact was unavailable and was not added.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI">
      <summary>Allows you to call the contact picker UI so you can select one or more contacts.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.AddContact(System.String,Windows.ApplicationModel.Contacts.Contact)">
      <summary>AddContact may be altered or unavailable for releases after Windows 8.1. Instead, use AddContact without the ID.
Adds a Contact.</summary>
      <deprecated type="deprecate">AddContact may be altered or unavailable for releases after Windows 8.1. Instead, use AddContact without the ID.</deprecated>
      <returns>An AddContactResult-typed value that indicates whether the contact was added successfully.</returns>
      <param name="id">The ID for the contact.</param>
      <param name="contact">An object that contains the contact's information.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.AddContact(Windows.ApplicationModel.Contacts.Contact)">
      <summary>Adds a Contact. The Contact.Id property must be set when you call AddContact. If Contact.Id isn't set, your app will fail.</summary>
      <returns>An AddContactResult-typed value that indicates whether the contact was added successfully.</returns>
      <param name="contact">An object that contains the contact's information.</param>
    </member>
    <member name="E:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.ContactRemoved">
      <summary>Occurs when the user deselects or removes the contact.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.ContainsContact(System.String)">
      <summary>Checks to see whether the contact was already selected by the user.</summary>
      <returns>True if the contact has already been selected; otherwise, false.</returns>
      <param name="id">The ID of the contact.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.DesiredFields">
      <summary>DesiredFields may be altered or unavailable for releases after Windows 8.1. Instead, use DesiredFieldsWithContactFieldType.
Specifies the fields that you want returned after the user selects one or more contacts.</summary>
      <deprecated type="deprecate">DesiredFields may be altered or unavailable for releases after Windows 8.1. Instead, use DesiredFieldsWithContactFieldType.</deprecated>
      <returns>A collection of fields that you want returned. You can specify which fields you want through the KnownContactField class.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.DesiredFieldsWithContactFieldType">
      <summary>Gets the fields with contact field type that you want returned after the user selects one or more contacts.</summary>
      <returns>A collection of fields of contact field type that you want returned. The ContactFieldType values specify which fields you want.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.RemoveContact(System.String)">
      <summary>Removes a contact.</summary>
      <param name="id">The ID of the contact to remove.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Provider.ContactPickerUI.SelectionMode">
      <summary>Determines the selection mode for the contact picker. The most common options are PickSingleContactAsync or PickMultipleContactsAsync.</summary>
      <returns>Specifies the selection mode that you want to use.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Contacts.Provider.ContactRemovedEventArgs">
      <summary>Contains info about a removed contact. Returned when a ContactRemoved event occurs.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Contacts.Provider.ContactRemovedEventArgs.Id">
      <summary>Contains a unique identifier for the contact.</summary>
      <returns>A unique identifier for the contact.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Core">
      <summary>Provides key application-level functionality for apps.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Core.CoreApplication">
      <summary>Enables apps to handle state changes, manage windows, and integrate with a variety of UI frameworks.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.CreateNewView(System.String,System.String)">
      <summary>Creates a new view for the app.</summary>
      <returns>The view.</returns>
      <param name="runtimeType">The class ID of the view provider for the new view. If this parameter is null, use the current view provider.</param>
      <param name="entryPoint">Additional info about the view, such as its class name in the app code.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.CreateNewView">
      <summary>Creates a new view for the app.</summary>
      <returns>The view.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.DecrementApplicationUseCount">
      <summary>Decrements the total count of running app instances that use this CoreApplication instance.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.Exit">
      <summary>Shuts down the app. Do not use this method to shut down an app outside of testing or debugging scenarios.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Core.CoreApplication.Exiting">
      <summary>Occurs when the app is shutting down.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.GetCurrentView">
      <summary>Gets the active view for the app.</summary>
      <returns>The view.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Core.CoreApplication.Id">
      <summary>Gets the package-relative app identifier (PRAID) for the process.</summary>
      <returns>The PRAID.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.IncrementApplicationUseCount">
      <summary>Increments the total count of running app instances that use this CoreApplication instance.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Core.CoreApplication.MainView">
      <summary>Gets the main CoreApplicationView instance for all running apps that use this CoreApplication instance.</summary>
      <returns>The main view for this CoreApplication instance.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Core.CoreApplication.Properties">
      <summary>Gets a property set that the app and UI frameworks can use to store info while the process is running.</summary>
      <returns>The property set.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Core.CoreApplication.Resuming">
      <summary>Occurs when an app is resuming.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.Run(Windows.ApplicationModel.Core.IFrameworkViewSource)">
      <summary>Runs an external view provider factory to obtain a view provider.</summary>
      <param name="viewSource">An implementation of a view provider factory.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Core.CoreApplication.RunWithActivationFactories(Windows.Foundation.IGetActivationFactory)">
      <summary>Runs an activatable type factory to obtain an external activatable type.</summary>
      <param name="activationFactoryCallback">An implementation of an activatable type factory.</param>
    </member>
    <member name="E:Windows.ApplicationModel.Core.CoreApplication.Suspending">
      <summary>Occurs when the app is suspending.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Core.CoreApplication.UnhandledErrorDetected">
      <summary>Occurs when there is an underlying error that is routed to the CoreApplication instance, as part of global error handling logic.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Core.CoreApplication.Views">
      <summary>Gets all views for the app.</summary>
      <returns>The views.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Core.CoreApplicationView">
      <summary>Represents an app window and its thread.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Core.CoreApplicationView.Activated">
      <summary>Occurs when the view is activated.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Core.CoreApplicationView.CoreWindow">
      <summary>Gets the app window associated with the current view.</summary>
      <returns>The app window.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Core.CoreApplicationView.IsHosted">
      <summary>Gets the value that indicates whether this app view is hosted or not.</summary>
      <returns>If true, this app view is hosted; if false, it is not.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Core.CoreApplicationView.IsMain">
      <summary>Gets a value that indicates whether this app view is the main app view or not.</summary>
      <returns>If true, this app view is the main; if false, it is not.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Core.ICoreApplicationUnhandledError">
      <summary>Adds an error handling event for global error handling from the system that app models can use.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Core.ICoreApplicationUnhandledError.UnhandledErrorDetected">
      <summary>Occurs when there is an error in an async completion or event handler that wasn't otherwise handled by system or app code.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Core.IFrameworkView">
      <summary>Represents an app view provider.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Core.IFrameworkView.Initialize(Windows.ApplicationModel.Core.CoreApplicationView)">
      <summary>A method for app view initialization, which is called when an app object is launched.</summary>
      <param name="applicationView">The default view provided by the app object. You can use this instance in your implementation to obtain the CoreWindow created by the app object, and register callbacks for the Activated event.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Core.IFrameworkView.Load(System.String)">
      <summary>A method that loads or activates any external resources used by the app view before Run is called.</summary>
      <param name="entryPoint">The name of the entry point method for the activated type.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Core.IFrameworkView.Run">
      <summary>A method that starts the app view.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Core.IFrameworkView.SetWindow(Windows.UI.Core.CoreWindow)">
      <summary>A method that sets the current window for the app object's view.</summary>
      <param name="window">The current window for the app object.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Core.IFrameworkView.Uninitialize">
      <summary>A method that uninitializes the app view.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Core.IFrameworkViewSource">
      <summary>Defines a factory for view provider objects.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Core.IFrameworkViewSource.CreateView">
      <summary>A method that returns a view provider object.</summary>
      <returns>An object that implements a view provider.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Core.UnhandledErrorDetectedEventArgs">
      <summary>Provides UnhandledError event data for UnhandledErrorDetected events.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Core.UnhandledErrorDetectedEventArgs.UnhandledError">
      <summary>Gets the error info object that can be used to handle the event or propagate the error through a language-specific error.</summary>
      <returns>An object that represents the unhandled error.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Core.UnhandledError">
      <summary>Represents the error data for a system error as reported by an UnhandledErrorDetected event.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Core.UnhandledError.Handled">
      <summary>Gets or sets a value that indicates whether the error has been handled.</summary>
      <returns>true if the error has been handled. A value of true permits the app to continue. false if the error has not been handled. A value of false can result in the app being terminated once this event propagates to the Windows Runtime system.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Core.UnhandledError.Propagate">
      <summary>Wraps the underlying error info in a language specific exception, and throws the error.</summary>
    </member>
    <member name="N:Windows.ApplicationModel.DataTransfer">
      <summary>Contains classes that are used to exchange data between a source app and a target app. These classes are used in share and clipboard operations.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.Clipboard">
      <summary>Gets and sets information from the clipboard object.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.Clipboard.Clear">
      <summary>Removes all data from the Clipboard.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.DataTransfer.Clipboard.ContentChanged">
      <summary>Occurs when the data stored in the Clipboard changes.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.Clipboard.Flush">
      <summary>Adds the content to the Clipboard and releases the DataPackage object from the source app. This method allows the content to remain available after the application shuts down.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.Clipboard.GetContent">
      <summary>Gets the current content that is stored in the clipboard object.</summary>
      <returns>Contains the content of the Clipboard.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.Clipboard.SetContent(Windows.ApplicationModel.DataTransfer.DataPackage)">
      <summary>Sets the current content that is stored in the clipboard object.</summary>
      <param name="content">Contains the content of the clipboard. If NULL, the clipboard is emptied.</param>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataPackage">
      <summary>Contains the data that a user wants to exchange with another app.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.#ctor">
      <summary>Constructor that creates a new DataPackage.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.DataTransfer.DataPackage.Destroyed">
      <summary>Occurs when the DataPackage is destroyed.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.GetView">
      <summary>Returns a DataPackageView object. This object is a read-only copy of the DataPackage object.</summary>
      <returns>The object that is a read-only copy of the DataPackage object.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.DataTransfer.DataPackage.OperationCompleted">
      <summary>Occurs when a paste operation is completed.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackage.Properties">
      <summary>Allows you to get and set properties like the title of the content being shared.</summary>
      <returns>A collection of properties that describe the data contained in a DataPackage.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackage.RequestedOperation">
      <summary>Specifies the DataPackageOperation (none, move, copy, or link) for the operation.</summary>
      <returns>The operation requested by the source app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackage.ResourceMap">
      <summary>Maps a URI to a file. Used to ensure that referenced content (such as an image) in HTML content is added to the DataPackage.</summary>
      <returns>Specifies a name/value pair that specifies the an HTML path with a corresponding StreamReference object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetApplicationLink(Windows.Foundation.Uri)">
      <summary>Sets the application link that a DataPackage contains.</summary>
      <param name="value">A Uniform Resource Identifier (URI) with a scheme that isn't http or https that's handled by the source app.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetBitmap(Windows.Storage.Streams.RandomAccessStreamReference)">
      <summary>Sets the bitmap image contained in the DataPackage.</summary>
      <param name="value">A stream that contains the bitmap image.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetData(System.String,System.Object)">
      <summary>Sets the data contained in the DataPackage in a RandomAccessStream format.</summary>
      <param name="formatId">Specifies the format of the data. We recommend that you set this value by using the StandardDataFormats class.</param>
      <param name="value">Specifies the content that the DataPackage contains.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetDataProvider(System.String,Windows.ApplicationModel.DataTransfer.DataProviderHandler)">
      <summary>Sets a delegate to handle requests from the target app.</summary>
      <param name="formatId">Specifies the format of the data. We recommend that you set this value by using the StandardDataFormats class.</param>
      <param name="delayRenderer">A delegate that is responsible for processing requests from a target app.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetHtmlFormat(System.String)">
      <summary>Adds HTML content to the DataPackage.</summary>
      <param name="value">The HTML content.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetRtf(System.String)">
      <summary>Sets the Rich Text Format (RTF) content that is contained in a DataPackage.</summary>
      <param name="value">Specifies the Rich Text Format (RTF) content for the DataPackage.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetStorageItems(Windows.Foundation.Collections.IIterable`1,System.Boolean)">
      <summary>Adds files and folders to a DataPackage.</summary>
      <param name="value">The files and folders to be added to the DataPackage.</param>
      <param name="readOnly">Specify true if the files are read-only; false otherwise.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetStorageItems(Windows.Foundation.Collections.IIterable`1)">
      <summary>Sets the files and folders contained in a DataPackage.</summary>
      <param name="value">The files and folders to be added to the DataPackage.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetText(System.String)">
      <summary>Sets the text that a DataPackage contains.</summary>
      <param name="value">The text.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetUri(Windows.Foundation.Uri)">
      <summary>Sets the Uniform Resource Identifier (URI) that is contained in the DataPackage.</summary>
      <deprecated type="deprecate">SetUri may be altered or unavailable for releases after Windows 8.1. Instead, use ApplicationLink or WebLink.</deprecated>
      <param name="value">The Uniform Resource Identifier (URI) that is contained in the DataPackage.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackage.SetWebLink(Windows.Foundation.Uri)">
      <summary>Sets the web link that a DataPackage contains.</summary>
      <param name="value">A Uniform Resource Identifier (URI) with an http or https scheme that corresponds to the content being displayed to the user.</param>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataPackageOperation">
      <summary>Specifies the operation the DataPackage stored in the Clipboard supports.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.DataTransfer.DataPackageOperation.None">
      <summary>No action. Typically used when the DataPackage object requires delayed rendering.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.DataTransfer.DataPackageOperation.Copy">
      <summary>Copies the content to the target destination.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.DataTransfer.DataPackageOperation.Move">
      <summary>Copies the content to the target destination and deletes the original.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.DataTransfer.DataPackageOperation.Link">
      <summary>Creates a link for the data.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet">
      <summary>Defines a set of properties to use with a DataPackage object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ContentSourceApplicationLink">
      <summary>Gets or sets the application link to the content from the source app.</summary>
      <returns>The Uniform Resource Identifier (URI) of the application link to shared content.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ContentSourceWebLink">
      <summary>Provides a web link to shared content that's currently displayed in the app.</summary>
      <returns>The Uniform Resource Identifier (URI) of the web link to shared content.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.LogoBackgroundColor">
      <summary>Gets or sets a background color for the sharing app's Square30x30Logo.</summary>
      <returns>The color of the logo's background.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.PackageFamilyName">
      <summary>Gets or sets the package family name of the source app.</summary>
      <returns>The package family name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Square30x30Logo">
      <summary>Gets or sets the source app's logo.</summary>
      <returns>The logo's bitmap.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Add(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Adds a new key-value pair to the DataPackagePropertySet.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Add(System.String,System.Object)">
      <summary>Adds an item to the DataPackagePropertySet.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ApplicationListingUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the app's location in the Windows Store.</summary>
      <returns>The Uniform Resource Identifier (URI) of the app in the Windows Store.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ApplicationName">
      <summary>Gets or sets the name of the app that created the DataPackage object.</summary>
      <returns>Specifies the name of the app that created the DataPackage object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Clear">
      <summary>Removes all items from the property set.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Contains(KeyValuePair(System.String,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the DataPackagePropertySet.</summary>
      <returns>True if an item with that key exists in the DataPackagePropertySet; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the DataPackagePropertySet.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the DataPackagePropertySet.</summary>
      <returns>True if an item with that key exists in the DataPackagePropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the DataPackagePropertySet.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Description">
      <summary>Gets or sets text that describes the contents of the DataPackage.</summary>
      <returns>Text that describes the contents of the DataPackage.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.FileTypes">
      <summary>Specifies a vector object that contains the types of files stored in the DataPackage object.</summary>
      <returns>Contains the types of files stored in the DataPackage object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.First">
      <summary>Returns an iterator to enumerate the items in the property set.</summary>
      <returns>The first item in the DataPackage object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.GetView">
      <summary>Gets an immutable view of the property set.</summary>
      <returns>The immutable view.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.HasKey(System.String)">
      <summary>Indicates whether the DataPackagePropertySet object contains a specific property.</summary>
      <returns>True if the property set has an item with the specified key; otherwise false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Insert(System.String,System.Object)">
      <summary>Adds a property to the DataPackagePropertySet object.</summary>
      <returns>True if the method replaced a value that already existed for the key; false if this is a new key.</returns>
      <param name="key">The key to insert.</param>
      <param name="value">The value to insert.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>True if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Keys">
      <summary>Gets an ICollection object containing the keys of the DataPackagePropertySet.</summary>
      <returns>The ICollection of all keys in this DataPackagePropertySet.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Lookup(System.String)">
      <summary>Retrieves the value of a specific property.</summary>
      <returns>The value, if an item with the specified key exists. Otherwise, an error code.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Remove(System.String)">
      <summary>Removes an item from the property set.</summary>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Remove(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Removes a specific key-value pair from the DataPackagePropertySet.</summary>
      <returns>True if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the DataPackagePropertySet.</summary>
      <returns>True if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Size">
      <summary>Gets the number of items that are contained in the property set.</summary>
      <returns>The number of elements in the property set.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Thumbnail">
      <summary>Gets or sets a thumbnail image for the DataPackage.</summary>
      <returns>The IRandomAccessStreamReference that represents the thumbnail image.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Title">
      <summary>Gets or sets the text that displays as a title for the contents of the DataPackage object.</summary>
      <returns>The text that displays as a title for the contents of the DataPackage object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.TryGetValue(System.String,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the DataPackagePropertySet. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>True if an item with that key exists in the DataPackagePropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the DataPackagePropertySet.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the DataPackagePropertySet.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.Values">
      <summary>Gets an ICollection object containing the values of the DataPackagePropertySet .</summary>
      <returns>The ICollection of all values in this DataPackagePropertySet.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataPackageView">
      <summary>A read-only version of a DataPackage. Apps that receive shared content get this object when acquiring content.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackageView.AvailableFormats">
      <summary>Returns the formats the DataPackageView contains.</summary>
      <returns>The formats the DataPackageView contains.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.Contains(System.String)">
      <summary>Checks to see if the DataPackageView contains a specific data format.</summary>
      <returns>True if the DataPackageView contains the format; false otherwise.</returns>
      <param name="formatId">The name of the format.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetApplicationLinkAsync">
      <summary>Gets the application link in the DataPackageView object.</summary>
      <returns>The application link.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetBitmapAsync">
      <summary>Gets the bitmap image contained in the DataPackageView</summary>
      <returns>A stream containing the bitmap image.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetDataAsync(System.String)">
      <summary>Gets the data contained in the DataPackageView.</summary>
      <returns>The data.</returns>
      <param name="formatId">The format of the data.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetHtmlFormatAsync">
      <summary>Gets the HTML stored in the DataPackageView object.</summary>
      <returns>The HTML.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetResourceMapAsync">
      <summary>Gets the data (such as an image) referenced in HTML content.</summary>
      <returns>The data referenced in the HTML content.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetRtfAsync">
      <summary>Gets the rich text formatted (RTF) content contained in a DataPackageView.</summary>
      <returns>The rich text formatted content for the DataPackage.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetStorageItemsAsync">
      <summary>Gets the files and folders stored in a DataPackageView object.</summary>
      <returns>An array of files and folders stored in a DataPackageView.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetTextAsync">
      <summary>Gets the text in the DataPackageView object.</summary>
      <returns>The text.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetTextAsync(System.String)">
      <summary>Gets the text in the DataPackageView object.</summary>
      <returns>The text.</returns>
      <param name="formatId">A string that represents the data format. Usually StandardDataFormats.text.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetUriAsync">
      <summary>Gets the URI contained in the DataPackageView.</summary>
      <deprecated type="deprecate">GetUriAsync may be altered or unavailable for releases after Windows 8.1. Instead, use GetApplicationLink or GetWebLink.</deprecated>
      <returns>The Uri.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.GetWebLinkAsync">
      <summary>Gets the web link in the DataPackageView object.</summary>
      <returns>The web link.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackageView.Properties">
      <summary>Gets a DataPackagePropertySetView object, which contains a read-only set of properties for the data in the DataPackageView object.</summary>
      <returns>The object that contains a read-only set of properties for the data.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackageView.ReportOperationCompleted(Windows.ApplicationModel.DataTransfer.DataPackageOperation)">
      <summary>Informs the system that your app is finished using the DataPackageView object. Primarily used for Clipboard operations.</summary>
      <param name="value">An enumeration that states what operation (such as copy or move) was completed.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackageView.RequestedOperation">
      <summary>Gets the requested operation (such as copy or move). Primarily used for Clipboard actions.</summary>
      <returns>An enumeration that states what operation (such as copy or move) was completed.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView">
      <summary>Gets the set of properties of a DataPackageView object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ContentSourceApplicationLink">
      <summary>Gets the application link to the content from the source app.</summary>
      <returns>The Uniform Resource Identifier (URI) of the application link to shared content.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ContentSourceWebLink">
      <summary>Gets a web link to shared content that's currently displayed in the app.</summary>
      <returns>The Uniform Resource Identifier (URI) of the web link to shared content.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.LogoBackgroundColor">
      <summary>Gets a background color for the sharing app's Square30x30Logo.</summary>
      <returns>The background color for the sharing app's Square30x30Logo.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.PackageFamilyName">
      <summary>Gets the package family name of the source app.</summary>
      <returns>The package family name.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Square30x30Logo">
      <summary>Gets the source app's logo.</summary>
      <returns>The logo's bitmap.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ApplicationListingUri">
      <summary>Gets the Uniform Resource Identifier (URI) of the app's location in the Windows Store.</summary>
      <returns>The Uniform Resource Identifier (URI) of the app in the Windows Store.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ApplicationName">
      <summary>Gets the name of the app that created the DataPackage object.</summary>
      <returns>The name of the app that created the DataPackage object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the DataPackagePropertySetView.</summary>
      <returns>True if an item with that key exists in the DataPackagePropertySetView; otherwise, false.</returns>
      <param name="key">The key to check for in the DataPackagePropertySetView.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Description">
      <summary>Gets the text that describes the contents of the DataPackage.</summary>
      <returns>Text that describes the contents of the DataPackage.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.FileTypes">
      <summary>Gets a vector object that contains the types of files stored in the DataPackage object.</summary>
      <returns>Contains the types of files stored in the DataPackage object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.First">
      <summary>Returns an iterator to enumerate the items in the property set.</summary>
      <returns>The first item in the DataPackage object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.HasKey(System.String)">
      <summary>Indicates whether the DataPackagePropertySetView object contains a specific property.</summary>
      <returns>True if the property set has an item with the specified key; otherwise false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Keys">
      <summary>Gets an ICollection object containing the keys of the DataPackagePropertySetView.</summary>
      <returns>The ICollection of all keys in this DataPackagePropertySetView.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Lookup(System.String)">
      <summary>Retrieves the value of a specific property.</summary>
      <returns>The value, if an item with the specified key exists. Otherwise, an error code.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Size">
      <summary>Gets the number of items that are contained in the property set.</summary>
      <returns>The number of elements in the property set.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Split(Windows.Foundation.Collections.IMapView`2@,Windows.Foundation.Collections.IMapView`2@)">
      <summary>Divides the object into two views</summary>
      <param name="first">The first half of the object.</param>
      <param name="second">The second half of the object.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Thumbnail">
      <summary>Gets the thumbnail image for the DataPackageView.</summary>
      <returns>The IRandomAccessStreamReference that represents the thumbnail image.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Title">
      <summary>Gets the text that displays as a title for the contents of the DataPackagePropertySetView object.</summary>
      <returns>The text that displays as a title for the contents of the DataPackagePropertySetView object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.TryGetValue(System.String,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the DataPackagePropertySetView. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>True if an item with that key exists in the DataPackagePropertySetView; otherwise, false.</returns>
      <param name="key">The key to check for in the DataPackagePropertySetView.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the DataPackagePropertySetView.</param>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Values">
      <summary>Gets an ICollection object containing the values of the DataPackagePropertySetView .</summary>
      <returns>The ICollection of all values in this DataPackagePropertySetView.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataProviderDeferral">
      <summary>Used by a source app's deferral delegate to notify a DataPackage object that the source app will produce data from another asynchronous function.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataProviderDeferral.Complete">
      <summary>Informs a DataPackage that it is ready for processing.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataProviderHandler">
      <summary>Provides data when the target app requests it, instead of including the data in the DataPackage ahead of time. DataProviderHandler is used when the source app wants to avoid unnecessary work that is resource intensive, such as performing format conversions.</summary>
      <param name="request">Contains the data that the user wants to share.</param>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataProviderRequest">
      <summary>An object of this type is passed to the DataProviderHandler delegate.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataProviderRequest.Deadline">
      <summary>Gets the deadline for finishing a delayed rendering operation. If execution goes beyond that deadline, the results of delayed rendering are ignored.</summary>
      <returns>The deadline for the delayed rendering operation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataProviderRequest.FormatId">
      <summary>Specifies the format id.</summary>
      <returns>The format id. See StandardDataFormats for more information.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataProviderRequest.GetDeferral">
      <summary>Returns a DataProviderDeferral object.</summary>
      <returns>An data provider deferral object.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataProviderRequest.SetData(System.Object)">
      <summary>Sets the content of the DataPackage to be shared with a target app.</summary>
      <param name="value">The object associated with a particular format in the DataPackage.</param>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataRequest">
      <summary>Lets your app supply the content the user wants to share or specify a message, if an error occurs.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataRequest.Data">
      <summary>Sets or gets a DataPackage object that contains the content a user wants to share.</summary>
      <returns>Contains the content a user wants to share.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataRequest.Deadline">
      <summary>Gets the deadline for finishing a delayed rendering operation. If execution goes beyond that deadline, the results of delayed rendering are ignored.</summary>
      <returns>The deadline for the delayed rendering operation.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataRequest.FailWithDisplayText(System.String)">
      <summary>Cancels the sharing operation and supplies an error string to display to the user.</summary>
      <param name="value">The text to display to the user.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataRequest.GetDeferral">
      <summary>Supports asynchronous sharing operations by creating and returning a DataRequestDeferral object.</summary>
      <returns>An object that allows you to share or send content asynchronously.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataRequestDeferral">
      <summary>Enables you to exchange content with a target app asynchronously.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataRequestDeferral.Complete">
      <summary>Indicates that the content for an asynchronous share is ready for a target app, or that an error in the sharing operation occurred.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs">
      <summary>Contains information about the DataRequested event. The system fires this event when the user invokes the Share UI.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs.Request">
      <summary>Enables you to get the DataRequest object and either give it data or a failure message.</summary>
      <returns>The object used to manage content as part of a share operation.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.DataTransferManager">
      <summary>Programmatically initiates an exchange of content with other apps.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.DataTransfer.DataTransferManager.DataRequested">
      <summary>Occurs when a share operation starts.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataTransferManager.GetForCurrentView">
      <summary>Returns the DataTransferManager object associated with the current window.</summary>
      <returns>The DataTransferManager object associated with the current window.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.DataTransferManager.ShowShareUI">
      <summary>Programmatically initiates the user interface for sharing content with another app.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.DataTransfer.DataTransferManager.TargetApplicationChosen">
      <summary>Occurs when the user chooses a target app in the Share charm.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.HtmlFormatHelper">
      <summary>Responsible for formatting HTML content that you want to share or add to the Clipboard. Also allows you to get HTML fragments from the content.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.HtmlFormatHelper.CreateHtmlFormat(System.String)">
      <summary>Takes a string that represents HTML content and adds the necessary headers to ensure it is formatted correctly for share and Clipboard operations.</summary>
      <returns>A string representing the formatted HTML.</returns>
      <param name="htmlFragment">A string representing the HTML content.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.HtmlFormatHelper.GetStaticFragment(System.String)">
      <summary>Gets a string that represents an HTML fragment.</summary>
      <returns>An HTML fragment based on the formatted HTML.</returns>
      <param name="htmlFormat">The formatted HTML.</param>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.OperationCompletedEventArgs">
      <summary>Contains info about the action that a target app completed during a paste operation.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.OperationCompletedEventArgs.Operation">
      <summary>Specifies the operation that the target app completed.</summary>
      <returns>An enumeration that identifies the operation.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.StandardDataFormats">
      <summary>Contains static properties that return string values. Each string corresponds to a known format ID. Use this class to avoid errors in using string constants to specify data formats.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.ApplicationLink">
      <summary>A read-only property that returns the format ID string value corresponding to the activation link format.</summary>
      <returns>The format ID string value corresponding to the application link format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Bitmap">
      <summary>A read-only property that returns the format ID string value corresponding to the Bitmap format.</summary>
      <returns>The format ID string value corresponding to the Bitmap format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Html">
      <summary>A read-only property that returns the format ID string value corresponding to the HTML format.</summary>
      <returns>The format ID string value corresponding to the HTML format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Rtf">
      <summary>A read-only property that returns the format ID string value corresponding to the Rich Text Format (RTF).</summary>
      <returns>The format ID string value corresponding to the Rich Text Format (RTF) format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.StorageItems">
      <summary>A read-only property that returns the format ID string value corresponding to the StorageItem format.</summary>
      <returns>The format ID string value corresponding to the StorageItem format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Text">
      <summary>A read-only property that returns the format ID string value corresponding to the Text format.</summary>
      <returns>The format ID string value corresponding to the Text format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Uri">
      <summary>A read-only property that returns the format ID string value corresponding to the Uniform Resource Identifier (URI) format.</summary>
      <deprecated type="deprecate">Uri may be altered or unavailable for releases after Windows 8.1. Instead, use ApplicationLink or WebLink.</deprecated>
      <returns>The format ID string value corresponding to the Uniform Resource Identifier (URI) format.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.WebLink">
      <summary>A read-only property that returns the format ID string value corresponding to the web link format.</summary>
      <returns>The format ID string value corresponding to the web link format.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.TargetApplicationChosenEventArgs">
      <summary>Contains information about the target app the user chose to share content with. To get this object, you must handle the TargetApplicationChosen event.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.TargetApplicationChosenEventArgs.ApplicationName">
      <summary>Contains the name of the app that the user chose to share content with.</summary>
      <returns>The name of the app.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.DataTransfer.ShareTarget">
      <summary>Contains the classes and events that a target app uses to complete share operations and create shortcuts, called QuickLinks, that the system can use to streamline future sharing operations to the app.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink">
      <summary>Represents shortcuts that help users share content with the apps they use most.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink.Id">
      <summary>Specifies an ID for the QuickLink. Your app receives this ID when the user selects its QuickLink. You can use this ID to further customize the sharing process for the user.</summary>
      <returns>Specifies the ID for the QuickLink.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink.#ctor">
      <summary>Creates a new instance of a QuickLink object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink.SupportedDataFormats">
      <summary>An array of strings that specify the data formats supported by the QuickLink app. The system shows the QuickLink only when the data that a user wants to share matches a format in this array.</summary>
      <returns>An array of format ids that specify the data formats supported by the QuickLink app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink.SupportedFileTypes">
      <summary>An array of strings that specify the file types supported by a QuickLink app. The system shows the QuickLink only when the data that a user wants to share contains file items, and the file extensions for those file items match a file type in this array.</summary>
      <returns>An array of file extensions that specify the file types supported by the QuickLinks app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink.Thumbnail">
      <summary>Specifies a thumbnail image for the QuickLink. The system displays this image when the user is presented with a list of possible apps to share content with.</summary>
      <returns>Contains the thumbnail image to use with the QuickLink.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink.Title">
      <summary>Specifies the title of a QuickLink. The system displays this info when the user is presented with a list of possible apps to share content with.</summary>
      <returns>Specifies the title of the QuickLink.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation">
      <summary>Handles the bulk of the work during a share operation. This includes the data that the user wants to share, setting or removing QuickLinks, and informing the system about the status of the operation.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.DismissUI">
      <summary>Closes the share pane.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.Data">
      <summary>Contains a DataPackage object with the data that the user wants to share.</summary>
      <returns>Contains the data that the user wants to share.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.QuickLinkId">
      <summary>A string that contains the ID of a QuickLink.</summary>
      <returns>The ID of the QuickLink.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.RemoveThisQuickLink">
      <summary>Removes the QuickLink from the list of QuickLinks that are available to the user.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.ReportCompleted">
      <summary>Specifies that the sharing operation is complete.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.ReportCompleted(Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink)">
      <summary>Specifies that the sharing operation is complete. A QuickLink that the system can save as a shortcut for future sharing operations is included.</summary>
      <param name="quicklink">A QuickLink object that the system saves as a shortcut for future sharing operations.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.ReportDataRetrieved">
      <summary>Specifies that the app has acquired the content that the user wants to share.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.ReportError(System.String)">
      <summary>Specifies that an error occurred during the sharing operation.</summary>
      <param name="value">Specifies the error message. The system displays this message to the user.</param>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.ReportStarted">
      <summary>Specifies that the app has started to acquire the content that the user wants to share.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation.ReportSubmittedBackgroundTask">
      <summary>Specifies that the app has requested that the system allow the sharing operation to run as a background task.</summary>
    </member>
    <member name="N:Windows.ApplicationModel.Resources">
      <summary>Provides simplified access to application resources, such as strings, that are defined using basic naming conventions for runtime apps.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.ResourceLoader">
      <summary>Provides simplified access to app resources such as app UI strings.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.ResourceLoader.#ctor">
      <summary>Constructs a new ResourceLoader object for the Resources subtree of the currently running app's main ResourceMap.</summary>
      <deprecated type="deprecate">ResourceLoader() may be altered or unavailable for releases after Windows 8.1. Instead, use GetForCurrentView().</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.ResourceLoader.#ctor(System.String)">
      <summary>Constructs a new ResourceLoader object for the specified ResourceMap.</summary>
      <deprecated type="deprecate">ResourceLoader(String) may be altered or unavailable for releases after Windows 8.1. Instead, use GetForCurrentView(String).</deprecated>
      <param name="name">The resource identifier of the ResourceMap that the new resource loader uses for unqualified resource references. It can then retrieve resources relative to those references.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, Caption%20 is treated as Caption . Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.ResourceLoader.GetForCurrentView">
      <summary>Gets a ResourceLoader object for the Resources subtree of the currently running app's main ResourceMap.</summary>
      <returns>A resource loader for the Resources subtree of the currently running app's main ResourceMap.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.ResourceLoader.GetForCurrentView(System.String)">
      <summary>Gets a ResourceLoader object for the specified ResourceMap.</summary>
      <returns>A resource loader for the specified ResourceMap.</returns>
      <param name="name">The resource identifier of the ResourceMap that the new resource loader uses for unqualified resource references. The loader can then retrieve resources relative to those references.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, Caption%20 is treated as Caption . Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.ResourceLoader.GetString(System.String)">
      <summary>Returns the most appropriate string value of a resource, specified by resource identifier, for the default ResourceContext of the view in which the ResourceLoader was obtained using ResourceLoader.GetForCurrentView.</summary>
      <returns>The most appropriate string value of the specified resource for the default ResourceContext.</returns>
      <param name="resource">The resource identifier of the resource to be resolved.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, getString(Caption%20) is treated as getString(Caption ). Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.ResourceLoader.GetStringForReference(Windows.Foundation.Uri)">
      <summary>Returns the most appropriate string value of a resource, specified as a Uri for a resource identifier, for the default ResourceContext of the currently running app.</summary>
      <deprecated type="deprecate">GetStringForReference may be altered or unavailable for releases after Windows 8.1. Instead, use GetStringForUri.</deprecated>
      <returns>The most appropriate string value of the specified resource for the default ResourceContext.</returns>
      <param name="uri">A Uri that represents the resource to be retrieved.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.ResourceLoader.GetStringForUri(Windows.Foundation.Uri)">
      <summary>Returns the most appropriate string value of a resource, specified by a Uniform Resource Identifier (URI) resource identifier, for the default ResourceContext of the currently running app.</summary>
      <returns>The most appropriate string value of the specified resource for the default ResourceContext.</returns>
      <param name="uri">A Uniform Resource Identifier (URI) that represents the resource to be retrieved.</param>
    </member>
    <member name="N:Windows.ApplicationModel.Resources.Core">
      <summary>Provides classes that enable advanced resource loading.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.NamedResource">
      <summary>Represents a single logical, named resource, such as a string resource named 'Header1'.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.NamedResource.Resolve">
      <summary>Resolves this NamedResource object against the default context and returns the most appropriate candidate.</summary>
      <deprecated type="deprecate">Resolve may be altered or unavailable for releases after Windows 8.1. Instead, use Resolve(ResourceContext).</deprecated>
      <returns>The most appropriate candidate for the default context.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.NamedResource.Resolve(Windows.ApplicationModel.Resources.Core.ResourceContext)">
      <summary>Resolves this NamedResource object against a supplied context and returns the most appropriate candidate.</summary>
      <returns>The most appropriate candidate for the specified context.</returns>
      <param name="resourceContext">The context against which the NamedResource should be resolved.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.NamedResource.ResolveAll">
      <summary>Resolves this NamedResource object against the default context and returns a list of all possible candidates in preference order.</summary>
      <deprecated type="deprecate">ResolveAll may be altered or unavailable for releases after Windows 8.1. Instead, use ResolveAll(ResourceContext).</deprecated>
      <returns>A list of ResourceCandidate objects, in order of preference. The object in first position in the list is the most appropriate candidate for the corresponding context, and the object in last position is the least appropriate.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.NamedResource.ResolveAll(Windows.ApplicationModel.Resources.Core.ResourceContext)">
      <summary>Resolves this NamedResource object against a supplied context and returns a list of all possible candidates in preference order.</summary>
      <returns>A list of ResourceCandidate objects, in order of preference. The object in first position in the list is the most appropriate candidate for the corresponding context, and the object in last position is the least appropriate.</returns>
      <param name="resourceContext">The context against which the NamedResource should be resolved.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.NamedResource.Candidates">
      <summary>Gets all possible candidate values for this named resource.</summary>
      <returns>A set of ResourceCandidate objects, each of which describes one possible value for this named resource and the qualifiers under which it applies.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.NamedResource.Uri">
      <summary>Gets a URI that can be used to refer to this named resource.</summary>
      <returns>A URI that can be used to refer to this named resource. See URI schemes for information on identifying resources.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceCandidate">
      <summary>Represents a single possible value for a given NamedResource, the qualifiers associated with that resource, and how well those qualifiers match the context against which it was resolved.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceCandidate.GetQualifierValue(System.String)">
      <summary>Returns the value of a qualifier, given its name.</summary>
      <returns>The value of the qualifier.</returns>
      <param name="qualifierName">The name of the qualifier.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceCandidate.GetValueAsFileAsync">
      <summary>Asynchronously returns a StorageFile that accesses the value of this ResourceCandidate. This only works on certain types of ResourceCandidates that are files.</summary>
      <returns>An asynchronous operation to return the requested StorageFile.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidate.IsDefault">
      <summary>Indicates whether this ResourceCandidate can be used as a default fallback value for any context.</summary>
      <returns>TRUE if this candidate can be used as a default fallback value for any context, FALSE otherwise.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidate.IsMatch">
      <summary>Indicates whether this ResourceCandidate matched the ResourceContext against which it was evaluated.</summary>
      <returns>TRUE if the ResourceCandidate matched the context, FALSE otherwise.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidate.IsMatchAsDefault">
      <summary>Indicates whether this ResourceCandidate matched the ResourceContext against which it was evaluated as a result of being a default fallback value or mixed match with default fallback (that is, a match in relation to some qualifiers but using default fallback values for other qualifiers), and not as a true match.</summary>
      <returns>TRUE if this candidate is an acceptable default fallback value, FALSE otherwise.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidate.Qualifiers">
      <summary>Gets the qualifiers associated with this ResourceCandidate.</summary>
      <returns>The ResourceQualifiers associated with this ResourceCandidate.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidate.ValueAsString">
      <summary>Gets the value of this ResourceCandidate, expressed as a string.</summary>
      <returns>The string value.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView">
      <summary>Represents a collection of ResourceCandidate objects.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.First">
      <summary>Returns an iterator to enumerate the items in the set of ResourceCandidate objects.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the set if the set is empty.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.GetAt(System.UInt32)">
      <summary>Returns the ResourceCandidate at the specified index in the set.</summary>
      <returns>The ResourceCandidate at the specified index.</returns>
      <param name="index">The zero-based index of the ResourceCandidate in the set to return.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.GetMany(System.UInt32,Windows.ApplicationModel.Resources.Core.ResourceCandidate[])">
      <summary>Returns the ResourceCandidate objects that start at the specified index in the set.</summary>
      <returns>The number of ResourceCandidate objects returned.</returns>
      <param name="startIndex">The zero-based index of the start of the ResourceCandidate objects in the set to return.</param>
      <param name="items">The ResourceCandidate objects in the set that start at startIndex.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.IndexOf(Windows.ApplicationModel.Resources.Core.ResourceCandidate,System.UInt32@)">
      <summary>Returns the index of a specified ResourceCandidate in the set.</summary>
      <returns>A Boolean that is TRUE if the ResourceCandidate is found, otherwise FALSE if the item is not found.</returns>
      <param name="value">The ResourceCandidate to find in the set.</param>
      <param name="index">The zero-based index of the ResourceCandidate, if the item is found. The method returns zero if the item is not found.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.Size">
      <summary>Gets the number of ResourceCandidate objects in the set.</summary>
      <returns>The number of ResourceCandidate objects in the set.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceContext">
      <summary>Encapsulates all of the factors (ResourceQualifiers) that might affect resource selection.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.#ctor">
      <summary>Creates a default ResourceContext object.</summary>
      <deprecated type="deprecate">ResourceContext constructor may be altered or unavailable for releases after Windows 8.1. Instead, use GetForCurrentView.</deprecated>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.Clone">
      <summary>Creates a clone of this ResourceContext, with identical qualifiers.</summary>
      <returns>A new, cloned ResourceContext.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.CreateMatchingContext(Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a new ResourceContext that matches a supplied set of qualifiers.</summary>
      <deprecated type="deprecate">CreateMatchingContext may be altered or unavailable for releases after Windows 8.1. Instead, use ResourceContext.GetForCurrentView.OverrideToMatch.</deprecated>
      <returns>The new ResourceContext.</returns>
      <param name="result">The list of qualifiers to be matched.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.GetForCurrentView">
      <summary>Gets a default ResourceContext associated with the current view for the currently running application.</summary>
      <returns>The default context associated with the current view.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.OverrideToMatch(Windows.Foundation.Collections.IIterable`1)">
      <summary>Overrides the qualifier values supplied by this context to match a specified list of resolved ResourceQualifiers. Typically the resolved ResourceQualifiers are associated with a resource that was looked up earlier.</summary>
      <param name="result">The ResourceQualifiers to be applied to the context.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.Reset">
      <summary>Resets the overridden values for all qualifiers on the given ResourceContext instance.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.Reset(Windows.Foundation.Collections.IIterable`1)">
      <summary>Resets the overridden values for the specified qualifiers on the given ResourceContext instance.</summary>
      <param name="qualifierNames">The names of the qualifiers to be reset.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.ResetGlobalQualifierValues">
      <summary>Removes any qualifier overrides from default contexts of all views across the app.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.ResetGlobalQualifierValues(Windows.Foundation.Collections.IIterable`1)">
      <summary>Removes qualifier overrides for the specified qualifiers from default contexts of all views across the app.</summary>
      <param name="qualifierNames">The names of the qualifiers to be reset.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContext.SetGlobalQualifierValue(System.String,System.String)">
      <summary>Applies a single qualifier value override to default contexts of all views for the current app.</summary>
      <param name="key">The name of the qualifier to override.</param>
      <param name="value">The override value to set.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceContext.Languages">
      <summary>Gets or sets the language qualifier for this context.</summary>
      <returns>A collection of BCP-47 language tags.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceContext.QualifierValues">
      <summary>Gets a writable, observable map of all supported qualifiers, indexed by name.</summary>
      <returns>The map of qualifiers.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView">
      <summary>Represents a collection of ResourceContext language qualifiers.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.First">
      <summary>Returns an iterator to enumerate the items in the set of ResourceContext language qualifiers.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the set if the set is empty.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.GetAt(System.UInt32)">
      <summary>Returns the ResourceContext language qualifier at the specified index in the set.</summary>
      <returns>The ResourceContext language qualifier at the specified index.</returns>
      <param name="index">The zero-based index of the ResourceContext language qualifier in the set to return.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.GetMany(System.UInt32,System.String[])">
      <summary>Returns the ResourceContext language qualifiers that start at the specified index in the set.</summary>
      <returns>The number of ResourceContext language qualifiers returned.</returns>
      <param name="startIndex">The zero-based index of the start of the ResourceContext language qualifiers in the set to return.</param>
      <param name="items">The ResourceContext language qualifiers in the set that start at startIndex.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.IndexOf(System.String,System.UInt32@)">
      <summary>Returns the index of a specified ResourceContext language qualifier in the set.</summary>
      <returns>A Boolean that is TRUE if the ResourceContext language qualifier is found; otherwise, FALSE.</returns>
      <param name="value">The ResourceContext language qualifier to find in the set.</param>
      <param name="index">The zero-based index of the ResourceContext language qualifier, if the item is found. The method returns zero if the item is not found.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.Size">
      <summary>Gets the number of ResourceContext language qualifiers in the set.</summary>
      <returns>The number of ResourceContext language qualifiers in the set.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceManager">
      <summary>Provides access to application resource maps and more advanced resource functionality.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceManager.IsResourceReference(System.String)">
      <summary>Determines whether a supplied string matches the resource reference format (an ms-resource string URI identifier).</summary>
      <returns>TRUE if the string matches.</returns>
      <param name="resourceReference">The string you want to match.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceManager.LoadPriFiles(Windows.Foundation.Collections.IIterable`1)">
      <summary>Loads one or more PRI files and adds their contents to the default resource manager.</summary>
      <param name="files">The files you want to add.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceManager.UnloadPriFiles(Windows.Foundation.Collections.IIterable`1)">
      <summary>Unloads one or more PRI files.</summary>
      <param name="files">The files you want unloaded.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceManager.AllResourceMaps">
      <summary>Gets a map of ResourceMap objects typically associated with the app packages, indexed by package name.</summary>
      <returns>Contains all default resource maps for all packages used by the app, as well as any resource maps that have been loaded explicitly.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceManager.Current">
      <summary>Gets the ResourceManager for the currently running application.</summary>
      <returns>The application default ResourceManager, initialized with the resources for all of the packages in the package graph.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceManager.DefaultContext">
      <summary>Gets the default ResourceContext for the currently running application. Unless explicitly overridden, the default ResourceContext is used to determine the most appropriate representation of any given named resource.</summary>
      <deprecated type="deprecate">DefaultContext may be altered or unavailable for releases after Windows 8.1. Instead, use ResourceContext.GetForCurrentView.</deprecated>
      <returns>The resource context.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceManager.MainResourceMap">
      <summary>Gets the ResourceMap that is associated with the main package of the currently running application.</summary>
      <returns>The resource map.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceMap">
      <summary>A collection of related resources, typically either for a particular app package, or a resource file for a particular package.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.First">
      <summary>Returns an iterator to enumerate the items in the map.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the set if the map is empty.The set is all NamedResources contained within this map and all of its child maps.The key is a string representing the minimally qualified resource identifier, relative to this resource map.The value is the NamedResource corresponding to the key.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.GetSubtree(System.String)">
      <summary>Returns a ResourceMap that represents a subtree of another ResourceMap, typically used to access a particular resource file within an app package.</summary>
      <returns>The subtree ResourceMap.</returns>
      <param name="reference">A resource map identifier that identifies the root of the new subtree.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, getSubtree(Caption%20) is treated as getSubtree(Caption ). Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.GetValue(System.String)">
      <summary>Returns the most appropriate candidate for a resource that is specified by a resource identifier for the default context.</summary>
      <deprecated type="deprecate">GetValue(String) may be altered or unavailable for releases after Windows 8.1. Instead, use GetValue(String, ResourceContext).</deprecated>
      <returns>A ResourceCandidate that describes the most appropriate candidate.</returns>
      <param name="resource">A resource specified as a name or reference.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, getValue(Caption%20) is treated as getValue(Caption ). Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.GetValue(System.String,Windows.ApplicationModel.Resources.Core.ResourceContext)">
      <summary>Returns the most appropriate candidate for a resource that is specified by a resource identifier for the supplied context.</summary>
      <returns>A ResourceCandidate that describes the most appropriate candidate.</returns>
      <param name="resource">A resource specified as a name or reference.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, getValue(Caption%20, context) is treated as getValue(Caption , context). Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
      <param name="context">The context for which to select the most appropriate candidate.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.HasKey(System.String)">
      <summary>Determines whether the map can retrieve a resource with the specified resource identifier.</summary>
      <returns>TRUE if the key is found, otherwise FALSE.</returns>
      <param name="key">The resource identifier to locate in the map.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, hasKey(Caption%20) is treated as hasKey(Caption ). Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.Lookup(System.String)">
      <summary>Returns the NamedResource at the specified resource identifier in the map.</summary>
      <returns>The NamedResource associated with the specified key.</returns>
      <param name="key">The resource identifier to use to locate the resource in the map.The resource identifier is treated as a Uniform Resource Identifier (URI) fragment, subject to Uniform Resource Identifier (URI) semantics. For example, lookup(Caption%20) is treated as lookup(Caption ). Do not use ? or # in resource identifiers, as they terminate the named resource path. For example, Foo?3 is treated as Foo.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.Split(Windows.Foundation.Collections.IMapView`2@,Windows.Foundation.Collections.IMapView`2@)">
      <summary>Splits the map view into two views.</summary>
      <param name="first">One half of the original map.</param>
      <param name="second">The second half of the original map.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMap.Size">
      <summary>Gets the number of resources in the map.</summary>
      <returns>The number of resources in the map.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMap.Uri">
      <summary>Gets a URI that can be used to refer to this ResourceMap.</summary>
      <returns>The URI that refers to this ResourceMap.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceMap.</summary>
      <returns>true if an item with that key exists in the ResourceMap; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceMap.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMap.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMap.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMap.Keys">
      <summary>Gets an ICollection object containing the keys of the ResourceMap.</summary>
      <returns>The ICollection of all keys in this ResourceMap.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMap.TryGetValue(System.String,@Windows.ApplicationModel.Resources.Core.NamedResource)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceMap. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the ResourceMap; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceMap.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the ResourceMap.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMap.Values">
      <summary>Gets an ICollection object containing the values of the ResourceMap .</summary>
      <returns>The ICollection of all values in this ResourceMap.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceMapIterator">
      <summary>Supports iteration over a ResourceMap.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapIterator.GetMany(Windows.Foundation.Collections.IKeyValuePair`2[])">
      <summary>Returns all the items in the ResourceMap.</summary>
      <returns>The number of items in the map.</returns>
      <param name="items">The items in the map.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapIterator.MoveNext">
      <summary>Moves the iterator forward to the next item and returns HasCurrent.</summary>
      <returns>TRUE if the iterator refers to a valid item that is in the map, and otherwise FALSE.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapIterator.Current">
      <summary>Gets the current item in the ResourceMap.</summary>
      <returns>The key and NamedResource key-value pair for the current item.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapIterator.HasCurrent">
      <summary>Gets a value that indicates whether there is a current item, or whether the iterator is at the end of the ResourceMap.</summary>
      <returns>TRUE if the iterator refers to a valid item that is in the map, and otherwise FALSE.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceMapMapView">
      <summary>An unchangeable view into a map of ResourceMap objects.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.First">
      <summary>Returns an iterator to enumerate the items in the map view.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the map if the map is empty.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.HasKey(System.String)">
      <summary>Determines whether the map view contains the specified key.</summary>
      <returns>TRUE if the key is found, otherwise FALSE if it is not found.</returns>
      <param name="key">The key to locate in the map view.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Lookup(System.String)">
      <summary>Returns the ResourceMap at the specified key in the map view.</summary>
      <returns>The ResourceMap associated with the specified key.</returns>
      <param name="key">The key to locate in the map view.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Split(Windows.Foundation.Collections.IMapView`2@,Windows.Foundation.Collections.IMapView`2@)">
      <summary>Splits the map view into two views.</summary>
      <param name="first">One half of the original map.</param>
      <param name="second">The second half of the original map.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Size">
      <summary>Gets the number of ResourceMap objects in the map.</summary>
      <returns>The number of ResourceMap objects in the map.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceMapMapView.</summary>
      <returns>true if an item with that key exists in the ResourceMapMapView; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceMapMapView.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Keys">
      <summary>Gets an ICollection object containing the keys of the ResourceMapMapView.</summary>
      <returns>The ICollection of all keys in this ResourceMapMapView.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.TryGetValue(System.String,@Windows.ApplicationModel.Resources.Core.ResourceMap)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceMapMapView. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the ResourceMapMapView; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceMapMapView.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the ResourceMapMapView.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Values">
      <summary>Gets an ICollection object containing the values of the ResourceMapMapView .</summary>
      <returns>The ICollection of all values in this ResourceMapMapView.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceMapMapViewIterator">
      <summary>Supports iteration over a ResourceMapMapView object.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapViewIterator.GetMany(Windows.Foundation.Collections.IKeyValuePair`2[])">
      <summary>Returns all the items in the ResourceMapMapView.</summary>
      <returns>The number of items in the map view.</returns>
      <param name="items">The items in the map view.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceMapMapViewIterator.MoveNext">
      <summary>Moves the iterator forward to the next item and returns HasCurrent.</summary>
      <returns>TRUE if the iterator refers to a valid item that is in the map view, and otherwise FALSE.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapMapViewIterator.Current">
      <summary>Gets the current item in the ResourceMapMapView.</summary>
      <returns>The key and ResourceMap key-value pair for the current item.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceMapMapViewIterator.HasCurrent">
      <summary>Gets a value that indicates whether there is a current item, or whether the iterator is at the end of the ResourceMapMapView.</summary>
      <returns>TRUE if the iterator refers to a valid item that is in the map view, and otherwise FALSE.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceQualifier">
      <summary>Defines the qualifiers associated with a ResourceCandidate.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifier.IsDefault">
      <summary>Indicates whether this qualifier should be considered as a default match when no match is found.</summary>
      <returns>TRUE if this candidate can be used as a default fallback value for any context; otherwise, FALSE.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifier.IsMatch">
      <summary>Indicates whether a given qualifier for a given candidate matched the context when a named resource is resolved to a candidate for some given context.</summary>
      <returns>TRUE if this qualifier matched the environment against which it was evaluated; otherwise, FALSE.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifier.QualifierName">
      <summary>The name of the qualifier.</summary>
      <returns>The name of the qualifier.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifier.QualifierValue">
      <summary>The value of the qualifier.</summary>
      <returns>The value of the qualifier.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifier.Score">
      <summary>A score that indicates how well the qualifier matched the context against which it was resolved.</summary>
      <returns>A score in the range 0.01.0.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView">
      <summary>An unchangeable view into a map of ResourceQualifier objects.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.First">
      <summary>Returns an iterator to enumerate the items in the map view.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the map view if the map view is empty.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.HasKey(System.String)">
      <summary>Determines whether the map view contains the specified key.</summary>
      <returns>TRUE if the key is found, otherwise FALSE if it is not found.</returns>
      <param name="key">The key to locate in the map view.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.Lookup(System.String)">
      <summary>Returns the qualifier name at the specified key in the map view.</summary>
      <returns>The qualifier name associated with the specified key.</returns>
      <param name="key">The key to locate in the map view.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.Split(Windows.Foundation.Collections.IMapView`2@,Windows.Foundation.Collections.IMapView`2@)">
      <summary>Splits the map view into two views.</summary>
      <param name="first">One half of the original map.</param>
      <param name="second">The second half of the original map.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.Size">
      <summary>Gets the number of ResourceQualifier objects in the map.</summary>
      <returns>The number of ResourceQualifier objects in the map.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceQualifierMapView.</summary>
      <returns>true if an item with that key exists in the ResourceQualifierMapView; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceQualifierMapView.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.Keys">
      <summary>Gets an ICollection object containing the keys of the ResourceQualifierMapView.</summary>
      <returns>The ICollection of all keys in this ResourceQualifierMapView.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.TryGetValue(System.String,@System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceQualifierMapView. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the ResourceQualifierMapView; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceQualifierMapView.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the ResourceQualifierMapView.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView.Values">
      <summary>Gets an ICollection object containing the values of the ResourceQualifierMapView .</summary>
      <returns>The ICollection of all values in this ResourceQualifierMapView.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap">
      <summary>Notifies listeners of dynamic changes to a map of ResourceQualifier objects, such as when items get added or removed, and allows qualifier values to change.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Add(System.String,System.Object)">
      <summary>Adds an item to the ResourceQualifierObservableMap.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Add(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Adds a new key-value pair to the ResourceQualifierObservableMap.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Clear">
      <summary>Removes all items from the observable map.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Contains(KeyValuePair(System.String,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the ResourceQualifierObservableMap.</summary>
      <returns>true if an item with that key exists in the ResourceQualifierObservableMap; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the ResourceQualifierObservableMap.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceQualifierObservableMap.</summary>
      <returns>true if an item with that key exists in the ResourceQualifierObservableMap; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceQualifierObservableMap.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.First">
      <summary>Returns an iterator to enumerate the items in the observable map.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the observable map if the observable map is empty.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.GetView">
      <summary>Returns an unchangeable view of the observable map.</summary>
      <returns>The view of the map.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.HasKey(System.String)">
      <summary>Determines whether the observable map contains the specified key.</summary>
      <returns>TRUE if the key is found, otherwise FALSE if it is not found.</returns>
      <param name="key">The key to locate in the observable map.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Insert(System.String,System.String)">
      <summary>Inserts or replaces an item in the observable map.</summary>
      <returns>TRUE if an item with the specified key is an existing item and was replaced, otherwise FALSE.</returns>
      <param name="key">The key associated with the item to insert.</param>
      <param name="value">The item to insert.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Keys">
      <summary>Gets an ICollection object containing the keys of the ResourceQualifierObservableMap.</summary>
      <returns>The ICollection of all keys in this ResourceQualifierObservableMap.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Lookup(System.String)">
      <summary>Returns the qualifier name at the specified key in the observable map.</summary>
      <returns>The qualifier name associated with the specified key.</returns>
      <param name="key">The key to locate in the observable map.</param>
    </member>
    <member name="E:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.MapChanged">
      <summary>Occurs when the map changes.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Remove(System.String)">
      <summary>Removes an item from the observable map.</summary>
      <param name="key">The key associated with the item to remove.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the ResourceQualifierObservableMap.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Remove(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Removes a specific key-value pair from the ResourceQualifierObservableMap.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Size">
      <summary>Gets the number of ResourceQualifier objects in the observable map.</summary>
      <returns>The number of ResourceQualifier objects in the map.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.TryGetValue(System.String,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceQualifierObservableMap. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the ResourceQualifierObservableMap; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceQualifierObservableMap.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the ResourceQualifierObservableMap.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap.Values">
      <summary>Gets an ICollection object containing the values of the ResourceQualifierObservableMap .</summary>
      <returns>The ICollection of all values in this ResourceQualifierObservableMap.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView">
      <summary>An unchangeable view into a vector of ResourceQualifier objects.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.First">
      <summary>Returns an iterator to enumerate the items in the view.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the view if the view is empty.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.GetAt(System.UInt32)">
      <summary>Returns the ResourceQualifier at the specified index in the view.</summary>
      <returns>The ResourceQualifier at the specified index.</returns>
      <param name="index">The zero-based index of the ResourceQualifier in the view to return.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.GetMany(System.UInt32,Windows.ApplicationModel.Resources.Core.ResourceQualifier[])">
      <summary>Returns the ResourceQualifier objects that start at the specified index in the view.</summary>
      <returns>The number of objects returned.</returns>
      <param name="startIndex">The zero-based index of the start of the objects in the view to return.</param>
      <param name="items">The objects in the view that start at startIndex.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.IndexOf(Windows.ApplicationModel.Resources.Core.ResourceQualifier,System.UInt32@)">
      <summary>Returns the index of a specified ResourceQualifier in the view.</summary>
      <returns>A Boolean that is TRUE if the object is found, otherwise FALSE if the object is not found.</returns>
      <param name="value">The ResourceQualifier to find in the set.</param>
      <param name="index">The zero-based index of the object, if found. The method returns zero if the object is not found.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.Size">
      <summary>Gets the number of ResourceQualifier objects in the view.</summary>
      <returns>The number of objects in the view.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Resources.Management">
      <summary>Enables the indexing of source resource files or containers, generating named resource candidates using particular file and folder naming conventions.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate">
      <summary>Represents a single possible value for a given resource, and the qualifiers associated with that resource.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.GetQualifierValue(System.String)">
      <summary>Returns the value of a qualifier, given its name.</summary>
      <returns>The value of the qualifier.</returns>
      <param name="qualifierName">The name of the qualifier.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Metadata">
      <summary>Gets the list of metadata name value pairs.</summary>
      <returns>A list of string pairs, each containing the name of an IndexedResourceQualifier and its value.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Qualifiers">
      <summary>Gets the list of IndexedResourceQualifiers.</summary>
      <returns>A list of IndexedResourceQualifiers.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Type">
      <summary>Gets the type property that determines whether the resource is a file or a string.</summary>
      <returns>A value from the IndexedResourceType enumeration.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Uri">
      <summary>Gets the named resource Uri.</summary>
      <returns>The named resource Uri.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.ValueAsString">
      <summary>Gets the value of the candidate as a String.</summary>
      <returns>If the candidate is a file, the value is a file path (such as images\logo.scale-100.png) relative to the project root passed to the ResourceIndexer constructor. If the candidate is a string, the value is the actual string (such as Hello World).</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier">
      <summary>Represents an object that declares under what context a resource is appropriate.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier.QualifierName">
      <summary>Gets the name of the qualifier.</summary>
      <returns>The name of the qualifier, such as language, contrast, or scale.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier.QualifierValue">
      <summary>Gets the value of the qualifier.</summary>
      <returns>The value of the qualifier. The case of the qualifier value should be preserved from the first instance of the qualifier discovered during indexing.Examples of the qualifier value are:100, 140, or 180 for scale.fr-FR for language.high for contrast.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Management.ResourceIndexer">
      <summary>Indexes source resource files or containers, and generates named resource candidates using particular file and folder naming conventions.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.#ctor">
      <summary>Creates a new ResourceIndexer.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.#ctor(Windows.Foundation.Uri)">
      <summary>Creates a new ResourceIndexer specifying the root of the project files.</summary>
      <param name="projectRoot">The project root folder (file:// URI).</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.#ctor(Windows.Foundation.Uri,Windows.Foundation.Uri)">
      <summary>Creates a new ResourceIndexer specifying the root of the project files and an extension DLL.</summary>
      <param name="projectRoot">The project root folder (file:// URI).</param>
      <param name="extensionDllPath">The extension DLL path (file:// URI).</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.IndexFileContentsAsync(Windows.Foundation.Uri)">
      <summary>Indexes a ResW, ResJSON, PRI, or PRI XML dump file path for file and folder naming conventions, and applies the qualifiers to the resources found within the contents of the file.</summary>
      <returns>A list of IndexedResourceCandidate objects found within file. This is an empty list if nothing is found.</returns>
      <param name="file">The file to be indexed (file:// URI). The path must be an absolute path with the drive letter specified. The Uri can also provide an empty authority which is assumed to be the local file system. Long file paths are not supported.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.IndexFilePath(Windows.Foundation.Uri)">
      <summary>Indexes a file path for file and folder naming conventions.</summary>
      <returns>An IndexedResourceCandidate object that represents the indexed file resource.</returns>
      <param name="filePath">The file to be indexed (file:// URI). The path must be an absolute path with the drive letter specified. The Uri can also provide an empty authority which is assumed to be the local file system. Long file paths are not supported.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Resources.Management.IndexedResourceType">
      <summary>Specifies whether an IndexedResourceCandidate is a file or a string.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Resources.Management.IndexedResourceType.String">
      <summary>The IndexedResourceCandidate is a string.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Resources.Management.IndexedResourceType.Path">
      <summary>The IndexedResourceCandidate is a file.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Resources.Management.IndexedResourceType.EmbeddedData">
      <summary>Reserved.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs.LinguisticDetails">
      <summary>An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).</summary>
      <returns>An object that provides linguistic information about the query text.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Search">
      <summary>Provides support for the search pane in apps that participate in the Search contract. The search pane opens when users activate the Search charm and provides a consistent, touch-friendly search box and optional search suggestions.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Search.LocalContentSuggestionSettings">
      <summary>Stores settings that determine whether the app provides suggestions based on local files, and that define the criteria used to locate and filter these suggestions.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.LocalContentSuggestionSettings.AqsFilter">
      <summary>An Advanced Query Syntax (AQS) string that limits the types and kinds of files that are used to provide suggestions.</summary>
      <returns>The Advanced Query Syntax (AQS) string that is used to refine which local, indexed files are used to provide suggestions. By default, this string is empty. Learn more about Advanced Query Syntax (AQS) in Advanced Query Syntax (AQS).</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.LocalContentSuggestionSettings.Enabled">
      <summary>Indicates whether suggestions based on local files are displayed in the search pane.</summary>
      <returns>True if suggestions from local files are displayed; otherwise, false. The default value of the object is false.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Search.LocalContentSuggestionSettings.#ctor">
      <summary>Creates a new instance of the localContentSuggestionSettings class.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.LocalContentSuggestionSettings.Locations">
      <summary>A list of the storageFolder objects that contain files that are used to provide suggestions.</summary>
      <returns>The list of storageFolder locations that contain files that are used to provide suggestions. By default, this list is empty and suggestions are provided from the local files in all of the libraries for which the app declared capabilities.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.LocalContentSuggestionSettings.PropertiesToMatch">
      <summary>A list of the file properties whose values are used to provide suggestions from local files.</summary>
      <returns>The list of the file properties that are used to provide suggestions from local files. By default, this list is empty and all of the file properties that are available for suggestions are used.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPane">
      <summary>Represents and manages the search pane that opens when a user activates the Search charm.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPane.HideThisApplication">
      <summary>Hides the current app's UI.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPane.GetForCurrentView">
      <summary>Retrieves an instance of the search pane from which users can search within the app.</summary>
      <returns>An instance of the search pane, which provides a consistent, touch-friendly search box and optional search suggestions for searching within the current application.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPane.Language">
      <summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPane.PlaceholderText">
      <summary>The placeholder text in the search box when the user hasn't entered any characters.</summary>
      <returns>The placeholder text to display in the search box.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Search.SearchPane.QueryChanged">
      <summary>Fires when the user changes the text in the search box.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Search.SearchPane.QuerySubmitted">
      <summary>Fires when the user submits the text in the search box and the app needs to display search results.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPane.QueryText">
      <summary>The current text in the search box of the search pane.</summary>
      <returns>The current query text. If the search pane was not used, this is an empty string.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Search.SearchPane.ResultSuggestionChosen">
      <summary>Fires when the user selects one of the suggested results that was provided by the app and displayed in the search pane.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPane.SearchHistoryContext">
      <summary>A string that identifies the context of the search and is used to store the user's search history with the app.</summary>
      <returns>The search history context string.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPane.SearchHistoryEnabled">
      <summary>Indicates whether the user's previous searches with the app are automatically tracked and used to provide suggestions.</summary>
      <returns>True if the user's search history is automatically tracked and used to provide suggestions; otherwise false. The default value is true.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPane.SetLocalContentSuggestionSettings(Windows.ApplicationModel.Search.LocalContentSuggestionSettings)">
      <summary>Specifies whether suggestions based on local files are automatically displayed in the search pane, and defines the criteria that Windows uses to locate and filter these suggestions.</summary>
      <param name="settings">The new settings for local content suggestions.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPane.Show">
      <summary>Shows the search pane.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPane.Show(System.String)">
      <summary>Shows the search pane with the specified initial query string.</summary>
      <param name="query">The initial query string.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPane.ShowOnKeyboardInput">
      <summary>Gets or sets whether the user can open the search pane by typing.</summary>
      <returns>True if the user can type to search. Otherwise, false.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Search.SearchPane.SuggestionsRequested">
      <summary>Fires when the user's query text changes and the app needs to provide new suggestions to display in the search pane.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Search.SearchPane.VisibilityChanged">
      <summary>Fires when the user opens or closes the search pane.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPane.Visible">
      <summary>Indicates whether the search pane is open.</summary>
      <returns>True if the search pane is being displayed; otherwise false.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPane.TrySetQueryText(System.String)">
      <summary>Attempts to set the text in the search box of the search pane.</summary>
      <returns>True if the search box text was set successfully. Otherwise, false.</returns>
      <param name="query">The query text to show in the search pane's search box.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs">
      <summary>Provides data for a querychanged event that is associated with a searchPane object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs.Language">
      <summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs.LinguisticDetails">
      <summary>An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).</summary>
      <returns>An object that provides linguistic information about the query text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs.QueryText">
      <summary>The text in the search box when the querychanged event fired.</summary>
      <returns>The text in the search box when the querychanged event fired.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails">
      <summary>Provides information about query text that the user enters through an Input Method Editor (IME).</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails.QueryTextAlternatives">
      <summary>A list of the text alternatives for the current query text. These alternatives account for uncomposed text the user is entering in an IME.</summary>
      <returns>A list of the text alternatives for the query text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails.QueryTextCompositionLength">
      <summary>The length of the portion of the query text that the user is composing with an Input Method Editor (IME).</summary>
      <returns>The length of the portion of the query text that the user is composing with an Input Method Editor (IME).</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails.QueryTextCompositionStart">
      <summary>The starting location of the text that the user is composing with an Input Method Editor (IME).</summary>
      <returns>The starting location of the query text that the user is composing with an Input Method Editor (IME).</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs">
      <summary>Provides data for a querysubmitted event that is associated with a searchPane</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs.Language">
      <summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs.QueryText">
      <summary>The text that was submitted through the search pane.</summary>
      <returns>The submitted query text.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs">
      <summary>Provides data for a resultsuggestionchosen event that is associated with a searchPane object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs.Tag">
      <summary>The tag for the suggested result that the user selected.</summary>
      <returns>The app-defined tag for the selected search result.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestDeferral">
      <summary>Enables the app to signal when it has finished populating a searchSuggestionCollection object while handling the suggestionsrequested event.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestDeferral.Complete">
      <summary>Signals that the app has finished populating a searchSuggestionCollection object while handling the suggestionsrequested event.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest">
      <summary>Stores suggestions and information about the request for suggestions.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest.GetDeferral">
      <summary>Retrieves an object that lets an app respond to a request for suggestions asynchronously.</summary>
      <returns>An object that lets an app signal when it has fulfilled the request for search suggestions.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest.IsCanceled">
      <summary>Indicates whether the request for suggestions to display is canceled.</summary>
      <returns>True if the request was canceled, otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest.SearchSuggestionCollection">
      <summary>The suggestions to display in the search pane for the current query. Apps provide suggestions to display by appending them to this searchSuggestionCollection object.</summary>
      <returns>The suggestions to display. Apps provide suggestions by appending them to this searchSuggestionCollection object.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs">
      <summary>Provides data for a suggestionsrequested event that is associated with a searchPane object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.Language">
      <summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.LinguisticDetails">
      <summary>An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).</summary>
      <returns>An object that provides linguistic information about the query text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.QueryText">
      <summary>The text that the app should provide suggestions for and that was in the search box when the suggestionsrequested event fired.</summary>
      <returns>The query text that the app should provide suggestions for.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.Request">
      <summary>An object that stores suggestions and information about the request.</summary>
      <returns>The object that stores suggestions and information about the request.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchPaneVisibilityChangedEventArgs">
      <summary>Provides data for a visibilitychanged event that is associated with a searchPane object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchPaneVisibilityChangedEventArgs.Visible">
      <summary>Indicates whether the search pane is open.</summary>
      <returns>True if the search pane is open; otherwise false.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchQueryLinguisticDetails">
      <summary>Provides information about query text that the user enters through an Input Method Editor (IME).</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchQueryLinguisticDetails.QueryTextAlternatives">
      <summary>A list of the text alternatives for the current query text. These alternatives account for uncomposed text the user is entering in an IME.</summary>
      <returns>A list of the text alternatives for the query text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchQueryLinguisticDetails.QueryTextCompositionLength">
      <summary>The length of the portion of the query text that the user is composing with an Input Method Editor (IME).</summary>
      <returns>The length of the portion of the query text that the user is composing with an Input Method Editor (IME).</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchQueryLinguisticDetails.QueryTextCompositionStart">
      <summary>The starting location of the text that the user is composing with an Input Method Editor (IME).</summary>
      <returns>The starting location of the query text that the user is composing with an Input Method Editor (IME).</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchQueryLinguisticDetails.#ctor(Windows.Foundation.Collections.IIterable`1,System.UInt32,System.UInt32)">
      <summary>Initializes a new instance of the SearchQueryLinguisticDetails class.</summary>
      <param name="queryTextAlternatives">A list of the text alternatives for the current query text.</param>
      <param name="queryTextCompositionStart">The starting location of the text that the user is composing with an Input Method Editor (IME).</param>
      <param name="queryTextCompositionLength">The length of the portion of the query text that the user is composing with an Input Method Editor (IME).</param>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchSuggestionCollection">
      <summary>Represents a collection of search suggestions to be displayed in the search pane in response to a suggestionsrequested event.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchSuggestionCollection.AppendQuerySuggestion(System.String)">
      <summary>Appends a query suggestion to the list of search suggestions for the search pane.</summary>
      <param name="text">The text of the query suggestion.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchSuggestionCollection.AppendQuerySuggestions(Windows.Foundation.Collections.IIterable`1)">
      <summary>Appends a list of query suggestions to the list of search suggestions for the search pane.</summary>
      <param name="suggestions">The list of query suggestions.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchSuggestionCollection.AppendResultSuggestion(System.String,System.String,System.String,Windows.Storage.Streams.IRandomAccessStreamReference,System.String)">
      <summary>Appends a suggested search result to the list of suggestions to display in the search pane.</summary>
      <param name="text">The text of the suggested result.</param>
      <param name="detailText">The detail text for the suggested result.</param>
      <param name="tag">The unique tag that identifies this suggested result.If this suggested result is selected by the user, a resultsuggestionchosen event is fired. When the app handles this event, it can get the tag of the chosen result suggestion from the searchPaneResultSuggestionChosenEventArgs.tag property.</param>
      <param name="image">The image to accompany the results suggestion. The image should be 40 x 40. Windows will scale or crop smaller or larger images.</param>
      <param name="imageAlternateText">The alternate text for the image.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchSuggestionCollection.AppendSearchSeparator(System.String)">
      <summary>Appends a text label that is used to separate groups of suggestions in the search pane.</summary>
      <param name="label">The text to use as a separator. This text should be descriptive of any suggestions that are appended after it.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchSuggestionCollection.AppendStorageFileSuggestion(Windows.Storage.StorageFile)">
      <summary>Appends a file to the list of search suggestions for the search pane or search box.</summary>
      <param name="file">The storage file to append.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchSuggestionCollection.Size">
      <summary>The number of suggestions in the collection.</summary>
      <returns>The number of suggestions.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchSuggestionsRequest">
      <summary>Stores suggestions and information about the request for suggestions.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchSuggestionsRequest.GetDeferral">
      <summary>Gets an object that lets an app respond to a request for suggestions asynchronously.</summary>
      <returns>An object that lets an app signal when it has fulfilled the request for search suggestions.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchSuggestionsRequest.IsCanceled">
      <summary>Indicates whether the request for suggestions to display is canceled.</summary>
      <returns>True if the request was canceled, otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.SearchSuggestionsRequest.SearchSuggestionCollection">
      <summary>The suggestions to display in the search pane or in-app search box for the current query. Apps provide suggestions to display by appending them to this SearchSuggestionCollection object.</summary>
      <returns>The suggestions to display. Apps provide suggestions by appending them to this SearchSuggestionCollection object.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.SearchSuggestionsRequestDeferral">
      <summary>Enables the app to signal when it has finished populating a SearchSuggestionCollection object while handling the SuggestionsRequested event.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.SearchSuggestionsRequestDeferral.Complete">
      <summary>Signals that the app has finished populating a SearchSuggestionCollection object while handling the SuggestionsRequested event.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs">
      <summary>Provides data for a querychanged event that is associated with a searchPane object.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.Language">
      <summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.LinguisticDetails">
      <summary>An object that provides information about query text that the user is entering through an Input Method Editor (IME).</summary>
      <returns>An object that provides information about query text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.QueryText">
      <summary>The text in the search box when the querychanged event fired.</summary>
      <returns>The current query text.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Search.Core">
      <summary>Provides access to search suggestions for the in-app SearchBox control and the search pane.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Search.Core.RequestingFocusOnKeyboardInputEventArgs">
      <summary>Provides data for the RequestingFocusOnKeyboardInput event.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Search.Core.SearchSuggestionKind">
      <summary>Specifies the type of a SearchSuggestion.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Search.Core.SearchSuggestionKind.Query">
      <summary>The suggestion is a query suggestion.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Search.Core.SearchSuggestionKind.Result">
      <summary>The suggestion is a result suggestion.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Search.Core.SearchSuggestionKind.Separator">
      <summary>Represents a separator between search suggestions that's useful for grouping.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Search.Core.SearchSuggestion">
      <summary>Enables access to the search suggestions that the SearchSuggestionManager provides.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestion.DetailText">
      <summary>Gets the value that was passed to the detailText parameter of the AppendResultSuggestion method.</summary>
      <returns>The detail text, or null if the search suggestion is not a Result.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestion.Image">
      <summary>Gets the value that was passed to the image parameter of the AppendResultSuggestion method.</summary>
      <returns>The image, or null if the search suggestion is not a Result.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestion.ImageAlternateText">
      <summary>Gets the value that was passed to the imageAlternateText parameter of the AppendResultSuggestion method.</summary>
      <returns>The alternate text for Image, or null if the search suggestion is not a Result.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestion.Kind">
      <summary>Gets the type of suggestion.</summary>
      <returns>The type of suggestion.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestion.Tag">
      <summary>Gets the value that was passed to the tag parameter of the AppendResultSuggestion method.</summary>
      <returns>The tag, or null if the search suggestion is not a Result.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestion.Text">
      <summary>Gets the localized text of the suggestion for display in the search suggestions UI.</summary>
      <returns>The text to display.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Search.Core.SearchSuggestionManager">
      <summary>Manages access to search suggestions for the in-app SearchBox control.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.AddToHistory(System.String)">
      <summary>Stores the specified query in the search history.</summary>
      <param name="queryText">The query.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.AddToHistory(System.String,System.String)">
      <summary>Stores the specified query and input language in the search history.</summary>
      <param name="queryText">The query.</param>
      <param name="language">The input language. The input language ensures that the query string is displayed in the search history for the correct language.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.ClearHistory">
      <summary>Clears all search history contexts for the current app.</summary>
    </member>
    <member name="E:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.RequestingFocusOnKeyboardInput">
      <summary>Raised when the user presses a key that initiates type-to-search.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SearchHistoryContext">
      <summary>Identifies the context of the search and is used to store the user's search history with the app.</summary>
      <returns>The search history context string.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SearchHistoryEnabled">
      <summary>Indicates whether the user's previous searches with the app are automatically tracked and used to provide suggestions.</summary>
      <returns>True if the user's search history is automatically tracked and used to provide suggestions; otherwise false. The default value is true.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.#ctor">
      <summary>Initializes a new instance of the SearchSuggestionManager class.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SetLocalContentSuggestionSettings(Windows.ApplicationModel.Search.LocalContentSuggestionSettings)">
      <summary>Specifies whether suggestions based on local files are added automatically to the Suggestions collection, and defines the criteria that Windows uses to locate and filter these suggestions.</summary>
      <param name="settings">The new settings for local content suggestions.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SetQuery(System.String)">
      <summary>Assigns the current search query.</summary>
      <param name="queryText">The query.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SetQuery(System.String,System.String)">
      <summary>Assigns the current search query with the specified input language.</summary>
      <param name="queryText">The query.</param>
      <param name="language">The input language.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SetQuery(System.String,System.String,Windows.ApplicationModel.Search.SearchQueryLinguisticDetails)">
      <summary>Assigns the current search query with the specified input language and Input Method Editor (IME) info.</summary>
      <param name="queryText">The query.</param>
      <param name="language">The input language.</param>
      <param name="linguisticDetails">Info about the query text that the user enters through an Input Method Editor (IME).</param>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.Suggestions">
      <summary>Gets the search suggestions for the current search query.</summary>
      <returns>The search suggestions.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SuggestionsRequested">
      <summary>Raised when the user's query text changes and the app needs to provide new suggestions to display in the search box.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs">
      <summary>Provides data for the SuggestionsRequested event.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs.Language">
      <summary>Gets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs.LinguisticDetails">
      <summary>Gets an object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).</summary>
      <returns>An object that provides linguistic information about the query text.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs.QueryText">
      <summary>The text that the app should provide suggestions for and that was in the search box when the SuggestionsRequested event was raised.</summary>
      <returns>The query text that the app should provide suggestions for.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs.Request">
      <summary>Gets an object that stores suggestions and information about the request.</summary>
      <returns>The object that stores suggestions and information about the request.</returns>
    </member>
    <member name="N:Windows.ApplicationModel.Store">
      <summary>Provides types and members for interacting with the Windows Store. You can use the members of this class to check the license state of the app and determine if it's a trial version or an active license. You can also check in-app features and enable in-app purchases. This class also allows you to simulate these functions before you submit the app to the Windows Store.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Store.CurrentApp">
      <summary>Defines methods and properties you can use to get license and listing info about the current app and perform in-app purchases.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.CurrentApp.AppId">
      <summary>The ID of the app that is created by the Windows Store.</summary>
      <returns>The GUID that identifies the app in the Windows Store.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.CurrentApp.LicenseInformation">
      <summary>Gets the license metadata for the current app.</summary>
      <returns>The license metadata for the current app.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.CurrentApp.LinkUri">
      <summary>Gets the Uniform Resource Identifier (URI) of the app's listing page in the web catalog of the Windows Store.</summary>
      <returns>The Uniform Resource Identifier (URI) of the app's listing page in the Windows Store.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.GetAppReceiptAsync">
      <summary>Requests all receipts for this app and any in-app purchases.</summary>
      <returns>An XML-formatted string that contains all receipts for this app and any in-app purchases.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.GetProductReceiptAsync(System.String)">
      <summary>Requests the receipt for the productId specified.</summary>
      <returns>An XML-formatted string that contains the receipt for the specified productId.</returns>
      <param name="productId">The unique identifier for the product that you specified this identifier when you submitted the app to the Windows Store</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.GetUnfulfilledConsumablesAsync">
      <summary>Returns a list of purchased consumables that have not been fulfilled.</summary>
      <returns>A list of unfulfilled consumables. Each item of this list provides the product ID, offer ID, and transaction ID associated with a consumable.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.LoadListingInformationAsync">
      <summary>Loads the app's listing information asynchronously. Implements the IAsyncInfo interface.</summary>
      <returns>The apps' listing information. If the method fails, it returns an HRESULT error code.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.LoadListingInformationByKeywordsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Windows Phone only. Loads the app listing information asynchronously, returning features and products in the ProductListings collection that match all supplied keywords. Implements the IAsyncInfo interface.</summary>
      <returns>The app's listing information, with ProductListings collection filtered by keywords. If the method fails, it returns an HRESULT error code. If no products or features are found that match all of the given keywords, the ProductListings collection will be empty.</returns>
      <param name="keywords">The list of keywords by which to filter the ProductListings collection that is returned in the ListingInformation object.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.LoadListingInformationByProductIdsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Windows Phone only. Loads the app listing information asynchronously, returning features and products in the ProductListings collection that match any of the given products IDs. Implements the IAsyncInfo interface.</summary>
      <returns>The app's listing information, with ProductListings collection filtered by product IDs. If the method fails, it returns an HRESULT error code. If no products or features are found that match the given product IDs, the ProductListings collection will be empty.</returns>
      <param name="productIds">The list of product IDs by which to filter the ProductListings collection.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.ReportConsumableFulfillmentAsync(System.String,System.Guid)">
      <summary>Notifies the Windows Store that the purchase of a consumable is fulfilled and that the user has the right to access the content.</summary>
      <returns>A value that indicates the status of fulfillment for an in-app consumable purchase. Possible values are defined by the FulfillmentResult enumeration.</returns>
      <param name="productId">Identifies the consumable.</param>
      <param name="transactionId">Identifies a transaction that includes the purchase of the consumable (productId).</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.ReportProductFulfillment(System.String)">
      <summary>Windows Phone only. Notifies the marketplace that the application has delivered the paid-for goods to the user. You cannot repurchase a product until you have confirmed its delivery using this method</summary>
      <param name="productId">The ID of the product that has been delivered to the user.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.RequestAppPurchaseAsync(System.Boolean)">
      <summary>Creates the async operation that enables the user to buy a full license for the current app.</summary>
      <returns>If the includeReceipt parameter is set to true, this string contains XML that represents all receipts for the app and any in-app purchases. If includeReceipt is set to false, this string is empty.</returns>
      <param name="includeReceipt">Determines if the method should return the receipts for this app.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync(System.String,System.String,Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties)">
      <summary>Creates the async operation that displays the UI that is used to simulate an in-app purchase of content or a feature from the Windows Store.</summary>
      <returns>The results of the in-app purchase request.</returns>
      <param name="productId">The product ID used for listing in the Windows Store.</param>
      <param name="offerId">The specific app feature or content offer within the large purchase catalog represented on the Windows Store by the productId. This value correlates with the content your app is responsible for fulfilling. The Windows Store only uses this value to itemize the PurchaseResults.</param>
      <param name="displayProperties">The name of the app feature or content offer that is displayed to the user at time of purchase.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync(System.String,System.Boolean)">
      <summary>Creates the async operation that displays the UI that is used to simulate an in-app purchase of content or a feature from the Windows Store.</summary>
      <deprecated type="deprecate">RequestProductPurchaseAsync(productId, includeReceipt) may be altered or unavailable for releases after Windows 8.1. Instead, use RequestProductPurchaseAsync(productId).</deprecated>
      <returns>A string providing in-app transaction details for the provided productId. If includeReceipt is set true, the returned string will include a full receipt xml.</returns>
      <param name="productId">Specifies the id of the product or feature to purchase.</param>
      <param name="includeReceipt">Determines if the method should return the receipts for the specified productId.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync(System.String)">
      <summary>Creates the async operation that displays the UI that is used to simulate an in-app purchase of content or a feature from the Windows Store.</summary>
      <returns>The results of the in-app purchase request.</returns>
      <param name="productId">Specifies the id of the product or feature to purchase.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Store.CurrentAppSimulator">
      <summary>Defines methods and properties used to instantiate an object that you can use to get simulated license info during testing.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.CurrentAppSimulator.AppId">
      <summary>Gets a simulated app ID.</summary>
      <returns>The GUID that identifies the app in the Windows Store.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.CurrentAppSimulator.LicenseInformation">
      <summary>Gets the simulated license metadata for the current app as provided by the simulation.</summary>
      <returns>The license metadata for the current app as provided by the simulation.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.CurrentAppSimulator.LinkUri">
      <summary>Gets the simulated Uniform Resource Identifier (URI) that represents a Windows Store listing page for the current app.</summary>
      <returns>The Uniform Resource Identifier (URI) of the Windows Store listing page for the current app as defined by the simulation.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.GetAppReceiptAsync">
      <summary>Creates the async operation that the user can use to simulate requesting all receipts for this app and any in-app purchases.</summary>
      <returns>An XML-formatted string that contains all receipts for this app and any in-app purchases.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.GetProductReceiptAsync(System.String)">
      <summary>Creates the async operation that the user can use to simulate requesting the receipt for the productId specified.</summary>
      <returns>An XML-formatted string that contains the receipt for the specified productId.</returns>
      <param name="productId">The unique identifier for the product that you specified this identifier when you submitted the app to the Store.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.GetUnfulfilledConsumablesAsync">
      <summary>Returns a list of purchased consumables that have not been fulfilled.</summary>
      <returns>A list of unfulfilled consumables. Each item of this list provides the product ID, offer ID, and transaction ID associated with a consumable.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.LoadListingInformationAsync">
      <summary>Loads the simulated app listing information asynchronously. Implements the IAsyncInfo interface.</summary>
      <returns>The app listing information as defined by the simulation. If the method fails, it returns an HRESULT error code.</returns>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.ReloadSimulatorAsync(Windows.Storage.StorageFile)">
      <summary>Reloads the simulator using a StorageFile containing the WindowsStoreProxy.xml file.</summary>
      <returns>The async operation that reloads the simulator.</returns>
      <param name="simulatorSettingsFile">The WindowsStoreProxy.xml file that the simulator uses. For more information, see CurrentAppSimulator.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.RequestAppPurchaseAsync(System.Boolean)">
      <summary>Creates the async operation that simulates a user request to buy a full license for the current app.</summary>
      <returns>If the includeReceipt parameter is set to true, this string contains XML that represents all receipts for the app and any in-app purchases. If includeReceipt is set to false, this string is empty.</returns>
      <param name="includeReceipt">Determines if the method should return the receipts for this app.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.ReportConsumableFulfillmentAsync(System.String,System.Guid)">
      <summary>Simulates notifying the Windows Store that the purchase of a consumable is fulfilled and that the user has the right to access the content.</summary>
      <returns>A value that indicates the status of fulfillment for a simulated in-app consumable purchase.</returns>
      <param name="productId">Identifies the consumable.</param>
      <param name="transactionId">Identifies a simulated transaction that includes the purchase of the consumable (productId).</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync(System.String,System.Boolean)">
      <summary>Creates the async operation that displays the UI that is used to simulate an in-app purchase of content or a feature from the Windows Store.</summary>
      <deprecated type="deprecate">RequestProductPurchaseAsync(productId, includeReceipt) may be altered or unavailable for releases after Windows 8.1. Instead, use RequestProductPurchaseAsync(productId).</deprecated>
      <returns>A string providing in-app transaction details for the provided productId. If includeReceipt is set true, the returned string will include a full receipt xml.</returns>
      <param name="productId">Specifies the id, as defined by the simulation, of the product or feature to buy.</param>
      <param name="includeReceipt">Determines if the method should return the receipts for the specified productId.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync(System.String,System.String,Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties)">
      <summary>Creates the async operation that displays the UI that is used to simulate an in-app purchase of content or a feature from the Windows Store.</summary>
      <returns>The results of the in-app purchase request.</returns>
      <param name="productId">The product ID used for listing in the Windows Store.</param>
      <param name="offerId">The specific app feature or content offer within the large purchase catalog represented on the Windows Store by the productId. This value correlates with the content your app is responsible for fulfilling. The Windows Store only uses this value to itemize the PurchaseResults.</param>
      <param name="displayProperties">The name of the app feature or content offer that is displayed to the user at time of purchase.</param>
    </member>
    <member name="M:Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync(System.String)">
      <summary>Creates the async operation that displays the UI that is used to simulate an in-app purchase of content or a feature from the Windows Store.</summary>
      <returns>A PurchaseResults object containing in-app transaction details for the provided productId.</returns>
      <param name="productId">Specifies the id, as defined by the simulation, of the product or feature to buy.</param>
    </member>
    <member name="T:Windows.ApplicationModel.Store.LicenseInformation">
      <summary>Provides access to the current app's license metadata.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.LicenseInformation.ExpirationDate">
      <summary>Gets the license expiration date and time relative to the system clock.</summary>
      <returns>The date and time that the app's trial license will expire.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.LicenseInformation.IsActive">
      <summary>Gets the value that indicates whether the license is active.</summary>
      <returns>Returns true if the license is active, and otherwise false. May return false if the license is missing, expired, or revoked.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.LicenseInformation.IsTrial">
      <summary>Gets the value that indicates whether the license is a trial license.</summary>
      <returns>Returns true if the license is a trial license, and otherwise false.</returns>
    </member>
    <member name="E:Windows.ApplicationModel.Store.LicenseInformation.LicenseChanged">
      <summary>Raises a notification event when the status of the app's license changes.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.LicenseInformation.ProductLicenses">
      <summary>Gets the associative list of licenses for the app's features that can be bought through an in-app purchase.</summary>
      <returns>The associative list of feature licenses.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Store.ListingInformation">
      <summary>Provides the listing info that describes the app in the Windows Store.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ListingInformation.AgeRating">
      <summary>Gets the age rating for the app.</summary>
      <returns>The age rating.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ListingInformation.CurrentMarket">
      <summary>Gets the country code associated with the user's location, such as US or CA, that is used to identify their market for transactions in the current session.</summary>
      <returns>The country code associated with the user's location, such as US or CA.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ListingInformation.Description">
      <summary>Gets the app's description in the current market.</summary>
      <returns>The app's description in the current market.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ListingInformation.FormattedPrice">
      <summary>Gets the app's purchase price formatted for the current market and currency.</summary>
      <returns>The app's purchase price with the appropriate formatting for the current market and currency.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ListingInformation.Name">
      <summary>Gets the app's name in the current market.</summary>
      <returns>The app's name in the current market.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ListingInformation.ProductListings">
      <summary>Gets information about the features and products that can be bought by making in-app purchases.</summary>
      <returns>The array of ProductListing objects that describes the app's in-app offers.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Store.ProductLicense">
      <summary>Provides info about a license that is associated with an in-app offer.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductLicense.ExpirationDate">
      <summary>Gets the expiration date and time of the license.</summary>
      <returns>The date and time that the product's license expires.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductLicense.IsActive">
      <summary>Gets the value that indicates whether the feature's license is active.</summary>
      <returns>Returns true if the feature's license is active, and otherwise false. This property may return false if the license is missing, expired, or revoked.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductLicense.IsConsumable">
      <summary>Windows Phone only. Gets whether this product is a consumable. A consumable product is a product that can be purchased, used, and purchased again.</summary>
      <returns>true if the product is a consumable; Otherwise, false.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductLicense.ProductId">
      <summary>Gets the ID of an app's in-app offer.</summary>
      <returns>The ID specified in the Dashboard to identify this in-app offer.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Store.ProductListing">
      <summary>Provides localized info about an in-app offer in your app.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.Description">
      <summary>Windows Phone only. Gets the description for the product.</summary>
      <returns>The description for the product.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.FormattedPrice">
      <summary>Gets the app's purchase price with the appropriate formatting for the current market.</summary>
      <returns>The app's purchase price with the appropriate formatting for the current market.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.ImageUri">
      <summary>Windows Phone only. Gets the URI of the image associated with this product.</summary>
      <returns>The URI of the image associated with this product.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.Keywords">
      <summary>Windows Phone only. Gets the list of keywords associated with this product. These keywords are useful for filtering product lists by keyword, for example, when calling LoadListingInformationByKeywordsAsync.</summary>
      <returns>The keywords associated with this product.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.Name">
      <summary>Gets the descriptive name of the product or feature that can be shown to customers in the current market.</summary>
      <returns>The feature's descriptive name as it is seen by customers in the current market.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.ProductId">
      <summary>Gets the ID of an app's feature or product.</summary>
      <returns>The ID of an app's feature.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.ProductType">
      <summary>Gets the type of this product. Possible values are defined by ProductType.</summary>
      <returns>The type of this product. Possible values include Consumable and Durable.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductListing.Tag">
      <summary>Windows Phone only. Gets the tag string that contains custom information about this product.</summary>
      <returns>The tag for this product.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties">
      <summary>Used to provide the product name that is displayed to the user at time of purchase. This class is used in the creation of a RequestProductPurchaseAsync operation to visually represent a specific offer within a large catalog of in-app purchases that is represented by a single product in the Store.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties.#ctor">
      <summary>Creates an instance of ProductPurchaseDisplayProperties.</summary>
    </member>
    <member name="M:Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties.#ctor(System.String)">
      <summary>Creates an instance of ProductPurchaseDisplayProperties that includes the specified product name to display to the user.</summary>
      <param name="name">The product name displayed to the user.</param>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties.Description">
      <summary>Windows Phone only. This is an internal product description.</summary>
      <returns>Internal product description.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties.Image">
      <summary>Gets or sets the location of an image used to represent the product at time of purchase.</summary>
      <returns>The image location.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties.Name">
      <summary>Gets or sets the name of the product or feature that is displayed to the user at time of purchase.</summary>
      <returns>The product name.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Store.PurchaseResults">
      <summary>Contains information detailing the results of an in-app purchase.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.PurchaseResults.OfferId">
      <summary>A unique ID used to identify a specific in-app purchase item within a large purchase catalog.</summary>
      <returns>Unique string used to correlate a particular in-app purchase item with a purchase from a large catalog.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.PurchaseResults.ReceiptXml">
      <summary>A full receipt that provides a transaction history for the in-app purchase.</summary>
      <returns>An XML-formatted string.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.PurchaseResults.Status">
      <summary>The current state of the in-app purchase.</summary>
      <returns>A purchase state value defined by the ProductPurchaseStatus enumeration.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.PurchaseResults.TransactionId">
      <summary>A unique transaction ID associated with a purchase of the consumable.</summary>
      <returns>A unique ID associated with a transaction.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Store.UnfulfilledConsumable">
      <summary>Contains purchase and product information for an unfulfilled consumable.</summary>
    </member>
    <member name="P:Windows.ApplicationModel.Store.UnfulfilledConsumable.OfferId">
      <summary>A unique ID used to identify a consumable within a large purchase catalog.</summary>
      <returns>The offer ID.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.UnfulfilledConsumable.ProductId">
      <summary>A unique ID used to identify the product offered by this consumable.</summary>
      <returns>The product ID.</returns>
    </member>
    <member name="P:Windows.ApplicationModel.Store.UnfulfilledConsumable.TransactionId">
      <summary>A unique ID used to identify the transaction that included the purchase of this consumable.</summary>
      <returns>The transaction ID.</returns>
    </member>
    <member name="T:Windows.ApplicationModel.Store.LicenseChangedEventHandler">
      <summary>Represents the method that will handle the LicenseChanged event.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Store.FulfillmentResult">
      <summary>Defines values used to indicate fulfillment status for an in-app consumable purchase.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.FulfillmentResult.Succeeded">
      <summary>The in-app consumable purchase was fulfilled.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.FulfillmentResult.NothingToFulfill">
      <summary>The specified transaction ID has been passed or the consumables assoc transaction ID has already been fulfilled.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.FulfillmentResult.PurchasePending">
      <summary>The purchase has not yet cleared. At this point it is still possible for the transaction to be reversed due to provider failures and/or risk checks.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.FulfillmentResult.PurchaseReverted">
      <summary>The purchase request has been reverted.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.FulfillmentResult.ServerError">
      <summary>There was an issue receiving fulfillment status.</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Store.ProductPurchaseStatus">
      <summary>Defines values used to indicate the transaction status of an in-app purchase.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.ProductPurchaseStatus.Succeeded">
      <summary>The purchase succeeded and the user has been informed.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.ProductPurchaseStatus.AlreadyPurchased">
      <summary>The purchase did not occur because this in-app purchase has already been purchased by the user, and it cannot be purchased again.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.ProductPurchaseStatus.NotFulfilled">
      <summary>The purchase did not occur because a previous purchase of this consumable has not been fulfilled.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.ProductPurchaseStatus.NotPurchased">
      <summary>The purchase did not occur because the user decided not to complete the purchase (or the purchase failed for other reasons).</summary>
    </member>
    <member name="T:Windows.ApplicationModel.Store.ProductType">
      <summary>Specifies the product type for a product.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.ProductType.Unknown">
      <summary>The product type is unknown.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.ProductType.Durable">
      <summary>A durable product.</summary>
    </member>
    <member name="F:Windows.ApplicationModel.Store.ProductType.Consumable">
      <summary>A consumable product.</summary>
    </member>
    <member name="N:Windows.Data.Html">
      <summary>Provides utility classes for working with HTML.</summary>
    </member>
    <member name="T:Windows.Data.Html.HtmlUtilities">
      <summary>Provides utility methods for use with HTML-formatted data.</summary>
    </member>
    <member name="M:Windows.Data.Html.HtmlUtilities.ConvertToText(System.String)">
      <summary>Converts HTML-formatted data to a string that contains the text content extracted from the HTML.</summary>
      <returns>A String of text content.</returns>
      <param name="html">A String containing HTML-formatted data.</param>
    </member>
    <member name="N:Windows.Data.Json">
      <summary>Provides support for JSON arrays, values, and objects.</summary>
    </member>
    <member name="T:Windows.Data.Json.JsonArray">
      <summary>Represents a JSON array.</summary>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Add(Windows.Data.Json.IJsonValue)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Append(Windows.Data.Json.IJsonValue)">
      <summary>Adds a new item to the array.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Contains(Windows.Data.Json.IJsonValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.CopyTo(Windows.Data.Json.IJsonValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonArray.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.First">
      <summary>Returns the iterator for iteration over the items in the array.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the array end if the array is empty.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetArray">
      <summary>Gets the JsonArray if the ValueType of the encapsulated value is Array.</summary>
      <returns>The JsonArray.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetArrayAt(System.UInt32)">
      <summary>Gets the JsonArray at the specified index if the ValueType of the encapsulated value is Array</summary>
      <returns>The JsonArray at the specified index.</returns>
      <param name="index">The specified index.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The JsonValue at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetBoolean">
      <summary>Gets the Boolean value if the ValueType of the encapsulated value is Boolean.</summary>
      <returns>The Boolean value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetBooleanAt(System.UInt32)">
      <summary>Gets the Boolean value at the specified index if the ValueType of the value at that index is Boolean.</summary>
      <returns>The Boolean value at the specified index.</returns>
      <param name="index">The specified index.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetMany(System.UInt32,Windows.Data.Json.IJsonValue[])">
      <summary>Gets all array items of type IJsonValue, starting from a specified index.</summary>
      <returns>The index of items within the range of elements in an array that starts at startIndex.</returns>
      <param name="startIndex">The starting index.</param>
      <param name="items">Returns items of the IJsonValue.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetNumber">
      <summary>Gets the number (a Double) if the ValueType of the encapsulated value is Number.</summary>
      <returns>The number value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetNumberAt(System.UInt32)">
      <summary>Gets the number (a Double) at the specified index if the ValueType of the value at that index is Number.</summary>
      <returns>The number value at the specified index.</returns>
      <param name="index">The specified index.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetObject">
      <summary>Gets the JsonObject if the ValueType of the encapsulated value is Object.</summary>
      <returns>The JsonObject.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetObjectAt(System.UInt32)">
      <summary>Gets the JsonObject at the specified index if the ValueType of the encapsulated value is Object.</summary>
      <returns>The JsonObject at the specified index.</returns>
      <param name="index">The specified index.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetString">
      <summary>Gets the String if the ValueType of the encapsulated value is String.</summary>
      <returns>The String value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetStringAt(System.UInt32)">
      <summary>Gets the String at the specified index if the ValueType of the encapsulated value is String.</summary>
      <returns>The String value at the specified index.</returns>
      <param name="index">The specified index.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.GetView">
      <summary>Gets a JsonArray view.</summary>
      <returns>The JsonArray view.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.IndexOf(Windows.Data.Json.IJsonValue,System.UInt32@)">
      <summary>Searches for a JsonValue object and returns the zero-based index of its first occurrence within the JsonArray.</summary>
      <returns>Returns a Boolean value indicating if an occurrence of value was found.</returns>
      <param name="value">The IJsonValue to look up.</param>
      <param name="index">The zero-based index of the first occurrence of item within the JsonArray, if found; otherwise, -1.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.IndexOf(Windows.Data.Json.IJsonValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Insert(System.Int32,Windows.Data.Json.IJsonValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.InsertAt(System.UInt32,Windows.Data.Json.IJsonValue)">
      <summary>Inserts a JsonValue into an array at the specified index.</summary>
      <param name="index">The zero-based index at which the item should be inserted.</param>
      <param name="value">The IJsonValue object to insert.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonArray.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Data.Json.JsonArray.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Parse(System.String)">
      <summary>Parses the specified JSON string that represents a JsonArray.</summary>
      <param name="input">The specified JSON string.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Remove(Windows.Data.Json.IJsonValue)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>True if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.RemoveAtEnd">
      <summary>Removes the last item in the array.</summary>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.ReplaceAll(Windows.Data.Json.IJsonValue[])">
      <summary>Clears the array and then inserts the provided collection of JsonValue objects as new array items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.SetAt(System.UInt32,Windows.Data.Json.IJsonValue)">
      <summary>Sets the value at the specified index using the provided JsonValue.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonArray.Size">
      <summary>Gets the size (count) of the array.</summary>
      <returns>The count of items in the array.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.Stringify">
      <summary>Returns the JSON representation of the encapsulated value.</summary>
      <returns>A JSON representation of the encapsulated value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.TryParse(System.String,Windows.Data.Json.JsonArray@)">
      <summary>Parses the provided string into a JsonArray.</summary>
      <returns>True if the JsonValue object was successfully created; otherwise, false.</returns>
      <param name="input">The specified string.</param>
      <param name="result">The new JsonArray object.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonArray.ValueType">
      <summary>Gets the type of the values within the array. Possible types are defined by JsonValueType.</summary>
      <returns>The JSON value type.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonArray.#ctor">
      <summary>Creates a new JsonArray object that represents a JSON array.</summary>
    </member>
    <member name="T:Windows.Data.Json.JsonError">
      <summary>Represents an error encountered while parsing JSON data.</summary>
    </member>
    <member name="M:Windows.Data.Json.JsonError.GetStatus(System.Int32)">
      <summary>Gets the specific error using the returned HRESULT value. Possible values are defined by JsonErrorStatus.</summary>
      <deprecated type="deprecate">GetStatus may be altered or unavailable for releases after Windows 8.1. Instead, use GetJsonStatus.</deprecated>
      <returns>The error encountered.</returns>
      <param name="hresult">An HRESULT returned during the operation.</param>
    </member>
    <member name="T:Windows.Data.Json.JsonObject">
      <summary>Represents a JSON object containing a collection of name and JsonValue pairs.</summary>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Add(System.String,Windows.Data.Json.IJsonValue)">
      <summary>Adds an item to the JsonObject.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Add(System.Collections.Generic.KeyValuePair(System.String,Windows.Data.Json.IJsonValue))">
      <summary>Adds a new key-value pair to the JsonObject.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Contains(KeyValuePair(System.String,Windows.Data.Json.IJsonValue))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the JsonObject.</summary>
      <returns>true if an item with that key exists in the JsonObject; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the JsonObject.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the JsonObject.</summary>
      <returns>true if an item with that key exists in the JsonObject; otherwise, false.</returns>
      <param name="key">The key to check for in the JsonObject.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.CopyTo(System.Collections.Generic.KeyValuePair(System.String,Windows.Data.Json.IJsonValue)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonObject.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.First">
      <summary>Returns the iterator for iteration over the key/value pairs in the JsonObject.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the array end if the array is empty.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetArray">
      <summary>Returns a JsonArray if the ValueType of the encapsulated value is Array.</summary>
      <returns>The JsonArray.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetBoolean">
      <summary>Gets a Boolean if the ValueType of the encapsulated value is Boolean.</summary>
      <returns>The Boolean value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetNamedArray(System.String)">
      <summary>Gets the JsonArray value with the specified name, or NULL if no such named value is found.</summary>
      <returns>The JsonArray with the specified name. The exception WEB_E_JSON_VALUE_NOT_FOUND is returned if the JsonArray is not contained in the JsonObject</returns>
      <param name="name">The name.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetNamedBoolean(System.String)">
      <summary>Gets the Boolean value with the specified name, or NULL if no such named value is found.</summary>
      <returns>The Boolean value with the specified name. The exception WEB_E_JSON_VALUE_NOT_FOUND is returned if the Boolean is not contained in the JsonObject</returns>
      <param name="name">The name.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetNamedNumber(System.String)">
      <summary>Gets the number value (a Double) with the specified name, or NULL if no such named value is found.</summary>
      <returns>The Double value with the specified name.The exception WEB_E_JSON_VALUE_NOT_FOUND is returned if the specified Double is not contained in the JsonObject</returns>
      <param name="name">The name.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetNamedObject(System.String)">
      <summary>Gets the JsonObject value with the specified name, or NULL if no such named value is found.</summary>
      <returns>The JsonObject with the specified name.The exception WEB_E_JSON_VALUE_NOT_FOUND is returned if the specified JsonObject is not contained in the JsonObject</returns>
      <param name="name">The name.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetNamedString(System.String)">
      <summary>Gets the String value with the specified name, or NULL if no such named value is found.</summary>
      <returns>The String value with the specified name.The exception WEB_E_JSON_VALUE_NOT_FOUND is returned if the String is not contained in the JsonObject</returns>
      <param name="name">The name.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetNamedValue(System.String)">
      <summary>Gets the specified JsonObject value.</summary>
      <returns>The JSON value.The exception WEB_E_JSON_VALUE_NOT_FOUND is returned if the specified value is not contained in the JsonObject</returns>
      <param name="name">The specified name for the JsonObject.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetNumber">
      <summary>Gets the number (a Double) if the ValueType of the encapsulated value is Number.</summary>
      <returns>The number value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetObject">
      <summary>Gets the JsonObject if the ValueType of the encapsulated value is Object.</summary>
      <returns>The encapsulated JsonObject.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetString">
      <summary>Gets the String if the ValueType of the encapsulated value is String.</summary>
      <returns>The String value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.GetView">
      <summary>Gets a JsonObject view.</summary>
      <returns>The JsonObject view.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.HasKey(System.String)">
      <summary>Indicates whether the JsonObject has an entry with the requested key.</summary>
      <returns>true if the JsonObject has an entry with the requested key; otherwise, false.</returns>
      <param name="key">The requested key.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Insert(System.String,Windows.Data.Json.IJsonValue)">
      <summary>Adds a new entry to the JsonObject.</summary>
      <returns>true if calling the method replaced a value that already existed for the key; false if calling the method defined a new key.</returns>
      <param name="key">The key to insert.</param>
      <param name="value">The IJsonValue to insert.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonObject.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Data.Json.JsonObject.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Data.Json.JsonObject.Keys">
      <summary>Gets an ICollection object containing the keys of the JsonObject.</summary>
      <returns>The ICollection of all keys in this JsonObject.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Lookup(System.String)">
      <summary>Gets the JSON value associated with the supplied key, if an entry with that key exists.</summary>
      <returns>If the call is successful, the JSON value.</returns>
      <param name="key">The requested key.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Parse(System.String)">
      <summary>Parses the specified JSON string that represents a JsonObject into a JSON value.</summary>
      <param name="input">The specified JSON string.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Remove(System.String)">
      <summary>Removes the JSON object associated with the specified key.</summary>
      <param name="key">The key for the JSON object to be deleted.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the JsonObject.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Remove(System.Collections.Generic.KeyValuePair(System.String,Windows.Data.Json.IJsonValue))">
      <summary>Removes a specific key-value pair from the JsonObject.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.SetNamedValue(System.String,Windows.Data.Json.IJsonValue)">
      <summary>Sets the value of the first JsonValue object with the specified name to the specified value. If no such object is found, a new name and JsonValue pair is inserted into the JSON object.</summary>
      <param name="name">The specified name.</param>
      <param name="value">The specified value.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonObject.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.Stringify">
      <summary>Retrieves the JSON representation of the encapsulated value.</summary>
      <returns>A JSON representation of the encapsulated value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.TryGetValue(System.String,@Windows.Data.Json.IJsonValue)">
      <summary>Returns a value that indicates whether a specified key exists in the JsonObject. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the JsonObject; otherwise, false.</returns>
      <param name="key">The key to check for in the JsonObject.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the JsonObject.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.TryParse(System.String,Windows.Data.Json.JsonObject@)">
      <summary>Parses the specified string that represents a JSON object into a JsonObject.</summary>
      <returns>True if the JsonValue object was successfully created; otherwise, false.</returns>
      <param name="input">The specified JSON string.</param>
      <param name="result">The resultant JsonObject.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonObject.Values">
      <summary>Gets an ICollection object containing the values of the JsonObject .</summary>
      <returns>The ICollection of all values in this JsonObject.</returns>
    </member>
    <member name="P:Windows.Data.Json.JsonObject.ValueType">
      <summary>Gets the type of the encapsulated JSON value. Possible types are defined by JsonValueType.</summary>
      <returns>The JSON value type.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonObject.#ctor">
      <summary>Initializes a new instance of a JsonObject that represents a JSON object containing a collection of name and JsonValue pairs.</summary>
    </member>
    <member name="T:Windows.Data.Json.JsonValue">
      <summary>Implements the IJsonValue interface which represents a JSON value.</summary>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.CreateBooleanValue(System.Boolean)">
      <summary>Creates a JsonValue from a Boolean.</summary>
      <returns>The JsonValue.</returns>
      <param name="input">The value to store in the JsonValue.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.CreateNumberValue(System.Double)">
      <summary>Creates a JsonValue from a Number (Double).</summary>
      <returns>The JsonValue.</returns>
      <param name="input">The Number to store in the JsonValue.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.CreateStringValue(System.String)">
      <summary>Creates the string for a JsonValue.</summary>
      <returns>The JsonValue.</returns>
      <param name="input">The string for the JsonValue.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.GetArray">
      <summary>Gets an array if the ValueType of the encapsulated value is Array.</summary>
      <returns>The JsonArray.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.GetBoolean">
      <summary>Gets the Boolean if the ValueType of the encapsulated value is Boolean.</summary>
      <returns>The Boolean value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.GetNumber">
      <summary>Gets the number (a Double) if the ValueType of the encapsulated value is Number.</summary>
      <returns>The number value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.GetObject">
      <summary>Gets a JsonObject if the ValueType of the encapsulated value is Object.</summary>
      <returns>The JsonObject.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.GetString">
      <summary>Gets a String if the ValueType of the encapsulated value is String.</summary>
      <returns>The String value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.Parse(System.String)">
      <summary>Parses the specified JSON string into a JSON value.</summary>
      <param name="input">The specified JSON string.</param>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.Stringify">
      <summary>Retrieves the JSON representation of the encapsulated value.</summary>
      <returns>A JSON representation of the encapsulated value.</returns>
    </member>
    <member name="M:Windows.Data.Json.JsonValue.TryParse(System.String,Windows.Data.Json.JsonValue@)">
      <summary>Parses the specified string into a JsonValue.</summary>
      <returns>True if the JsonValue object was successfully created; otherwise, false.</returns>
      <param name="input">The specified string.</param>
      <param name="result">The new JsonValue object.</param>
    </member>
    <member name="P:Windows.Data.Json.JsonValue.ValueType">
      <summary>Gets the type of the encapsulated JSON value. Possible types are defined by JsonValueType.</summary>
      <returns>The JSON value type.</returns>
    </member>
    <member name="T:Windows.Data.Json.JsonErrorStatus">
      <summary>Defines errors encountered while parsing JSON data.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonErrorStatus.Unknown">
      <summary>An unknown error occurred.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonErrorStatus.InvalidJsonString">
      <summary>The string is invalid. It is possible the expressed value type of the JSON encapsulated data type does not match what is defined by JsonValueType.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonErrorStatus.InvalidJsonNumber">
      <summary>The number is invalid. It is possible the expressed value type of the JSON encapsulated data type does not match what is defined by JsonValueType.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonErrorStatus.JsonValueNotFound">
      <summary>The specified JsonValue cannot be found.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonErrorStatus.ImplementationLimit">
      <summary>This operation exceeds the internal limit of 1024 nested JSON objects.</summary>
    </member>
    <member name="T:Windows.Data.Json.JsonValueType">
      <summary>Specifies the JSON value type of a JsonValue object.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonValueType.Null">
      <summary>The JsonValue object is Null.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonValueType.Boolean">
      <summary>The JsonValue object is a Boolean.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonValueType.Number">
      <summary>The JsonValue object is a Double.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonValueType.String">
      <summary>The JsonValue object is a String.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonValueType.Array">
      <summary>The JsonValue object is an Array.</summary>
    </member>
    <member name="F:Windows.Data.Json.JsonValueType.Object">
      <summary>The JsonValue object is an Object.</summary>
    </member>
    <member name="T:Windows.Data.Json.IJsonValue">
      <summary>Encapsulates a JSON value.</summary>
    </member>
    <member name="M:Windows.Data.Json.IJsonValue.GetArray">
      <summary>Returns a pointer to the array if the ValueType of the encapsulated value is Array. If it is not, an exception is thrown.</summary>
      <returns>A pointer to the encapsulated array.</returns>
    </member>
    <member name="M:Windows.Data.Json.IJsonValue.GetBoolean">
      <summary>Returns the Boolean if the ValueType of the encapsulated value is Boolean. If it is not, an exception is thrown.</summary>
      <returns>The encapsulated value.</returns>
    </member>
    <member name="M:Windows.Data.Json.IJsonValue.GetNumber">
      <summary>Returns the number (a Double) if the ValueType of the encapsulated value is Number. If it is not, an exception is thrown.</summary>
      <returns>The encapsulated value.</returns>
    </member>
    <member name="M:Windows.Data.Json.IJsonValue.GetObject">
      <summary>Returns a pointer to the object if the ValueType of the encapsulated value is Object. If it is not, an exception is thrown.</summary>
      <returns>A pointer to the encapsulated object.</returns>
    </member>
    <member name="M:Windows.Data.Json.IJsonValue.GetString">
      <summary>Returns the String if the ValueType of the encapsulated value is String. If it is not, an exception is thrown.</summary>
      <returns>The encapsulated String value.</returns>
    </member>
    <member name="M:Windows.Data.Json.IJsonValue.Stringify">
      <summary>Retrieves the JSON representation of the encapsulated value.</summary>
      <returns>A JSON representation of the encapsulated value.</returns>
    </member>
    <member name="P:Windows.Data.Json.IJsonValue.ValueType">
      <summary>Gets the type of the encapsulated JSON value. Possible types are defined by JsonValueType.</summary>
      <returns>The JSON value type.</returns>
    </member>
    <member name="N:Windows.Data.Pdf">
      <summary>Contains classes for converting a page in a Portable Document Format (PDF) document to an image file.</summary>
    </member>
    <member name="T:Windows.Data.Pdf.PdfDocument">
      <summary>Represents a Portable Document Format (PDF) document.</summary>
    </member>
    <member name="M:Windows.Data.Pdf.PdfDocument.GetPage(System.UInt32)">
      <summary>Gets a page from a Portable Document Format (PDF) document.</summary>
      <returns>The Portable Document Format (PDF) page.</returns>
      <param name="pageIndex">The location of the Portable Document Format (PDF) page relative to its parent document.</param>
    </member>
    <member name="M:Windows.Data.Pdf.PdfDocument.LoadFromFileAsync(Windows.Storage.IStorageFile)">
      <summary>Outputs an asynchronous operation. When the operation completes, a PdfDocument object is returned, which represents a Portable Document Format (PDF) document.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="file">The file, which represents a Portable Document Format (PDF) document.</param>
    </member>
    <member name="M:Windows.Data.Pdf.PdfDocument.LoadFromFileAsync(Windows.Storage.IStorageFile,System.String)">
      <summary>Outputs an asynchronous operation. When the operation completes, a PdfDocument object is returned, which represents a Portable Document Format (PDF) document. Use this method if the Portable Document Format (PDF) document is password-protected.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="file">The file, which represents a Portable Document Format (PDF) document.</param>
      <param name="password">The password to open the Portable Document Format (PDF) document, if it requires one.</param>
    </member>
    <member name="M:Windows.Data.Pdf.PdfDocument.LoadFromStreamAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Creates a PdfDocument object, representing a Portable Document Format (PDF) document, from a stream of data that represents a Portable Document Format (PDF) document in the file system.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="inputStream">The stream of data, which represents a Portable Document Format (PDF) document.</param>
    </member>
    <member name="M:Windows.Data.Pdf.PdfDocument.LoadFromStreamAsync(Windows.Storage.Streams.IRandomAccessStream,System.String)">
      <summary>Creates a PdfDocument object, representing a Portable Document Format (PDF) document, from a stream of data that represents a Portable Document Format (PDF) document in the file system. Use this method if the Portable Document Format (PDF) document is password-protected.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="inputStream">The stream of data, which represents a Portable Document Format (PDF) document.</param>
      <param name="password">The password to open the Portable Document Format (PDF) document, if it requires one.</param>
    </member>
    <member name="P:Windows.Data.Pdf.PdfDocument.IsPasswordProtected">
      <summary>Gets whether the Portable Document Format (PDF) document is password-protected.</summary>
      <returns>True if the Portable Document Format (PDF) document is password-protected; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfDocument.PageCount">
      <summary>Gets the number of pages in the Portable Document Format (PDF) document.</summary>
      <returns>The number of pages in the Portable Document Format (PDF) document.</returns>
    </member>
    <member name="T:Windows.Data.Pdf.PdfPage">
      <summary>Represents a single page in a Portable Document Format (PDF) document.</summary>
    </member>
    <member name="M:Windows.Data.Pdf.PdfPage.Close">
      <summary>Releases all resources associated with the Portable Document Format (PDF) page.</summary>
    </member>
    <member name="M:Windows.Data.Pdf.PdfPage.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Data.Pdf.PdfPage.PreparePageAsync">
      <summary>Begins building the Portable Document Format (PDF) page. After this method finishes, the Portable Document Format (PDF) page is completely built.</summary>
      <returns>Represents the fully-built Portable Document Format (PDF) page.</returns>
    </member>
    <member name="M:Windows.Data.Pdf.PdfPage.RenderToStreamAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Outputs a stream of data, which represents a Portable Document Format (PDF) page's contents, as an asynchronous action. This asynchronous action can be used to create an image of the Portable Document Format (PDF) page.</summary>
      <returns>The asynchronous action.</returns>
      <param name="outputStream">The stream of data, which represents a Portable Document Format (PDF) page's content.</param>
    </member>
    <member name="M:Windows.Data.Pdf.PdfPage.RenderToStreamAsync(Windows.Storage.Streams.IRandomAccessStream,Windows.Data.Pdf.PdfPageRenderOptions)">
      <summary>Takes a set of display settings, applies them to the output of a Portable Document Format (PDF) page's contents, and creates a stream with the customized, rendered output as an asynchronous action. This asynchronous action can be used to create a customized display image of the Portable Document Format (PDF) page.</summary>
      <returns>The asynchronous action.</returns>
      <param name="outputStream">The stream of data, which represents a Portable Document Format (PDF) page's contents.</param>
      <param name="options">The requested set of display settings to apply to the display image that is output based on the Portable Document Format (PDF) page.</param>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPage.Dimensions">
      <summary>Gets the group of dimension properties for a single page in a Portable Document Format (PDF) document.</summary>
      <returns>The group of page dimension properties.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPage.Index">
      <summary>Gets the relative position of the Portable Document Format (PDF) page within its parent Portable Document Format (PDF) document.</summary>
      <returns>The position of the Portable Document Format (PDF) page relative to its parent Portable Document Format (PDF) document.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPage.PreferredZoom">
      <summary>Gets the Portable Document Format (PDF) page's preferred magnification factor.</summary>
      <returns>The magnification scaling factor to display or print the Portable Document Format (PDF) page.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPage.Rotation">
      <summary>Gets the number of degrees that the Portable Document Format (PDF) page will be rotated when it's displayed or printed.</summary>
      <returns>The number of degrees to rotate the Portable Document Format (PDF) page, expressed as one of the enumeration values.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPage.Size">
      <summary>Gets the Portable Document Format (PDF) page's size based on its related CropBox, MediaBox, and Rotation property values.</summary>
      <returns>The Portable Document Format (PDF) page's computed size.</returns>
    </member>
    <member name="T:Windows.Data.Pdf.PdfPageDimensions">
      <summary>Represents the dimensions of a single page in a Portable Document Format (PDF) document.</summary>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageDimensions.ArtBox">
      <summary>Gets the size of a rectangle that contains the Portable Document Format (PDF) page's contents, including any meaningful surrounding white space, as intended by the Portable Document Format (PDF) page's creator.</summary>
      <returns>The size of the Portable Document Format (PDF) page's contents and any meaningful surrounding white space.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageDimensions.BleedBox">
      <summary>Gets the size of a rectangle that specifies the clipped region of a Portable Document Format (PDF) page's contents when it is displayed.</summary>
      <returns>The size of the Portable Document Format (PDF) page's clipped region.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageDimensions.CropBox">
      <summary>Gets the size of a rectangle that specifies the cropped region of a Portable Document Format (PDF) page's contents when it is displayed.</summary>
      <returns>The size of the Portable Document Format (PDF) page's cropped region.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageDimensions.MediaBox">
      <summary>Gets the size of a rectangle that defines the boundaries of the area that the Portable Document Format (PDF) page will be displayed or printed to.</summary>
      <returns>The size of the Portable Document Format (PDF) page's display or print boundaries.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageDimensions.TrimBox">
      <summary>Gets the size of a rectangle that specifies the intended dimensions of the Portable Document Format (PDF) page after it has been trimmed.</summary>
      <returns>The Portable Document Format (PDF) page's trimmed dimensions.</returns>
    </member>
    <member name="T:Windows.Data.Pdf.PdfPageRenderOptions">
      <summary>Represents display settings for a single page of a Portable Document Format (PDF) document, such as the page's background color and its encoding type.</summary>
    </member>
    <member name="M:Windows.Data.Pdf.PdfPageRenderOptions.#ctor">
      <summary>Creates and initializes a new instance of display settings for a single page of a Portable Document Format (PDF) document.</summary>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageRenderOptions.BackgroundColor">
      <summary>Gets or sets the Portable Document Format (PDF) page's background color.</summary>
      <returns>The Portable Document Format (PDF) page's background color.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageRenderOptions.BitmapEncoderId">
      <summary>Gets or sets the Portable Document Format (PDF) page's encoding type to be used while the page is being converted to a bitmap.</summary>
      <returns>A BmpEncoderId value representing the unique identifier of the built-in bitmap encoder.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageRenderOptions.DestinationHeight">
      <summary>Gets or sets the final size of the rendering of the Portable Document Format (PDF) page in device-independent pixels (DIPs).</summary>
      <returns>The Portable Document Format (PDF) page's scaling factor relative to the page's destination display height boundary.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageRenderOptions.DestinationWidth">
      <summary>Gets or sets the final size of the rendering of the Portable Document Format (PDF) page in device-independent pixels (DIPs).</summary>
      <returns>The Portable Document Format (PDF) page's scaling factor relative to the page's destination display width boundary.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageRenderOptions.IsIgnoringHighContrast">
      <summary>Gets or sets whether the Portable Document Format (PDF) page uses the system's high contrast display setting.</summary>
      <returns>False to use high contrast; otherwise, true.</returns>
    </member>
    <member name="P:Windows.Data.Pdf.PdfPageRenderOptions.SourceRect">
      <summary>Gets or sets a portion of the Portable Document Format (PDF) page to be displayed.</summary>
      <returns>The portion of the Portable Document Format (PDF) page to be displayed.</returns>
    </member>
    <member name="T:Windows.Data.Pdf.PdfPageRotation">
      <summary>Specifies the number of degrees that a page in a Portable Document Format (PDF) document is rotated in the rendered output.</summary>
    </member>
    <member name="F:Windows.Data.Pdf.PdfPageRotation.Normal">
      <summary>No rotation.</summary>
    </member>
    <member name="F:Windows.Data.Pdf.PdfPageRotation.Rotate90">
      <summary>A 90-degree rotation.</summary>
    </member>
    <member name="F:Windows.Data.Pdf.PdfPageRotation.Rotate180">
      <summary>A 180-degree rotation.</summary>
    </member>
    <member name="F:Windows.Data.Pdf.PdfPageRotation.Rotate270">
      <summary>A 270-degree rotation.</summary>
    </member>
    <member name="N:Windows.Data.Text">
      <summary>Provides support for identifying text segments and for determining the properties of Unicode characters.</summary>
    </member>
    <member name="T:Windows.Data.Text.AlternateWordForm">
      <summary>Identifies an alternate form of the word represented by a WordSegment object.</summary>
    </member>
    <member name="P:Windows.Data.Text.AlternateWordForm.AlternateText">
      <summary>Gets the text of the alternate word form identified by this AlternateWordForm object.</summary>
      <returns>The alternate word form.</returns>
    </member>
    <member name="P:Windows.Data.Text.AlternateWordForm.NormalizationFormat">
      <summary>Gets the normalization format for this current AlternateWordForm object.</summary>
      <returns>The normalization format.</returns>
    </member>
    <member name="P:Windows.Data.Text.AlternateWordForm.SourceTextSegment">
      <summary>Gets the TextSegment that identifies the source text's sub-string for which this AlternateWordForm object is an alternate.</summary>
      <returns>The TextSegment structure that identifies the word in your provided text.</returns>
    </member>
    <member name="T:Windows.Data.Text.SelectableWordSegment">
      <summary>Represents the selected word from your provided text.</summary>
    </member>
    <member name="P:Windows.Data.Text.SelectableWordSegment.SourceTextSegment">
      <summary>Gets the TextSegment that identifies the source text's sub-string that is the selected word.</summary>
      <returns>The TextSegment structure that identifies the word in your provided text.</returns>
    </member>
    <member name="P:Windows.Data.Text.SelectableWordSegment.Text">
      <summary>Gets the text of the selected word identified by this SelectableWordSegment object.</summary>
      <returns>The selected word.</returns>
    </member>
    <member name="T:Windows.Data.Text.SelectableWordsSegmenter">
      <summary>A segmenter class that is able to segment provided text into units appropriate for selecting text by words.</summary>
    </member>
    <member name="M:Windows.Data.Text.SelectableWordsSegmenter.#ctor(System.String)">
      <summary>Creates a SelectableWordsSegmenter object.</summary>
      <param name="language">A BCP-47 language tag.</param>
    </member>
    <member name="M:Windows.Data.Text.SelectableWordsSegmenter.GetTokenAt(System.String,System.UInt32)">
      <summary>Determines and returns the selectable word which contains or follows a specified index into the provided text.</summary>
      <returns>A SelectableWordSegment that represents the selected word.</returns>
      <param name="text">Provided text in which a word is to be selected.</param>
      <param name="startIndex">A zero-based index into text. It must be less than the length of text.</param>
    </member>
    <member name="M:Windows.Data.Text.SelectableWordsSegmenter.GetTokens(System.String)">
      <summary>Determines and returns all of the selectable words in the provided text.</summary>
      <returns>A collection of SelectableWordSegment objects that represent the selectable words.</returns>
      <param name="text">Provided text containing words to be selected.</param>
    </member>
    <member name="M:Windows.Data.Text.SelectableWordsSegmenter.Tokenize(System.String,System.UInt32,Windows.Data.Text.SelectableWordSegmentsTokenizingHandler)">
      <summary>Calls the provided handler with two iterators that iterate through the selectable words prior to and following a given index into the provided text.</summary>
      <param name="text">Provided text containing words to be selected.</param>
      <param name="startIndex">A zero-based index into text. It must be less than the length of text.</param>
      <param name="handler">The function that receives the iterators.</param>
    </member>
    <member name="P:Windows.Data.Text.SelectableWordsSegmenter.ResolvedLanguage">
      <summary>Gets the language of the rules used by this SelectableWordsSegmenter object.</summary>
      <returns>The BCP-47 language tag of the rules employed.</returns>
    </member>
    <member name="T:Windows.Data.Text.SemanticTextQuery">
      <summary>Permits apps to perform text queries using Advanced Query Syntax (AQS) strings, with the option of providing a language tag to be employed in the query.</summary>
    </member>
    <member name="M:Windows.Data.Text.SemanticTextQuery.#ctor(System.String)">
      <summary>Creates a SemanticTextQuery from an Advanced Query Syntax (AQS) query string.</summary>
      <param name="aqsFilter">An Advanced Query Syntax (AQS) string that contains the desired query. Learn more about Advanced Query Syntax (AQS) in Advanced Query Syntax (AQS).</param>
    </member>
    <member name="M:Windows.Data.Text.SemanticTextQuery.#ctor(System.String,System.String)">
      <summary>Creates a SemanticTextQuery from an Advanced Query Syntax (AQS) query string and a language tag.</summary>
      <param name="aqsFilter">An Advanced Query Syntax (AQS) string that contains the desired query. Learn more about Advanced Query Syntax (AQS) in Advanced Query Syntax (AQS).</param>
      <param name="filterLanguage">The BCP-47 language tag to be employed in the query.To see a list of the language tags specifically supported by the Windows Store, see Choosing your languages.</param>
    </member>
    <member name="M:Windows.Data.Text.SemanticTextQuery.Find(System.String)">
      <summary>Returns segments of a source string that match the SemanticTextQuery object's query.</summary>
      <returns>A collection of TextSegment structures that represent hits from the query.</returns>
      <param name="content">A source string to be queried.</param>
    </member>
    <member name="M:Windows.Data.Text.SemanticTextQuery.FindInProperty(System.String,System.String)">
      <summary>Returns segments of a source string that match the SemanticTextQuery object's query over properties.</summary>
      <returns>A collection of TextSegment structures that represent hits from the query.</returns>
      <param name="propertyContent">A source string to be queried.</param>
      <param name="propertyName">The name of the property.</param>
    </member>
    <member name="T:Windows.Data.Text.UnicodeCharacters">
      <summary>Provides a way for apps to get information about Unicode characters.</summary>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.GetCodepointFromSurrogatePair(System.UInt32,System.UInt32)">
      <summary>Returns the supplementary Unicode character for the specified high and low surrogate pair.</summary>
      <returns>The supplementary Unicode character.</returns>
      <param name="highSurrogate">The high surrogate value. This must be in the proper range: 0xD800 &lt;= highSurrogate &lt;= 0xDBFF.</param>
      <param name="lowSurrogate">The low surrogate value. This must be in the proper range: 0xDC00 &lt;= lowSurrogate &lt;= 0xDFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.GetGeneralCategory(System.UInt32)">
      <summary>Returns the UnicodeGeneralCategory of the specified Unicode character.</summary>
      <returns>The Unicode general category for codepoint.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.GetNumericType(System.UInt32)">
      <summary>Returns the UnicodeNumericType of the specified Unicode character.</summary>
      <returns>The Unicode numeric type for codepoint.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.GetSurrogatePairFromCodepoint(System.UInt32,System.Char@,System.Char@)">
      <summary>Returns the high and low surrogate pair values for the specified supplementary Unicode character.</summary>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
      <param name="highSurrogate">The high surrogate value returned.</param>
      <param name="lowSurrogate">The low surrogate value returned.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsAlphabetic(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered alphabetic.</summary>
      <returns>TRUE if codepoint is alphabetic; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsCased(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered cased (uppercase, lowercase or titlecase).</summary>
      <returns>TRUE if codepoint is cased; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsGraphemeBase(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered the beginning of a grapheme.</summary>
      <returns>TRUE if codepoint is the beginning of a grapheme; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsGraphemeExtend(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered to continue a previous grapheme.</summary>
      <returns>TRUE if codepoint continues the previous grapheme; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsHighSurrogate(System.UInt32)">
      <summary>Determines if a specified Unicode character is a high surrogate.</summary>
      <returns>TRUE if codepoint is a high surrogate; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsIdContinue(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered a continuation character of an identifier in programming.</summary>
      <returns>TRUE if codepoint is a continuation character of an identifier in programming; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsIdStart(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered the start character of an identifier in programming.</summary>
      <returns>TRUE if codepoint is the start character of an identifier in programming; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsLowercase(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered a lower case character.</summary>
      <returns>TRUE if codepoint is a lower case character; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsLowSurrogate(System.UInt32)">
      <summary>Determines if a specified Unicode character is a low surrogate.</summary>
      <returns>TRUE if codepoint is a low surrogate; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsNoncharacter(System.UInt32)">
      <summary>Determines if a specified codepoint is a non-character.</summary>
      <returns>TRUE if codepoint is a non-character; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsSupplementary(System.UInt32)">
      <summary>Determines if a specified Unicode character is a supplementary character.</summary>
      <returns>TRUE if codepoint is a supplementary character; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsUppercase(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered an upper case character.</summary>
      <returns>TRUE if codepoint is an upper case character; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="M:Windows.Data.Text.UnicodeCharacters.IsWhitespace(System.UInt32)">
      <summary>Determines if a specified Unicode character can be considered whitespace.</summary>
      <returns>TRUE if codepoint is whitespace; otherwise FALSE.</returns>
      <param name="codepoint">A Unicode character. This must be in the proper range: 0 &lt;= codepoint &lt;= 0x10FFFF.</param>
    </member>
    <member name="T:Windows.Data.Text.WordSegment">
      <summary>Represents a word from your provided text.</summary>
    </member>
    <member name="P:Windows.Data.Text.WordSegment.AlternateForms">
      <summary>Gets the alternate forms (if any) associated with the current word.</summary>
      <returns>A collection of AlternateWordForm objects that represent alternate forms of the current word.</returns>
    </member>
    <member name="P:Windows.Data.Text.WordSegment.SourceTextSegment">
      <summary>Gets the TextSegment that identifies the source text's sub-string that is a word.</summary>
      <returns>The TextSegment structure that identifies the word in your provided text.</returns>
    </member>
    <member name="P:Windows.Data.Text.WordSegment.Text">
      <summary>Gets the text of the word identified by this WordSegment object.</summary>
      <returns>The current word.</returns>
    </member>
    <member name="T:Windows.Data.Text.WordsSegmenter">
      <summary>A segmenter class that is able to segment provided text into words.</summary>
    </member>
    <member name="M:Windows.Data.Text.WordsSegmenter.#ctor(System.String)">
      <summary>Creates a WordsSegmenter object.</summary>
      <param name="language">A BCP-47 language tag.</param>
    </member>
    <member name="M:Windows.Data.Text.WordsSegmenter.GetTokenAt(System.String,System.UInt32)">
      <summary>Determines and returns the word which contains or follows a specified index into the provided text.</summary>
      <returns>A WordSegment that represents the word.</returns>
      <param name="text">Provided text from which the word is to be returned.</param>
      <param name="startIndex">A zero-based index into text. It must be less than the length of text.</param>
    </member>
    <member name="M:Windows.Data.Text.WordsSegmenter.GetTokens(System.String)">
      <summary>Determines and returns all of the words in the provided text.</summary>
      <returns>A collection of WordSegment objects that represent the words.</returns>
      <param name="text">Provided text containing words to be returned.</param>
    </member>
    <member name="M:Windows.Data.Text.WordsSegmenter.Tokenize(System.String,System.UInt32,Windows.Data.Text.WordSegmentsTokenizingHandler)">
      <summary>Calls the provided handler with two iterators that iterate through the words prior to and following a given index into the provided text.</summary>
      <param name="text">Provided text containing words to be returned.</param>
      <param name="startIndex">A zero-based index into text. It must be less than the length of text.</param>
      <param name="handler">The function that receives the iterators.</param>
    </member>
    <member name="P:Windows.Data.Text.WordsSegmenter.ResolvedLanguage">
      <summary>Gets the language of the rules used by this WordsSegmenter object.</summary>
      <returns>The BCP-47 language tag of the rules employed.</returns>
    </member>
    <member name="T:Windows.Data.Text.SelectableWordSegmentsTokenizingHandler">
      <summary>Defines the signature of a function that is provided to SelectableWordsSegmenter.Tokenize.</summary>
      <param name="precedingWords">Contains the selectable words, in reverse order, that precede the parameter startIndex that is provided to SelectableWordsSegmenter.Tokenize.</param>
      <param name="words">Contains the selectable words that contain or follow the parameter startIndex that is provided to SelectableWordsSegmenter.Tokenize.</param>
    </member>
    <member name="T:Windows.Data.Text.WordSegmentsTokenizingHandler">
      <summary>Defines the signature of a function that is provided to WordsSegmenter.Tokenize.</summary>
      <param name="precedingWords">Contains the selectable words, in reverse order, that precede the parameter startIndex that is provided to WordsSegmenter.Tokenize.</param>
      <param name="words">Contains the selectable words that contain or follow the parameter startIndex that is provided to WordsSegmenter.Tokenize.</param>
    </member>
    <member name="T:Windows.Data.Text.AlternateNormalizationFormat">
      <summary>Identifies the normalization format of an AlternateWordForm object.</summary>
    </member>
    <member name="F:Windows.Data.Text.AlternateNormalizationFormat.NotNormalized">
      <summary>A regular string that has not been recognized as a number, currency, date, or time.</summary>
    </member>
    <member name="F:Windows.Data.Text.AlternateNormalizationFormat.Number">
      <summary>A string that has been recognized as a number.</summary>
    </member>
    <member name="F:Windows.Data.Text.AlternateNormalizationFormat.Currency">
      <summary>A string that has been recognized as a monetary amount.</summary>
    </member>
    <member name="F:Windows.Data.Text.AlternateNormalizationFormat.Date">
      <summary>A string that has been recognized as a date.</summary>
    </member>
    <member name="F:Windows.Data.Text.AlternateNormalizationFormat.Time">
      <summary>A string that has been recognized as a time.</summary>
    </member>
    <member name="T:Windows.Data.Text.UnicodeGeneralCategory">
      <summary>Defines the Unicode general category of a character.</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.UppercaseLetter">
      <summary>Uppercase letter. Signified by the Unicode designation Lu (letter, uppercase).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.LowercaseLetter">
      <summary>Lowercase letter. Signified by the Unicode designation Ll (letter, lowercase).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.TitlecaseLetter">
      <summary>Titlecase letter. Signified by the Unicode designation Lt (letter, titlecase).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.ModifierLetter">
      <summary>Modifier letter character, which is a free-standing spacing character that indicates modifications of a preceding letter. Signified by the Unicode designation Lm (letter, modifier).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.OtherLetter">
      <summary>Letter that is not an uppercase letter, a lowercase letter, a titlecase letter, or a modifier letter. Signified by the Unicode designation Lo (letter, other).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.NonspacingMark">
      <summary>Nonspacing character that indicates modifications of a base character. Signified by the Unicode designation Mn (mark, nonspacing),</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.SpacingCombiningMark">
      <summary>Spacing character that indicates modifications of a base character and affects the width of the glyph for that base character. Signified by the Unicode designation Mc (mark, spacing combining).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.EnclosingMark">
      <summary>Enclosing mark character, which is a nonspacing combining character that surrounds all previous characters up to and including a base character. Signified by the Unicode designation Me (mark, enclosing).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.DecimalDigitNumber">
      <summary>Decimal digit character, which is a character in the range 0 through 9. Signified by the Unicode designation Nd (number, decimal digit).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.LetterNumber">
      <summary>Number represented by a letter, instead of a decimal digit. For example, the Roman numeral for five, which is V. The indicator is signified by the Unicode designation Nl (number, letter).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.OtherNumber">
      <summary>Number that is neither a decimal digit nor a letter number. For example, the fraction 1/2. The indicator is signified by the Unicode designation No (number, other).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.SpaceSeparator">
      <summary>Space character, which has no glyph but is not a control or format character. Signified by the Unicode designation Zs (separator, space).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.LineSeparator">
      <summary>Character that is used to separate lines of text. Signified by the Unicode designation Zl (separator, line).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.ParagraphSeparator">
      <summary>Character that is used to separate paragraphs. Signified by the Unicode designation Zp (separator, paragraph).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.Control">
      <summary>Control code character, with a Unicode value of U+007F or in the range U+0000 through U+001F or U+0080 through U+009F. Signified by the Unicode designation Cc (other, control).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.Format">
      <summary>Format character that affects the layout of text or the operation of text processes, but is not normally rendered. Signified by the Unicode designation Cf (other, format).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.Surrogate">
      <summary>High surrogate or low surrogate character. Surrogate code values are in the range U+D800 through U+DFFF. Signified by the Unicode designation Cs (other, surrogate).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.PrivateUse">
      <summary>Private-use character, with a Unicode value in the range U+E000 through U+F8FF. Signified by the Unicode designation Co (other, private use).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.ConnectorPunctuation">
      <summary>Connector punctuation character that connects two characters. Signified by the Unicode designation Pc (punctuation, connector).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.DashPunctuation">
      <summary>Dash or hyphen character. Signified by the Unicode designation Pd (punctuation, dash).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.OpenPunctuation">
      <summary>Opening character of one of the paired punctuation marks, such as parentheses, square brackets, and braces. Signified by the Unicode designation Ps (punctuation, open).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.ClosePunctuation">
      <summary>Closing character of one of the paired punctuation marks, such as parentheses, square brackets, and braces. Signified by the Unicode designation Pe (punctuation, close).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.InitialQuotePunctuation">
      <summary>Opening or initial quotation mark character. Signified by the Unicode designation Pi (punctuation, initial quote).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.FinalQuotePunctuation">
      <summary>Closing or final quotation mark character. Signified by the Unicode designation Pf (punctuation, final quote).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.OtherPunctuation">
      <summary>Punctuation character that is not a connector, a dash, open punctuation, close punctuation, an initial quote, or a final quote. Signified by the Unicode designation Po (punctuation, other).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.MathSymbol">
      <summary>Mathematical symbol character, such as + or =. Signified by the Unicode designation Sm (symbol, math).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.CurrencySymbol">
      <summary>Currency symbol character. Signified by the Unicode designation Sc (symbol, currency).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.ModifierSymbol">
      <summary>Modifier symbol character, which indicates modifications of surrounding characters. For example, the fraction slash indicates that the number to the left is the numerator and the number to the right is the denominator. The indicator is signified by the Unicode designation Sk (symbol, modifier).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.OtherSymbol">
      <summary>Symbol character that is not a mathematical symbol, a currency symbol or a modifier symbol. Signified by the Unicode designation So (symbol, other).</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeGeneralCategory.NotAssigned">
      <summary>Character that is not assigned to any Unicode category. Signified by the Unicode code designation Cn (other, not assigned).</summary>
    </member>
    <member name="T:Windows.Data.Text.UnicodeNumericType">
      <summary>Defines the type of numeral when a Unicode character represents a number.</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeNumericType.None">
      <summary>Not a numeric character.</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeNumericType.Decimal">
      <summary>A decimal digit in a decimal system that uses 0 through 9.</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeNumericType.Digit">
      <summary>A digit in the range 0 through 9 that is used in special contexts.</summary>
    </member>
    <member name="F:Windows.Data.Text.UnicodeNumericType.Numeric">
      <summary>A character that represents another type of numeric value, such as a fraction.</summary>
    </member>
    <member name="T:Windows.Data.Text.TextSegment">
      <summary>Identifies a sub-string of a source text string.</summary>
    </member>
    <member name="F:Windows.Data.Text.TextSegment.StartPosition">
      <summary>The zero-based index of the start of the associated text segment.</summary>
    </member>
    <member name="F:Windows.Data.Text.TextSegment.Length">
      <summary>The number of characters in the associated text segment.</summary>
    </member>
    <member name="N:Windows.Data.Xml.Dom">
      <summary>Provides support for the XML Document Object Model (DOM).</summary>
    </member>
    <member name="T:Windows.Data.Xml.Dom.DtdEntity">
      <summary>Represents a parsed or unparsed entity in the XML document.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the child node list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node or NULL if there is no right sibling.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.NodeValue">
      <summary>Gets or sets the text associated with the node. This value is always NULL.</summary>
      <returns>This value is always NULL.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.NotationName">
      <summary>Gets the notation name.</summary>
      <returns>The notation name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.Prefix">
      <summary>Returns the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.PublicId">
      <summary>Gets the public identifier associated with the entity.</summary>
      <returns>The public identifier associated with the entity.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdEntity.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdEntity.SystemId">
      <summary>Gets the system identifier associated with the entity.</summary>
      <returns>The system identifier associated with the entity.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.DtdNotation">
      <summary>Contains a notation declared in the DTD or schema.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the child node list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node or NULL if there is no right sibling..</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>This value is always NULL.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.PublicId">
      <summary>Gets the public identifier for the notation.</summary>
      <returns>The public identifier for the notation.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expresssion.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.DtdNotation.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.DtdNotation.SystemId">
      <summary>Gets the system identifier for the notation.</summary>
      <returns>The system identifier for the notation.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlAttribute">
      <summary>Represents an attribute of an XmlElement. Valid and default values for the attribute are defined in a document type definition (DTD) or schema.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>This method is not applicable to this class and will throw an exception.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.Attributes">
      <summary>This method is not applicable to this class and will throw an exception.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the child node list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.Name">
      <summary>Returns the attribute name.</summary>
      <returns>The attribute name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.NextSibling">
      <summary>This property is not applicable to this class and will always return null.</summary>
      <returns>NULL</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>This property always returns value attributeNode.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.Normalize">
      <summary>This method is not applicable to this class and will throw an exception.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.ParentNode">
      <summary>This property is not applicable to this class and will throw an exception.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.PreviousSibling">
      <summary>This property is not applicable to this class and will throw an exception.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expresssion.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlAttribute.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.Specified">
      <summary>Gets a value that indicates whether the attribute is explicitly specified or derived from a default value in the document type definition (DTD) or schema.</summary>
      <returns>True if the attribute is explicitly specified; false if the attribute is derived from a default value.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlAttribute.Value">
      <summary>Gets or sets the attribute value.</summary>
      <returns>The attribute value.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlCDataSection">
      <summary>Represents a CDATA section of an XML document.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>This method is not applicable to this class. The CDataSection does not have children. This method will throw an exception.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.AppendData(System.String)">
      <summary>Appends the supplied string to the existing string data.</summary>
      <param name="data">The data to be appended to the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.ChildNodes">
      <summary>Gets a list of children in the current node. This property always returns NULL.</summary>
      <returns>This property always returns NULL.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.Data">
      <summary>Gets or sets the node data depending on the node type.</summary>
      <returns>The node data.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.DeleteData(System.UInt32,System.UInt32)">
      <summary>Deletes specified data.</summary>
      <param name="offset">The offset, in characters, at which to start deleting the string data.</param>
      <param name="count">The number of characters to delete.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.FirstChild">
      <summary>Gets the first child node. This property always returns NULL.</summary>
      <returns>The first child node. This property always returns NULL.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.HasChildNodes">
      <summary>Determines whether a node has children. The CDataSection does not have children. This method always returns false.</summary>
      <returns>True if this node has children; otherwise false. This method always returns false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the child node list. This method is not applicable to this class and will throw an exception.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.InsertData(System.UInt32,System.String)">
      <summary>Inserts a string at the specified offset.</summary>
      <param name="offset">The offset, in characters, at which to insert the supplied string data.</param>
      <param name="data">The data to be inserted into the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.LastChild">
      <summary>Gets the last child node. This property always returns NULL because the CDataSection does not have children.</summary>
      <returns>The last child node. This property is always NULL.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.Length">
      <summary>Gets the length of the data, in Unicode characters.</summary>
      <returns>The length of the data, in Unicode characters.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlCDataSection.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it. This method is not applicable to this class as the CDataSection does not have children. This method will throw an exception.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node. This method is not applicable to this class as the CDataSection does not have children. This method will throw an exception.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.ReplaceData(System.UInt32,System.UInt32,System.String)">
      <summary>Replaces the specified number of characters with the supplied string.</summary>
      <param name="offset">The offset, in characters, at which to start replacing string data.</param>
      <param name="count">The number of characters to replace.</param>
      <param name="data">The new data that replaces the old string data.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expresssion.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.SplitText(System.UInt32)">
      <summary>Splits this text node into two text nodes at the specified offset and inserts the new text node into the tree as a sibling that immediately follows this node.</summary>
      <returns>The new text node.</returns>
      <param name="offset">The number of characters at which to split this text node into two nodes, starting from zero.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlCDataSection.SubstringData(System.UInt32,System.UInt32)">
      <summary>Retrieves a substring of the full string from the specified range.</summary>
      <returns>The returned substring.</returns>
      <param name="offset">Specifies the offset, in characters, from the beginning of the string. An offset of zero indicates copying from the start of the data.</param>
      <param name="count">Specifies the number of characters to retrieve from the specified offset.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlComment">
      <summary>Represents an XML comment.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node. This method is not applicable to this class and it will throw an exception.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.AppendData(System.String)">
      <summary>Appends the supplied string to the existing string data.</summary>
      <param name="data">The data to be appended to the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.ChildNodes">
      <summary>Gets a list of children in the current node. This method always returns NULL.</summary>
      <returns>The list of child nodes. This value is always NULL.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.Data">
      <summary>Gets or sets the node data depending on the node type.</summary>
      <returns>The node data.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.DeleteData(System.UInt32,System.UInt32)">
      <summary>Deletes the specified data.</summary>
      <param name="offset">The offset, in characters, at which to start deleting the string data.</param>
      <param name="count">The number of characters to delete.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.FirstChild">
      <summary>Gets the first child node. This property always returns NULL.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list. This method is not applicable to this class and will throw an exception.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.InsertData(System.UInt32,System.String)">
      <summary>Inserts a string at the specified offset.</summary>
      <param name="offset">The offset, in characters, at which to insert the supplied string data.</param>
      <param name="data">The data to be inserted into the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.LastChild">
      <summary>Gets the last child node. This property always returns NULL.</summary>
      <returns>The last child node. This property always returns NULL.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.Length">
      <summary>Gets the length of the data in Unicode characters.</summary>
      <returns>The length of the data, in Unicode characters.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>Gets or sets the text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlComment.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.ReplaceData(System.UInt32,System.UInt32,System.String)">
      <summary>Replaces the specified number of characters with the supplied string.</summary>
      <param name="offset">The offset, in characters, at which to start replacing string data.</param>
      <param name="count">The number of characters to replace.</param>
      <param name="data">The new data that replaces the old string data.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expresssion.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node. This method is not applicable to this class and will throw an exception.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlComment.SubstringData(System.UInt32,System.UInt32)">
      <summary>Retrieves a substring of the full string from the specified range.</summary>
      <returns>The returned substring.</returns>
      <param name="offset">Specifies the offset, in characters, from the beginning of the string. An offset of zero indicates copying from the start of the data.</param>
      <param name="count">Specifies the number of characters to retrieve from the specified offset.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlDocument">
      <summary>Represents the top level of the XML source. This class includes members for retrieving and creating all other XML objects.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CloneNode(System.Boolean)">
      <summary>Clones a new node. This method is not applicable to this class.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateAttribute(System.String)">
      <summary>Creates a new attribute with the specified name.</summary>
      <returns>The newly created attribute.</returns>
      <param name="name">The name of the new attribute object. This name is subsequently available as the new node's NodeName property.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateAttributeNS(System.Object,System.String)">
      <summary>Creates a new attribute with the specified namespace and name.</summary>
      <returns>The newly created attribute.</returns>
      <param name="namespaceUri">The name of the desired namespace or a null value if no namespace is desired.</param>
      <param name="qualifiedName">The name of the new attribute object. This name is subsequently available as the new node's NodeName property.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateCDataSection(System.String)">
      <summary>Creates a CDATA section node that contains the supplied data.</summary>
      <returns>The newly created object.</returns>
      <param name="data">The value to be supplied to the new CDATA section object's NodeValue property.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateComment(System.String)">
      <summary>Creates a comment node that contains the supplied data.</summary>
      <returns>The newly created comment node.</returns>
      <param name="data">The value to be supplied to the new comment object's NodeValue.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateDocumentFragment">
      <summary>Creates an empty XmlDocumentFragment object.</summary>
      <returns>The newly created object.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateElement(System.String)">
      <summary>Creates an element node using the specified name.</summary>
      <returns>The newly created object.</returns>
      <param name="tagName">The name for the new element node. The string is case-sensitive. This name is subsequently available as the element node's NodeName property.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateElementNS(System.Object,System.String)">
      <summary>Creates an element node using the specified namespace and name.</summary>
      <returns>The newly created object.</returns>
      <param name="namespaceUri">The name of the desired namespace or a null value if no namespace is desired.</param>
      <param name="qualifiedName">The name for the new element node. It is case-sensitive. This name is subsequently available as the element node's NodeName property.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateEntityReference(System.String)">
      <summary>Creates a new XmlEntityReference object.</summary>
      <returns>The newly created object.</returns>
      <param name="name">The name of the entity referenced. This name is subsequently available as the new object's NodeName property.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateProcessingInstruction(System.String,System.String)">
      <summary>Creates a processing instruction node that contains the supplied target and data.</summary>
      <returns>The newly created object.</returns>
      <param name="target">The target part of the processing instruction. It supplies the NodeName property of the new object.</param>
      <param name="data">The remainder of the processing instruction preceding the closing ?&gt; characters. It supplies the NodeValue property for the new object.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.CreateTextNode(System.String)">
      <summary>Creates a text node that contains the supplied data.</summary>
      <returns>The created text node.</returns>
      <param name="data">The value to be supplied to the new text object's NodeValue.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.Doctype">
      <summary>For XML, this property gets the address of the node that specifies the DTD. This property returns Null for for HTML documents and XML documents without a DTD.</summary>
      <returns>The document type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.DocumentElement">
      <summary>Gets the root element of the document.</summary>
      <returns>The root element of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.DocumentUri">
      <summary>Returns the URL for the last loaded XML document.</summary>
      <returns>The URL for the last loaded XML document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.GetElementById(System.String)">
      <summary>Returns the element that matches the ID attribute.</summary>
      <returns>The element that matches the supplied ID. If no elements match, this method returns Null.</returns>
      <param name="elementId">The ID to match.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.GetElementsByTagName(System.String)">
      <summary>Returns a collection of elements that have the specified name.</summary>
      <returns>The collection of elements that match the specified name.</returns>
      <param name="tagName">The element name to find. The value * returns all elements in the document.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.Implementation">
      <summary>Gets the Implementation object for the document.</summary>
      <returns>The Implementation object for the document.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.ImportNode(Windows.Data.Xml.Dom.IXmlNode,System.Boolean)">
      <summary>Imports a node from another document to this document.</summary>
      <returns>The imported node.</returns>
      <param name="node">The object to be cloned.</param>
      <param name="deep">If true, any children of node will be cloned as well. If false, no children of the node will be cloned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the child node list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.LoadFromFileAsync(Windows.Storage.IStorageFile)">
      <summary>Asynchronously loads an XML document from the specified file. The document is parsed using the default parser settings.</summary>
      <returns>The object that must be used to start the operation.</returns>
      <param name="file">The file from which to load the document.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.LoadFromFileAsync(Windows.Storage.IStorageFile,Windows.Data.Xml.Dom.XmlLoadSettings)">
      <summary>Asynchronously loads an XML document from the specified file. The document is parsed using the provided settings.</summary>
      <returns>The object that must be used to start the operation.</returns>
      <param name="file">The file from which to load the document.</param>
      <param name="loadSettings">Settings for customizing parser behavior.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.LoadFromUriAsync(Windows.Foundation.Uri)">
      <summary>Asynchronously loads an XML document from the specified location. The document is parsed using the default parser settings.</summary>
      <returns>The object that must be used to start the operation.</returns>
      <param name="uri">A URL that specifies the location of the XML file.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.LoadFromUriAsync(Windows.Foundation.Uri,Windows.Data.Xml.Dom.XmlLoadSettings)">
      <summary>Asynchronously loads an XML document from the specified location. The document is parsed using the provided settings.</summary>
      <returns>An object that must be used to start the operation.</returns>
      <param name="uri">A URL that specifies the location of the XML file.</param>
      <param name="loadSettings">Customizes parser behavior.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.LoadXml(System.String)">
      <summary>Loads an XML document using the supplied string. The document is parsed using the default parser settings.</summary>
      <param name="xml">The XML string to load into this XML document object. This string can contain an entire XML document or a well-formed fragment.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.LoadXml(System.String,Windows.Data.Xml.Dom.XmlLoadSettings)">
      <summary>Loads an XML document using the supplied string. The document is parsed using the settings provided.</summary>
      <param name="xml">The XML string to load into this XML document object. This string can contain an entire XML document or a well-formed fragment.</param>
      <param name="loadSettings">The settings for parsing the document.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list. This property is not applicable to this class.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>This property returns NULL.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocument.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list. This property is not applicable to this class.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.SaveToFileAsync(Windows.Storage.IStorageFile)">
      <summary>Asynchronously saves an XML document to the specified file.</summary>
      <returns>The object that must be used to start the operation.</returns>
      <param name="file">The file to save the document to.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocument.#ctor">
      <summary>Creates a new instance of the XmlDocument class.</summary>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlDocumentFragment">
      <summary>Represents a lightweight object that is useful for tree insertion operations.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.ParentNode">
      <summary>Gets the parent node of the node instance. This property is not applicable to this class.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentFragment.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list. This property is not applicable to this class.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentFragment.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlDocumentType">
      <summary>Contains information associated with the document type.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.Entities">
      <summary>Gets a list of the entities declared in the &lt;!DOCTYPE&gt; declaration.</summary>
      <returns>A list of the general entities, both external and internal, that are present in this document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.Name">
      <summary>A list of the general entities, both external and internal, that are present in this document.</summary>
      <returns>The name of the document type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.Notations">
      <summary>Returns a list of the DtdNotation members that are present in the document type declaration.</summary>
      <returns>A list of DtdNotation members that are present in the document type declaration.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlDocumentType.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDocumentType.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlDomImplementation">
      <summary>Provides methods that are independent of any particular instance of the document object model.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlDomImplementation.HasFeature(System.String,System.Object)">
      <summary>Indicates support for the specified feature.</summary>
      <returns>True if the specified feature is implemented; otherwise false.</returns>
      <param name="feature">Specifies the feature to test. In Level 1, valid feature values are XML, DOM, and MS-DOM (case-insensitive).</param>
      <param name="version">Specifies the version number to test. If NULL, tests for implementation of the feature in any version. In Level 1, 1.0 is the valid version value.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlElement">
      <summary>Encapsulates information specific to XML Element nodes.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.GetAttribute(System.String)">
      <summary>Returns the value of the attribute.</summary>
      <returns>The string value of the attribute.</returns>
      <param name="attributeName">The name of the required attribute.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.GetAttributeNode(System.String)">
      <summary>Returns the attribute node.</summary>
      <returns>The returned attribute pointer.</returns>
      <param name="attributeName">The name of the required attribute.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.GetAttributeNodeNS(System.Object,System.String)">
      <summary>Returns the specified attribute from the specified namespace.</summary>
      <returns>The returned attribute pointer.</returns>
      <param name="namespaceUri">The namespace of the attribute to get.</param>
      <param name="localName">The name of the attribute without the namespace prefix.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.GetAttributeNS(System.Object,System.String)">
      <summary>Returns the value of the attribute.</summary>
      <returns>The string value of the attribute.</returns>
      <param name="namespaceUri">The namespace of the attribute to get.</param>
      <param name="localName">The name of the attribute without the namespace prefix.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.GetElementsByTagName(System.String)">
      <summary>Returns a list of all descendant elements that match the supplied name.</summary>
      <returns>The required elements. The list can be empty.</returns>
      <param name="tagName">The tag of the required elements.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.RemoveAttribute(System.String)">
      <summary>Removes or replaces the named attribute.</summary>
      <param name="attributeName">The name of the attribute to be removed.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.RemoveAttributeNode(Windows.Data.Xml.Dom.XmlAttribute)">
      <summary>Removes the specified attribute from this element.</summary>
      <returns>The removed attribute, if any.</returns>
      <param name="attributeNode">The attribute to be removed.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.RemoveAttributeNS(System.Object,System.String)">
      <summary>Removes the specified attribute from this element in the specified namespace.</summary>
      <param name="namespaceUri">The namespace of attribute to be removed.</param>
      <param name="localName">The name of the attribute without the namespace prefix.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SetAttribute(System.String,System.String)">
      <summary>Sets the value of the named attribute.</summary>
      <param name="attributeName">The name of the required attribute.</param>
      <param name="attributeValue">The new value for the attribute.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SetAttributeNode(Windows.Data.Xml.Dom.XmlAttribute)">
      <summary>Sets or updates the supplied attribute node on this element.</summary>
      <returns>The returned pointer to the previous attribute (if any) with the same name.</returns>
      <param name="newAttribute">A pointer to the new attribute.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SetAttributeNodeNS(Windows.Data.Xml.Dom.XmlAttribute)">
      <summary>Sets or updates the supplied attribute node on this element.</summary>
      <returns>The attribute successfully added to the collection. If Null, no object is created.</returns>
      <param name="newAttribute">The node to add to the collection.You set the namespace when you create the node using the CreateAttributeNS method.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlElement.SetAttributeNS(System.Object,System.String,System.String)">
      <summary>Sets the value of the named attribute</summary>
      <param name="namespaceUri">The namespace of the attribute being set.</param>
      <param name="qualifiedName">The name of the attribute being set.</param>
      <param name="value">The new value for the attribute.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlElement.TagName">
      <summary>Gets the element name.</summary>
      <returns>The tag for this element.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlEntityReference">
      <summary>Represents an entity reference node.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlEntityReference.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlEntityReference.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlLoadSettings">
      <summary>Contains settings that are used during loading and parsing of XML documents. The default settings are chosen for the highest security. This class can be instantiated and is accepted by LoadXml, LoadFromUriAsync, and LoadFromFileAsync.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlLoadSettings.ElementContentWhiteSpace">
      <summary>Specifies whether default handling preserves white space.</summary>
      <returns>True if default processing preserves white space; otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlLoadSettings.MaxElementDepth">
      <summary>Gets and sets the limits of the element depth of an XML document to be loaded into a DOM object.</summary>
      <returns>The depth value. The default value is 256.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlLoadSettings.ProhibitDtd">
      <summary>Gets or sets a value that specifies whether to prohibit or allow the inclusion of a DTD in the XML DOM document.</summary>
      <returns>True to prohibit the inclusion of a DTD in the XML DOM document; false to allow the inclusion. The default value is true.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlLoadSettings.ResolveExternals">
      <summary>Gets or sets a value that specifies whether external definitions, resolvable namespaces, external subsets of document type definitions (DTDs), and external entity references are to be resolved at the time the document is parsed.</summary>
      <returns>True if external definitions, resolvable namespaces, external subsets of DTDs, and external entity references are resolved at the time the document is parsed; otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlLoadSettings.ValidateOnParse">
      <summary>Gets or sets a value that specifies whether the XML parser should validate this document against the document type definition (DTD) on loading.</summary>
      <returns>If true, the internal or external DTD will be used to validate the document. The default value is false.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlLoadSettings.#ctor">
      <summary>Creates a new XmlLoadSettings object.</summary>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlNamedNodeMap">
      <summary>Encapsulates iteration through the collection of attribute nodes.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNamedNodeMap.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.First">
      <summary>Returns an iterator that iterates over the items in the collection.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.GetAt(System.UInt32)">
      <summary>Returns the item at the specified index in the vector view.</summary>
      <returns>The item in the vector view at the specified index.</returns>
      <param name="index">The zero-based index of the item in the vector view to return.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.GetMany(System.UInt32,Windows.Data.Xml.Dom.IXmlNode[])">
      <summary>Returns the items that start at the specified index of the vector view.</summary>
      <returns>The number of items returned.</returns>
      <param name="startIndex">The zero-based index of the start of the items in the vector to return.</param>
      <param name="items">The items in the vector view that start at startIndex.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.GetNamedItem(System.String)">
      <summary>Retrieves the attribute with the specified name.</summary>
      <returns>The returned attribute with the specified name. This method returns Null if the attribute node is not in this collection.</returns>
      <param name="name">The name of the attribute.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.GetNamedItemNS(System.Object,System.String)">
      <summary>Retrieves the attribute with the specified namespace and name.</summary>
      <returns>The attribute with the specified namespace and name. This method returns Null if the attribute node is not in this collection.</returns>
      <param name="namespaceUri">The namespace name of the attribute.</param>
      <param name="name">The name of the attribute.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.IndexOf(Windows.Data.Xml.Dom.IXmlNode,System.UInt32@)">
      <summary>Returns the index of a specified item in the vector view.</summary>
      <returns>TRUE if the item is found; otherwise, FALSE if it is not found.</returns>
      <param name="value">The item to find in the vector view.</param>
      <param name="index">The zero-based index of the item if found. Zero is returned if the item is not found.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.Item(System.UInt32)">
      <summary>Allows random access to individual nodes within the collection.</summary>
      <returns>The object to access. This method returns null if the index is out of range.</returns>
      <param name="index">The index of the item within the collection. The first item is zero.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNamedNodeMap.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNamedNodeMap.Length">
      <summary>Gets the length of the list of nodes.</summary>
      <returns>The number of nodes in the list.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.RemoveNamedItem(System.String)">
      <summary>Removes the specified item.</summary>
      <returns>The node removed from the collection. This method returns Null if the named node is not an attribute.</returns>
      <param name="name">The name of the attribute to remove from the collection.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.RemoveNamedItemNS(System.Object,System.String)">
      <summary>Removes an item that is specified by a namespace and local name.</summary>
      <returns>The node removed from the collection. This method returns Null if the named node is not an attribute.</returns>
      <param name="namespaceUri">The namespace name of the attribute.</param>
      <param name="name">The name of the attribute.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.SetNamedItem(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Adds the specified node to the collection.</summary>
      <returns>The attribute successfully added to the collection. If Null, no object is created.</returns>
      <param name="node">The node to add to the collection.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNamedNodeMap.SetNamedItemNS(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Adds the specified node to the collection in the specified namespace.</summary>
      <returns>The attribute successfully added to the collection. If Null, no object is created.</returns>
      <param name="node">The node to add to the collection.You set the namespace when you create the node using the CreateAttributeNS or CreateElementNS methods.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNamedNodeMap.Size">
      <summary>Gets the number of elements in the vector view.</summary>
      <returns>The number of elements in the vector view.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlNodeList">
      <summary>Describes a collection of nodes.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNodeList.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNodeList.First">
      <summary>Returns an iterator that iterates over the items in the collection.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNodeList.GetAt(System.UInt32)">
      <summary>Returns the item at the specified index in the vector view.</summary>
      <returns>The item in the vector view at the specified index.</returns>
      <param name="index">The zero-based index of the item in the vector view to return.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNodeList.GetMany(System.UInt32,Windows.Data.Xml.Dom.IXmlNode[])">
      <summary>Returns the items that start at the specified index of the vector view.</summary>
      <returns>The number of items returned.</returns>
      <param name="startIndex">The zero-based index of the start of the items in the vector to return.</param>
      <param name="items">The items in the vector view that start at startIndex.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNodeList.IndexOf(Windows.Data.Xml.Dom.IXmlNode,System.UInt32@)">
      <summary>Returns the index of a specified item in the vector.</summary>
      <returns>TRUE if the item is found; otherwise, FALSE if the item is not found.</returns>
      <param name="value">The item to find in the vector.</param>
      <param name="index">The zero-based index of the item if found. Zero is returned if the item is not found.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlNodeList.Item(System.UInt32)">
      <summary>Returns the item in the list at the specified index.</summary>
      <returns>The requested item. This method returns NULL if the index is not valid.</returns>
      <param name="index">The zero-based index of the requested item.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNodeList.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNodeList.Length">
      <summary>Gets the length of the list.</summary>
      <returns>The length of the list. The range of valid child node indices is 0 to length-1 inclusive.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlNodeList.Size">
      <summary>Gets the number of elements in the vector view.</summary>
      <returns>The number of elements in the vector view.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlProcessingInstruction">
      <summary>Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.Data">
      <summary>Gets or sets the content of the processing instruction, excluding the target.</summary>
      <returns>The content of the processing instruction, excluding the target.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlProcessingInstruction.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlProcessingInstruction.Target">
      <summary>Gets the target for the processing instruction.</summary>
      <returns>The target application to which this processing instruction is directed.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.XmlText">
      <summary>Represents the text content of an element.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.AppendData(System.String)">
      <summary>Appends the supplied string to the existing string data.</summary>
      <param name="data">The data to be appended to the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.Data">
      <summary>Gets or sets the node data depending on the node type.</summary>
      <returns>The node data.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.DeleteData(System.UInt32,System.UInt32)">
      <summary>Deletes specified data.</summary>
      <param name="offset">The offset, in characters, at which to start deleting the string data.</param>
      <param name="count">The number of characters to delete.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.InnerText">
      <summary>Gets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.InsertData(System.UInt32,System.String)">
      <summary>Inserts a string at the specified offset.</summary>
      <param name="offset">The offset, in characters, at which to insert the supplied string data.</param>
      <param name="data">The data to be inserted into the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.Length">
      <summary>Gets the length of the data, in Unicode characters.</summary>
      <returns>The length of the data, in Unicode characters.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.XmlText.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.ReplaceData(System.UInt32,System.UInt32,System.String)">
      <summary>Replaces the specified number of characters with the supplied string.</summary>
      <param name="offset">The offset, in characters, at which to start replacing string data.</param>
      <param name="count">The number of characters to replace.</param>
      <param name="data">The new data that replaces the old string data.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.SplitText(System.UInt32)">
      <summary>Splits this text node into two text nodes at the specified offset and inserts the new text node into the tree as a sibling that immediately follows this node.</summary>
      <returns>The new text node.</returns>
      <param name="offset">The number of characters at which to split this text node into two nodes, starting from zero.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.XmlText.SubstringData(System.UInt32,System.UInt32)">
      <summary>Retrieves a substring of the full string from the specified range.</summary>
      <returns>The returned substring.</returns>
      <param name="offset">The offset, in characters, from the beginning of the string. An offset of zero indicates copying from the start of the data.</param>
      <param name="count">The number of characters to retrieve from the specified offset.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.NodeType">
      <summary>The type of an IXmlNode, as returned by the NodeType property.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.Invalid">
      <summary>Default value. Never used by the API.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.ElementNode">
      <summary>The node is an XmlElement type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.AttributeNode">
      <summary>The node is an XmlAttribute type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.TextNode">
      <summary>The node is an XmlText type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.DataSectionNode">
      <summary>The node is an XmlCDataSection type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.EntityReferenceNode">
      <summary>The node is an XmlEntityReference object.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.EntityNode">
      <summary>The node is an DtdEntity type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.ProcessingInstructionNode">
      <summary>The node is an XmlProcessingInstruction type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.CommentNode">
      <summary>The node is an XmlComment type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.DocumentNode">
      <summary>The node is an XmlDocument type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.DocumentTypeNode">
      <summary>The node is an XmlDocumentType type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.DocumentFragmentNode">
      <summary>The node is an XmlDocumentFragment type.</summary>
    </member>
    <member name="F:Windows.Data.Xml.Dom.NodeType.NotationNode">
      <summary>The node is a DtdNotation type.</summary>
    </member>
    <member name="T:Windows.Data.Xml.Dom.IXmlCharacterData">
      <summary>Provides text manipulation methods that are used by several objects.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlCharacterData.AppendData(System.String)">
      <summary>Appends the supplied string to the existing string data.</summary>
      <param name="data">The data to be appended to the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlCharacterData.Data">
      <summary>Gets or sets the node data depending on the node type.</summary>
      <returns>The node data.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlCharacterData.DeleteData(System.UInt32,System.UInt32)">
      <summary>Deletes specified data.</summary>
      <param name="offset">The offset, in characters, at which to start deleting the string data.</param>
      <param name="count">The number of characters to delete.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlCharacterData.InsertData(System.UInt32,System.String)">
      <summary>Inserts a string at the specified offset.</summary>
      <param name="offset">The offset, in characters, at which to insert the supplied string data.</param>
      <param name="data">The data to be inserted into the existing string.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlCharacterData.Length">
      <summary>Gets the length of the data, in Unicode characters.</summary>
      <returns>The length of the data, in Unicode characters.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlCharacterData.ReplaceData(System.UInt32,System.UInt32,System.String)">
      <summary>Replaces the specified number of characters with the supplied string.</summary>
      <param name="offset">The offset, in characters, at which to start replacing string data.</param>
      <param name="count">The number of characters to replace.</param>
      <param name="data">The new data that replaces the old string data.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlCharacterData.SubstringData(System.UInt32,System.UInt32)">
      <summary>Retrieves a substring of the full string from the specified range.</summary>
      <returns>The returned substring.</returns>
      <param name="offset">Specifies the offset, in characters, from the beginning of the string. An offset of zero indicates copying from the start of the data.</param>
      <param name="count">Specifies the number of characters to retrieve from the specified offset.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.IXmlNode">
      <summary>Contains information for the entire Document Object Model. This interface represents a single node in the document tree. While all objects that implement this interface expose methods for dealing with children, not all objects that implement this interface may have children.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNode.AppendChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Appends a new child node as the last child of the node.</summary>
      <returns>The new child node successfully appended to the list. If null, no object is created.</returns>
      <param name="newChild">The new child node to be appended to the end of the list of children of this node.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.Attributes">
      <summary>Gets the list of attributes of this node.</summary>
      <returns>The attributes for this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.ChildNodes">
      <summary>Gets a list of children in the current node.</summary>
      <returns>The list of child nodes.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNode.CloneNode(System.Boolean)">
      <summary>Clones a new node.</summary>
      <returns>The newly created clone node.</returns>
      <param name="deep">A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.FirstChild">
      <summary>Gets the first child node.</summary>
      <returns>The first child node. This property returns NULL if there are no children.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNode.HasChildNodes">
      <summary>Determines whether a node has children.</summary>
      <returns>True if this node has children; otherwise false.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNode.InsertBefore(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Inserts a child node to the left of the specified node, or at the end of the list.</summary>
      <returns>On success, the child node that was inserted. If null, no object is created.</returns>
      <param name="newChild">The address of the new node to be inserted. The node passed here must be a valid child of the current XML DOM document node. For example, if the current node is an attribute, you cannot pass another attribute in the newChild parameter, because an attribute cannot have an attribute as a child. If newChild is a DOCUMENT_FRAGMENT node type, all its children are inserted in order before referenceChild. If newChild is already in the tree, it is first removed before it is reinserted before the referenceChild node. Read-only nodes, such as NODE_DOCUMENT_TYPE and NODE_ENTITY nodes, cannot be passed in the newChild parameter.</param>
      <param name="referenceChild">The reference node. The node specified is where the newChild node is to be inserted to the left as the preceding sibling in the child list. The node passed here must be a either a child node of the current node or null. If the value is null, the newChild node is inserted at the end of the child list. If the referenceChild node is not a child of the current node, an error is returned.</param>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.LastChild">
      <summary>Gets the last child node.</summary>
      <returns>The last child node. This property is NULL if there are no children.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.LocalName">
      <summary>Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.</summary>
      <returns>The local name.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.NamespaceUri">
      <summary>Returns the Uniform Resource Identifier (URI) for the namespace.</summary>
      <returns>The Uri for the namespace. This refers to the uuu portion of the namespace declaration xmlns:nnn=uuu.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.NextSibling">
      <summary>Gets the next sibling of the node in the parent's child list.</summary>
      <returns>The right sibling of this node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.NodeName">
      <summary>Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.</summary>
      <returns>The qualified node name, which varies depending on the node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.NodeType">
      <summary>Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.</summary>
      <returns>The node type.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.NodeValue">
      <summary>Gets or sets the text associated with the node.</summary>
      <returns>The text associated with the node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNode.Normalize">
      <summary>Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node.</summary>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.OwnerDocument">
      <summary>Returns the root of the document that contains the node.</summary>
      <returns>The parent document that represents the root of the document.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.ParentNode">
      <summary>Gets the parent node of the node instance.</summary>
      <returns>The parent node.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.Prefix">
      <summary>Gets or sets the namespace prefix.</summary>
      <returns>The namespace prefix specified on the element, attribute, or entity reference. For example, for the element &lt;xxx:yyy&gt;, this property returns xxx. It returns an empty string, "", if no prefix is specified.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNode.PreviousSibling">
      <summary>Gets the previous sibling of the node in the parent's child list.</summary>
      <returns>The left sibling of this node.</returns>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNode.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Removes the specified child node from the list of children and returns it.</summary>
      <returns>The removed child node. If null, the childNode object is not removed.</returns>
      <param name="childNode">The child node to be removed from the list of children of this node.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNode.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Replaces the specified old child node with the supplied new child node.</summary>
      <returns>The old child that is replaced. If null, no object is created.</returns>
      <param name="newChild">The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.</param>
      <param name="referenceChild">The old child that is to be replaced by the new child.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.IXmlNodeSelector">
      <summary>Encapsulates the methods needed to execute XPath queries on an XML DOM tree or subtree.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNodeSelector.SelectNodes(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNodeSelector.SelectNodesNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.</summary>
      <returns>The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.</returns>
      <param name="xpath">Specifies an XPath expresssion.</param>
      <param name="namespaces">Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNodeSelector.SelectSingleNode(System.String)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNodeSelector.SelectSingleNodeNS(System.String,System.Object)">
      <summary>Applies the specified pattern-matching operation to this node's context and returns the first matching node.</summary>
      <returns>The first node that matches the given pattern-matching operation. If no nodes match the expression, this method returns a null value.</returns>
      <param name="xpath">Specifies an XPath expression.</param>
      <param name="namespaces">Contains a string that specifies the namespaces to use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.</param>
    </member>
    <member name="T:Windows.Data.Xml.Dom.IXmlNodeSerializer">
      <summary>Encapsulates the methods needed to serialize a DOM tree or subtree to a string representation.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlNodeSerializer.GetXml">
      <summary>Returns the XML representation of the node and all its descendants.</summary>
      <returns>The XML representation of the node and all its descendants.</returns>
    </member>
    <member name="P:Windows.Data.Xml.Dom.IXmlNodeSerializer.InnerText">
      <summary>Gets and sets the text from inside the XML.</summary>
      <returns>The text from inside the XML. Returns an empty string if there is no text.</returns>
    </member>
    <member name="T:Windows.Data.Xml.Dom.IXmlText">
      <summary>Represents the text content of an element or attribute.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Dom.IXmlText.SplitText(System.UInt32)">
      <summary>Splits this text node into two text nodes at the specified offset and inserts the new text node into the tree as a sibling that immediately follows this node.</summary>
      <returns>The new text node.</returns>
      <param name="offset">The number of characters at which to split this text node into two nodes, starting from zero.</param>
    </member>
    <member name="N:Windows.Data.Xml.Xsl">
      <summary>Provides support for the XSLT processor.</summary>
    </member>
    <member name="T:Windows.Data.Xml.Xsl.XsltProcessor">
      <summary>Provides the methods needed by the Xslt processor.</summary>
    </member>
    <member name="M:Windows.Data.Xml.Xsl.XsltProcessor.TransformToString(Windows.Data.Xml.Dom.IXmlNode)">
      <summary>Processes a node and its children and returns the resulting string transformation.</summary>
      <returns>The resulting transformation.</returns>
      <param name="inputNode">The node to process.</param>
    </member>
    <member name="M:Windows.Data.Xml.Xsl.XsltProcessor.#ctor(Windows.Data.Xml.Dom.XmlDocument)">
      <summary>Creates a new XsltProcessor object from the document provided.</summary>
      <param name="document">The XSLT to process.</param>
    </member>
    <member name="N:Windows.Devices.Background">
      <summary>Windows Store app use background tasks to perform long-running syncs with devices and update device settings and firmware. The classes in Windows.Devices.Background are used by device background tasks to get info provided by the app that triggered the task and to report progress back to the app.</summary>
    </member>
    <member name="T:Windows.Devices.Background.DeviceServicingDetails">
      <summary>Used to provide the DeviceInformation.ID, expected duration, and arguments given by the app that triggered the background servicing task.</summary>
    </member>
    <member name="P:Windows.Devices.Background.DeviceServicingDetails.Arguments">
      <summary>The arguments string provided by the app when it called RequestAsync on the DeviceServicingTrigger. This allows the app to easily pass parameters to the task when it invokes it.</summary>
    </member>
    <member name="P:Windows.Devices.Background.DeviceServicingDetails.DeviceId">
      <summary>The DeviceInformation.ID of the device the task is targeting. The background task can provide this to the FromIdAsync method of the appropriate device access class to open the device.</summary>
    </member>
    <member name="P:Windows.Devices.Background.DeviceServicingDetails.ExpectedDuration">
      <summary>The estimated duration provided by the app when it called RequestAsync on the DeviceServicingTrigger.</summary>
    </member>
    <member name="T:Windows.Devices.Background.DeviceUseDetails">
      <summary>Used to provide the DeviceInformation.ID and arguments given by the app that triggered the background sync task.</summary>
    </member>
    <member name="P:Windows.Devices.Background.DeviceUseDetails.Arguments">
      <summary>The arguments string provided by the app when it called RequestAsync on the DeviceUseTrigger. This allows the app to easily pass parameters to the task when it invokes it.</summary>
    </member>
    <member name="P:Windows.Devices.Background.DeviceUseDetails.DeviceId">
      <summary>The DeviceInformation.ID of the device the task is targeting. The background task can provide this to the FromIdAsync method of the appropriate device access class to open the device.</summary>
    </member>
    <member name="N:Windows.Devices.Bluetooth">
      <summary>Windows Runtime in Windows 8.1 provides access to Bluetooth BR/EDR and Bluetooth LE transports. Windows Store app can use the Windows.Devices.Bluetooth.Rfcomm namespace to access Bluetooth devices using the RFCOMM protocol. This includes devices that implement the Serial Port Profile (SPP).</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.BluetoothCacheMode">
      <summary>Indicates whether certain Bluetooth API methods should operate on values cached in the system or retrieve those values from the Bluetooth device.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.BluetoothCacheMode.Cached">
      <summary>Use system-cached values</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.BluetoothCacheMode.Uncached">
      <summary>Retrieve values from the Bluetooth device</summary>
    </member>
    <member name="N:Windows.Devices.Bluetooth.GenericAttributeProfile">
      <summary>The Windows.Devices.Bluetooth.GenericAttributeProfile namespace defines Windows Runtime classes that a Windows Store app can use to communicate with Bluetooth LE devices. For more information, see Supporting Bluetooth Devices.</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties">
      <summary>Specifies the values for the GATT characteristic properties as well as the GATT Extended Characteristic Properties Descriptor.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.None">
      <summary>The characteristic doesn't have any properties that apply.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.Broadcast">
      <summary>The characteristic supports broadcasting</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.Read">
      <summary>The characteristic is readable</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.WriteWithoutResponse">
      <summary>The characteristic supports Write Without Response</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.Write">
      <summary>The characteristic is writable</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.Notify">
      <summary>The characteristic is notifiable</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.Indicate">
      <summary>The characteristic is indicatable</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.AuthenticatedSignedWrites">
      <summary>The characteristic supports signed writes</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.ExtendedProperties">
      <summary>The ExtendedProperties Descriptor is present</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.ReliableWrites">
      <summary>The characteristic supports reliable writes</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.WritableAuxiliaries">
      <summary>The characteristic has writable auxiliaries</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue">
      <summary>Represents the value of the GATT ClientCharacteristicConfigurationDescriptor.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue.None">
      <summary>Neither notification nor indications are enabled.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue.Notify">
      <summary>Characteristic notifications are enabled.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue.Indicate">
      <summary>Characteristic indications are enabled.</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel">
      <summary>Represents the desired security level.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel.Plain">
      <summary>Uses the default protection level.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel.AuthenticationRequired">
      <summary>Require the link to be authenticated.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel.EncryptionRequired">
      <summary>Require the link to be encrypted.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel.EncryptionAndAuthenticationRequired">
      <summary>Require the link to be encrypted and authenticated.</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattWriteOption">
      <summary>Indicates what type of write operation is to be performed.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattWriteOption.WriteWithResponse">
      <summary>The default GATT write procedure shall be used.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattWriteOption.WriteWithoutResponse">
      <summary>The Write Without Response procedure shall be used.</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus">
      <summary>Represents the return status of a WinRT GATT API related Async operation.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus.Success">
      <summary>The operation completed successfully.</summary>
    </member>
    <member name="F:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus.Unreachable">
      <summary>No communication can be performed with the device, at this time.</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService">
      <summary>Represents a GATT Primary Service on a Bluetooth device.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.AttributeHandle">
      <summary>Gets the handle used to uniquely identify GATT-based service attributes as declared on the Bluetooth LE device.</summary>
      <returns>Handle to uniquely identify GATT-based service attributes.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.DeviceId">
      <summary>Get the string that represents the GATT service instance path used to instantiate the GattDeviceService.</summary>
      <returns>String that represents the GATT service instance path used to instantiate the GattDeviceService.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.Uuid">
      <summary>The GATT Service UUID associated with this GattDeviceService.</summary>
      <returns>A 128-bit Bluetooth GATT Service UUID, represented as a standard GUID object.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.Close">
      <summary>Releases the resources associated with the GattDeviceService class. This allows other apps to access the resources of the GattDeviceService in question. A GattDeviceService object should not be used after Close is invoked, instead a new GattDeviceService object should be instantiated using the FromIdAsync method.</summary>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.GetCharacteristics(System.Guid)">
      <summary>Returns a vector of characteristics, that are identified by the specified UUID and belong to this GattDeviceService instance.</summary>
      <returns>A vector of GattCharacteristic objects whose UUIDs match characteristicUuid.</returns>
      <param name="characteristicUuid">The UUID for the characteristics to be retrieved.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.GetIncludedServices(System.Guid)">
      <summary>Returns a vector of included services, that are identified by the specified UUID and belong to this GattDeviceService instance.</summary>
      <returns>A vector of included services whose UUIDs match serviceUuid.</returns>
      <param name="serviceUuid">The UUID for the included services to be retrieved.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.FromIdAsync(System.String)">
      <summary>Instantiates a new GattDeviceService from the device ID.</summary>
      <returns>The object for managing the asynchronous operation, which, upon completion, returns the newly instantiated GattDeviceService.</returns>
      <param name="deviceId">The GATT device ID.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.GetDeviceSelectorFromUuid(System.Guid)">
      <summary>Creates a suitable AQS Filter string for use with the Windows Device Enumeration: findAllAsync API, from a Bluetooth service UUID.</summary>
      <returns>A suitable AQS Selector String which can be passed as a parameter to the findAllAsync Windows Device Enumeration API, in order to retrieve a GATT service instance path.</returns>
      <param name="serviceUuid">A 128-bit Bluetooth GATT Service UUID, represented as a standard GUID object.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.GetDeviceSelectorFromShortId(System.UInt16)">
      <summary>Creates a suitable AQS Filter string for use with the Windows Device Enumeration: findAllAsync API, from a 16-bit Bluetooth GATT Service UUID.</summary>
      <returns>A suitable AQS Selector String which can be passed as a parameter to the findAllAsync Windows Device Enumeration API, in order to retrieve a GATT service instance path</returns>
      <param name="serviceShortId">A 16-bit Bluetooth GATT Service UUID.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.ConvertShortIdToUuid(System.UInt16)">
      <summary>Converts a Bluetooth SIG defined short Id to a full GATT UUID.</summary>
      <returns>The corresponding 128-bit GATT Service UUID, that uniquely identifies this service.</returns>
      <param name="shortId">A 16-bit Bluetooth GATT Service UUID.</param>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic">
      <summary>Represents a Characteristic of a GATT service.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.ProtectionLevel">
      <summary>Gets or sets the desired GATT security options for over the air communication with the device.</summary>
      <returns>The desired GATT security options for over the air communication with the device.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.AttributeHandle">
      <summary>Gets the handle used to uniquely identify GATT-based characteristic attributes as declared on the Bluetooth LE device.</summary>
      <returns>Handle that uniquely identifies GATT-based characteristic attributes.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.CharacteristicProperties">
      <summary>Gets the GATT characteristic properties, as defined by the GATT profile.</summary>
      <returns>The GATT characteristic properties, as defined by the GATT profile.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.PresentationFormats">
      <summary>Gets the list of presentation format descriptors associated with this GattCharacteristic, in the order specified by the Aggregate Format Descriptor.</summary>
      <returns>An array of GattPresentationFormat objects that contain the list of presentation format descriptors associated with this GattCharacteristic, in the order specified by the Aggregate Format Descriptor.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.UserDescription">
      <summary>Get the user friendly description for this GattCharacteristic, if the User Description Descriptor is present, otherwise this will be an empty string.</summary>
      <returns>The user friendly description for this GattCharacteristic, if the User Description Descriptor is present, otherwise this will be an empty string.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.Uuid">
      <summary>Gets the GATT Characteristic UUID for this GattCharacteristic.</summary>
      <returns>The GATT Characteristic UUID for this GattCharacteristic.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.GetDescriptors(System.Guid)">
      <summary>Returns a vector of descriptors, that are identified by the specified UUID, and belong to this GattCharacteristic instance.</summary>
      <returns>A vector of descriptors whose UUIDs match descriptorUuid.</returns>
      <param name="descriptorUuid">The UUID for the descriptors to be retrieved.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.ReadValueAsync">
      <summary>Performs a Characteristic Value read from the value cache maintained by Windows.</summary>
      <returns>The object required to manage the asynchronous operation, which, upon completion, returns a GattReadResult object, which in turn contains the completion status of the asynchronous operation and, if successful, the data read from the device.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.ReadValueAsync(Windows.Devices.Bluetooth.BluetoothCacheMode)">
      <summary>Performs a Characteristic Value read either from the value cache maintained by Windows, or directly from the device.</summary>
      <returns>The object required to manage the asynchronous operation, which, upon completion, returns a GattReadResult object, which in turn contains the completion status of the asynchronous operation and, if successful, the data read from the device.</returns>
      <param name="cacheMode">Specifies whether to read the value directly from the device or from a value cache maintained by Windows.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.WriteValueAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Performs a Characteristic Value write to a Bluetooth LE device.</summary>
      <returns>The object that manages the asynchronous operation, which, upon completion, returns the status with which the operation completed.</returns>
      <param name="value">A Windows.Storage.Streams.IBuffer object which contains the data to be written to the Bluetooth LE device.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.WriteValueAsync(Windows.Storage.Streams.IBuffer,Windows.Devices.Bluetooth.GenericAttributeProfile.GattWriteOption)">
      <summary>Performs a Characteristic Value write to a Bluetooth LE device.</summary>
      <returns>The object that manages the asynchronous operation, which, upon completion, returns the status with which the operation completed.</returns>
      <param name="value">A Windows.Storage.Streams.IBuffer object which contains the data to be written to the Bluetooth LE device.</param>
      <param name="writeOption">Specifies what type of GATT write should be performed.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.ReadClientCharacteristicConfigurationDescriptorAsync">
      <summary>Reads the current value of the ClientCharacteristicConfigurationDescriptor.</summary>
      <returns>The object that manages the synchronous operation, which, upon completion, returns the result of the read operation, which contains the status with which the operation completed, and if successful the value of the ClientcharacteristicConfigurationDescriptor for this characteristic.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.WriteClientCharacteristicConfigurationDescriptorAsync(Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue)">
      <summary>Writes the ClientCharacteristicConfigurationDescriptor to the Bluetooth LE device, and if the value to be written represents an indication or a notification and a ValueChanged event handler is registered, enables receiving ValueChanged events from the device.</summary>
      <returns>The object that manages the asynchronous operation, which, upon completion, returns the status with which the operation completed.</returns>
      <param name="clientCharacteristicConfigurationDescriptorValue">Specifies a new value for the ClientCharacteristicConfigurationDescriptor of this Characteristic object.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.ConvertShortIdToUuid(System.UInt16)">
      <summary>Converts a Bluetooth SIG defined short Id to a full GATT UUID.</summary>
      <returns>The corresponding 128-bit GATT Characteristic UUID, that uniquely identifies this characteristic.</returns>
      <param name="shortId">A 16-bit Bluetooth GATT Service UUID.</param>
    </member>
    <member name="E:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic.ValueChanged">
      <summary>An App can register an event handler in order to receive events when notification or indications are received from a device, after setting the Client Characteristic Configuration Descriptor.</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor">
      <summary>Represents a Descriptor of a GATT Characteristic.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor.ProtectionLevel">
      <summary>Gets or sets the desired GATT security options for over the air communication with the device.</summary>
      <returns>The desired GATT security options for over the air communication with the device.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor.AttributeHandle">
      <summary>Gets the GATT Attribute handle used to uniquely identify this attribute on the GATT Server Device.</summary>
      <returns>Handle that uniquely identifies this attribute on the GATT Server Device.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor.Uuid">
      <summary>Gets the GATT Descriptor UUID for this GattDescriptor.</summary>
      <returns>The GATT Descriptor UUID for this GattDescriptor.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor.ReadValueAsync">
      <summary>Performs a Descriptor Value read from a value cache maintained by Windows.</summary>
      <returns>The object required to manage the asynchronous operation, which, upon completion, returns a GattReadResult object, which in turn contains the completion status of the asynchronous operation and, if successful, the data read from the device.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor.ReadValueAsync(Windows.Devices.Bluetooth.BluetoothCacheMode)">
      <summary>Performs a Descriptor Value read either from the value cache maintained by Windows, or directly from the device.</summary>
      <returns>The object required to manage the asynchronous operation, which, upon completion, returns a GattReadResult object, which in turn contains the completion status of the asynchronous operation and, if successful, the data read from the device.</returns>
      <param name="cacheMode">Specifies whether to read the value directly from the device or from a value cache maintained by Windows.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor.WriteValueAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Performs a Descriptor Value write to a Bluetooth LE device.</summary>
      <returns>The object that manages the asynchronous operation, which, upon completion, returns the status with which the operation completed.</returns>
      <param name="value">A Windows.Storage.Streams.IBuffer object which contains the data to be written to the Bluetooth LE device.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor.ConvertShortIdToUuid(System.UInt16)">
      <summary>Converts a Bluetooth SIG defined short Id to a full GATT UUID.</summary>
      <returns>The corresponding 128-bit GATT Descriptor UUID, that uniquely identifies this descriptor.</returns>
      <param name="shortId">A 16-bit Bluetooth GATT Descriptor UUID.</param>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat">
      <summary>Represents the value of a single Presentation Format GATT Descriptor.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat.Description">
      <summary>Gets the Description of the GattPresentationFormat object.</summary>
      <returns>The Description of the GattPresentationFormat object.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat.Exponent">
      <summary>Gets the Exponent of the GattPresentationFormat object.</summary>
      <returns>The Exponent of the GattPresentationFormat object.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat.FormatType">
      <summary>Gets the Format Type of the GattPresentationFormat object.</summary>
      <returns>The Format Type of the GattPresentationFormat object.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat.Namespace">
      <summary>Gets the Namespace of the GattPresentationFormat object.</summary>
      <returns>The Namespace of the GattPresentationFormat object.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat.Unit">
      <summary>Gets the Unit of the GattPresentationFormat object.</summary>
      <returns>The Unit of the GattPresentationFormat object.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat.BluetoothSigAssignedNumbers">
      <summary>Gets the value of the Bluetooth SIG Assigned Numbers Namespace.</summary>
      <returns>The value of the Bluetooth SIG Assigned Numbers Namespace.</returns>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadResult">
      <summary>Represents the result of reading a GATT Characteristic or Descriptor value.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadResult.Status">
      <summary>Gets the status of an asynchronous operation.</summary>
      <returns>The status of the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadResult.Value">
      <summary>Gets the value read from the device.</summary>
      <returns>The value read from the device.</returns>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadClientCharacteristicConfigurationDescriptorResult">
      <summary>Represents the result of reading a GATT Client CharacteristicConfigurationClientDescriptor value.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadClientCharacteristicConfigurationDescriptorResult.ClientCharacteristicConfigurationDescriptor">
      <summary>Gets the result of an asynchronous read operation.</summary>
      <returns>The result of the asynchronous read operation.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadClientCharacteristicConfigurationDescriptorResult.Status">
      <summary>Gets the status of an asynchronous operation.</summary>
      <returns>The status of the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattValueChangedEventArgs">
      <summary>Represents the value received when registering for receiving notifications or indications from a Bluetooth LE device.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattValueChangedEventArgs.CharacteristicValue">
      <summary>Gets the new Characteristic Value.</summary>
      <returns>The new Characteristic Value.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattValueChangedEventArgs.Timestamp">
      <summary>Gets the time at which the system was notified of the Characteristic Value change.</summary>
      <returns>The time at which the system was notified of the Characteristic Value change.</returns>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids">
      <summary>Represents an enumeration of the most well known Service UUID values.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.Battery">
      <summary>Gets the Bluetooth SIG-defined Battery Service UUID.</summary>
      <returns>The Bluetooth SIG-defined Battery Service UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.BloodPressure">
      <summary>Gets the Bluetooth SIG-defined Blood Pressure Service UUID.</summary>
      <returns>The Bluetooth SIG-defined Blood Pressure Service UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.CyclingSpeedAndCadence">
      <summary>Gets the Bluetooth SIG-defined Cycling Speed And Cadence Service UUID.</summary>
      <returns>The Bluetooth SIG-defined Cycling Speed And Cadence Service UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.GenericAccess">
      <summary>Gets the Bluetooth SIG-defined UUID for the Generic Access Service.</summary>
      <returns>The Bluetooth SIG-defined UUID for the Generic Access Service.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.GenericAttribute">
      <summary>Gets the Bluetooth SIG-defined UUID for the Generic Attribute Service.</summary>
      <returns>The Bluetooth SIG-defined UUID for the Generic Attribute Service.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.Glucose">
      <summary>Gets the Bluetooth SIG-defined Glucose Service UUID.</summary>
      <returns>The Bluetooth SIG-defined Glucose Service UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.HealthThermometer">
      <summary>Gets the Bluetooth SIG-defined Health Thermometer Service UUID.</summary>
      <returns>The Bluetooth SIG-defined Health Thermometer Service UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.HeartRate">
      <summary>Gets the Bluetooth SIG-defined Heart Rate Service UUID.</summary>
      <returns>The Bluetooth SIG-defined Heart Rate Service UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids.RunningSpeedAndCadence">
      <summary>Gets the Bluetooth SIG-defined Running Speed And Cadence Service UUID.</summary>
      <returns>The Bluetooth SIG-defined Running Speed And Cadence Service UUID.</returns>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids">
      <summary>Represents an enumeration of the most well known Characteristic UUID values.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.BatteryLevel">
      <summary>Gets the Bluetooth SIG-defined Battery Level Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Battery Level Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.BloodPressureFeature">
      <summary>Gets the Bluetooth SIG-defined Blood Pressure Feature Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Blood Pressure Feature Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.BloodPressureMeasurement">
      <summary>Gets the Bluetooth SIG-defined Blood Pressure Measurement Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Blood Pressure Measurement Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.BodySensorLocation">
      <summary>Gets the Bluetooth SIG-defined Body Sensor Location Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Body Sensor Location Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.CscFeature">
      <summary>Gets the Bluetooth SIG-defined Csc Feature Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Csc Feature Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.CscMeasurement">
      <summary>Gets the Bluetooth SIG-defined Csc Measurement Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Csc Measurement Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.GlucoseFeature">
      <summary>Gets the Bluetooth SIG-defined Glucose Feature Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Glucose Feature Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.GlucoseMeasurement">
      <summary>Gets the Bluetooth SIG-defined Glucose Measurement Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Glucose Measurement Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.GlucoseMeasurementContext">
      <summary>Gets the Bluetooth SIG-defined Glucose Measurement Context Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Glucose Measurement Context Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.HeartRateControlPoint">
      <summary>Gets the Bluetooth SIG-defined Heart Rate Control Point Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Heart Rate Control Point Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.HeartRateMeasurement">
      <summary>Gets the Bluetooth SIG-defined Heart Rate Measurement Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Heart Rate Measurement Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.IntermediateCuffPressure">
      <summary>Gets the Bluetooth SIG-defined Intermediate Cuff Pressure Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Intermediate Cuff Pressure Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.IntermediateTemperature">
      <summary>Gets the Bluetooth SIG-defined Intermediate Temperature Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Intermediate Temperature Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.MeasurementInterval">
      <summary>Gets the Bluetooth SIG-defined Measurement Interval Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Measurement Interval Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.RecordAccessControlPoint">
      <summary>Gets the Bluetooth SIG-defined Record Access Control Point Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Record Access Control Point Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.RscFeature">
      <summary>Gets the Bluetooth SIG-defined Rsc Feature Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Rsc Feature Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.RscMeasurement">
      <summary>Gets the Bluetooth SIG-defined Rsc Measurement Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Rsc Measurement Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.SCControlPoint">
      <summary>Gets the Bluetooth SIG-defined SC Control Point Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined SC Control Point Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.SensorLocation">
      <summary>Gets the Bluetooth SIG-defined Sensor Location Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Sensor Location Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.TemperatureMeasurement">
      <summary>Gets the Bluetooth SIG-defined Temperature Measurement Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Temperature Measurement Characteristic UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.TemperatureType">
      <summary>Gets the Bluetooth SIG-defined Temperature Type Characteristic UUID.</summary>
      <returns>The Bluetooth SIG-defined Temperature Type Characteristic UUID.</returns>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids">
      <summary>Represents an enumeration of the most well known Descriptor UUID values.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids.CharacteristicAggregateFormat">
      <summary>Gets the Bluetooth SIG-defined Characteristic Aggregate Format Descriptor UUID.</summary>
      <returns>The Bluetooth SIG-defined Characteristic Aggregate Format Descriptor UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids.CharacteristicExtendedProperties">
      <summary>Gets the Bluetooth SIG-defined Characteristic Extended Properties Descriptor UUID.</summary>
      <returns>The Bluetooth SIG-defined Characteristic Extended Properties Descriptor UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids.CharacteristicPresentationFormat">
      <summary>Gets the Bluetooth SIG-defined Characteristic Presentation Format Descriptor UUID.</summary>
      <returns>The Bluetooth SIG-defined Characteristic Presentation Format Descriptor UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids.CharacteristicUserDescription">
      <summary>Gets the Bluetooth SIG-defined Characteristic User Description Descriptor UUID.</summary>
      <returns>The Bluetooth SIG-defined Characteristic User Description Descriptor UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids.ClientCharacteristicConfiguration">
      <summary>Gets the Bluetooth SIG-defined Client Characteristic Configuration Descriptor UUID.</summary>
      <returns>The Bluetooth SIG-defined Client Characteristic Configuration Descriptor UUID.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids.ServerCharacteristicConfiguration">
      <summary>Gets the Bluetooth SIG-defined Server Characteristic Configuration Descriptor UUID.</summary>
      <returns>The Bluetooth SIG-defined Server Characteristic Configuration Descriptor UUID.</returns>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReliableWriteTransaction">
      <summary>Exposes the ability to perform reliable writes to an LE device, in the form of a transaction write operation.</summary>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReliableWriteTransaction.WriteValue(Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic,Windows.Storage.Streams.IBuffer)">
      <summary>Adds a new write operation to the transaction object.</summary>
      <param name="characteristic">The GattCharacteristic object on which to perform the write operation.</param>
      <param name="value">The Characteristic Value to be written to characteristic.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReliableWriteTransaction.CommitAsync">
      <summary>Performs all the queued writes, in sequence, writing the data to the device. Once a transaction object has been committed, no further operations are possible on the GattReliableWriteTransaction object.</summary>
      <returns>The object used to manage the asynchronous operation, which, upon completion, will return the status of the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.GenericAttributeProfile.GattReliableWriteTransaction.#ctor">
      <summary>Creates a new GattReliableWriteTransaction object.</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes">
      <summary>Represents the different well-known values that the GattPresentationFormat.FormatType property can take.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Bit2">
      <summary>Gets the value of the Bit2 Format Type.</summary>
      <returns>The value of the Bit2 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Boolean">
      <summary>Gets the value of the Boolean Format Type.</summary>
      <returns>The value of the Boolean Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.DUInt16">
      <summary>Gets the value of the DUInt16 Format Type.</summary>
      <returns>The value of the DUInt16 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Float">
      <summary>Gets the value of the Float Format Type.</summary>
      <returns>The value of the Float Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Float32">
      <summary>Gets the value of the Float32 Format Type.</summary>
      <returns>The value of the Float32 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Float64">
      <summary>Gets the value of the Float64 Format Type.</summary>
      <returns>The value of the Float64 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Nibble">
      <summary>Gets the value of the Nibble Format Type.</summary>
      <returns>The value of the Nibble Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SFloat">
      <summary>Gets the value of the SFloat Format Type.</summary>
      <returns>The value of the SFloat Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt12">
      <summary>Gets the value of the SInt12 Format Type.</summary>
      <returns>The value of the SInt12 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt128">
      <summary>Gets the value of the SInt128 Format Type.</summary>
      <returns>The value of the SInt128 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt16">
      <summary>Gets the value of the SInt16 Format Type.</summary>
      <returns>The value of the SInt16 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt24">
      <summary>Gets the value of the SInt24 Format Type.</summary>
      <returns>The value of the SInt24 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt32">
      <summary>Gets the value of the SInt32 Format Type.</summary>
      <returns>The value of the SInt32 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt48">
      <summary>Gets the value of the SInt48 Format Type.</summary>
      <returns>The value of the SInt48 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt64">
      <summary>Gets the value of the SInt64 Format Type.</summary>
      <returns>The value of the SInt64 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.SInt8">
      <summary>Gets the value of the SInt8 Format Type.</summary>
      <returns>The value of the SInt8 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Struct">
      <summary>Gets the value of the Struct Format Type.</summary>
      <returns>The value of the Struct Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt12">
      <summary>Gets the value of the UInt12 Format Type.</summary>
      <returns>The value of the UInt12 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt128">
      <summary>Gets the value of the UInt128 Format Type.</summary>
      <returns>The value of the UInt128 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt16">
      <summary>Gets the value of the UInt16 Format Type.</summary>
      <returns>The value of the UInt16 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt24">
      <summary>Gets the value of the UInt24 Format Type.</summary>
      <returns>The value of the UInt24 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt32">
      <summary>Gets the value of the UInt32 Format Type.</summary>
      <returns>The value of the UInt32 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt48">
      <summary>Gets the value of the UInt48 Format Type.</summary>
      <returns>The value of the UInt48 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt64">
      <summary>Gets the value of the UInt64 Format Type.</summary>
      <returns>The value of the UInt64 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.UInt8">
      <summary>Gets the value of the UInt8 Format Type.</summary>
      <returns>The value of the UInt8 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Utf16">
      <summary>Gets the value of the Utf16 Format Type.</summary>
      <returns>The value of the Utf16 Format Type.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes.Utf8">
      <summary>Gets the value of the Utf8 Format Type.</summary>
      <returns>The value of the Utf8 Format Type.</returns>
    </member>
    <member name="N:Windows.Devices.Bluetooth.Rfcomm">
      <summary>The Windows.Devices.Bluetooth.Rfcomm namespace defines Windows Runtime classes that a Windows Store app can use to communicate with Bluetooth devices. For more information, see Supporting Bluetooth Devices</summary>
    </member>
    <member name="T:Windows.Devices.Bluetooth.RfcommServiceId">
      <summary>Represents a RFCOMM service ID.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.Uuid">
      <summary>Retrieves the 128-bit service id.</summary>
      <returns>The 128-bit service id.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.GenericFileTransfer">
      <summary>Creates a RfcommServiceId object corresponding to the service id for the standardized Generic File Transfer service (with short id 0x1202).</summary>
      <returns>The RfcommServiceId object that represents the service id for the Generic File Transfer service.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.ObexFileTransfer">
      <summary>Creates a RfcommServiceId object corresponding to the service id for the standardized OBEX File Transfer service (with short id 0x1106).</summary>
      <returns>The RfcommServiceId object that represents the service id for the Obex File Transfer service.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.ObexObjectPush">
      <summary>Creates a RfcommServiceId object corresponding to the service id for the standardized OBEX Object Push service (with short id 0x1105).</summary>
      <returns>The RfcommServiceId object that represents the service id for the OBEX Object Push service.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.PhoneBookAccessPce">
      <summary>Creates a RfcommServiceId object corresponding to the service id for the standardized Phone Book Access (PCE) service (with short id 0x112E).</summary>
      <returns>The RfcommServiceId object that represents the service id for the Phone Book Access (PCE) service.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.PhoneBookAccessPse">
      <summary>Creates a RfcommServiceId object corresponding to the service id for the standardized Phone Book Access (PSE) service (with short id 0x112F).</summary>
      <returns>The RfcommServiceId object that represents the service id for the Phone Book Access (PSE) service.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.SerialPort">
      <summary>Creates a RfcommServiceId object corresponding to the service id for the standardized Serial Port service (with short id 0x1101).</summary>
      <returns>The RfcommServiceId object that represents the service id for the Serial Port service.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.AsShortId">
      <summary>Converts the RfcommServiceId to a 32-bit service id if possible.</summary>
      <returns>Returns the 32-bit service id if the RfcommServiceId represents a standardized service.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.AsString">
      <summary>Converts the RfcommServiceId to a string.</summary>
      <returns>Returns the string representation of the 128-bit service id.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.FromUuid(System.Guid)">
      <summary>Creates a RfcommServiceId object from a 128-bit service id.</summary>
      <returns>The RfcommServiceId object.</returns>
      <param name="uuid">The 128-bit service id.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId.FromShortId(System.UInt32)">
      <summary>Creates a RfcommServiceId object from a 32-bit service id.</summary>
      <returns>The RfcommServiceId object.</returns>
      <param name="shortId">The 32-bit service id.</param>
    </member>
    <member name="T:Windows.Devices.Bluetooth.Rfcomm.RfcommDeviceService">
      <summary>Represents an instance of a service on a Bluetooth BR device.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.ConnectionHostName">
      <summary>Gets the HostName object of the RFCOMM service instance, which is used to connect to the remote device.</summary>
      <returns>The HostName object of the RFCOMM service instance.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommDeviceService.ConnectionServiceName">
      <summary>Gets the service name of the RFCOMM service instance, which is used to connect to the remote device.</summary>
      <returns>The service name of the RFCOMM service instance. Note that this is not the same as the name of the service and is only meant to be used for connection to the remote device.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.MaxProtectionLevel">
      <summary>Gets the maximum SocketProtectionLevel supported by this RFCOMM service instance.</summary>
      <returns>The maximum SocketProtectionLevel of the RFCOMM service instance. This level can be passed to StreamSocket.ConnectAsync to upgrade the RFCOMM link protection level.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.ProtectionLevel">
      <summary>Gets the current SocketProtectionLevel of the RFCOMM service instance.</summary>
      <returns>The current SocketProtectionLevel of the remote RFCOMM service instance.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.ServiceId">
      <summary>Gets the RfcommServiceId of this RFCOMM service instance.</summary>
      <returns>The RfcommServiceId of the RFCOMM service instance.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.GetSdpRawAttributesAsync">
      <summary>Gets the cached SDP attributes of the RFCOMM service instance.</summary>
      <returns>The SDP attributes of the RFCOMM service instance.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.GetSdpRawAttributesAsync(Windows.Devices.Bluetooth.BluetoothCacheMode)">
      <summary>Gets the SDP attributes of the RFCOMM service instance.</summary>
      <returns>The SDP attributes of the RFCOMM service instance.</returns>
      <param name="cacheMode">Indicates whether SDP attributes should be retrieved from the cache or from the device.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.FromIdAsync(System.String)">
      <summary>Gets a RfcommDeviceService object from a DeviceInformation Id for a RFCOMM service instance.</summary>
      <returns>The RfcommDeviceService object that represents the RFCOMM service instance.</returns>
      <param name="deviceId">The DeviceInformation Id that identifies the RFCOMM service instance. This id can be retrieved from Windows.Devices.Enumeration.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.RfComm.RfcommDeviceService.GetDeviceSelector(Windows.Devices.Bluetooth.RfcommServiceId)">
      <summary>Gets an Advanced Query Syntax (AQS) string for identifying instances of an RFCOMM service. This string is passed to the FindAllAsync or CreateWatcher method.</summary>
      <returns>An AQS string for identifying RFCOMM service instances.</returns>
      <param name="serviceId">The service id for which to query.</param>
    </member>
    <member name="T:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider">
      <summary>Represents an instance of a local RFCOMM service.</summary>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider.SdpRawAttributes">
      <summary>Gets a collection of SDP attributes for advertising.</summary>
      <returns>The collection of SDP attributes for advertising.</returns>
    </member>
    <member name="P:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider.ServiceId">
      <summary>Gets the RfcommServiceId of this local RFCOMM service instance.</summary>
      <returns>The RfcommServiceId of the local RFCOMM service instance.</returns>
    </member>
    <member name="M:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider.StartAdvertising">
      <summary>Begins advertising the SDP attributes.</summary>
      <param name="listener">The StreamSocketListener that is listening for incoming connections.</param>
    </member>
    <member name="M:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider.StopAdvertising">
      <summary>Stops advertising the SDP attributes.</summary>
    </member>
    <member name="M:Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider.CreateAsync(Windows.Devices.Bluetooth.RfcommServiceId)">
      <summary>Gets a RfcommServiceProvider object from a DeviceInformation Id for a RFCOMM service instance.</summary>
      <returns>The RfcommServiceProvider object that represents the local RFCOMM service instance.</returns>
      <param name="serviceId">The RfcommServiceId to be hosted locally.</param>
    </member>
    <member name="N:Windows.Devices.Custom">
      <summary>Opens a custom device asynchronously, and with the object returned from the open operation send asynchronous IOCTLs to the device.</summary>
    </member>
    <member name="T:Windows.Devices.Custom.KnownDeviceTypes">
      <summary>Represents know device types.</summary>
    </member>
    <member name="P:Windows.Devices.Custom.KnownDeviceTypes.Unknown">
      <summary>Defined by the device vendor.</summary>
      <returns>Defined by the device vendor.</returns>
    </member>
    <member name="T:Windows.Devices.Custom.IOControlAccessMode">
      <summary>Identifies the access mode.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlAccessMode.Any">
      <summary>Any mode.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlAccessMode.Read">
      <summary>Read mode.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlAccessMode.Write">
      <summary>Write mode.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlAccessMode.ReadWrite">
      <summary>Read/write mode.</summary>
    </member>
    <member name="T:Windows.Devices.Custom.IOControlBufferingMethod">
      <summary>Identifies the buffering method.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlBufferingMethod.Buffered">
      <summary>Buffered.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlBufferingMethod.DirectInput">
      <summary>Direct input.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlBufferingMethod.DirectOutput">
      <summary>Direct output.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.IOControlBufferingMethod.Neither">
      <summary>Neither.</summary>
    </member>
    <member name="T:Windows.Devices.Custom.IIOControlCode">
      <summary>Represents IO control code.</summary>
    </member>
    <member name="P:Windows.Devices.Custom.IIOControlCode.AccessMode">
      <summary>The access mode.</summary>
      <returns>The access mode.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IIOControlCode.BufferingMethod">
      <summary>The buffering method.</summary>
      <returns>The buffering method.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IIOControlCode.ControlCode">
      <summary>The control code.</summary>
      <returns>The control code.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IIOControlCode.DeviceType">
      <summary>The device type.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IIOControlCode.Function">
      <summary>The function.</summary>
      <returns>The function.</returns>
    </member>
    <member name="T:Windows.Devices.Custom.IOControlCode">
      <summary>Represents the control code.</summary>
    </member>
    <member name="P:Windows.Devices.Custom.IOControlCode.AccessMode">
      <summary>The access mode.</summary>
      <returns>The access mode.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IOControlCode.BufferingMethod">
      <summary>The buffering method.</summary>
      <returns>The buffering method.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IOControlCode.ControlCode">
      <summary>The control code.</summary>
      <returns>The control code.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IOControlCode.DeviceType">
      <summary>The device type.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.IOControlCode.Function">
      <summary>The function.</summary>
      <returns>The function.</returns>
    </member>
    <member name="M:Windows.Devices.Custom.IOControlCode.#ctor(System.UInt16,System.UInt16,Windows.Devices.Custom.IOControlAccessMode,Windows.Devices.Custom.IOControlBufferingMethod)">
      <summary>The control code.</summary>
      <param name="deviceType">The device type.</param>
      <param name="function">The device function.</param>
      <param name="accessMode">The access mode.</param>
      <param name="bufferingMethod">The buffering method.</param>
    </member>
    <member name="T:Windows.Devices.Custom.DeviceAccessMode">
      <summary>The device access mode.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.DeviceAccessMode.Read">
      <summary>Read access.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.DeviceAccessMode.Write">
      <summary>Write access.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.DeviceAccessMode.ReadWrite">
      <summary>Read/write access.</summary>
    </member>
    <member name="T:Windows.Devices.Custom.DeviceSharingMode">
      <summary>The device sharing mode.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.DeviceSharingMode.Shared">
      <summary>The device is shared.</summary>
    </member>
    <member name="F:Windows.Devices.Custom.DeviceSharingMode.Exclusive">
      <summary>The device is exclusive.</summary>
    </member>
    <member name="T:Windows.Devices.Custom.CustomDevice">
      <summary>Represents a custom device.</summary>
    </member>
    <member name="P:Windows.Devices.Custom.CustomDevice.InputStream">
      <summary>The input stream.</summary>
      <returns>The input stream.</returns>
    </member>
    <member name="P:Windows.Devices.Custom.CustomDevice.OutputStream">
      <summary>The output stream.</summary>
      <returns>The output stream.</returns>
    </member>
    <member name="M:Windows.Devices.Custom.CustomDevice.SendIOControlAsync(Windows.Devices.Custom.IIOControlCode,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Sends an IO control code.</summary>
      <returns>The result of the async operation.</returns>
      <param name="ioControlCode">The IO control code.</param>
      <param name="inputBuffer">The input buffer.</param>
      <param name="outputBuffer">The output buffer.</param>
    </member>
    <member name="M:Windows.Devices.Custom.CustomDevice.TrySendIOControlAsync(Windows.Devices.Custom.IIOControlCode,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Sends an IO control code.</summary>
      <returns>The result of the async operation.</returns>
      <param name="ioControlCode">The IO control code.</param>
      <param name="inputBuffer">The input buffer.</param>
      <param name="outputBuffer">The output buffer.</param>
    </member>
    <member name="M:Windows.Devices.Custom.CustomDevice.GetDeviceSelector(System.Guid)">
      <summary>Gets a device selector.</summary>
      <returns>The device selector.</returns>
      <param name="classGuid">The GUID, defined by the device vendor.</param>
    </member>
    <member name="M:Windows.Devices.Custom.CustomDevice.FromIdAsync(System.String,Windows.Devices.Custom.DeviceAccessMode,Windows.Devices.Custom.DeviceSharingMode)">
      <summary>Represents a custom device.</summary>
      <returns>Returns a custom device.</returns>
      <param name="deviceId">The id of the device.</param>
      <param name="desiredAccess">The desired access.</param>
      <param name="sharingMode">The sharing mode.</param>
    </member>
    <member name="N:Windows.Devices.Enumeration">
      <summary>Provides classes for enumerating devices.</summary>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceAccessStatus">
      <summary>Indicates the status of the access to a device.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceAccessStatus.Unspecified">
      <summary>The device access is not specified.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceAccessStatus.Allowed">
      <summary>Access to the device is allowed.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceAccessStatus.DeniedByUser">
      <summary>Access to the device has been disallowed by the user.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceAccessStatus.DeniedBySystem">
      <summary>Access to the device has been disallowed by the system.</summary>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceClass">
      <summary>Indicates the type of devices that the user wants to enumerate.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceClass.All">
      <summary>Indicates that the user wants to enumerate all devices.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceClass.AudioCapture">
      <summary>Indicates that the user wants to enumerate all audio capture devices.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceClass.AudioRender">
      <summary>Indicates that the user wants to enumerate all audio rendering devices.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceClass.PortableStorageDevice">
      <summary>Indicates that the user wants to enumerate all portable storage devices.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceClass.VideoCapture">
      <summary>Indicates that the user wants to enumerate all video capture devices.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceClass.ImageScanner">
      <summary>Introduced in Windows 8.1. Indicates that the user wants to enumerate all scanning devices.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceClass.Location">
      <summary>Introduced in Windows 8.1. Indicates that the user wants to enumerate all location aware devices.</summary>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceAccessChangedEventArgs">
      <summary>Provides data for the AccessChanged event.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceAccessChangedEventArgs.Status">
      <summary>The new status of access to a device.</summary>
      <returns>The new status of access to a device.</returns>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceAccessInformation">
      <summary>Contains the information about access to a device.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.DeviceAccessInformation.AccessChanged">
      <summary>Raised when access to a device has changed.</summary>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceAccessInformation.CreateFromDeviceClass(Windows.Devices.Enumeration.DeviceClass)">
      <summary>Initializes a DeviceAccessInformation object based on a given DeviceClass.</summary>
      <returns>The DeviceAccessInformation object for the given DeviceClass.</returns>
      <param name="deviceClass">Device class to get DeviceAccessInformation about.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceAccessInformation.CreateFromDeviceClassId(System.Guid)">
      <summary>Initializes a DeviceAccessInformation object based on a device class id.</summary>
      <returns>The DeviceAccessInformation object for the given device class id.</returns>
      <param name="deviceClassId">Id of the device class to get DeviceAccessInformation about.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceAccessInformation.CreateFromId(System.String)">
      <summary>Initializes a DeviceAccessInformation object based on a device id.</summary>
      <returns>The DeviceAccessInformation object for the given device id.</returns>
      <param name="deviceId">Id of the device to get DeviceAccessInformation about.</param>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceAccessInformation.CurrentStatus">
      <summary>The current device access status.</summary>
      <returns>The current device access status.</returns>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceInformation">
      <summary>Represents a device.</summary>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.CreateFromIdAsync(System.String)">
      <summary>Creates a DeviceInformation object from a DeviceInformation ID.</summary>
      <returns>An object for starting and managing the asynchronous creation of the DeviceInformation object.</returns>
      <param name="deviceId">The device ID.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.CreateFromIdAsync(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a DeviceInformation object from a DeviceInformation ID and a list of additional properties.</summary>
      <returns>An object for starting and managing the asynchronous creation of the DeviceInformation object.</returns>
      <param name="deviceId">A string containing the DeviceInformation ID.</param>
      <param name="additionalProperties">An iterable list of additional properties to include in the Properties property of the DeviceInformation objects in the enumeration results. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.CreateWatcher">
      <summary>Creates a DeviceWatcher for all devices.</summary>
      <returns>The created DeviceWatcher.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.CreateWatcher(Windows.Devices.Enumeration.DeviceClass)">
      <summary>Creates a DeviceWatcher for devices matching the specified DeviceClass.</summary>
      <returns>The created DeviceWatcher.</returns>
      <param name="deviceClass">The class of device to enumerate using the DeviceWatcher.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.CreateWatcher(System.String)">
      <summary>Creates a DeviceWatcher for devices matching the specified Advanced Query Syntax (AQS) string.</summary>
      <returns>The created DeviceWatcher.</returns>
      <param name="aqsFilter">An AQS string that filters the DeviceInformation objects to enumerate. Typically this string is retrieved from the GetDeviceSelector method of a class that interacts with devices. For example, GetDeviceSelector retrieves the string for the StorageDevice class.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.CreateWatcher(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a DeviceWatcher for devices matching the specified Advanced Query Syntax (AQS) string and the specified collection of properties.</summary>
      <returns>The created DeviceWatcher.</returns>
      <param name="aqsFilter">An AQS string that filters the DeviceInformation objects to enumerate. Typically this string is retrieved from the GetDeviceSelector method of a class that interacts with devices. For example, GetDeviceSelector retrieves the string for the StorageDevice class.</param>
      <param name="additionalProperties">An iterable list of additional properties to include in the Properties property of the DeviceInformation objects in the enumeration results. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformation.EnclosureLocation">
      <summary>The physical location of the device in its enclosure.</summary>
      <returns>The object that describes the physical location of the device.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.FindAllAsync">
      <summary>Enumerates all DeviceInformation objects.</summary>
      <returns>The object for managing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.FindAllAsync(Windows.Devices.Enumeration.DeviceClass)">
      <summary>Enumerates DeviceInformation objects of the specified class.</summary>
      <returns>The object for managing the asynchronous operation.</returns>
      <param name="deviceClass">The class of devices to enumerate.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.FindAllAsync(System.String)">
      <summary>Enumerates DeviceInformation objects matching the specified Advanced Query Syntax (AQS) string.</summary>
      <returns>The object for managing the asynchronous operation.</returns>
      <param name="aqsFilter">An AQS string that filters the DeviceInformation objects to enumerate. Typically this string is retrieved from the GetDeviceSelector method of a class that interacts with devices. For example, GetDeviceSelector retrieves the string for the StorageDevice class.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.FindAllAsync(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Enumerates DeviceInformation objects matching the specified Advanced Query Syntax (AQS) string and including the specified collection of properties.</summary>
      <returns>The object for managing the asynchronous operation.</returns>
      <param name="aqsFilter">An AQS string that filters the DeviceInformation objects to enumerate. Typically this string is retrieved from the GetDeviceSelector method of a class that interacts with devices. For example, GetDeviceSelector retrieves the string for the StorageDevice class.</param>
      <param name="additionalProperties">An iterable list of additional properties to include in the Properties property of the DeviceInformation objects in the enumeration results. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.GetGlyphThumbnailAsync">
      <summary>Gets a glyph for the device.</summary>
      <returns>The object for managing the asynchronous operation that will return a DeviceThumbnail</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.GetThumbnailAsync">
      <summary>Returns a thumbnail image for the device.</summary>
      <returns>The object for managing the asynchronous operation that will return a DeviceThumbnail.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformation.Id">
      <summary>A string representing the identity of the device.</summary>
      <returns>A string representing the identity of the device.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformation.IsDefault">
      <summary>Indicates whether this device is the default device for the class.</summary>
      <returns>Indicates whether this device is the default device for the class.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformation.IsEnabled">
      <summary>Indicates whether this device is enabled.</summary>
      <returns>Indicates whether this device is enabled.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformation.Name">
      <summary>The name of the device.</summary>
      <returns>The name of the device. This name is in the best available language for the app.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformation.Properties">
      <summary>Property store containing well-known values as well as additional properties that can be specified during device enumeration.</summary>
      <returns>The property store for the device.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformation.Update(Windows.Devices.Enumeration.DeviceInformationUpdate)">
      <summary>Updates the properties of an existing DeviceInformation object.</summary>
      <param name="updateInfo">Indicates the properties to update.</param>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceInformationCollection">
      <summary>Represents a collection of DeviceInformation objects.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformationCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformationCollection.First">
      <summary>Gets an object that can iterate through the enumerated DeviceInformation objects, starting with the first.</summary>
      <returns>An object that can iterate through the enumerated devices, starting with the first.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformationCollection.GetAt(System.UInt32)">
      <summary>Gets the DeviceInformation object at the specified index.</summary>
      <returns>The DeviceInformation object at the specified index.</returns>
      <param name="index">The index.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformationCollection.GetMany(System.UInt32,Windows.Devices.Enumeration.DeviceInformation[])">
      <summary>Gets a range of DeviceInformation objects.</summary>
      <returns>The number of DeviceInformation objects returned.</returns>
      <param name="startIndex">The index at which to start retrieving DeviceInformation objects.</param>
      <param name="items">The array of DeviceInformation objects starting at the index specified by startIndex.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceInformationCollection.IndexOf(Windows.Devices.Enumeration.DeviceInformation,System.UInt32@)">
      <summary>Returns the index of the specified DeviceInformation object in the collection.</summary>
      <returns>true if the method succeeded; otherwise, false.</returns>
      <param name="value">The DeviceInformation object in the collection.</param>
      <param name="index">The index.</param>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformationCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformationCollection.Size">
      <summary>The number of DeviceInformation objects in the collection.</summary>
      <returns>The number of DeviceInformation objects in the collection.</returns>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceInformationUpdate">
      <summary>Contains updated properties for a DeviceInformation object.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformationUpdate.Id">
      <summary>The DeviceInformation ID of the updated device.</summary>
      <returns>The DeviceInformation ID of the updated device.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceInformationUpdate.Properties">
      <summary>The changed properties in a update to a DeviceInformation object.</summary>
      <returns>The changed properties.</returns>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceThumbnail">
      <summary>Represents the thumbnail image for a device.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceThumbnail.CanRead">
      <summary>Gets a value that indicates whether the stream can be read from.</summary>
      <returns>True if the stream can be read from. Otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceThumbnail.CanWrite">
      <summary>Gets a value that indicates whether the stream can be written to.</summary>
      <returns>True if the stream can be written to. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.CloneStream">
      <summary>Creates a new instance of a IRandomAccessStream over the same resource as the current stream.</summary>
      <returns>The new stream. The initial, internal position of the stream is 0.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceThumbnail.ContentType">
      <summary>Returns the content type of the thumbnail image.</summary>
      <returns>The content type of the image.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.GetInputStreamAt(System.UInt64)">
      <summary>Returns a pointer to an input stream starting at the specified location.</summary>
      <returns>A pointer to an input stream.</returns>
      <param name="position">The position in the input stream.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.GetOutputStreamAt(System.UInt64)">
      <summary>Returns a pointer to an output stream starting at the specified location.</summary>
      <returns>A pointer to an output stream.</returns>
      <param name="position">The position in the output stream.</param>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceThumbnail.Position">
      <summary>Gets the byte offset of the stream.</summary>
      <returns>The number of bytes from the start of the stream.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.Seek(System.UInt64)">
      <summary>Sets the position of the stream to the specified value.</summary>
      <param name="position">The new position of the stream.</param>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceThumbnail.Size">
      <summary>Gets or sets the size of the device thumbnail image.</summary>
      <returns>The size of the device thumbnail image.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceThumbnail.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceWatcher">
      <summary>Enumerates devices dynamically, so that the app receives notifications if devices are added, removed, or changed after the initial enumeration is complete.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.DeviceWatcher.Added">
      <summary>Event that is raised when a device is added to the collection enumerated by the DeviceWatcher.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.DeviceWatcher.EnumerationCompleted">
      <summary>Event that is raised when the enumeration of devices completes.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.DeviceWatcher.Removed">
      <summary>Event that is raised when a device is removed from the collection of enumerated devices.</summary>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceWatcher.Start">
      <summary>Starts a search for devices, and subscribes to device enumeration events.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.DeviceWatcher.Status">
      <summary>The status of the DeviceWatcher.</summary>
      <returns>The status of the DeviceWatcher.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.DeviceWatcher.Stop">
      <summary>Stop raising the events that add, update and remove enumeration results.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.DeviceWatcher.Stopped">
      <summary>Event that is raised when the enumeration operation has been stopped.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.DeviceWatcher.Updated">
      <summary>Event that is raised when a device is updated in the collection of enumerated devices.</summary>
    </member>
    <member name="T:Windows.Devices.Enumeration.DeviceWatcherStatus">
      <summary>Describes the state of a DeviceWatcher object.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceWatcherStatus.Created">
      <summary>This is the initial state of a Watcher object. During this state clients can register event handlers.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceWatcherStatus.Started">
      <summary>The watcher transitions to the Started state once Start is called. The watcher is enumerating the initial collection. Note that during this enumeration phase it is possible to receive Updated and Removed notifications but only to items that have already been Added.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceWatcherStatus.EnumerationCompleted">
      <summary>The watcher has completed enumerating the initial collection. Items can still be added, updated or removed from the collection.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceWatcherStatus.Stopping">
      <summary>The client has called Stop and the watcher is still in the process of stopping. Events may still be raised.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceWatcherStatus.Stopped">
      <summary>The client has called Stop and the watcher has completed all outstanding events. No further events will be raised.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.DeviceWatcherStatus.Aborted">
      <summary>The watcher has aborted operation. No subsequent events will be raised.</summary>
    </member>
    <member name="T:Windows.Devices.Enumeration.EnclosureLocation">
      <summary>Describes the physical location of a device in its enclosure.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.EnclosureLocation.InDock">
      <summary>Indicates whether the device is physically located in the docking station of the portable computer.</summary>
      <returns>A value that is True if the device is physically located in the docking station, and False if it is not.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.EnclosureLocation.InLid">
      <summary>Indicates whether the device is physically located in the lid of the portable computer.</summary>
      <returns>A value that is True if the device is physically located in the lid, and False if it is not.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.EnclosureLocation.Panel">
      <summary>Indicates which panel of the computer the device is physically located on.</summary>
      <returns>One of the values of the Panel enumeration that indicates which panel of the computer the device is physically located on.</returns>
    </member>
    <member name="T:Windows.Devices.Enumeration.Panel">
      <summary>Indicates the location of a panel on a computer.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Panel.Unknown">
      <summary>The location of the panel is unknown.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Panel.Front">
      <summary>The front panel of the computer.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Panel.Back">
      <summary>The back panel of the computer.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Panel.Top">
      <summary>The top panel of the computer.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Panel.Bottom">
      <summary>The bottom panel of the computer.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Panel.Left">
      <summary>The left panel of the computer.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Panel.Right">
      <summary>The right panel of the computer.</summary>
    </member>
    <member name="N:Windows.Devices.Enumeration.Pnp">
      <summary>Provides classes for enumerating a collection of Pnp device objects, and event handlers for monitoring changes to the objects in the collection asynchronously.</summary>
    </member>
    <member name="T:Windows.Devices.Enumeration.Pnp.PnpObject">
      <summary>Represents a PnP object. This class allows access to well-known properties of a PnP object as well as a property store of additional properties that are specified to be retrieved from the the PnP object.</summary>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObject.CreateFromIdAsync(Windows.Devices.Enumeration.Pnp.PnpObjectType,System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a PnpObject object asynchronously from a previously saved DeviceInformation ID.</summary>
      <returns>The PnpObject created from the previously saved DeviceInformation ID.</returns>
      <param name="type">The type of the PnpObject.</param>
      <param name="id">The string value identifying the PnpObject.</param>
      <param name="requestedProperties">An iterable list of additional properties to include in the Properties property of the PnpObject object to create. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObject.CreateWatcher(Windows.Devices.Enumeration.Pnp.PnpObjectType,Windows.Foundation.Collections.IIterable`1)">
      <summary>Returns a PnpObjectWatcher object that is used to enumerate the PnP objects in the collection using events.</summary>
      <returns>A PnpObjectWatcher object used to enumerate the collection by registering event notification delegates and by issuing start and stop event notifications.</returns>
      <param name="type">The type of the PnpObject.</param>
      <param name="requestedProperties">An iterable list of additional properties to include in the Properties property of the PnpObject objects included in enumeration results. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObject.CreateWatcher(Windows.Devices.Enumeration.Pnp.PnpObjectType,Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Returns a PnpObjectWatcher object that is used to enumerate a filtered collection of PnP objects using events.</summary>
      <returns>A PnpObjectWatcher object used to enumerate the collection by registering event notification delegates and by issuing start and stop event notifications.</returns>
      <param name="type">The type of the PnpObject.</param>
      <param name="requestedProperties">An iterable list of additional properties to include in the Properties property of the PnpObject objects included in enumeration results. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
      <param name="aqsFilter">An AQS string that filters the PnP objects that will be returned. Typically, this string is retrieved from the GetDeviceSelector method of a class that interacts with devices.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObject.FindAllAsync(Windows.Devices.Enumeration.Pnp.PnpObjectType,Windows.Foundation.Collections.IIterable`1)">
      <summary>Returns all of the PnP objects of a specified type that match the specified criteria.</summary>
      <returns>An object that represents the asynchronous operation.</returns>
      <param name="type">The type of the PnpObject.</param>
      <param name="requestedProperties">An iterable list of additional properties to include in the Properties property of the PnpObject objects included in enumeration results. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObject.FindAllAsync(Windows.Devices.Enumeration.Pnp.PnpObjectType,Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Returns all of the PnP objects of a specified type that match the specified filter.</summary>
      <returns>An object that represents the asynchronous operation.</returns>
      <param name="type">The type of the PnpObject.</param>
      <param name="requestedProperties">An iterable list of additional properties to include in the Properties property of the PnpObject objects included in enumeration results. For more info on what the properties represent, see the list of properties in How to retrieve additional properties for a device or PnP object.</param>
      <param name="aqsFilter">An AQS string that filters the PnP objects that will be returned. Typically, this string is retrieved from the GetDeviceSelector method of a class that interacts with devices.</param>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObject.Id">
      <summary>A string representing the identity of the PnpObject.</summary>
      <returns>The identity string.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObject.Properties">
      <summary>A property store containing well-known values as well as additional specified properties.</summary>
      <returns>A pointer to the property store.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObject.Type">
      <summary>The type of the PnpObject.</summary>
      <returns>The type of the object.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObject.Update(Windows.Devices.Enumeration.Pnp.PnpObjectUpdate)">
      <summary>Updates the properties of an existing PnpObject by applying the changes described in a PnpObjectUpdate object.</summary>
      <param name="updateInfo">Indicates the properties to update.</param>
    </member>
    <member name="T:Windows.Devices.Enumeration.Pnp.PnpObjectCollection">
      <summary>Represents an iterable collection of Pnp device objects.</summary>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the end of the collection if the collection is empty.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.GetAt(System.UInt32)">
      <summary>Returns the PnpObject located at the specified index.</summary>
      <returns>The PnpObject at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.GetMany(System.UInt32,Windows.Devices.Enumeration.Pnp.PnpObject[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.IndexOf(Windows.Devices.Enumeration.Pnp.PnpObject,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>True if an item with the specified value was found; otherwise, False.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.Size">
      <summary>Returns the number of items in the collection.</summary>
      <returns>The number of items in the collection.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="T:Windows.Devices.Enumeration.Pnp.PnpObjectType">
      <summary>Indicates the device type of a PnpObject.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Pnp.PnpObjectType.Unknown">
      <summary>The object is of an unknown type. This value is not used.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Pnp.PnpObjectType.DeviceInterface">
      <summary>The PnpObject represents a device interface.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Pnp.PnpObjectType.DeviceContainer">
      <summary>The PnpObject represents a device container.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Pnp.PnpObjectType.Device">
      <summary>The PnpObject represents a device.</summary>
    </member>
    <member name="F:Windows.Devices.Enumeration.Pnp.PnpObjectType.DeviceInterfaceClass">
      <summary>The PnpObject represents a device interface class.</summary>
    </member>
    <member name="T:Windows.Devices.Enumeration.Pnp.PnpObjectUpdate">
      <summary>Contains the updated properties of a PnpObject.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObjectUpdate.Id">
      <summary>The identifier of the PnpObject.</summary>
      <returns>The identifier of the PnpObject.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObjectUpdate.Properties">
      <summary>The changed properties in an update to a PnpObject.</summary>
      <returns>The changed properties.</returns>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObjectUpdate.Type">
      <summary>The type of the PnpObject.</summary>
      <returns>The type of the PnpObject.</returns>
    </member>
    <member name="T:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher">
      <summary>Raises events to notify the client that a PnpObject has been added, updated, or removed from an enumerated collection of Pnp device objects in an incremental and asynchronous way.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.Added">
      <summary>Occurs when a PnpObject is added to the collection enumerated by the PnpObjectWatcher.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.EnumerationCompleted">
      <summary>Occurs when the enumeration of Pnp device objects has been completed.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.Removed">
      <summary>Occurs when a PnpObject is removed from the collection enumerated by the PnpObjectWatcher.</summary>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.Start">
      <summary>Starts raising the events to inform the client that a PnpObject has been added, updated, or removed.</summary>
    </member>
    <member name="P:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.Status">
      <summary>The status associated with the asynchronous operation.</summary>
      <returns>The status.</returns>
    </member>
    <member name="M:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.Stop">
      <summary>Stops raising the events to inform the client that a PnpObject has been added, updated, or removed.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.Stopped">
      <summary>Occurs when the PnpObjectWatcher has stopped monitoring changes to the collection of Pnp device objects.</summary>
    </member>
    <member name="E:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.Updated">
      <summary>Occurs when the properties of a PnpObject in the collection enumerated by the PnpObjectWatcher are updated.</summary>
    </member>
    <member name="N:Windows.Devices.Geolocation">
      <summary>Enables app developers to easily access the computer's geographic location by using a single API.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="T:Windows.Devices.Geolocation.IGeoshape">
      <summary>Interface to define a geographic shape.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.IGeoshape.AltitudeReferenceSystem">
      <summary>The altitude reference system of the geographic shape.</summary>
      <returns>The altitude reference system of the geographic shape.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.IGeoshape.GeoshapeType">
      <summary>The type of geographic shape.</summary>
      <returns>The type of geographic shape.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.IGeoshape.SpatialReferenceId">
      <summary>The spatial reference identifier for the geographic shape, corresponding to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping.</summary>
      <returns>The spatial reference identifier for the geographic shape, corresponding to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.BasicGeoposition">
      <summary>The basic information to describe a geographic position.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.BasicGeoposition.Latitude">
      <summary>The latitude of the geographic position. The valid range of latitude values is from -90.0 to 90.0 degrees.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.BasicGeoposition.Longitude">
      <summary>The longitude of the geographic position. This can be any value. For values outside the range of -180.0 to 180.0, the value may be wrapped and stored appropriately before it is used. For example, a longitude of 183.0 degrees would become -177.0 degrees.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.BasicGeoposition.Altitude">
      <summary>The altitude of the geographic position.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.CivicAddress">
      <summary>Represents the civic address data associated with a geographic location.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.CivicAddress.City">
      <summary>The name of the city.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The name of the city.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.CivicAddress.Country">
      <summary>The name of the country, represented by using a two-letter ISO-3166 country code.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The name of the country, represented by using a two-letter ISO-3166 country code.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.CivicAddress.PostalCode">
      <summary>The postal code of the current location.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The postal code of the current location.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.CivicAddress.State">
      <summary>The name of the state or province.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The name of the state or province.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.CivicAddress.Timestamp">
      <summary>The time at which the location data was obtained.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The time at which the location data was obtained.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geocircle">
      <summary>Describes a geographic circle with a center point and a radius.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocircle.AltitudeReferenceSystem">
      <summary>The altitude reference system of the geographic circle.</summary>
      <returns>The altitude reference system of the geographic circle.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocircle.Center">
      <summary>The center point of a geographic circle.</summary>
      <returns>The center point of a geographic circle.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocircle.GeoshapeType">
      <summary>The type of geographic shape.</summary>
      <returns>The type of geographic shape.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocircle.Radius">
      <summary>The radius of a geographic circle.</summary>
      <returns>The radius of a geographic circle.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocircle.SpatialReferenceId">
      <summary>The spatial reference identifier for the geographic circle, corresponding to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping.</summary>
      <returns>The spatial reference identifier for the geographic circle, corresponding to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping.</returns>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geocircle.#ctor(Windows.Devices.Geolocation.BasicGeoposition,System.Double)">
      <summary>Create a geographic circle object for the given position and radius.</summary>
      <param name="position">The geographic position of the new circle.</param>
      <param name="radius">The radius of the new circle.</param>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geocircle.#ctor(Windows.Devices.Geolocation.BasicGeoposition,System.Double,Windows.Devices.Geolocation.AltitudeReferenceSystem)">
      <summary>Create a geographic circle object for the given position, radius and altitude reference system.</summary>
      <param name="position">The geographic position of the new circle.</param>
      <param name="radius">The radius of the new circle.</param>
      <param name="AltitudeReferenceSystem">The altitude reference system of the new circle.</param>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geocircle.#ctor(Windows.Devices.Geolocation.BasicGeoposition,System.Double,Windows.Devices.Geolocation.AltitudeReferenceSystem,System.UInt32)">
      <summary>Create a geographic circle object for the given position, radius, altitude reference system, and spatial reference id.</summary>
      <param name="position">The geographic position of the new circle.</param>
      <param name="radius">The radius of the new circle.</param>
      <param name="AltitudeReferenceSystem">The altitude reference system of the new circle.</param>
      <param name="spatialReferenceId">The spatial reference Id of the new circle.</param>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geocoordinate">
      <summary>Contains the information for identifying a geographic location.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Accuracy">
      <summary>The accuracy of the location in meters.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The accuracy in meters.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Altitude">
      <summary>Altitude may be altered or unavailable after Windows 8.1. Instead, use Geocoordinate.Point.The altitude of the location, in meters.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <deprecated type="deprecate">Altitude may be altered or unavailable after Windows 8.1. Instead, use Geocoordinate.Point.</deprecated>
      <returns>The altitude in meters.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.AltitudeAccuracy">
      <summary>The accuracy of the altitude, in meters.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The accuracy of the altitude.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Heading">
      <summary>The current heading in degrees relative to true north.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The current heading in degrees relative to true north.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Latitude">
      <summary>Latitude may be altered or unavailable after Windows 8.1. Instead, use Geocoordinate.Point. The latitude in degrees.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <deprecated type="deprecate">Latitude may be altered or unavailable after Windows 8.1. Instead, use Geocoordinate.Point.</deprecated>
      <returns>The latitude in degrees. The valid range of values is from -90.0 to 90.0.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Longitude">
      <summary>Longitude may be altered or unavailable after Windows 8.1. Instead, use Geocoordinate.Point.The longitude in degrees.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <deprecated type="deprecate">Longitude may be altered or unavailable after Windows 8.1. Instead, use Geocoordinate.Point.</deprecated>
      <returns>The longitude in degrees. The valid range of values is from -180.0 to 180.0.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Point">
      <summary>The location of the geocoordinate.</summary>
      <returns>The location of the geocoordinate.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.PositionSource">
      <summary>Gets the source used to obtain a Geocoordinate.</summary>
      <returns>Gets the source used to obtain a Geocoordinate.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.SatelliteData">
      <summary>Gets information about the satellites used to obtain a Geocoordinate.</summary>
      <returns>Gets information about the satellites used to obtain a Geocoordinate.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Speed">
      <summary>The speed in meters per second.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The speed in meters per second.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geocoordinate.Timestamp">
      <summary>The time at which the location was determined.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The time at which the location was determined.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.GeocoordinateSatelliteData">
      <summary>Provides information about the satellites used to obtain a Geocoordinate.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.GeocoordinateSatelliteData.HorizontalDilutionOfPrecision">
      <summary>Gets the Horizontal Dilution of Precision of a Geocoordinate.</summary>
      <returns>The Horizontal Dilution of Precision.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.GeocoordinateSatelliteData.PositionDilutionOfPrecision">
      <summary>Gets the Position Dilution of Precision of a Geocoordinate.</summary>
      <returns>The Position Dilution of Precision.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.GeocoordinateSatelliteData.VerticalDilutionOfPrecision">
      <summary>Gets the Vertical Dilution of Precision of a Geocoordinate.</summary>
      <returns>The Vertical Dilution of Precision.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geolocator">
      <summary>Provides access to the current geographic location.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geolocator.DesiredAccuracy">
      <summary>The accuracy level at which the Geolocator provides location updates.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The accuracy level at which the Geolocator provides location updates.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geolocator.DesiredAccuracyInMeters">
      <summary>Gets or sets the desired accuracy in meters for data returned from the location service.</summary>
      <returns>The desired accuracy in meters for data returned from the location service.</returns>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geolocator.#ctor">
      <summary>Initializes a new Geolocator object.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geolocator.LocationStatus">
      <summary>The status that indicates the ability of the Geolocator to provide location updates.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The status of the Geolocator.</returns>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geolocator.GetGeopositionAsync">
      <summary>Starts an asynchronous operation to retrieve the location of the user's computer.</summary>
      <returns>Provides methods for starting the asynchronous request for location data and handling its completion.</returns>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geolocator.GetGeopositionAsync(Windows.Foundation.TimeSpan,Windows.Foundation.TimeSpan)">
      <summary>Starts an asynchronous operation to retrieve the current location.</summary>
      <returns>Provides methods for starting the asynchronous request for location data and handling its completion.</returns>
      <param name="maximumAge">The maximum acceptable age of cached location data. A TimeSpan is a time period expressed in 100-nanosecond units.</param>
      <param name="timeout">The timeout. A TimeSpan is a time period expressed in 100-nanosecond units.</param>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geolocator.MovementThreshold">
      <summary>Gets and sets the distance of movement, in meters, relative to the coordinate from the last PositionChanged event, that is required for the Geolocator to raise a PositionChanged event.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The distance of required movement, in meters, for the location provider to raise a PositionChanged event. The default value is 0.</returns>
    </member>
    <member name="E:Windows.Devices.Geolocation.Geolocator.PositionChanged">
      <summary>Raised when the location is updated.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geolocator.ReportInterval">
      <summary>The requested minimum time interval between location updates, in milliseconds. If your application requires updates infrequently, set this value so that the location provider can conserve power by calculating location only when needed.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The requested minimum time interval between location updates.</returns>
    </member>
    <member name="E:Windows.Devices.Geolocation.Geolocator.StatusChanged">
      <summary>Raised when the ability of the Geolocator to provide updated location changes.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geopoint">
      <summary>Describes a geographic point.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geopoint.AltitudeReferenceSystem">
      <summary>The altitude reference system of the geographic point.</summary>
      <returns>The altitude reference system of the geographic point.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geopoint.GeoshapeType">
      <summary>The type of geographic shape.</summary>
      <returns>The type of geographic shape.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geopoint.Position">
      <summary>The position of a geographic point.</summary>
      <returns>The position of a geographic point.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geopoint.SpatialReferenceId">
      <summary>The spatial reference identifier for the geographic point, corresponding to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping.</summary>
      <returns>The spatial reference identifier for the geographic point, corresponding to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping.</returns>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geopoint.#ctor(Windows.Devices.Geolocation.BasicGeoposition)">
      <summary>Create a geographic point object for the given position.</summary>
      <param name="position">Create a geographic point object for the given position.</param>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geopoint.#ctor(Windows.Devices.Geolocation.BasicGeoposition,Windows.Devices.Geolocation.AltitudeReferenceSystem)">
      <summary>Create a geographic point object for the given position and altitude reference system.</summary>
      <param name="position">Create a geographic point object for the given position.</param>
      <param name="AltitudeReferenceSystem">The altitude reference system of the new point.</param>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geopoint.#ctor(Windows.Devices.Geolocation.BasicGeoposition,Windows.Devices.Geolocation.AltitudeReferenceSystem,System.UInt32)">
      <summary>Create a geographic point object for the given position, altitude reference system, and spatial reference Id.</summary>
      <param name="position">Create a geographic point object for the given position.</param>
      <param name="AltitudeReferenceSystem">The altitude reference system of the new point.</param>
      <param name="spatialReferenceId">The spatial reference Id of the new point.</param>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geoposition">
      <summary>Represents a location that may contain latitude and longitude data or civic address data.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geoposition.CivicAddress">
      <summary>Contains civic address data associated with a geographic location.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The civic address data associated with a geographic location.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geoposition.Coordinate">
      <summary>The latitude and longitude associated with a geographic location.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The latitude and longitude associated with a geographic location.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.PositionChangedEventArgs">
      <summary>Provides data for the PositionChanged event.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.PositionChangedEventArgs.Position">
      <summary>The location data associated with the PositionChanged event.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>A Geoposition object containing geographic location data.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.StatusChangedEventArgs">
      <summary>Provides information for the StatusChanged event.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="P:Windows.Devices.Geolocation.StatusChangedEventArgs.Status">
      <summary>The updated status of the Geolocator object.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
      <returns>The updated status of the Geolocator object. The status indicates the ability of the Geolocator to provide location updates.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.AltitudeReferenceSystem">
      <summary>Indicates the altitude reference system to be used in defining a geographic shape.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.AltitudeReferenceSystem.Unspecified">
      <summary>The altitude reference system was not specified.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.AltitudeReferenceSystem.Terrain">
      <summary>The altitude reference system is based on distance above terrain or ground level.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.AltitudeReferenceSystem.Ellipsoid">
      <summary>The altitude reference system is based on an ellipsoid which is a mathematical approximation of the shape of the Earth.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.AltitudeReferenceSystem.Geoid">
      <summary>The altitude reference system is based on the distance above sea level.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.AltitudeReferenceSystem.Surface">
      <summary>The altitude reference system is based on the distance above surface structures such as buildings, trees, roads, etc.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.GeoshapeType">
      <summary>Indicates the geographic shape.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.GeoshapeType.Geopoint">
      <summary>The geographic region is a point.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.GeoshapeType.Geocircle">
      <summary>The geographic region is a circle with a center point and a radius.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.PositionAccuracy">
      <summary>Indicates the requested accuracy level for the location data that the application uses.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionAccuracy.Default">
      <summary>Optimize for power, performance, and other cost considerations.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionAccuracy.High">
      <summary>Deliver the most accurate report possible. This includes using services that might charge money, or consuming higher levels of battery power or connection bandwidth. An accuracy level of High may degrade system performance and should be used only when necessary.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.PositionSource">
      <summary>Indicates the source used to obtain a Geocoordinate.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionSource.Cellular">
      <summary>The position was obtained from cellular network data.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionSource.Satellite">
      <summary>The position was obtained from satellite data.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionSource.WiFi">
      <summary>The position was obtained from Wi-Fi network data.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionSource.IPAddress">
      <summary>(Starting with Windows 8.1.) The position was obtained from an IP address.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionSource.Unknown">
      <summary>(Starting with Windows 8.1.) The position was obtained from an unknown source.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.PositionStatus">
      <summary>Indicates the ability of the Geolocator object to provide location data.</summary>
      <capability type="location">Required to access the user's geographic location.</capability>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionStatus.Ready">
      <summary>Location data is available.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionStatus.Initializing">
      <summary>The location provider is initializing. This is the status if a GPS is the source of location data and the GPS receiver does not yet have the required number of satellites in view to obtain an accurate position.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionStatus.NoData">
      <summary>No location data is available from any location provider. LocationStatus will have this value if the application calls GetGeopositionAsync or registers an event handler for the PositionChanged event, before data is available from a location sensor. Once data is available LocationStatus transitions to the Ready state.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionStatus.Disabled">
      <summary>The location provider is disabled. This status indicates that the user has not granted the application permission to access location.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionStatus.NotInitialized">
      <summary>An operation to retrieve location has not yet been initialized. LocationStatus will have this value if the application has not yet called GetGeopositionAsync or registered an event handler for the PositionChanged event.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.PositionStatus.NotAvailable">
      <summary>The Windows Sensor and Location Platform is not available on this version of Windows.</summary>
    </member>
    <member name="N:Windows.Devices.Geolocation.Geofencing">
      <summary>Windows 8.1 introduces support for geofencing. Geofencing allows an app to define a radius around a point of interest and have the system alert the app when entering or exiting that area.The geofencing capabilities supported by Windows 8.1 allow you to:Create one or more geofences, or areas of interest.Set a notification to occur when entering a geofence.Set a notification to occur when leaving a geofence.Remove a geofence.Allow your geofence app to run in the background and continue to get geofence events. Note that this is applicable to apps which are on the lock screen only.Test the geofencing features of your app by using a simulator to simulate movement in and out of the geofence. These features will enable apps to provide features such as reminders to a user who is leaving work or home or displaying coupons when the user is near certain stores. The Windows.Devices.Geolocation.Geofencing namespace contains the classes needed to do geofencing. The workflow generally consists of creating a one or more Geofence objects that define the areas of interest and the notification conditions. Then your app must handle the events that occur when entering or exiting one of the geofences. If your app is running in the background, you need to use the new background LocationTrigger creating a background task.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates">
      <summary>Indicates the state or states of the Geofences that are currently being monitored by the system.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates.Entered">
      <summary>The device has entered a geofence area.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates.Exited">
      <summary>The device has left a geofence area.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates.Removed">
      <summary>The geofence has been removed.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geofencing.GeofenceRemovalReason">
      <summary>Indicates the reason a Geofence was removed.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceRemovalReason.Used">
      <summary>The geofence event was triggered and the geofence was used.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceRemovalReason.Expired">
      <summary>The duration of the geofence has expired.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geofencing.GeofenceState">
      <summary>Indicates the current state of a Geofence.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceState.Entered">
      <summary>The device has entered the geofence area.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceState.Exited">
      <summary>The device has left the geofence area.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceState.Removed">
      <summary>The geofence was removed.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus">
      <summary>Indicates the current state of a GeofenceMonitor.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus.Ready">
      <summary>The monitor is ready and active.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus.Initializing">
      <summary>The monitor is in the process of initializing.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus.NoData">
      <summary>There is no data on the status of the monitor.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus.Disabled">
      <summary>The geofence monitor has been disabled.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus.NotInitialized">
      <summary>The geofence monitor has been initialized.</summary>
    </member>
    <member name="F:Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus.NotAvailable">
      <summary>The geofence monitor is not available.</summary>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geofencing.Geofence">
      <summary>Contains the information to define a geofence, an area of interest, to monitor.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.Geofence.Geoshape">
      <summary>The shape of the geofence region.</summary>
      <returns>The shape of the geofence region.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.Geofence.MonitoredStates">
      <summary>Indicates the states that the Geofence is being monitored for.</summary>
      <returns>The states that the geofence is being monitored for.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.Geofence.StartTime">
      <summary>The time to start monitoring the Geofence.</summary>
      <returns>The time to start monitoring the geofence.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.Geofence.Duration">
      <summary>The duration of time to monitor the Geofence for.</summary>
      <returns>The duration of time to monitor the geofence for.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.Geofence.DwellTime">
      <summary>The minimum time that a position has to be inside or outside of the Geofence in order for the notification to be triggered.</summary>
      <returns>The minimum time that a position has to be inside or outside of the geofence in order for the notification to be triggered.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.Geofence.Id">
      <summary>The id of the Geofence.</summary>
      <returns>The id of the geofence.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.Geofence.SingleUse">
      <summary>Indicates whether the Geofence should be triggered once or multiple times.</summary>
      <returns>True indicates the geofence should be monitored only for one use. False indicates the geofence should be monitored for multiple uses.</returns>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geofencing.Geofence.#ctor(System.String,Windows.Devices.Geolocation.IGeoshape)">
      <summary>Initializes a new Geofence object given the id and the shape of the geofence.</summary>
      <param name="id">The Id of the geofence.</param>
      <param name="geoshape">The area that defines the geofence to monitor.</param>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geofencing.Geofence.#ctor(System.String,Windows.Devices.Geolocation.IGeoshape,Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates,System.Boolean)">
      <summary>Initializes a new Geofence object given the id, the shape of the geofence, the states to monitor the geofence for, and the singleUse flag.</summary>
      <param name="id">The Id of the geofence.</param>
      <param name="geoshape">The area that defines the geofence to monitor.</param>
      <param name="monitoredStates">The states to monitor the geofence for.</param>
      <param name="singleUse">True indicates the geofence should be monitored only for one use. False indicates the geofence should be monitored for multiple uses.</param>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geofencing.Geofence.#ctor(System.String,Windows.Devices.Geolocation.IGeoshape,Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates,System.Boolean,Windows.Foundation.TimeSpan)">
      <summary>Initializes a new Geofence object given the id, the shape of the geofence, the states to monitor the geofence for, the singleUse flag, and the dwellTime for the geofence.</summary>
      <param name="id">The Id of the geofence.</param>
      <param name="geoshape">The area that defines the geofence to monitor.</param>
      <param name="monitoredStates">The states to monitor the geofence for.</param>
      <param name="singleUse">True indicates the geofence should be monitored only for one use. False indicates the geofence should be monitored for multiple uses.</param>
      <param name="dwellTime">The time that a position has to be in or out of the geofence in order for the notification to be triggered.</param>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geofencing.Geofence.#ctor(System.String,Windows.Devices.Geolocation.IGeoshape,Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates,System.Boolean,Windows.Foundation.TimeSpan,Windows.Foundation.DateTime,Windows.Foundation.TimeSpan)">
      <summary>Initializes a new Geofence object given the id, the shape of the geofence, the states to monitor the geofence for, the singleUse flag, the dwellTime for the geofence, the time to start monitoring the geofence, and the duration of the geofence.</summary>
      <param name="id">The Id of the geofence.</param>
      <param name="geoshape">The area that defines the geofence to monitor.</param>
      <param name="monitoredStates">The states to monitor the geofence for.</param>
      <param name="singleUse">True indicates the geofence should be monitored only for one use. False indicates the geofence should be monitored for multiple uses.</param>
      <param name="dwellTime">The time that a position has to be in or out of the geofence in order for the notification to be triggered.</param>
      <param name="startTime">The time to start monitoring the geofence.</param>
      <param name="duration">The duration of time to monitor the geofence for. The duration begins at the startTime.</param>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geofencing.GeofenceStateChangeReport">
      <summary>Contains the information about the state changes for a Geofence.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceStateChangeReport.Geofence">
      <summary>The Geofence object whose state has changed.</summary>
      <returns>The Geofence object whose state has changed.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceStateChangeReport.Geoposition">
      <summary>The position of the Geofence object whose state has changed.</summary>
      <returns>The position of the Geofence object whose state has changed.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceStateChangeReport.NewState">
      <summary>The new state of the Geofence object whose state has changed.</summary>
      <returns>The new state of the Geofence object whose state has changed.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceStateChangeReport.RemovalReason">
      <summary>Indicates the reason a Geofence was removed.</summary>
      <returns>Indicates the reason a geofence was removed.</returns>
    </member>
    <member name="T:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor">
      <summary>Contains the information about the monitored Geofence objects.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor.Current">
      <summary>Gets the GeofenceMonitor object which contains all of an app's Geofence information.</summary>
      <returns>Gets the GeofenceMonitor object which contains all of an app's geofence information.</returns>
    </member>
    <member name="E:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor.StatusChanged">
      <summary>Raised when the state of the GeofenceMonitor has changed.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor.Status">
      <summary>Indicates the current state of a GeofenceMonitor.</summary>
      <returns>Indicates the current state of a GeofenceMonitor.</returns>
    </member>
    <member name="M:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor.ReadReports">
      <summary>Gets a collection of status changes to the Geofence objects in the Geofences collection of the GeofenceMonitor.</summary>
      <returns>collection of status changes to the GeofenceMonitor.</returns>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor.LastKnownGeoposition">
      <summary>Last reading of the device's location.</summary>
      <returns>Last reading of the device's location.</returns>
    </member>
    <member name="E:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor.GeofenceStateChanged">
      <summary>Raised when the state of one or more Geofence objects in the Geofences collection of the GeofenceMonitor has changed.</summary>
    </member>
    <member name="P:Windows.Devices.Geolocation.Geofencing.GeofenceMonitor.Geofences">
      <summary>Returns a vector of the app's Geofence objects currently registered with the system wide GeofenceMonitor.</summary>
      <returns>A collection of the Geofence objects to monitor.</returns>
    </member>
    <member name="N:Windows.Devices.HumanInterfaceDevice">
      <summary>This namespace gives your Windows Store app access to devices that support the Human Interface Device (HID) protocol.</summary>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidReportType">
      <summary>Specifies a HID report type.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidReportType.Input">
      <summary>The report is an input report.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidReportType.Output">
      <summary>The report is an output report.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidReportType.Feature">
      <summary>The report is a feature report.</summary>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidCollectionType">
      <summary>Identifies the relationship that defines a grouping of controls on the device.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.Physical">
      <summary>The controls are related by physical source.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.Application">
      <summary>The controls are related by intended application.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.Logical">
      <summary>The controls are logically related.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.Report">
      <summary>The controls are related by report type.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.NamedArray">
      <summary>The controls are related by a named array.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.UsageSwitch">
      <summary>The controls are related by a usage switch.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.UsageModifier">
      <summary>The controls are related by a usage modifier.</summary>
    </member>
    <member name="F:Windows.Devices.HumanInterfaceDevice.HidCollectionType.Other">
      <summary>The control relationship is not described by a defined category.</summary>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidDevice">
      <summary>Represents a top-level collection and the corresponding device.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidDevice.ProductId">
      <summary>Gets the product identifier for the given HID device.</summary>
      <returns>The product identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidDevice.UsageId">
      <summary>Gets the usage identifier for the given HID device.</summary>
      <returns>The usage identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidDevice.UsagePage">
      <summary>Gets the usage page of the top-level collection.</summary>
      <returns>The usage page.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidDevice.VendorId">
      <summary>Gets the vendor identifier for the given HID device.</summary>
      <returns>The vendor identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidDevice.Version">
      <summary>Gets the version, or revision, number for the given HID device.</summary>
      <returns>The version number.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetInputReportAsync">
      <summary>Asynchronously retrieves the default, or first, input report from the given HID device.</summary>
      <returns>A HidInputReport object.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetInputReportAsync(System.UInt16)">
      <summary>Asynchronously retrieves an input report, identified by the reportId parameter, from the given HID device.</summary>
      <returns>A HidInputReport object.</returns>
      <param name="reportId">Identifies the requested input report.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetFeatureReportAsync">
      <summary>Asynchronously retrieves the first, or default, feature report from the given HID device.</summary>
      <returns>A HidFeatureReport object.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetFeatureReportAsync(System.UInt16)">
      <summary>Asynchronously retrieves a feature report, identified by the reportId parameter, for the given HID device.</summary>
      <returns>A HidFeatureReport object.</returns>
      <param name="reportId">Identifies the requested feature report.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.CreateOutputReport">
      <summary>Creates the only, or default, output report that the host will send to the device.</summary>
      <returns>A HidOutputReport object.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.CreateOutputReport(System.UInt16)">
      <summary>Creates an output report, identified by the reportId parameter, that the host will send to the device.</summary>
      <returns>A HidOutputReport object.</returns>
      <param name="reportId">Identifies the report being created.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.CreateFeatureReport">
      <summary>Creates the only, or default, feature report that the host will send to the device.</summary>
      <returns>A HidFeatureReport object.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.CreateFeatureReport(System.UInt16)">
      <summary>Creates a feature report, identified by the reportId parameter, that the host will send to the device.</summary>
      <returns>A HidFeatureReport object.</returns>
      <param name="reportId">Identifies the report being created.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.SendOutputReportAsync(Windows.Devices.HumanInterfaceDevice.HidOutputReport)">
      <summary>Sends an output report asynchronously from the host to the device.</summary>
      <returns>The result of the asynchronous operation.</returns>
      <param name="outputReport">The output report which the host sends to the device.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.SendFeatureReportAsync(Windows.Devices.HumanInterfaceDevice.HidFeatureReport)">
      <summary>Sends an feature report asynchronously from the host to the device.</summary>
      <returns>The result of the asynchronous operation.</returns>
      <param name="featureReport">The feature report which the host sends to the device.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetBooleanControlDescriptions(Windows.Devices.HumanInterfaceDevice.HidReportType,System.UInt32,System.UInt32)">
      <summary>Retrieves the descriptions of the boolean controls for the given HID device.</summary>
      <returns>A vector of HidBooleanControlDescription objects.</returns>
      <param name="reportType">Specifies the type of report for which the control descriptions are requested.</param>
      <param name="usagePage">Identifies the usage page associated with the controls.</param>
      <param name="usageId">Identifies the usage associated with the controls.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetNumericControlDescriptions(Windows.Devices.HumanInterfaceDevice.HidReportType,System.UInt32,System.UInt32)">
      <summary>Retrieves the descriptions of the numeric controls for the given HID device.</summary>
      <returns>A vector of HidNumericControlDescription objects.</returns>
      <param name="reportType">Specifies the type of report for which the control descriptions are requested.</param>
      <param name="usagePage">Identifies the usage page associated with the controls.</param>
      <param name="usageId">Identifies the usage associated with the controls.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.Close">
      <summary>Closes the connection between the host and the given HID device.</summary>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetDeviceSelector(System.UInt32,System.UInt32)">
      <summary>Retrieves an Advanced Query Syntax (AQS) string based on the given usagePage and usageId.</summary>
      <returns>An Advanced Query Syntax (AQS) string that represents a device selector.</returns>
      <param name="usagePage">Specifies the usage page of the top-level collection for the given HID device.</param>
      <param name="usageId">Specifies the usage identifier of the top-level collection for the given HID device.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetDeviceSelector(System.UInt32,System.UInt32,System.UInt32,System.UInt32)">
      <summary>Retrieves an Advanced Query Syntax (AQS) string based on the given usagePage, usageId, vendorId, and productId.</summary>
      <returns>An Advanced Query Syntax (AQS) string that represents a device selector.</returns>
      <param name="usagePage">Specifies the usage page of the top-level collection for the given HID device.</param>
      <param name="usageId">Specifies the usage identifier of the top-level collection for the given HID device.</param>
      <param name="vendorId">Identifies the device vendor.</param>
      <param name="productId">Identifies the product.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidDevice.FromIdAsync(System.String,Windows.Storage.FileAccessMode)">
      <summary>Opens a handle to the device identified by the deviceId parameter. The acess type is specified by the accessMode parameter.</summary>
      <returns>A HidDevice object.</returns>
      <param name="deviceId">The DeviceInformation ID that identifies the HID device.</param>
      <param name="accessMode">Specifies the access mode. The supported access modes are Read and ReadWrite.</param>
    </member>
    <member name="E:Windows.Devices.HumanInterfaceDevice.HidDevice.InputReportReceived">
      <summary>Establishes an event listener which handles input reports issued by the device.</summary>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidInputReport">
      <summary>Represents an input report.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidInputReport.ActivatedBooleanControls">
      <summary>Retrieves the currently activated Boolean controls for the given HID device.</summary>
      <returns>A collection of Boolean controls.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidInputReport.Data">
      <summary>Retrieves the data associated with a given input report.</summary>
      <returns>The input-report data.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidInputReport.Id">
      <summary>Retrieves the identifier associated with a given input report.</summary>
      <returns>The input report identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidInputReport.TransitionedBooleanControls">
      <summary>Retrieves the recently transitioned Boolean controls for the given HID device.</summary>
      <returns>A collection of Boolean controls.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidInputReport.GetBooleanControl(System.UInt32,System.UInt32)">
      <summary>Retrieves the Boolean control associated with the usagePage and usageIdparameter and found in the given input report.</summary>
      <returns>A HidBooleanControl object.</returns>
      <param name="usagePage">The usage page of the top-level collection for the given HID device.</param>
      <param name="usageId">The usage identifier of the top-level collection for the given HID device.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidInputReport.GetBooleanControlByDescription(Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription)">
      <summary>Retrieves the Boolean control described by the controlDescription parameter and found in the given input report.</summary>
      <returns>A HidBooleanControl object.</returns>
      <param name="controlDescription">A HidBooleanControlDescription object.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidInputReport.GetNumericControl(System.UInt32,System.UInt32)">
      <summary>Retrieves the numeric control associated with the usagePage and usageId parameters and found in the given input report.</summary>
      <returns>A HidNumericControl object.</returns>
      <param name="usagePage">The usage page of the top-level collection for the given HID device.</param>
      <param name="usageId">The usage identifier of the top-level collection for the given HID device.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidInputReport.GetNumericControlByDescription(Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription)">
      <summary>Retrieves the numeric control described by the controlDescription parameter and found in the given input report.</summary>
      <returns>A HidNumericControl object.</returns>
      <param name="controlDescription">A HidNumericControlDescription object.</param>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidFeatureReport">
      <summary>Represents a feature report.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidFeatureReport.Data">
      <summary>Retrieves, or sets, the data associated with a given feature report.</summary>
      <returns>The feature-report data.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidFeatureReport.Id">
      <summary>Retrieves the identifier associated with a given feature report.</summary>
      <returns>The feature report identifier.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidFeatureReport.GetBooleanControl(System.UInt32,System.UInt32)">
      <summary>Retrieves the Boolean control associated with the usagePage and usageIdparameter and found in the given feature report.</summary>
      <returns>A HidBooleanControl object.</returns>
      <param name="usagePage">The usage page of the top-level collection for the given HID device.</param>
      <param name="usageId">The usage identifier of the top-level collection for the given HID device.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidFeatureReport.GetBooleanControlByDescription(Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription)">
      <summary>Retrieves the Boolean control described by the controlDescription parameter and found in the given feature report.</summary>
      <returns>A HidBooleanControl object.</returns>
      <param name="controlDescription">A HidBooleanControlDescription object.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidFeatureReport.GetNumericControl(System.UInt32,System.UInt32)">
      <summary>Retrieves the numeric control associated with the usagePage and usageId parameters and found in the given feature report.</summary>
      <returns>A HidNumericControl object.</returns>
      <param name="usagePage">The usage page of the top-level collection for the given HID device.</param>
      <param name="usageId">The usage identifier of the top-level collection for the given HID device.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidFeatureReport.GetNumericControlByDescription(Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription)">
      <summary>Retrieves the numeric control described by the controlDescription parameter and found in the given feature report.</summary>
      <returns>A HidNumericControl object.</returns>
      <param name="controlDescription">A HidNumericControlDescription object.</param>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidOutputReport">
      <summary>Represents an output report.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidOutputReport.Data">
      <summary>Retrieves, or sets, the data associated with a given output report.</summary>
      <returns>The output report data.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidOutputReport.Id">
      <summary>Retrieves the identifier associated with a given output report.</summary>
      <returns>The output report identifier.</returns>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidOutputReport.GetBooleanControl(System.UInt32,System.UInt32)">
      <summary>Retrieves the boolean control associated with the given usagePage and usageId.</summary>
      <returns>A HidBooleanControl object.</returns>
      <param name="usagePage">The usage page associated with the given control.</param>
      <param name="usageId">The usage identifier associated with the given control.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidOutputReport.GetBooleanControlByDescription(Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription)">
      <summary>Retrieves the boolean control associated with the given controlDescription.</summary>
      <returns>A HidBooleanControl object.</returns>
      <param name="controlDescription">Describes the Boolean control.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidOutputReport.GetNumericControl(System.UInt32,System.UInt32)">
      <summary>Retrieves the numeric control associated with the given usagePage and usageId.</summary>
      <returns>A HidNumericControll object.</returns>
      <param name="usagePage">The usage page associated with the given control.</param>
      <param name="usageId">The usage identifier associated with the given control.</param>
    </member>
    <member name="M:Windows.Devices.HumanInterfaceDevice.HidOutputReport.GetNumericControlByDescription(Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription)">
      <summary>Retrieves the numeric control associated with the given controlDescription.</summary>
      <returns>A HidNumericControl object.</returns>
      <param name="controlDescription">Describes the numeric control.</param>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription">
      <summary>Describes a Boolean control for a given HID device.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription.Id">
      <summary>Retrieves the identifier for a given Boolean control.</summary>
      <returns>The control identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription.ParentCollections">
      <summary>Retrieves the parent collection for a given Boolean control.</summary>
      <returns>The control's parent collection.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription.ReportId">
      <summary>Retrieves the identifier for the report associated with the given Boolean control.</summary>
      <returns>The report identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription.ReportType">
      <summary>Retrieves the report type for the report associated with the given Boolean control.</summary>
      <returns>The report type.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription.UsageId">
      <summary>Retrieves the usage identifier associated with the given Boolean control.</summary>
      <returns>The usage identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription.UsagePage">
      <summary>Retrieves the usage page associated with the given Boolean control.</summary>
      <returns>The usage page.</returns>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription">
      <summary>Describes a numeric control for a given HID device.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.HasNull">
      <summary>Retrieves a Boolean value which indicates whether the control supports a null, or out-of-range, value.</summary>
      <returns>True if the control supports a null value; false otherwise.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.Id">
      <summary>Retrieves the identifier for a given numeric control.</summary>
      <returns>Identifies the control.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.IsAbsolute">
      <summary>Retrieves a Boolean value indicating whether the given control values are absolute or relative.</summary>
      <returns>True if the values are absolute; false if the values are relative.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.LogicalMaximum">
      <summary>Retrieves the logical maximum value for the given control.</summary>
      <returns>The logical maximum value.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.LogicalMinimum">
      <summary>Retrieves the logical minimum value for the control.</summary>
      <returns>The logical minimum value.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.ParentCollections">
      <summary>Retrieves the parent collections for a given numeric control.</summary>
      <returns>A vector of HidCollection objects.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.PhysicalMaximum">
      <summary>Retrieves the physical maximum-value for the given control.</summary>
      <returns>The physical maximum value.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.PhysicalMinimum">
      <summary>Retrieves the physical minimum-value for the given control.</summary>
      <returns>The physical minimum value.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.ReportCount">
      <summary>Retrieves the number of reports associated with the given control.</summary>
      <returns>The number of reports.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.ReportId">
      <summary>Retrieves the identifier for the report associated with the given numeric control.</summary>
      <returns>The report identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.ReportSize">
      <summary>Retrieves the size, in bytes, of the given numeric control.</summary>
      <returns>The report size (in bytes).</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.ReportType">
      <summary>Retrieves the type of report associated with the given numeric control.</summary>
      <returns>The report type.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.Unit">
      <summary>Retrieves the unit associated with the given numeric control.</summary>
      <returns>The report unit.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.UnitExponent">
      <summary>Retrieves the unit exponent for the given numeric control.</summary>
      <returns>The unit exponent.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.UsageId">
      <summary>Retrieves the usage identifier associated with the given numeric control.</summary>
      <returns>The usage identifierl.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription.UsagePage">
      <summary>Retrieves the usage page associated with the given numeric control.</summary>
      <returns>The usage page.</returns>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidInputReportReceivedEventArgs">
      <summary>Represents the arguments which the HID API sends as part of an input-report event.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidInputReportReceivedEventArgs.Report">
      <summary>Retrieves the input report.</summary>
      <returns>A HidInputReport object.</returns>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidCollection">
      <summary>Retrieves the collection information for a group of related controls.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidCollection.Id">
      <summary>Retrieves the identifier for a collection of HID controls.</summary>
      <returns>The collection identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidCollection.Type">
      <summary>Retrieves the collection type.</summary>
      <returns>A HidCollectionType object.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidCollection.UsageId">
      <summary>Retrieves the usage identifier for the given control collection.</summary>
      <returns>The usage identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidCollection.UsagePage">
      <summary>Retrieves the usage page for the given control collection.</summary>
      <returns>The usage page.</returns>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidBooleanControl">
      <summary>Represents a simple Boolean control on a HID device that returns on/off values. An example would be the LED light on a keyboard.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControl.IsActive">
      <summary>Retrieves a Boolean value indicating whether the given Boolean control is active.</summary>
      <returns>True if the control is active; false otherwise.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControl.ControlDescription">
      <summary>Retrieves a description of the given Boolean control.</summary>
      <returns>A HidBooleanControlDescription object.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControl.Id">
      <summary>Retrieves the identifier for a given Boolean control.</summary>
      <returns>The control identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControl.UsageId">
      <summary>Retrieves the usage identifier associated with the given Boolean control.</summary>
      <returns>The usage identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidBooleanControl.UsagePage">
      <summary>Retrieves the usage page for a given Boolean control.</summary>
      <returns>The usage page.</returns>
    </member>
    <member name="T:Windows.Devices.HumanInterfaceDevice.HidNumericControl">
      <summary>Represents a numeric control on a HID device that returns a range of values. An example would be the volume control on a speaker.</summary>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControl.Value">
      <summary>Retrieves, or sets, the numeric value for a given control.</summary>
      <returns>The control value.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControl.ScaledValue">
      <summary>Retrieves, or sets, a scaled numeric-value for the given control.</summary>
      <returns>The scaled value.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControl.ControlDescription">
      <summary>Retrieves a control description for the given numeric control.</summary>
      <returns>A HidNumericControlDescription object.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControl.Id">
      <summary>Retrieves the identifier for the given numeric control.</summary>
      <returns>The control identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControl.IsGrouped">
      <summary>Retrieves a Boolean value that indicates whether the given numeric control is grouped with other, related controls.</summary>
      <returns>True if grouped; false otherwise.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControl.UsageId">
      <summary>Retrieves the usage identifier for the given numeric control.</summary>
      <returns>The usage identifier.</returns>
    </member>
    <member name="P:Windows.Devices.HumanInterfaceDevice.HidNumericControl.UsagePage">
      <summary>Retrieves the usage page for the given numeric control.</summary>
      <returns>The usage page.</returns>
    </member>
    <member name="N:Windows.Devices.Input">
      <summary>Provides support for identifying the input devices available (pointer, touch, mouse, and keyboard) and retrieving information about those devices.</summary>
    </member>
    <member name="T:Windows.Devices.Input.KeyboardCapabilities">
      <summary>Supports the ability to determine the capabilities of any connected hardware keyboards.</summary>
    </member>
    <member name="M:Windows.Devices.Input.KeyboardCapabilities.#ctor">
      <summary>Initializes a new instance of the KeyboardCapabilities class.</summary>
    </member>
    <member name="P:Windows.Devices.Input.KeyboardCapabilities.KeyboardPresent">
      <summary>Gets a value that indicates whether a hardware keyboard is detected.</summary>
      <returns>The number of hardware keyboards detected. Typically 0 or 1.</returns>
    </member>
    <member name="T:Windows.Devices.Input.MouseCapabilities">
      <summary>Supports the ability to determine the capabilities of any connected mouse devices.</summary>
    </member>
    <member name="P:Windows.Devices.Input.MouseCapabilities.HorizontalWheelPresent">
      <summary>Gets a value indicating whether any of the mice connected to the computer has horizontal wheel.</summary>
      <returns>True if there is a horizontal wheel; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Devices.Input.MouseCapabilities.#ctor">
      <summary>Initializes a new instance of the MouseCapabilities class.</summary>
    </member>
    <member name="P:Windows.Devices.Input.MouseCapabilities.MousePresent">
      <summary>Gets a value that indicates whether a mouse device is detected.</summary>
      <returns>The number of mouse devices detected. Typically 0 or 1.</returns>
    </member>
    <member name="P:Windows.Devices.Input.MouseCapabilities.NumberOfButtons">
      <summary>Gets a value representing the number of buttons on the mouse. If multiple mice are present, it returns the number of buttons of the mouse which has maximum number of buttons.</summary>
      <returns>A value representing the number of buttons on the mouse. If multiple mice are present, it returns the number of buttons of the mouse which has maximum number of buttons.</returns>
    </member>
    <member name="P:Windows.Devices.Input.MouseCapabilities.SwapButtons">
      <summary>Gets a value indicating whether any of the mice connected to the computer has swapped left and right buttons.</summary>
      <returns>A value indicating whether any of the mice connected to the computer has swapped left and right buttons.</returns>
    </member>
    <member name="P:Windows.Devices.Input.MouseCapabilities.VerticalWheelPresent">
      <summary>Gets a value indicating whether wheel is present on any of the mice connected to the computer.</summary>
      <returns>A value indicating whether wheel is present on any of the mice connected to the computer.</returns>
    </member>
    <member name="T:Windows.Devices.Input.MouseDelta">
      <summary>Identifies the change in screen location of the mouse pointer, relative to the location of the last mouse event.</summary>
    </member>
    <member name="F:Windows.Devices.Input.MouseDelta.X">
      <summary>The x-coordinate of the mouse pointer, relative to the location of the last mouse event.</summary>
    </member>
    <member name="F:Windows.Devices.Input.MouseDelta.Y">
      <summary>The y-coordinate of the mouse pointer, relative to the location of the last mouse event.</summary>
    </member>
    <member name="T:Windows.Devices.Input.MouseDevice">
      <summary>Supports the ability to identify and track connected mouse devices.</summary>
    </member>
    <member name="M:Windows.Devices.Input.MouseDevice.GetForCurrentView">
      <summary>Retrieves the mouse device that is associated with the current view.</summary>
      <returns>The mouse device.</returns>
    </member>
    <member name="E:Windows.Devices.Input.MouseDevice.MouseMoved">
      <summary>Occurs when the mouse pointer is moved.</summary>
    </member>
    <member name="T:Windows.Devices.Input.MouseEventArgs">
      <summary>Contains event data for the MouseMoved event.</summary>
    </member>
    <member name="P:Windows.Devices.Input.MouseEventArgs.MouseDelta">
      <summary>Gets a value that indicates the change in the screen location of the mouse pointer since the last mouse event.</summary>
      <returns>The change in screen location of the mouse pointer, relative to the location of the last mouse event.</returns>
    </member>
    <member name="T:Windows.Devices.Input.PointerDevice">
      <summary>Supports the ability to identify the connected pointer devices and determine their capabilities.</summary>
    </member>
    <member name="P:Windows.Devices.Input.PointerDevice.IsIntegrated">
      <summary>Gets a value indicating whether the pointer device is an integrated device. For example, a video display with an integrated touch digitizer compared to an external pen/stylus digitizer.</summary>
      <returns>True if the pointer device is integrated; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Devices.Input.PointerDevice.GetPointerDevice(System.UInt32)">
      <summary>Gets information about the pointer device associated with the specified input pointer ID.</summary>
      <returns>The PointerDevice object that represents the associated pointer device.</returns>
      <param name="pointerId">The ID of the pointer input.</param>
    </member>
    <member name="M:Windows.Devices.Input.PointerDevice.GetPointerDevices">
      <summary>Gets information about the pointer devices attached to the system.</summary>
      <returns>The collection of PointerDevice objects that represent the pointer devices attached to the system.</returns>
    </member>
    <member name="P:Windows.Devices.Input.PointerDevice.MaxContacts">
      <summary>Gets a value indicating the maximum number of contacts supported by the input device.</summary>
      <returns>The number of contacts.</returns>
    </member>
    <member name="P:Windows.Devices.Input.PointerDevice.PhysicalDeviceRect">
      <summary>Gets the coordinates of the bounding rectangle supported by the input device.</summary>
      <returns>The bounding rectangle at 96 dots per inch (dpi).</returns>
    </member>
    <member name="P:Windows.Devices.Input.PointerDevice.PointerDeviceType">
      <summary>Gets the pointer device type.</summary>
      <returns>A pointer device type.</returns>
    </member>
    <member name="P:Windows.Devices.Input.PointerDevice.ScreenRect">
      <summary>Gets the screen coordinates that are mapped to the bounding rectangle supported by the input device.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.Devices.Input.PointerDevice.SupportedUsages">
      <summary>Gets a collection containing the supported pointer device usages.</summary>
      <returns>A collection containing the supported pointer device usages.</returns>
    </member>
    <member name="T:Windows.Devices.Input.PointerDeviceType">
      <summary>Enumerates pointer device types.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceType.Touch">
      <summary>A touch-enabled device</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceType.Pen">
      <summary>Pen</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceType.Mouse">
      <summary>Mouse</summary>
    </member>
    <member name="T:Windows.Devices.Input.PointerDeviceUsage">
      <summary>Identifies the Human Interface Device (HID) usage details for the input device.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.UsagePage">
      <summary>The Human Interface Device (HID) usage page of the pointer device. Human Interface Device (HID) usages are organized into usage pages that specify classes of related devices. For example, touch digitizers (0x0D) and generic input (0x01).</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.Usage">
      <summary>The Human Interface Device (HID) pointer device usage ID that specifies a device or property in the UsagePage. For example, 0x04 indicates a touch screen device and 0x47 indicates touch confidence.A usage ID of zero is reserved.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.MinLogical">
      <summary>The minimum logical value for Usage.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.MaxLogical">
      <summary>The maximum logical value for Usage.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.MinPhysical">
      <summary>The minimum physical value for Usage.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.MaxPhysical">
      <summary>The maximum physical value for Usage.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.Unit">
      <summary>The Human Interface Device (HID) unit of measure.</summary>
    </member>
    <member name="F:Windows.Devices.Input.PointerDeviceUsage.PhysicalMultiplier">
      <summary>The multiplier used to convert the usage value reported by the device to a physical value in units of Unit. (Valid only for usages that indicate a static or dynamic value associated with a control, such as pressure or width and height of the touch contact.)</summary>
    </member>
    <member name="T:Windows.Devices.Input.TouchCapabilities">
      <summary>Supports the ability to determine the touch capabilities of any connected touch digitizers.</summary>
    </member>
    <member name="P:Windows.Devices.Input.TouchCapabilities.Contacts">
      <summary>Gets the minimum number of contacts supported by all the digitizers.</summary>
      <returns>Gets the minimum number of contacts supported by all the digitizers.</returns>
    </member>
    <member name="M:Windows.Devices.Input.TouchCapabilities.#ctor">
      <summary>Initializes a new instance of the TouchCapabilities class.</summary>
    </member>
    <member name="P:Windows.Devices.Input.TouchCapabilities.TouchPresent">
      <summary>Gets a value that indicates whether a touch digitizer is detected.</summary>
      <returns>The number of touch digitizers detected. Typically 0 or 1.</returns>
    </member>
    <member name="N:Windows.Devices.PointOfService">
      <summary>Enables application developers to access Point of Service (POS) peripheral devices, such as barcode scanners and magnetic stripe readers. The namespace provides a vendor-neutral interface for accessing POS devices from various manufacturers from the Windows Store app.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.UnifiedPosErrorSeverity">
      <summary>Defines the constants that indicates the error severity.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorSeverity.UnknownErrorSeverity">
      <summary>An unknown error severity.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorSeverity.Warning">
      <summary>A warning.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorSeverity.Recoverable">
      <summary>A recoverable error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorSeverity.Unrecoverable">
      <summary>An unrecoverable error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorSeverity.AssistanceRequired">
      <summary>Requires assistance.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorSeverity.Fatal">
      <summary>A fatal error.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.UnifiedPosPowerReportingType">
      <summary>Defines the constants that indicates power reporting capabilities of the Point of Service (POS) device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosPowerReportingType.UnknownPowerReportingType">
      <summary>Cannot determine the state of the device, therefore no power reporting is possible.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosPowerReportingType.Standard">
      <summary>Can determine and report the two power states (online and off/offline) of the device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosPowerReportingType.Advanced">
      <summary>Can determine and report the three power states (off, offline, and online) of the device.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel">
      <summary>Defines the constants that indicates the type of health check that can be performed on the devices.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel.UnknownHealthCheckLevel">
      <summary>Perform an unspecified test.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel.POSInternal">
      <summary>Perform internal tests to that do not physically change the device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel.External">
      <summary>Perform a more thorough test that may change the device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel.Interactive">
      <summary>Perform a interactive test of the device. The supporting service object will typically display a modal dialog box to present test options and results.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.UnifiedPosErrorReason">
      <summary>Defines the constants that indicates the reason for the error event.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.UnknownErrorReason">
      <summary>Unknown reason.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.NoService">
      <summary>Cannot communicate with the device, possibly due to a configuration error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Disabled">
      <summary>The device is not enabled.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Illegal">
      <summary>The operation is not supported or not available on the device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.NoHardware">
      <summary>The device is not connected or not powered on.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Closed">
      <summary>The device is closed.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Offline">
      <summary>The device is offline.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Failure">
      <summary>The operation failed although the device was connected and powered on.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Timeout">
      <summary>The operation timed out while waiting for a response from the device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Busy">
      <summary>The device is busy.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.UnifiedPosErrorReason.Extended">
      <summary>The operation failed and returned a vendor specific error information.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.UnifiedPosErrorData">
      <summary>Provides error information.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.UnifiedPosErrorData.ExtendedReason">
      <summary>Gets the vendor specific error information.</summary>
      <returns>The vendor specific error information.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.UnifiedPosErrorData.Message">
      <summary>Gets the error message.</summary>
      <returns>The error message.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.UnifiedPosErrorData.Reason">
      <summary>Gets the cause of the error.</summary>
      <returns>The cause of the error.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.UnifiedPosErrorData.Severity">
      <summary>Gets the error severity.</summary>
      <returns>The error severity.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScannerStatus">
      <summary>Defines the constants that indicates the barcode scanner status.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.BarcodeScannerStatus.Online">
      <summary>The device is online. This is valid if UnifiedPosPowerReportingType is Standard or Advanced.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.BarcodeScannerStatus.Off">
      <summary>The device power is off or detached from the terminal. This is valid if UnifiedPosPowerReportingType is Advanced.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.BarcodeScannerStatus.Offline">
      <summary>The device power is on, but it is not ready or unable to respond to requests. This is valid if UnifiedPosPowerReportingType is Advanced.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.BarcodeScannerStatus.OffOrOffline">
      <summary>The device power is off or the device is offline. This is valid if UnifiedPosPowerReportingType is Standard.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.BarcodeScannerStatus.Extended">
      <summary>Vendor specific status information.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeSymbologies">
      <summary>Contains the barcode symbology.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.AusPost">
      <summary>Gets the Australia Postal barcode symbology.</summary>
      <returns>The Australia Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Aztec">
      <summary>Gets the Aztec barcode symbology.</summary>
      <returns>The Aztec barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.CanPost">
      <summary>Gets the Canada Postal barcode symbology.</summary>
      <returns>The Canada Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ccab">
      <summary>Gets the Composite Component A or B barcode symbology.</summary>
      <returns>The Composite Component A or B barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ccc">
      <summary>Gets the Composite Component-C barcode symbology.</summary>
      <returns>The Composite Component-C barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.ChinaPost">
      <summary>Gets the China Postal barcode symbology.</summary>
      <returns>The China Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Codabar">
      <summary>Gets the Codabar barcode symbology.</summary>
      <returns>The Codabar barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Codablock128">
      <summary>Gets the Codablock 128 barcode symbology.</summary>
      <returns>The Codablock 128 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.CodablockA">
      <summary>Gets the Codablock A barcode symbology.</summary>
      <returns>The Codablock A barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.CodablockF">
      <summary>Gets the Codablock F barcode symbology.</summary>
      <returns>The Codablock F barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code11">
      <summary>Gets the Code 11 barcode symbology.</summary>
      <returns>The Code 11 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code128">
      <summary>Gets the Code 128 barcode symbology.</summary>
      <returns>The Code 128 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code16k">
      <summary>Gets the Code 16k barcode symbology.</summary>
      <returns>The Code 16k barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code32">
      <summary>Gets the Code 32 barcode symbology.</summary>
      <returns>The Code 32 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code39">
      <summary>Gets the Code 39 barcode symbology.</summary>
      <returns>The Code 39 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code39Ex">
      <summary>Gets the Code 39 Extended barcode symbology.</summary>
      <returns>The Code 39 Extended barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code49">
      <summary>Gets the Code 49 barcode symbology.</summary>
      <returns>The Code 49 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code93">
      <summary>Gets the Code 93 barcode symbology.</summary>
      <returns>The Code 93 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Code93Ex">
      <summary>Gets the Code 93 Extended barcode symbology.</summary>
      <returns>The Code 93 Extended barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.DataCode">
      <summary>Gets the Data Code barcode symbology.</summary>
      <returns>The Data Code barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.DataMatrix">
      <summary>Gets the Data Matric barcode symbology.</summary>
      <returns>The Data Matrix barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.DutchKix">
      <summary>Gets the Dutch Postal barcode symbology.</summary>
      <returns>The Dutch Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean13">
      <summary>Gets the EAN (European Article Number) 13 barcode symbology.</summary>
      <returns>The EAN 13 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean13Add2">
      <summary>Gets the EAN 13 with 2 digit supplement barcode symbology.</summary>
      <returns>The EAN 13 with 2 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean13Add5">
      <summary>Gets the EAN 13 with 5 digit supplement barcode symbology.</summary>
      <returns>The EAN 13 with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean8">
      <summary>Gets the EAN 8 barcode symbology.</summary>
      <returns>The EAN 8 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean8Add2">
      <summary>Gets the EAN 8 with 2 digit supplement barcode symbology.</summary>
      <returns>The EAN 8 with 2 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean8Add5">
      <summary>Gets the EAN 8 with 5 digit supplement barcode symbology.</summary>
      <returns>The EAN 8 with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean99">
      <summary>Gets the EAN 99 barcode symbology.</summary>
      <returns>The EAN 99 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean99Add2">
      <summary>Gets the EAN 99 with 2 digit supplement barcode symbology.</summary>
      <returns>The EAN 99 with 2 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ean99Add5">
      <summary>Gets the EAN 99 with 5 digit supplement barcode symbology.</summary>
      <returns>The EAN 99 with 5 digit supplementbarcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Eanv">
      <summary>Gets the EAN Velocity barcode symbology.</summary>
      <returns>The EAN Velocity barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.EanvAdd2">
      <summary>Gets the EAN Velocity with 2 digit supplement barcode symbology.</summary>
      <returns>The EAN Velocity with 2 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.EanvAdd5">
      <summary>Gets the EAN Velocity with 5 digit supplement barcode symbology.</summary>
      <returns>The EAN Velocity with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.ExtendedBase">
      <summary>Gets the first possible OEM defined barcode symbology when the symbology type is not included in the current list.</summary>
      <returns>The OEM defined barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Gs1128">
      <summary>Gets the GS1 128 shipping container barcode symbology.</summary>
      <returns>The GS1 128 shipping container barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Gs1128Coupon">
      <summary>Gets the GS1 128 Coupon barcode symbology.</summary>
      <returns>The GS1 128 Coupon barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Gs1DatabarType1">
      <summary>Gets the GS1 Databar Omnidirectional, GS1 Databar Stacked Omnidirectional, GS1 Databar Stacked, or GS1 Databar Truncated barcode symbology.</summary>
      <returns>The GS1 Databar Omnidirectional, GS1 Databar Stacked Omnidirectional, GS1 Databar Stacked, or GS1 Databar Truncated barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Gs1DatabarType2">
      <summary>Gets the GS1 DataBar Limited or RSS Limited barcode symbology.</summary>
      <returns>The GS1 DataBar Limited or RSS Limited barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Gs1DatabarType3">
      <summary>Gets the GS1 Databar Expanded, GS1 Databar Expanded Stacked, or RSS Expanded barcode symbology.</summary>
      <returns>The GS1 Databar Expanded, GS1 Databar Expanded Stacked, or RSS Expanded barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.HanXin">
      <summary>Gets the Han Xin barcode symbology.</summary>
      <returns>The Han Xin barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.InfoMail">
      <summary>Gets the InfoMail barcode symbology.</summary>
      <returns>The InfoMail barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Isbn">
      <summary>Gets the International Standard Book Number (ISBN), also known as Bookland or Bookland EAN, barcode symbology.</summary>
      <returns>The International Standard Book Number (ISBN), also known as Bookland or Bookland EAN, barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.IsbnAdd5">
      <summary>Gets the ISBN with 5 digit supplement barcode symbology.</summary>
      <returns>The ISBN with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Isbt">
      <summary>Gets the International Society of Blood Transfusion (ISBT) 128 barcode symbology.</summary>
      <returns>The International Society of Blood Transfusion (ISBT) 128 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Ismn">
      <summary>Gets the International Standard Music Number (ISMN) barcode symbology.</summary>
      <returns>The International Standard Music Number (ISMN) barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.IsmnAdd2">
      <summary>Gets the ISMN with 2 digit supplement barcode symbology.</summary>
      <returns>The ISMN with 2 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.IsmnAdd5">
      <summary>Gets the ISMN with 5 digit supplement barcode symbology.</summary>
      <returns>The ISMN with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Issn">
      <summary>Gets the International Standard Serial Number (ISSN) barcode symbology.</summary>
      <returns>The International Standard Serial Number (ISSN) barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.IssnAdd2">
      <summary>Gets the ISSN with 2 digit supplement barcode symbology.</summary>
      <returns>The ISMN with 2 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.IssnAdd5">
      <summary>Gets the ISSN with 5 digit supplement barcode symbology.</summary>
      <returns>The ISSN with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.ItalianPost25">
      <summary>Gets the Italian Post 25 barcode symbology.</summary>
      <returns>The Italian Post 25 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.ItalianPost39">
      <summary>Gets the Italian Post 39 barcode symbology.</summary>
      <returns>The Italian Post 39 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.JapanPost">
      <summary>Gets the Japan Postal barcode symbology.</summary>
      <returns>The Japan Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.KoreanPost">
      <summary>Gets the Korea Postal barcode symbology.</summary>
      <returns>The Korea Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Maxicode">
      <summary>Gets the MaxiCode barcode symbology.</summary>
      <returns>The MaxiCode barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Micr">
      <summary>Gets the Magnetic Ink Character Recognition (MICR) barcode symbology.</summary>
      <returns>The Magnetic Ink Character Recognition (MICR) barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.MicroPdf417">
      <summary>Gets the Micro PDF 417 barcode symbology.</summary>
      <returns>The Micro PDF 417 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.MicroQr">
      <summary>Gets the Micro QR Code barcode symbology.</summary>
      <returns>The Micro QR Code barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Msi">
      <summary>Gets the MSI barcode symbology.</summary>
      <returns>The MSI barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.MsTag">
      <summary>Gets the Microsoft tag barcode symbology.</summary>
      <returns>The Microsoft tag barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.OcrA">
      <summary>Gets the OCR-A barcode symbology.</summary>
      <returns>The OCR-A barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.OcrB">
      <summary>Gets the OCR-B barcode symbology.</summary>
      <returns>The OCR-B barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Pdf417">
      <summary>Gets the PDF 417 barcode symbology.</summary>
      <returns>The PDF 417 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Plessey">
      <summary>Gets the Plessey barcode symbology.</summary>
      <returns>The Plessey barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Pzn">
      <summary>Gets the Pharma-Zentral-Nummer (Pzn) barcode symbology.</summary>
      <returns>The Pharma-Zentral-Nummer (Pzn) barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Qr">
      <summary>Gets the Quick Response (QR) Code barcode symbology.</summary>
      <returns>The Quick Response (QR) Code barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Sisac">
      <summary>Gets the Serials Industry Systems Advisory Committee (SISAC) barcode symbology.</summary>
      <returns>The Serials Industry Systems Advisory Committee (SISAC) barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.SwedenPost">
      <summary>Gets the Sweden Postal barcode symbology.</summary>
      <returns>The Sweden Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Telepen">
      <summary>Gets the Telepen barcode symbology.</summary>
      <returns>The Telepen barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.TfDis">
      <summary>Gets the Discreet 2 of 5 barcode symbology.</summary>
      <returns>The Discreet 2 of 5 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.TfIata">
      <summary>Gets the 2 of 5 International Air Transportation Association (IATA) barcode symbology.</summary>
      <returns>The 2 of 5 International Air Transportation Association (IATA) barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.TfInd">
      <summary>Gets the Industrial 2 of 5 barcode symbology.</summary>
      <returns>The Industrial 2 of 5 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.TfInt">
      <summary>Gets the Interleaved 2 of 5 barcode symbology.</summary>
      <returns>The Interleaved 2 of 5 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.TfMat">
      <summary>Gets the 2 of 5 Matrix barcode symbology.</summary>
      <returns>The 2 of 5 Matrix barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.TfStd">
      <summary>Gets the Standard 2 of 5 barcode symbology.</summary>
      <returns>The Standard 2 of 5 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Tlc39">
      <summary>Gets the TLC 39 barcode symbology.</summary>
      <returns>The TLC 39 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Trioptic39">
      <summary>Gets the Tri-Optic Media Storage Devices barcode symbology.</summary>
      <returns>The Tri-Optic Media Storage Devices barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UccEan128">
      <summary>Gets the UCC/EAN 128 barcode symbology.</summary>
      <returns>The UCC/EAN 128 barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UkPost">
      <summary>Gets the UK Postal barcode symbology.</summary>
      <returns>The UK Postal barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Unknown">
      <summary>Unknown barcode symbology.</summary>
      <returns>Unknown barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Upca">
      <summary>Gets the Universal Product Code (UPC) version A barcode symbology.</summary>
      <returns>The Universal Product Code (UPC) version A barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UpcaAdd2">
      <summary>Gets the UPC A with 2 digit supplemental barcode symbology.</summary>
      <returns>The UPC A with 2 digit supplemental barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UpcaAdd5">
      <summary>Gets the UPC A with 5 digit supplement barcode symbology.</summary>
      <returns>The UPC A with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UpcCoupon">
      <summary>Gets the UPC Coupon with supplemental barcode symbology.</summary>
      <returns>The UPC Coupon with supplemental barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Upce">
      <summary>Gets the Universal Product Code (UPC) version E barcode symbology.</summary>
      <returns>The Universal Product Code (UPC) version E barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UpceAdd2">
      <summary>Gets the UPC-E with 2 digit supplemnent barcode symbology.</summary>
      <returns>The UPC-E with 2 digit supplemnent barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UpceAdd5">
      <summary>Gets the UPC-E with 5 digit supplement barcode symbology.</summary>
      <returns>The UPC-E with 5 digit supplement barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.Us4StateFics">
      <summary>Gets the United States Postal Service 4-State Flat Mail Identification Code Sort (FICS) barcode symbology.</summary>
      <returns>The United States Postal Service 4-State Flat Mail Identification Code Sort (FICS) barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UsIntelligent">
      <summary>Gets the United States Postal Service (USPS) Intelligent Mail barcode symbology.</summary>
      <returns>The United States Postal Service (USPS) Intelligent Mail barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UsIntelligentPkg">
      <summary>Gets the United States Postal Service (USPS) Intelligent Mail Package barcode symbology.</summary>
      <returns>The United States Postal Service (USPS) Intelligent Mail Package barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UsPlanet">
      <summary>Gets the United States Postal Service PLANET barcode symbology.</summary>
      <returns>The United States Postal Service PLANET barcode symbology.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeSymbologies.UsPostNet">
      <summary>Gets the United States Postal Numeric Encoding Technique (POSTNET) barcode symbology.</summary>
      <returns>The United States Postal Numeric Encoding Technique (POSTNET) barcode symbology.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeSymbologies.GetName(System.UInt32)">
      <summary>Returns the barcode symbology type as a string.</summary>
      <returns>The barcode symbology type as a string.</returns>
      <param name="scanDataType">The barcode symbology type.</param>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScannerReport">
      <summary>Contains the barcode scanner data.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerReport.ScanData">
      <summary>Gets the full raw data from the DataReceived event.</summary>
      <returns>The raw data stream from the scanning event.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerReport.ScanDataLabel">
      <summary>Gets the decoded barcode label, which does not include the header, checksum, and other miscellaneous information.</summary>
      <returns>The data stream containing the decoded barcode label.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerReport.ScanDataType">
      <summary>Gets the decoded barcode label type. Possible values are defined in the BarcodeSymbologies class.</summary>
      <returns>The specific barcode symbology.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScannerDataReceivedEventArgs">
      <summary>Provides the barcode data from the DataReceived event.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerDataReceivedEventArgs.Report">
      <summary>Gets the data from the DataReceived event.</summary>
      <returns>Data from the barcode scanning event.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScannerErrorOccurredEventArgs">
      <summary>Provides data for the ErrorOccurred event.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerErrorOccurredEventArgs.ErrorData">
      <summary>Gets the data associated with the ErrorOccurred event.</summary>
      <returns>The error information.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerErrorOccurredEventArgs.IsRetriable">
      <summary>Indicates whether it is worthwhile to make another attempt at the operation.</summary>
      <returns>True if the application should make another attempt at the operation; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerErrorOccurredEventArgs.PartialInputData">
      <summary>Gets any data that was successfully read.</summary>
      <returns>The partial input information from the barcode scanner.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScannerImagePreviewReceivedEventArgs">
      <summary>Provides the data from the ImagePreviewReceived event.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerImagePreviewReceivedEventArgs.Preview">
      <summary>Gets the BitmapImage from the device representing a preview frame.</summary>
      <returns>The data stream representing the preview frame.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScannerStatusUpdatedEventArgs">
      <summary>Provides information about an operation status change.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerStatusUpdatedEventArgs.ExtendedStatus">
      <summary>Gets the vendor specific status code.</summary>
      <returns>The vendor specific status code.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerStatusUpdatedEventArgs.Status">
      <summary>Gets the status change information.</summary>
      <returns>The status change information.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScannerCapabilities">
      <summary>Represents the barcode scanner capabilities.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerCapabilities.IsImagePreviewSupported">
      <summary>Indicates whether the barcode scanner supports image preview.</summary>
      <returns>True if the barcode scanner supports image preview; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerCapabilities.IsStatisticsReportingSupported">
      <summary>Indicates whether the barcode scanner supports reporting of usage statistics.</summary>
      <returns>True if the barcode scanner supports statistics reporting; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerCapabilities.IsStatisticsUpdatingSupported">
      <summary>Indicates whether the barcode scanner supports updating or resetting of usage statistics.</summary>
      <returns>True if the barcode scanner supports updating of usage statistics; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScannerCapabilities.PowerReportingType">
      <summary>Gets the power reporting type for the barcode scanner.</summary>
      <returns>Power reporting type.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.BarcodeScanner">
      <summary>Represents the barcode scanner device.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScanner.Capabilities">
      <summary>Gets the capabilities of the specified barcode scanner.</summary>
      <returns>The capabilities of the barcode scanner.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.BarcodeScanner.DeviceId">
      <summary>Gets the DeviceInformation.Id of the barcode scanner.</summary>
      <returns>The DeviceInformation.Id of the barcode scanner.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.ClaimScannerAsync">
      <summary>Attempts to get an exclusive access to the barcode scanner.</summary>
      <returns>When the method completes, it returns a ClaimedBarcodeScanner.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.CheckHealthAsync(Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel)">
      <summary>Tests the state of the barcode scanner.</summary>
      <returns>A text description of the test result. Returns an error if the specified check level is not supported by the UnifiedPos device.</returns>
      <param name="level">The specified health check level.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.GetSupportedSymbologiesAsync">
      <summary>Gets the symbologies supported by the claimed barcode scanner.</summary>
      <returns>When the method completes successfully, it returns a list of values that represent the symbologies supported by the device.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.IsSymbologySupportedAsync(System.UInt32)">
      <summary>Determines whether the specified symbology is supported by the barcode scanner.</summary>
      <returns>True if the device supports the specified symbology; otherwise, false.</returns>
      <param name="barcodeSymbology">The specific barcode symbology.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.RetrieveStatisticsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the requested statistics from the barcode scanner.</summary>
      <returns>IBuffer representing the requested statistics.</returns>
      <param name="statisticsCategories">The list of statistics to retrieve.An empty string ("") retrieves all statistics."U_" retrieves all UnifiedPOS defined statistics."M_" retrieves all manufacturer defined statistics."name1" and/or "name2" retrieves specific named statistics as defined by UnifiedPOS or manufacturer.Any combination of individual and groups names ("name3", "U_", "M_").</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.GetSupportedProfiles">
      <summary>Gets the list of profiles supported by the barcode scanner.</summary>
      <returns>As array of strings representing the supported profiles. Returns an empty list if the scanner does not support profiles.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.IsProfileSupported(System.String)">
      <summary>Determines whether the profile is supported.</summary>
      <returns>True if the barcode scanner supports the profile; otherwise false.</returns>
      <param name="profile">Barcode scanner profile.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.GetDefaultAsync">
      <summary>Returns the first available barcode scanner.</summary>
      <returns>The first available barcode scanner. Returns a null object in the following cases:A device is not found.Access denied to the existing device. The user can deny access to a device, which is not treated as an exception.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.FromIdAsync(System.String)">
      <summary>Creates BarcodeScanner object from the DeviceInformation.Id.</summary>
      <returns>The barcode scanner specified by the unique device identifier. Returns a null object in the following cases:The specific device is not found.Access denied to the existing device. The user can deny access to a device, which is not treated as an exception.</returns>
      <param name="deviceId">The DeviceInformation.Id that identifies a specific barcode scanner, which can be retrieved from the DeviceId property.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.BarcodeScanner.GetDeviceSelector">
      <summary>Returns an Advanced Query Syntax (AQS) string this is used to enumerate available barcode scanners.</summary>
      <returns>An Advanced Query Syntax (AQS) string that is used to enumerate available barcode scanners.</returns>
    </member>
    <member name="E:Windows.Devices.PointOfService.BarcodeScanner.StatusUpdated">
      <summary>Occurs when the barcode scanner detects an operation status change.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.ClaimedBarcodeScanner">
      <summary>Represents the claimed barcode scanner.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedBarcodeScanner.DeviceId">
      <summary>Gets the DeviceInformation.Id of the claimed barcode scanner.</summary>
      <returns>The DeviceInformation.Id of the claimed barcode scanner.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedBarcodeScanner.IsDisabledOnDataReceived">
      <summary>Gets or sets a Boolean value that indicates whether the barcode scanner is disabled after receiving the data.</summary>
      <returns>Set to true if the application wants to receive and process only one input or only one input at a time.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedBarcodeScanner.IsDecodeDataEnabled">
      <summary>Gets or sets a Boolean value that indicates whether to provide the decoded data to the service object.</summary>
      <returns>Set to true if decoded data is provided to the application; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedBarcodeScanner.IsEnabled">
      <summary>Indicates whether the barcode scanner can receive DataReceived events.</summary>
      <returns>True if the device can receive DataReceived events; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.EnableAsync">
      <summary>Gets the barcode scanner into a ready state for DataReceived events.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.DisableAsync">
      <summary>Puts the barcode scanner into a state where it cannot receive DataReceived events.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.RetainDevice">
      <summary>Retains exclusive claim to the barcode scanner.</summary>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.SetActiveSymbologiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Sets the barcode symbologies for the device to use.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="symbologies">The specific symbologies to use.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.ResetStatisticsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Resets the specified statistics to zero for all statistics that can be reset.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="statisticsCategories">The list of names of the statistics to reset. An empty string ("") retrieves all statistics."U_" retrieves all UnifiedPOS defined statistics."M_" retrieves all manufacturer defined statistics."name1" and/or "name2" retrieves specific named statistics as defined by UnifiedPOS or manufacturer.Any combination of individual and groups names ("name3", "U_", "M_").</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.UpdateStatisticsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Updates the specified statistics.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="statistics">The list of key-value pairs of statistics to update. An empty string ("", "value1") sets all statistics that can be set to value1."U_", "value2" sets all UnifiedPOS defined statistics that can be set to value2. "M_", "value3" sets all manufacturer defined statistics that can be set to value3."name1", "value4" sets specific named statistics as defined by UnifiedPOS or manufacturer to value4.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.SetActiveProfileAsync(System.String)">
      <summary>Sets the active profile on the barcode scanner.</summary>
      <returns>No object or value is returned when the method completes.</returns>
      <param name="profile">The name of the profile to set on the device.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.Close">
      <summary>Releases exclusive claim to the barcode scanner.</summary>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedBarcodeScanner.DataReceived">
      <summary>Occurs when the device scans a barcode.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedBarcodeScanner.ErrorOccurred">
      <summary>Occurs when there is a problem in reading a barcode.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedBarcodeScanner.ImagePreviewReceived">
      <summary>Occurs when the device receives the bitmap image of the scan.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedBarcodeScanner.ReleaseDeviceRequested">
      <summary>Occurs when the device gets a request to release its exclusive claim.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedBarcodeScanner.TriggerPressed">
      <summary>Occurs when the barcode scanner trigger or button is pressed during a scanning operation.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedBarcodeScanner.TriggerReleased">
      <summary>Occurs when the barcode scanner trigger or button is released during a scanning operation.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel">
      <summary>Defines the constants that indicates the level of support for magnetic stripe reader authentication protocol: NotSupported, Optional, or Required.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel.NotSupported">
      <summary>Does not support authentication.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel.Optional">
      <summary>Supports authentication, but does not require it.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel.Required">
      <summary>Requires authentication.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderStatus">
      <summary>Defines the constants that indicates the device authentication status.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderStatus.Unauthenticated">
      <summary>A device not authenticated.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderStatus.Authenticated">
      <summary>An authenticated device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderStatus.Extended">
      <summary>Vendor specific status.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationProtocol">
      <summary>Defines the constants that indicates the authentication protocol supported by the device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationProtocol.None">
      <summary>The device does not support device authentication.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationProtocol.ChallengeResponse">
      <summary>The device supports challenge response protocol.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderTrackIds">
      <summary>Defines the constants that indicates the device track ID to read.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackIds.None">
      <summary>No track ID</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackIds.Track1">
      <summary>Read track 1</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackIds.Track2">
      <summary>Read track 2</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackIds.Track3">
      <summary>Read track 3</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackIds.Track4">
      <summary>Read track 4</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderErrorReportingType">
      <summary>Defines the constants that indicates the error reporting type for the device.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderErrorReportingType.CardLevel">
      <summary>Report errors at the card level.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderErrorReportingType.TrackLevel">
      <summary>Report errors at the track level.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType">
      <summary>Defines the constants that indicates the track error type.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType.None">
      <summary>No specified error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType.StartSentinelError">
      <summary>A start sentinel error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType.EndSentinelError">
      <summary>An end sentinel error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType.ParityError">
      <summary>A parity error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType.LrcError">
      <summary>An LRC error.</summary>
    </member>
    <member name="F:Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType.Unknown">
      <summary>An unknown error.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderEncryptionAlgorithms">
      <summary>Contains the encryption algorithm supported by the device.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderEncryptionAlgorithms.ExtendedBase">
      <summary>Indicates vendor specific encryption algorithm.</summary>
      <returns>Vendor-specific algorithm.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderEncryptionAlgorithms.None">
      <summary>Indicates no encryption algorithm.</summary>
      <returns>No encryption algorithm.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderEncryptionAlgorithms.TripleDesDukpt">
      <summary>Indicates Triple DES DUKPT (Derived Unique Key Per Transaction) encryption algorithm supported by the device.</summary>
      <returns>The Triple DES DUKPT encryption algorithm.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderCardTypes">
      <summary>Contains the card type of the recently swiped card.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCardTypes.Aamva">
      <summary>Indicates the American Association of Motor Vehicle Administrators (AAMVA) card type.</summary>
      <returns>The AAMVA card type.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCardTypes.Bank">
      <summary>Indicates a bank card type.</summary>
      <returns>Bank card type.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCardTypes.ExtendedBase">
      <summary>Indicates vendor-specific card type.</summary>
      <returns>Vendor-specific card type.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCardTypes.Unknown">
      <summary>Indicates an unknown card type.</summary>
      <returns>Unknown card type.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderTrackData">
      <summary>Contains the track data obtained following a card swipe.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderTrackData.Data">
      <summary>Gets the raw or decoded data from the swiped card.</summary>
      <returns>The track data from the swiped card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderTrackData.DiscretionaryData">
      <summary>Gets the discretionary data from the swiped card.</summary>
      <returns>The discretionary data from the swiped card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderTrackData.EncryptedData">
      <summary>Gets the encrypted data from the swiped card.</summary>
      <returns>The encrypted data from the swiped card.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderReport">
      <summary>Contains data from the recently swiped card.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.AdditionalSecurityInformation">
      <summary>Gets the additional security or encryption information for the recently swiped card.</summary>
      <returns>The additional security or encryption information.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.CardAuthenticationData">
      <summary>Gets the card authentication information for the recently swiped card.</summary>
      <returns>The card authentication data.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.CardAuthenticationDataLength">
      <summary>Gets the length of the raw CardAuthenticationData before it is encrypted.</summary>
      <returns>The length of the raw CardAuthenticationData before it is encrypted.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.CardType">
      <summary>Gets the card type identifier for the recently swiped card.</summary>
      <returns>The card type identifier.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.Properties">
      <summary>Gets a dictionary of properties for the recently swiped card.</summary>
      <returns>A dictionary of properties.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.Track1">
      <summary>Gets the track data for Track 1.</summary>
      <returns>The Track 1 data.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.Track2">
      <summary>Gets the track data for Track 2.</summary>
      <returns>The Track 3 data.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.Track3">
      <summary>Gets the track data for Track 3.</summary>
      <returns>The Track 3 data.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderReport.Track4">
      <summary>Gets the track data for Track 4.</summary>
      <returns>The Track 4 data.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs">
      <summary>Provides bank card data from the BankCardDataReceived event.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.AccountNumber">
      <summary>Gets the account number from the swiped bank card.</summary>
      <returns>The account number from the swiped bank card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.ExpirationDate">
      <summary>Gets the expiration date from the swiped card.</summary>
      <returns>The expiration date from the swiped card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.FirstName">
      <summary>Gets the first name from the swiped bank card.</summary>
      <returns>The first name from the swiped bank card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.MiddleInitial">
      <summary>Gets the middle initial from the swiped bank card.</summary>
      <returns>The middle initial from the swiped bank card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.Report">
      <summary>Gets the data from the swiped bank card.</summary>
      <returns>The data from the swiped bank card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.ServiceCode">
      <summary>Gets the service code for the swiped bank card.</summary>
      <returns>The service code for the swiped bank card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.Suffix">
      <summary>Gets the suffix from the swiped bank card.</summary>
      <returns>The suffix from the swiped bank card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.Surname">
      <summary>Gets the surname from the swiped bank card.</summary>
      <returns>The surname from the swiped bank card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs.Title">
      <summary>Gets the title from the swiped bank card.</summary>
      <returns>The title from the swiped bank card.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs">
      <summary>Provides the American Association of Motor Vehicle Administrators (AAMVA) card data from the AamvaCardDataReceived event.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Address">
      <summary>Gets the address from the swiped AAMVA card.</summary>
      <returns>The address from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.BirthDate">
      <summary>Gets the birth date from the swiped AAMVA card.</summary>
      <returns>The birth date from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.City">
      <summary>Gets the city from the swiped AAMVA card.</summary>
      <returns>The city from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Class">
      <summary>Gets the class from the swiped AAMVA card.</summary>
      <returns>The class from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Endorsements">
      <summary>Gets the endorsements from the swiped AAMVA card.</summary>
      <returns>The endorsements from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.ExpirationDate">
      <summary>Gets the expiration date from the swiped AAMVA card.</summary>
      <returns>The expiration date from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.EyeColor">
      <summary>Gets the eye color from the swiped AAMVA card.</summary>
      <returns>The eye color from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.FirstName">
      <summary>Gets the first name from the swiped AAMVA card.</summary>
      <returns>The first name from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Gender">
      <summary>Gets the gender from the swiped AAMVA card.</summary>
      <returns>The gender from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.HairColor">
      <summary>Gets the hair color from the swiped AAMVA card.</summary>
      <returns>The hair color from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Height">
      <summary>Gets the height from the swiped AAMVA card.</summary>
      <returns>The height from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.LicenseNumber">
      <summary>Gets the license number from the swiped AAMVA card.</summary>
      <returns>The license number from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.PostalCode">
      <summary>Gets the postal code from the swiped AAMVA card.</summary>
      <returns>The postal code from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Report">
      <summary>Gets the additional data from the swiped AAMVA card.</summary>
      <returns>The report from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Restrictions">
      <summary>Gets the restrictions from the swiped AAMVA card.</summary>
      <returns>The restrictions from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.State">
      <summary>Gets the state from the swiped AAMVA card.</summary>
      <returns>The state from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Suffix">
      <summary>Gets the suffix from the swiped AAMVA card.</summary>
      <returns>The suffix from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Surname">
      <summary>Gets the surname from the swiped card.</summary>
      <returns>The surname from the swiped AAMVA card.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs.Weight">
      <summary>Gets the weight from the swiped AAMVA card.</summary>
      <returns>The weight from the swiped AAMVA card.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs">
      <summary>Provides data for the recently swiped vendor card.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs.Report">
      <summary>Gets data for the recently swiped vendor card.</summary>
      <returns>The vendor specific data.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs">
      <summary>Provides error information for the ErrorOccurred event.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs.ErrorData">
      <summary>Gets the error information, such as cause of error, severity, error message, and any available vendor specific error information.</summary>
      <returns>The error information.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs.PartialInputData">
      <summary>Gets the track data for tracks the did not have errors.</summary>
      <returns>The track data for tracks the did not have errors.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs.Track1Status">
      <summary>Gets the Track 1 error information.</summary>
      <returns>The Track 1 error information.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs.Track2Status">
      <summary>Gets the Track 2 error information.</summary>
      <returns>The Track 2 error information.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs.Track3Status">
      <summary>Gets the Track 3 error information.</summary>
      <returns>The Track 3 error information.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs.Track4Status">
      <summary>Gets the Track 4 error information.</summary>
      <returns>The Track 4 error information.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderStatusUpdatedEventArgs">
      <summary>Provides information about an operation status change.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderStatusUpdatedEventArgs.ExtendedStatus">
      <summary>Gets the vendor specific error code.</summary>
      <returns>The vendor specific error code.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderStatusUpdatedEventArgs.Status">
      <summary>Gets the status change information.</summary>
      <returns>The status change information.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities">
      <summary>Provides capabilities information for the magnetic stripe reader.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.AuthenticationLevel">
      <summary>Gets the authentication level supported by the device.</summary>
      <returns>The supported authentication level.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.CardAuthentication">
      <summary>Gets the type of card authentication data that is supported by the device.</summary>
      <returns>The string containing the type of card authentication data.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.IsIsoSupported">
      <summary>Indicates whether the device supports ISO cards.</summary>
      <returns>True if the device supports ISO cards; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.IsJisOneSupported">
      <summary>Indicates whether device supports JIS Type-I cards.</summary>
      <returns>True if the device support JIS Type-I cards; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.IsJisTwoSupported">
      <summary>Indicates whether the device supports JIS Type-II cards.</summary>
      <returns>True if the device supports JIS Type-II cards; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.IsStatisticsReportingSupported">
      <summary>Indicates whether the device supports reporting of usage statistics.</summary>
      <returns>True if the device supports reporting of usage statistics; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.IsStatisticsUpdatingSupported">
      <summary>Indicates whether the device supports updating of usage statistics.</summary>
      <returns>True if the device supports updating of statistics; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.IsTrackDataMaskingSupported">
      <summary>Indicates whether the device is capable of masking track data.</summary>
      <returns>True if the device is capable of masking track data; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.IsTransmitSentinelsSupported">
      <summary>Indicates whether the devices is able to transmit start and end sentinels.</summary>
      <returns>True if the device is able to transmit start and end sentinels; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.PowerReportingType">
      <summary>Gets the power reporting capabilities of the device.</summary>
      <returns>The power reporting capabilities of the device.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReaderCapabilities.SupportedEncryptionAlgorithms">
      <summary>Gets the supported encryption algorithm.</summary>
      <returns>The supported encryption algorithm.</returns>
    </member>
    <member name="T:Windows.Devices.PointOfService.MagneticStripeReader">
      <summary>Represents the magnetic stripe reader device.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReader.Capabilities">
      <summary>Gets the capabilities of the magnetic stripe reader.</summary>
      <returns>The capabilities of the magnetic stripe reader.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReader.DeviceAuthenticationProtocol">
      <summary>Device authentication protocol supported by the magnetic stripe reader.</summary>
      <returns>The supported authentication protocol.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReader.DeviceId">
      <summary>Gets the DeviceInformation.Id of the magnetic stripe reader.</summary>
      <returns>The DeviceInformation.Id of the magnetic stripe reader.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.MagneticStripeReader.SupportedCardTypes">
      <summary>Gets the card types supported by the magnetic stripe reader.</summary>
      <returns>The card type identifier.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.MagneticStripeReader.CheckHealthAsync(Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel)">
      <summary>Tests the health of the magnetic stripe reader.</summary>
      <returns>A text description of the text result. Returns an error if the specified check level is not supported by the device.</returns>
      <param name="level">The specific health check level.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.MagneticStripeReader.ClaimReaderAsync">
      <summary>Attempts to get an exclusive access to the magnetic stripe reader.</summary>
      <returns>When the method completes, it returns a ClaimedMagneticStripeReader or it returns null if the operation fails to claim a magnetic stripe reader.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.MagneticStripeReader.RetrieveStatisticsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the requested statistics from the magnetic stripe reader.</summary>
      <returns>IBuffer representing the requested statistics.</returns>
      <param name="statisticsCategories">The list of statistics to retrieve.An empty string ("") retrieves all statistics."U_" retrieves all UnifiedPOS defined statistics."M_" retrieves all manufacturer defined statistics."name1" and/or "name2" retrieves specific named statistics as defined by UnifiedPOS or manufacturer.Any combination of individual and groups names ("name3", "U_", "M_").</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.MagneticStripeReader.GetDefaultAsync">
      <summary>Returns the first magnetic stripe reader found.</summary>
      <returns>The first magnetic stripe reader found. Returns a null object in the following cases:A device is not found.Access denied to the existing device. The user can deny access to a device, which is not treated as an exception.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.MagneticStripeReader.FromIdAsync(System.String)">
      <summary>Creates a MagneticStripeReader object from DeviceInformation.Id.</summary>
      <returns>The magnetic stripe reader specified by the unique device identifier. Returns a null object in the following cases:The specific device is not found.Access denied to the existing device. The user can deny access to a device, which is not treated as an exception.</returns>
      <param name="deviceId">The DeviceInformation.Id that identifies a specific magnetic stripe reader, which can be retrieved from the DeviceId property.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.MagneticStripeReader.GetDeviceSelector">
      <summary>Returns an Advanced Query Syntax (AQS) string that is used to enumerate available magnetic stripe readers.</summary>
      <returns>An Advanced Query Syntax (AQS) string that is used to enumerate available magnetic stripe readers.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.MagneticStripeReader.GetErrorReportingType">
      <summary>Gets the error reporting type the application wants to receive.</summary>
      <returns>The error reporting type.</returns>
    </member>
    <member name="E:Windows.Devices.PointOfService.MagneticStripeReader.StatusUpdated">
      <summary>Occurs when the device detects an operation status change.</summary>
    </member>
    <member name="T:Windows.Devices.PointOfService.ClaimedMagneticStripeReader">
      <summary>Represents the claimed magnetic stripe reader.</summary>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.DeviceId">
      <summary>Gets the DeviceInformation.Id of the claimed magnetic stripe reader.</summary>
      <returns>The DeviceInformation.Id of the claimed magnetic stripe reader.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.IsDisabledOnDataReceived">
      <summary>Gets or sets a Boolean value that indicates whether the magnetic stripe reader is disabled after receiving the data from the most recently swiped card.</summary>
      <returns>Set to true if the application wants to receive and process only one input or only one input at a time.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.IsDecodeDataEnabled">
      <summary>Indicates whether to provide raw or decoded data from the most recently swiped card.</summary>
      <returns>Set to true if decoded data is provided to the application; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.DataEncryptionAlgorithm">
      <summary>Gets or sets the MagneticStripeReaderEncryptionAlgorithms that will be used to encrypt the track data.</summary>
      <returns>The encryption algorithm the will be used to encrypt the track data.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.IsDeviceAuthenticated">
      <summary>Indicates whether the device is authenticated.</summary>
      <returns>True is the device is authenticated; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.IsEnabled">
      <summary>Indicates whether the magnetic stripe reader is ready to receive data events.</summary>
      <returns>True if the device is operational; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.IsTransmitSentinelsEnabled">
      <summary>Indicates whether the track data contains start and end sentinel values.</summary>
      <returns>True if the track data contains start and end sentinel values. False if the track data properties only contain track data between sentinels.</returns>
    </member>
    <member name="P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.TracksToRead">
      <summary>Gets or sets the track data that the application wants to receive following a card swipe.</summary>
      <returns>The card track.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.EnableAsync">
      <summary>Gets the magnetic stripe reader into a ready state to receive data events.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.DisableAsync">
      <summary>Puts the ClaimedMagneticStripeReader into a state where it cannot receive data events.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.RetainDevice">
      <summary>Retains exclusive claim to the magnetic stripe reader.</summary>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.RetrieveDeviceAuthenticationDataAsync">
      <summary>Retrieves a challenge token from the device.</summary>
      <returns>Buffer used to store the resulting challenge token from the device.</returns>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.AuthenticateDeviceAsync(System.Byte[])">
      <summary>Puts the device into an authenticated state.</summary>
      <param name="responseToken">A buffer containing the response token generated from the challenge token retrieved from a previous call to the RetrieveDeviceAuthenticationDataAsync method.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(System.Byte[])">
      <summary>Puts the device into an unauthenticated state.</summary>
      <param name="responseToken">A buffer containing the response token generated from the challenge token retrieved from a previous call to the RetrieveDeviceAuthenticationDataAsync method.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.UpdateKeyAsync(System.String,System.String)">
      <summary>Provides a new encryption key to the device.</summary>
      <param name="key">The HEX-ASCII or base64-encoded value for the new key.</param>
      <param name="keyName">The name used to identify the key.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.ResetStatisticsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Resets the specified statistics to zero for all statistics that can be reset.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="statisticsCategories">The list of names of the statistics to reset. An empty string ("") retrieves all statistics."U_" retrieves all UnifiedPOS defined statistics."M_" retrieves all manufacturer defined statistics."name1" and/or "name2" retrieves specific named statistics as defined by UnifiedPOS or manufacturer.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.UpdateStatisticsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Updates the specified statistics.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="statistics">The list of key-value pairs of statistics to update. An empty string ("", "value1") sets all statistics that can be set to value1."U_", "value2" sets all UnifiedPOS defined statistics that can be set to value2. "M_", "value3" sets all manufacturer defined statistics that can be set to value3."name1", "value4" sets specific named statistics as defined by UnifiedPOS or manufacturer to value4.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.SetErrorReportingType(Windows.Devices.PointOfService.MagneticStripeReaderErrorReportingType)">
      <summary>Sets the type of error to report by the ErrorOccurred event.</summary>
      <param name="value">Error reporting type.</param>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.Close">
      <summary>Releases the exclusive claim to the magnetic strip reader.</summary>
    </member>
    <member name="M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.AamvaCardDataReceived">
      <summary>Occurs when a motor vehicle card is swiped.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.BankCardDataReceived">
      <summary>Occurs when a bank card is swiped.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.ReleaseDeviceRequested">
      <summary>Occurs when the device gets a request to release its exclusive claim.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.VendorSpecificDataReceived">
      <summary>Occurs when a vendor-specific card is swiped.</summary>
    </member>
    <member name="E:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.ErrorOccurred">
      <summary>Occurs when the magnetic stripe reader detects an error when reading a card.</summary>
    </member>
    <member name="N:Windows.Devices.Portable">
      <summary>Windows Portable Devices (WPD) enables computers to communicate with attached media and storage devices. This namespace provides methods for identifying Windows Portable Device (WPD) services and storage.</summary>
    </member>
    <member name="T:Windows.Devices.Portable.ServiceDevice">
      <summary>Provides methods for identifying a device service for a portable device that supports WPD (Windows Portable Devices) for device enumeration.</summary>
    </member>
    <member name="M:Windows.Devices.Portable.ServiceDevice.GetDeviceSelector(Windows.Devices.Portable.ServiceDeviceType)">
      <summary>Returns an Advanced Query Syntax (AQS) string that is used to enumerate device services of the specified ServiceDeviceType. This string is passed to the FindAllAsync or CreateWatcher method.</summary>
      <returns>The AQS string.</returns>
      <param name="serviceType">The type of service to identify.</param>
    </member>
    <member name="M:Windows.Devices.Portable.ServiceDevice.GetDeviceSelectorFromServiceId(System.Guid)">
      <summary>An Advanced Query Syntax (AQS) string for identifying a device service by its GUIDs. This string is passed to the FindAllAsync or CreateWatcher method.</summary>
      <returns>The AQS string.</returns>
      <param name="serviceId">The service identifier.</param>
    </member>
    <member name="T:Windows.Devices.Portable.ServiceDeviceType">
      <summary>Indicates the type of a portable device service.</summary>
    </member>
    <member name="F:Windows.Devices.Portable.ServiceDeviceType.CalendarService">
      <summary>A service that provides calendar information.</summary>
    </member>
    <member name="F:Windows.Devices.Portable.ServiceDeviceType.ContactsService">
      <summary>A service that tracks contacts.</summary>
    </member>
    <member name="F:Windows.Devices.Portable.ServiceDeviceType.DeviceStatusService">
      <summary>A device status service.</summary>
    </member>
    <member name="F:Windows.Devices.Portable.ServiceDeviceType.NotesService">
      <summary>A note-taking service.</summary>
    </member>
    <member name="F:Windows.Devices.Portable.ServiceDeviceType.RingtonesService">
      <summary>A service that provides ringtones for a phone.</summary>
    </member>
    <member name="F:Windows.Devices.Portable.ServiceDeviceType.SmsService">
      <summary>An short message service (SMS) messaging service.</summary>
    </member>
    <member name="F:Windows.Devices.Portable.ServiceDeviceType.TasksService">
      <summary>A service for tracking tasks.</summary>
    </member>
    <member name="T:Windows.Devices.Portable.StorageDevice">
      <summary>Provides methods for accessing the storage functionality of a portable device that supports WPD. Removable storage devices include:USB mass storage flash drives and camerasMedia Transfer Protocol (MTP) music players, phones, and camerasPicture Transfer Protocol (PTP) cameras</summary>
      <capability type="removableStorage">Required to read from and write to removable storage.</capability>
    </member>
    <member name="M:Windows.Devices.Portable.StorageDevice.FromId(System.String)">
      <summary>Gets a StorageFolder object from a DeviceInformation Id for a removable storage device.</summary>
      <capability type="removableStorage">Required to read from and write to removable storage.</capability>
      <returns>The storage folder object that represents the removable storage device and provides access to content on the device.</returns>
      <param name="DeviceId">The DeviceInformation ID that identifies the removable storage device. This id can be retrieved from Windows.Devices.Enumeration or the DeviceInformationId property of the AutoPlay device event arguments. For more information, see Quickstart: Register an app for an AutoPlay device. In order for FromId to succeed, the app must declare both the removableStorage capability as shown in the App capability declarations and file type associations for the files it wishes to access on the device as shown in How to handle file activation. For more information, see the Removable Storage sample.</param>
    </member>
    <member name="M:Windows.Devices.Portable.StorageDevice.GetDeviceSelector">
      <summary>An Advanced Query Syntax (AQS) string for identifying removable storage devices. This string is passed to the FindAllAsync or CreateWatcher method.</summary>
      <capability type="removableStorage">Required to read from and write to removable storage.</capability>
      <returns>An AQS string for identifying storage devices.</returns>
    </member>
    <member name="N:Windows.Devices.Printers.Extensions">
      <summary>Contains classes and interfaces that provide access to the Windows Runtime Components for print task configuration and print notifications.</summary>
    </member>
    <member name="T:Windows.Devices.Printers.Extensions.PrintExtensionContext">
      <summary>Provides the context for the printer extension object.</summary>
    </member>
    <member name="M:Windows.Devices.Printers.Extensions.PrintExtensionContext.FromDeviceId(System.String)">
      <summary>Gets the context for the printer extension object based on the DeviceInformation ID.</summary>
      <returns>Pointer to the context.</returns>
      <param name="deviceId">The device information ID for the print device.</param>
    </member>
    <member name="T:Windows.Devices.Printers.Extensions.PrintNotificationEventDetails">
      <summary>Contains properties that allow a client to access and/or manipulate print event data and print device name information.</summary>
    </member>
    <member name="P:Windows.Devices.Printers.Extensions.PrintNotificationEventDetails.EventData">
      <summary>Gets or sets the event data for a print notification event.</summary>
      <returns>The print notification event data.</returns>
    </member>
    <member name="P:Windows.Devices.Printers.Extensions.PrintNotificationEventDetails.PrinterName">
      <summary>Gets the name of the print device associated with the print notification.</summary>
      <returns>The print device name.</returns>
    </member>
    <member name="T:Windows.Devices.Printers.Extensions.PrintTaskConfiguration">
      <summary>Allows a client to retrieve the print task extension context, and also to add an event handler to the print task.</summary>
    </member>
    <member name="P:Windows.Devices.Printers.Extensions.PrintTaskConfiguration.PrinterExtensionContext">
      <summary>Gets the context for the print task extension.</summary>
      <returns>The context for the print task extension.</returns>
    </member>
    <member name="E:Windows.Devices.Printers.Extensions.PrintTaskConfiguration.SaveRequested">
      <summary>Raised by the print window for your app to notify the device app that the print ticket must be updated.</summary>
    </member>
    <member name="T:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequest">
      <summary>Called when the print dialog for your app raises a SaveRequested event.</summary>
    </member>
    <member name="M:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequest.Cancel">
      <summary>Called by the device app to cancel the client's request to save the print task configuration.</summary>
    </member>
    <member name="P:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequest.Deadline">
      <summary>Gets the date-time object that provides the deadline information for the print task.</summary>
      <returns>The deadline for the print task.</returns>
    </member>
    <member name="M:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequest.GetDeferral">
      <summary>Called by the device app when it has to complete some asynchronous tasks before it can save the print task configuration information.</summary>
      <returns>The object that represents the deferral for the print task configuration save request.</returns>
    </member>
    <member name="M:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequest.Save(System.Object)">
      <summary>Called by the device app to save the print task configuration.</summary>
      <param name="printerExtensionContext">The object that represents the print task extension context.</param>
    </member>
    <member name="T:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedDeferral">
      <summary>Called by the device app to provide an update of the status of the deferral.</summary>
    </member>
    <member name="M:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedDeferral.Complete">
      <summary>Called by the device app when the deferral is completed.</summary>
    </member>
    <member name="T:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedEventArgs">
      <summary>Called to notify the device app that the print task configuration must be saved.</summary>
    </member>
    <member name="P:Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedEventArgs.Request">
      <summary>Gets the information that is required for updating the print task configuration.</summary>
      <returns>The print task configuration save request.</returns>
    </member>
    <member name="N:Windows.Devices.Scanners">
      <summary>Contains the classes, interfaces, structures and other components that are built on top of the Windows Image Acquisition (WIA) COM APIs to provide scan functionality for Windows Store app and desktop apps.</summary>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration">
      <summary>Represents the Flatbed scan source of the scanner.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.ActualResolution">
      <summary>Gets the actual horizontal and vertical scan resolution for the Flatbed scanner, in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.AutoCroppingMode">
      <summary>Gets or sets the automatic crop mode.</summary>
      <returns>The automatic crop mode for the scan.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.Brightness">
      <summary>Gets or sets the current brightness level for capturing image data from the scanner's Flatbed. At the beginning of a new scan session, this property is set to the DefaultBrightness property.</summary>
      <returns>The current brightness level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.BrightnessStep">
      <summary>Gets the step size at which the brightness levels of the data source can be increased or decreased between the minimum and maximum values.</summary>
      <returns>The step size to increment or decrement. A typical value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.ColorMode">
      <summary>Gets or sets the color mode for the Flatbed scanner.</summary>
      <returns>The color mode.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.Contrast">
      <summary>Sets or gets the current contrast level for capturing image data from the scan source. At the beginning of a new scan session this property is set to the DefaultContrast property.</summary>
      <returns>The contrast level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.ContrastStep">
      <summary>Gets the step size at which the contrast levels of the data source can increase or decrease between the minimum and maximum values.</summary>
      <returns>The step size to increment or decrement. The typical value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.DefaultBrightness">
      <summary>Gets the default brightness level for the scanner's Flatbed.</summary>
      <returns>The default brightness level for the scanner.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.DefaultColorMode">
      <summary>Gets the default color mode for the scanner's Flatbed.</summary>
      <returns>The color mode.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.DefaultContrast">
      <summary>Gets the default contrast level for the scanner's Flatbed.</summary>
      <returns>The default contrast level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.DefaultFormat">
      <summary>Gets the default file format for the scanner's Flatbed at the beginning of a new scan session.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.DesiredResolution">
      <summary>Gets or sets the horizontal and vertical scan resolution for the scanner's Flatbed that the app requests, in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.Format">
      <summary>Gets or sets the current file transfer format for image data acquisition from the scanner's Flatbed to the client app.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.IsAutoCroppingModeSupported(Windows.Devices.Scanners.ImageScannerAutoCroppingMode)">
      <summary>Returns whether the scanner's Flatbed supports the specified ImageScannerAutoCroppingMode.</summary>
      <returns>Indicates whether the device supports value mode.</returns>
      <param name="value">The auto crop mode of the image to scan.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.IsColorModeSupported(Windows.Devices.Scanners.ImageScannerColorMode)">
      <summary>Returns whether the scanner's Flatbed can scan and transfer images in the specified color mode.</summary>
      <returns>Indicates whether the scanner can scan images in value mode.</returns>
      <param name="value">The color mode.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.IsFormatSupported(Windows.Devices.Scanners.ImageScannerFormat)">
      <summary>Determines whether the scanner's Flatbed supports the specified file format or not.</summary>
      <returns>Indicates whether the specified file type is supported.</returns>
      <param name="value">The file type.</param>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MaxBrightness">
      <summary>Gets the maximum brightness level supported by the scanner's Flatbed.</summary>
      <returns>The maximum brightness level, typically 1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MaxContrast">
      <summary>Gets the maximum contrast level supported by the scanner's Flatbed.</summary>
      <returns>The maximum contrast level, typically 1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MaxResolution">
      <summary>Gets the maximum horizontal and vertical scan resolution of the scanner's Flatbed in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MaxScanArea">
      <summary>Gets the maximum scan area dimensions in inches. The maximum scan width is the widest a document can be in order for the scanner's Flatbed to scan it.</summary>
      <returns>The width and height of the area.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MinBrightness">
      <summary>Gets the minimum brightness level supported by the scanner's Flatbed.</summary>
      <returns>The minimum brightness level, typically -1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MinContrast">
      <summary>Gets the minimum contrast level supported by the scanner's Flatbed.</summary>
      <returns>The minimum contrast level, typically -1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MinResolution">
      <summary>Gets the minimum horizontal and vertical scan resolution of the scanner's Flatbed in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MinScanArea">
      <summary>Gets the minimum scan area in inches. The minimum scan area is the smallest size a document can have in order for a Flatbed to scan it.</summary>
      <returns>The width and height of the area.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.OpticalResolution">
      <summary>Gets the optical scan resolution of the Flatbed scanner in DPI.</summary>
      <returns>The horizontal and vertical scan resolution in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.SelectedScanRegion">
      <summary>Gets or sets the origin coordinates (horizontal and vertical) and dimensions (width and height) of the selected scan area, in inches. This property is ignored when the AutoCroppingMode property is not Disabled.</summary>
      <returns>The location and size of a rectangle.</returns>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerFeederConfiguration">
      <summary>Represents the Feeder scan source of the scanner.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.ActualResolution">
      <summary>Gets the actual horizontal and vertical scan resolution for the scanner's Feeder, in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.AutoCroppingMode">
      <summary>Gets or sets the automatic crop mode.</summary>
      <returns>The automatic crop mode for the scan.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.AutoDetectPageSize">
      <summary>Gets or sets the page size automatic detection feature for the scanner's Feeder.</summary>
      <returns>True if the page size automatic detection feature is enabled; otherwise False.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.Brightness">
      <summary>Gets or sets the current brightness level for capturing image data from the scanner's Feeder. At the beginning of a new scan session, this property is set to the DefaultBrightness property.</summary>
      <returns>The current brightness level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.BrightnessStep">
      <summary>Gets the step size at which the brightness levels of the data source can be increased or decreased between the minimum and maximum values.</summary>
      <returns>The step size to increment or decrement. A typical value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.CanAutoDetectPageSize">
      <summary>Returns True if the device can automatically detect at scan time the size of the document pages scanned through the Feeder; otherwise returns False.</summary>
      <returns>True if the device can automatically detect at scan time the size of the document pages scanned through the Feeder; otherwise False.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.CanScanAhead">
      <summary>Gets whether the scanner device is capable of scanning ahead from its Feeder.</summary>
      <returns>Indicates whether or not the scanner's Feeder can scan ahead.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.CanScanDuplex">
      <summary>Gets whether the scanner's Feeder is capable of duplex scanning (scanning both document page sides, front and back). When scanning in duplex mode the same scan settings (such as color mode and scan resolution) are applied to scan both page sides.</summary>
      <returns>Indicates whether duplex scanning is available.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.ColorMode">
      <summary>Gets or sets the color mode for the scanner's Feeder.</summary>
      <returns>The color mode.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.Contrast">
      <summary>Sets or gets the current contrast level for capturing image data from the scanner's Feeder. At the beginning of a new scan session this property is set to the DefaultContrast property.</summary>
      <returns>The contrast level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.ContrastStep">
      <summary>Gets the step size at which the contrast levels of the data source can increase or decrease between the minimum and maximum values.</summary>
      <returns>The step size to increment or decrement. The typical value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.DefaultBrightness">
      <summary>Gets the default brightness level for the scanner's Feeder.</summary>
      <returns>The default brightness level for the scanner.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.DefaultColorMode">
      <summary>Gets the default color mode for the scanner's Feeder.</summary>
      <returns>The color mode.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.DefaultContrast">
      <summary>Gets the default contrast level for the scanner's Feeder.</summary>
      <returns>The default contrast level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.DefaultFormat">
      <summary>Gets the default file format for the scanner's Feeder at the beginning of a new scan session.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.DesiredResolution">
      <summary>Gets or sets the horizontal and vertical scan resolution for the scanner's Feeder that the app requests, in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.Duplex">
      <summary>Indicates whether the scanner's Feeder can scan both document page sides.</summary>
      <returns>Returns True if the Feeder can scan both page sides.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.Format">
      <summary>Gets or sets the current file transfer format for image data acquisition from the scanner's Feeder to the client app.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerFeederConfiguration.IsAutoCroppingModeSupported(Windows.Devices.Scanners.ImageScannerAutoCroppingMode)">
      <summary>Returns whether the scanner's Feeder supports the specified ImageScannerAutoCroppingMode.</summary>
      <returns>Indicates whether the device supports value mode.</returns>
      <param name="value">The auto crop mode of the image to scan.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerFeederConfiguration.IsColorModeSupported(Windows.Devices.Scanners.ImageScannerColorMode)">
      <summary>Returns whether the scanner's Feeder can scan and transfer images in the specified color mode.</summary>
      <returns>Indicates whether the scanner can scan images in value mode.</returns>
      <param name="value">The color mode.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerFeederConfiguration.IsFormatSupported(Windows.Devices.Scanners.ImageScannerFormat)">
      <summary>Determines whether the scanner's Feeder supports the specified file format or not.</summary>
      <returns>Indicates whether the specified file type is supported.</returns>
      <param name="value">The file type.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerFeederConfiguration.IsPageSizeSupported(Windows.Graphics.Printing.PrintMediaSize,Windows.Graphics.Printing.PrintOrientation)">
      <summary>Returns whether the Feeder can scan documents in the specified page size and orientation.</summary>
      <returns>Indicates the scanner can scan with pageSize and pageOrientation values.</returns>
      <param name="pageSize">The page size.</param>
      <param name="pageOrientation">The page orientation.</param>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MaxBrightness">
      <summary>Gets the maximum brightness level supported by the scanner's Feeder.</summary>
      <returns>The maximum brightness level, typically 1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MaxContrast">
      <summary>Gets the maximum contrast level supported by the scanner's Feeder.</summary>
      <returns>The maximum contrast level, typically 1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MaxNumberOfPages">
      <summary>Gets or sets the maximum number of pages-not images, the app can scan in one scan job, before the scanner stops.</summary>
      <returns>The number of pages.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MaxResolution">
      <summary>Gets the maximum horizontal and vertical scan resolution of the scanner's Feeder in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MaxScanArea">
      <summary>Gets the maximum scan area dimensions in inches. The maximum scan width is the widest a document can be in order for the scanner's Feeder to scan it.</summary>
      <returns>The width and height of the area.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MinBrightness">
      <summary>Gets the minimum brightness level supported by the scanner's Feeder.</summary>
      <returns>The minimum brightness level, typically -1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MinContrast">
      <summary>Gets the minimum contrast level supported by the scanner's Feeder.</summary>
      <returns>The minimum contrast level, typically -1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MinResolution">
      <summary>Gets the minimum horizontal and vertical scan resolution of the scanner's Feeder in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.MinScanArea">
      <summary>Gets the minimum scan area in inches. The minimum scan area is the smallest size a document can have in order for a Feeder to scan it.</summary>
      <returns>The width and height of the area.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.OpticalResolution">
      <summary>Gets the optical horizontal and vertical scan resolution of the scanner's Feeder in DPI.</summary>
      <returns>The horizontal and vertical scan resolution in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.PageOrientation">
      <summary>Gets or sets the currently selected page orientation that tells how to place the documents in the scanner's Feeder input tray.</summary>
      <returns>The orientation of the page.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.PageSize">
      <summary>Gets or sets the currently selected page size to scan from the Feeder.</summary>
      <returns>The page size.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.PageSizeDimensions">
      <summary>Gets the dimensions (width and height) and orientation of the selected page size, in mil units (1/1000").</summary>
      <returns>The page size.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.ScanAhead">
      <summary>Indicates whether or not to scan ahead.</summary>
      <returns>True to scan ahead.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerFeederConfiguration.SelectedScanRegion">
      <summary>Gets or sets the origin coordinates (horizontal and vertical) and dimensions (width and height) of the selected scan area, in inches. This property is ignored when the AutoCroppingMode property is not Disabled.</summary>
      <returns>The scan region, in inches.</returns>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerScanResult">
      <summary>Represents the result of a scan job.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerScanResult.ScannedFiles">
      <summary>Gets the list of scanned image files that was produced by the completed scan job.</summary>
      <returns>A list of scanned image files from the completed scan job. If there is no scanned file, the IVectorView&lt;T&gt;.Size property will be 0.</returns>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerPreviewResult">
      <summary>Represents the result of a preview scan job.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerPreviewResult.Format">
      <summary>Gets the format of the data for the scan preview. After preview this property is restored to the value before preview.</summary>
      <returns>The scan format.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerPreviewResult.Succeeded">
      <summary>Gets whether the scan preview was successful.</summary>
      <returns>True if scan preview was successful; otherwise False.</returns>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScanner">
      <summary>Represents the properties of images to scan.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScanner.AutoConfiguration">
      <summary>Gets and sets the scan settings of the auto-configured scan unit, like the file format, including compression to deliver the scanned data in. This property is ignored if the scanner is not capable of auto-configuration.</summary>
      <returns>The scan configuration. Null if the scanner is not capable of auto-configuration.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScanner.DefaultScanSource">
      <summary>Gets the default scan source chosen for this scanner device.</summary>
      <returns>The type of scan source.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScanner.DeviceId">
      <summary>Gets the PnP device identifier of this scanner device.</summary>
      <returns>The PnP device identifier.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScanner.FeederConfiguration">
      <summary>Gets or sets the scan settings of the Feeder scan unit, like page size, orientation, and scan resolution.</summary>
      <returns>The scanner's Feeder configuration. Null if there is no Feeder.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScanner.FlatbedConfiguration">
      <summary>Gets and sets the scan settings of the Flatbed scan unit, like scan resolution and color mode.</summary>
      <returns>The scan configuration of the scanner's Flatbed. Null if there is no Flatbed.</returns>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScanner.FromIdAsync(System.String)">
      <summary>Creates an instance of a ImageScanner object based on a scanners device information ID. This method is required for broker device enumeration.</summary>
      <returns>The ImageScanner object.</returns>
      <param name="deviceId">The device information ID. See DeviceInformation.Id property.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScanner.GetDeviceSelector">
      <summary>Returns the class selection string that apps can use to enumerate scanner devices. This method is required for the brokered device enumeration.</summary>
      <returns>The class selection.</returns>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScanner.IsPreviewSupported(Windows.Devices.Scanners.ImageScannerScanSource)">
      <summary>Determines if the specified scan source supports scan preview.</summary>
      <returns>Returns True if the specified scan source supports preview; otherwise False.</returns>
      <param name="scanSource">The scan source.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScanner.IsScanSourceSupported(Windows.Devices.Scanners.ImageScannerScanSource)">
      <summary>Determines if the specified scan source is available on the scanner.</summary>
      <returns>True if the scan source, Flatbed or Feeder, is available; otherwise False.</returns>
      <param name="value">The scan source.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScanner.ScanFilesToFolderAsync(Windows.Devices.Scanners.ImageScannerScanSource,Windows.Storage.StorageFolder)">
      <summary>Starts a scan job with the specified scan source and writes one or multiple images to one multi-page file like TIFF, XPS, and PDF; or one or multiple single-page files like DIB, PNG, JPG, and TIFF to the specified folder location. Returns the progress of the scan.</summary>
      <returns>The list of scanned image files from ImageScannerScanResult and the progress of the WIA scan job from UInt32, which indicates how many files were transferred to the target folder.</returns>
      <param name="scanSource">The image scan source.</param>
      <param name="storageFolder">The target folder location of the scanned file.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScanner.ScanPreviewToStreamAsync(Windows.Devices.Scanners.ImageScannerScanSource,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Scans one image from the specified scan source and applies the lowest scan resolution with the selected image file format.</summary>
      <returns>The progress of the scan and the scanned file format.</returns>
      <param name="scanSource">The image scan source.</param>
      <param name="targetStream">The scanned image file.</param>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerAutoConfiguration">
      <summary>Represents the auto-configured scan source of the scanner.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerAutoConfiguration.Format">
      <summary>Gets or sets the current file transfer format for image data acquisition from the device to the client app.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.ImageScannerAutoConfiguration.DefaultFormat">
      <summary>The default file format for the scan source at the beginning of a new scan session.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="M:Windows.Devices.Scanners.ImageScannerAutoConfiguration.IsFormatSupported(Windows.Devices.Scanners.ImageScannerFormat)">
      <summary>Determines if the input scanner supports the specified file format.</summary>
      <returns>True if the specified file type is supported; otherwise False.</returns>
      <param name="value">The file type.</param>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerAutoCroppingMode">
      <summary>Specifies the automatic crop mode of the scanning device.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerAutoCroppingMode.Disabled">
      <summary>Automatic detection is disabled. At the beginning of a new scan session, the AutoCroppingMode property is set to this value by default.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerAutoCroppingMode.SingleRegion">
      <summary>Scan a single scan region into individual, separate images.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerAutoCroppingMode.MultipleRegion">
      <summary>Scan multiple scan regions into individual, separate images.</summary>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerColorMode">
      <summary>Specifies the color modes for the scan source.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerColorMode.Color">
      <summary>24-bit RGB color (3 channels at 8 bits per channel).</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerColorMode.Grayscale">
      <summary>8 bit or 4 bit grayscale (1 channel at 8 or 4 bits per channel). If the device supports both 4 and 8 bit grayscale the DefaultColorMode property will use 8 bit.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerColorMode.Monochrome">
      <summary>1 bit bi-tonal, also called monochrome or 'black and white' (1 channel at 1 bit per channel).</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerColorMode.AutoColor">
      <summary>The device automatically detects the right color mode based on the scan content. In this case the decision between color, grayscale and black and white for example relies on the device, and not the app.</summary>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerFormat">
      <summary>The type of files to scan to.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerFormat.Jpeg">
      <summary>Exchangeable image file format/EXIF or JPEG file interchange format/JFIF Use these files only in color or grayscale modes (8 bits per channel/sample), with single page and compressed (lossy JPEG compression).</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerFormat.Png">
      <summary>Portable Network Graphics (PNG) image file format This value supports any color mode, with single page and compressed (loseless PNG compression).</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerFormat.DeviceIndependentBitmap">
      <summary>Windows Device Independent Bitmap (DIB) This value supports any color mode, with single page and uncompressed. This is the only format that is supported by all compatible WIA 2.0 scanner devices.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerFormat.Tiff">
      <summary>Uncompressed Tagged Image File Format (TIFF) compatible with the TIFF 6.0 specification, either single and/or multi-page These files can be in any color mode supported by this API, always uncompressed and either single page (if only one image has to be transferred) or multi-page (if multiple images have to be transferred and the device supports this multi-page file format).</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerFormat.Xps">
      <summary>Microsoft XML Paper Specification (XPS) document file format These files can contain image data in any color mode supported by this API, compressed at the choice of the device, either single or multi-page.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerFormat.OpenXps">
      <summary>Open XML Paper Specification (OpenXPS) document file format These files can contain image data in any color mode supported by this API, compressed at the choice of the device, either single or multi-page.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerFormat.Pdf">
      <summary>Portable Document Format PDF/A (PDF/A is an ISO-standardized version of the Portable Document Format/PDF specialized for the digital preservation of electronic documents) document file format These files can contain image data in any color mode supported by this API, compressed at the choice of the device, either single or multi-page.</summary>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerScanSource">
      <summary>The types of scan source for the scanning device.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerScanSource.Default">
      <summary>The default source.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerScanSource.Flatbed">
      <summary>A Flatbed scan source.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerScanSource.Feeder">
      <summary>A Feeder scan source.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerScanSource.AutoConfigured">
      <summary>The scan source is automatically configured.</summary>
    </member>
    <member name="T:Windows.Devices.Scanners.IImageScannerSourceConfiguration">
      <summary>Queries and configures scan settings that are common to both Flatbed and Feeder sources.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.ActualResolution">
      <summary>Gets the actual horizontal and vertical scan resolution for the scan source, in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.AutoCroppingMode">
      <summary>Gets or sets the automatic crop mode.</summary>
      <returns>The automatic crop mode for the scan.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.Brightness">
      <summary>Configures the current brightness level for capturing image data from the scan source. On a new scan session, the value of this property is the DefaultBrightness property.</summary>
      <returns>The brightness level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.BrightnessStep">
      <summary>Gets the step size at which the brightness levels of the data source can be increased or decreased between the minimum and maximum values.</summary>
      <returns>The step size to increment or decrement. A typical value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.ColorMode">
      <summary>Gets or sets the color mode for the scan source. When a new scan session starts, this property is the same as the DefaultColorMode property.</summary>
      <returns>The color mode.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.Contrast">
      <summary>Sets or gets the current contrast level for capturing image data from the scan source. At the beginning of a new scan session this property is set to the DefaultContrast property.</summary>
      <returns>The contrast level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.ContrastStep">
      <summary>Gets the step size at which the contrast levels of the data source can increase or decrease between the minimum and maximum values.</summary>
      <returns>The step size to increment or decrement. The typical value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.DefaultBrightness">
      <summary>Gets the default brightness level for the scan source.</summary>
      <returns>The default brightness level for the scanner.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.DefaultColorMode">
      <summary>Gets the default color mode for this scan source.</summary>
      <returns>The color mode.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.DefaultContrast">
      <summary>Gets the default contrast level for the scan source.</summary>
      <returns>The default contrast level.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.DesiredResolution">
      <summary>Gets or sets the horizontal and vertical scan resolution for the scan source that the app requests, in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MaxBrightness">
      <summary>Gets the maximum brightness level supported by the scan source.</summary>
      <returns>The maximum brightness level, typically 1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MaxContrast">
      <summary>Gets the maximum contrast level supported by the scan source.</summary>
      <returns>The maximum contrast level, typically 1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MaxResolution">
      <summary>Gets the maximum horizontal and vertical scan resolution of the scan source in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MaxScanArea">
      <summary>Gets the maximum scan area dimensions in inches. The maximum scan width is the longest width a document can have in order for the Feeder and Flatbed to scan it.</summary>
      <returns>The width and height of the area.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MinBrightness">
      <summary>Gets the minimum brightness level supported by the scan source.</summary>
      <returns>The minimum brightness level, typically -1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MinContrast">
      <summary>Gets the minimum contrast level supported by the scan source.</summary>
      <returns>The minimum contrast level, typically -1000.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MinResolution">
      <summary>Gets the minimum horizontal and vertical scan resolution of the scan source in DPI.</summary>
      <returns>The horizontal and vertical resolution, in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.MinScanArea">
      <summary>Gets the minimum scan area in inches. The minimum scan area is the smallest size a document can have in order for a Flatbed or Feeder to scan it.</summary>
      <returns>The width and height of the area.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.OpticalResolution">
      <summary>Gets the optical horizontal and vertical scan resolution of the scan source in DPI.</summary>
      <returns>The horizontal and vertical scan resolution in pixels.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerSourceConfiguration.SelectedScanRegion">
      <summary>Gets or sets the origin coordinates (horizontal and vertical) and dimensions (width and height) of the selected scan area, in inches. This property is ignored when the AutoCroppingMode property is not set to Disabled.</summary>
      <returns>The location and size of a rectangle.</returns>
    </member>
    <member name="M:Windows.Devices.Scanners.IImageScannerSourceConfiguration.IsAutoCroppingModeSupported(Windows.Devices.Scanners.ImageScannerAutoCroppingMode)">
      <summary>Determines if the scan source supports the specified ImageScannerAutoCroppingMode.</summary>
      <returns>True if the device supports the value mode; otherwise False.</returns>
      <param name="value">The auto crop mode of the image to scan.</param>
    </member>
    <member name="M:Windows.Devices.Scanners.IImageScannerSourceConfiguration.IsColorModeSupported(Windows.Devices.Scanners.ImageScannerColorMode)">
      <summary>Determines if the scan source can scan and transfer images in the specified color mode.</summary>
      <returns>True if the scanner can scan images in value mode; otherwise False.</returns>
      <param name="value">The color mode.</param>
    </member>
    <member name="T:Windows.Devices.Scanners.IImageScannerFormatConfiguration">
      <summary>Configures the file format when a scanner input source transfers acquired image data to the app.</summary>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerFormatConfiguration.DefaultFormat">
      <summary>Gets the default file format for the scan source at the beginning of a new scan session.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="P:Windows.Devices.Scanners.IImageScannerFormatConfiguration.Format">
      <summary>Gets or sets the current file transfer format for image data acquisition from the device to the client app.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="M:Windows.Devices.Scanners.IImageScannerFormatConfiguration.IsFormatSupported(Windows.Devices.Scanners.ImageScannerFormat)">
      <summary>Determines whether the input scanner supports the specified file format or not.</summary>
      <returns>True if the specified file type is supported; otherwise False.</returns>
      <param name="value">The file type.</param>
    </member>
    <member name="T:Windows.Devices.Scanners.ImageScannerResolution">
      <summary>Specifies the scan resolution.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerResolution.DpiX">
      <summary>The horizontal size.</summary>
    </member>
    <member name="F:Windows.Devices.Scanners.ImageScannerResolution.DpiY">
      <summary>The vertical size.</summary>
    </member>
    <member name="N:Windows.Devices.Sensors">
      <summary>Provides access to the supported types of sensors and related motion data.</summary>
    </member>
    <member name="T:Windows.Devices.Sensors.Accelerometer">
      <summary>Represents an accelerometer sensor.</summary>
    </member>
    <member name="M:Windows.Devices.Sensors.Accelerometer.GetCurrentReading">
      <summary>Gets the current accelerometer reading.</summary>
      <returns>This method has no parameters.</returns>
    </member>
    <member name="M:Windows.Devices.Sensors.Accelerometer.GetDefault">
      <summary>Returns the default accelerometer.</summary>
      <returns>The default accelerometer or null if no integrated accelerometers are found.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.Accelerometer.MinimumReportInterval">
      <summary>Gets the minimum report interval supported by the accelerometer.</summary>
      <returns>The minimum ReportInterval supported by the sensor.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.Accelerometer.ReadingChanged">
      <summary>Occurs each time the accelerometer reports a new sensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.Accelerometer.ReportInterval">
      <summary>Gets or sets the current report interval for the accelerometer.</summary>
      <returns>The current report interval.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.Accelerometer.Shaken">
      <summary>Occurs when the accelerometer detects that the PC has been shaken.</summary>
    </member>
    <member name="T:Windows.Devices.Sensors.AccelerometerReading">
      <summary>Represents an accelerometer reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.AccelerometerReading.AccelerationX">
      <summary>Gets the g-force acceleration along the x-axis.</summary>
      <returns>The x-axis acceleration in g's.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.AccelerometerReading.AccelerationY">
      <summary>Gets the g-force acceleration along the y-axis.</summary>
      <returns>The y-axis acceleration in g's.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.AccelerometerReading.AccelerationZ">
      <summary>Gets the g-force acceleration along the z-axis.</summary>
      <returns>The g-force acceleration along the z-axis.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.AccelerometerReading.Timestamp">
      <summary>Gets the time at which the sensor reported the reading.</summary>
      <returns>The instant in time when the sensor reported the reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.AccelerometerReadingChangedEventArgs">
      <summary>Provides data for the accelerometer readingchanged event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.AccelerometerReadingChangedEventArgs.Reading">
      <summary>Gets the most recent accelerometer reading.</summary>
      <returns>The most recent accelerometer reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.AccelerometerShakenEventArgs">
      <summary>Provides data for the accelerometer-shaken event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.AccelerometerShakenEventArgs.Timestamp">
      <summary>Gets the time at which the sensor reported the shaken event.</summary>
      <returns>The time at which the sensor reported the event.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.Compass">
      <summary>Represents a compass sensor.</summary>
    </member>
    <member name="M:Windows.Devices.Sensors.Compass.GetCurrentReading">
      <summary>Gets the current compass reading.</summary>
      <returns>The current compass reading.</returns>
    </member>
    <member name="M:Windows.Devices.Sensors.Compass.GetDefault">
      <summary>Returns the default compass.</summary>
      <returns>The default compass or null if no integrated compasses are found.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.Compass.MinimumReportInterval">
      <summary>Gets the minimum report interval supported by the compass.</summary>
      <returns>The minimum ReportInterval supported by the sensor.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.Compass.ReadingChanged">
      <summary>Occurs each time the compass reports a new sensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.Compass.ReportInterval">
      <summary>Gets or sets the current report interval for the compass.</summary>
      <returns>The current report interval.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.CompassReading">
      <summary>Represents a compass reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.CompassReading.HeadingAccuracy">
      <summary>Gets the compass's heading accuracy.</summary>
      <returns>The compass's heading accuracy.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.CompassReading.HeadingMagneticNorth">
      <summary>Gets the heading in degrees relative to magnetic-north.</summary>
      <returns>The magnetic-north heading.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.CompassReading.HeadingTrueNorth">
      <summary>Gets the heading in degrees relative to geographic true-north.</summary>
      <returns>The true-north heading.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.CompassReading.Timestamp">
      <summary>Gets the time at which the sensor reported the reading.</summary>
      <returns>The time at which the sensor reported the reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.CompassReadingChangedEventArgs">
      <summary>Provides data for the compass readingchanged event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.CompassReadingChangedEventArgs.Reading">
      <summary>Gets the current compass reading.</summary>
      <returns>The current compass reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.Gyrometer">
      <summary>Represents a gyrometer sensor.</summary>
    </member>
    <member name="M:Windows.Devices.Sensors.Gyrometer.GetCurrentReading">
      <summary>Gets the current gyrometer reading.</summary>
      <returns>This method has no parameters.</returns>
    </member>
    <member name="M:Windows.Devices.Sensors.Gyrometer.GetDefault">
      <summary>Returns the default gyrometer.</summary>
      <returns>The default gyrometer or null if no integrated gyrometers are found.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.Gyrometer.MinimumReportInterval">
      <summary>Gets the minimum report interval supported by the gyrometer.</summary>
      <returns>The minimum ReportInterval supported by the sensor.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.Gyrometer.ReadingChanged">
      <summary>Occurs each time the gyrometer reports the current sensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.Gyrometer.ReportInterval">
      <summary>Gets or sets the current report interval for the gyrometer.</summary>
      <returns>The current report interval.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.GyrometerReading">
      <summary>Represents a gyrometer reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.GyrometerReading.AngularVelocityX">
      <summary>Gets the angular velocity, in degrees per second, about the x-axis.</summary>
      <returns>The angular velocity, in degrees per second, about the x-axis.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.GyrometerReading.AngularVelocityY">
      <summary>Gets the angular velocity, in degrees per second, about the y-axis.</summary>
      <returns>The angular velocity, in degrees per second, about the y-axis.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.GyrometerReading.AngularVelocityZ">
      <summary>Gets the angular velocity, in degrees per second, about the z-axis.</summary>
      <returns>The angular velocity, in degrees per second, about the z-axis.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.GyrometerReading.Timestamp">
      <summary>Gets the time at which the sensor reported the reading.</summary>
      <returns>The time at which the sensor reported the reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.GyrometerReadingChangedEventArgs">
      <summary>Provides data for the gyrometer readingchanged event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.GyrometerReadingChangedEventArgs.Reading">
      <summary>Gets the current gyrometer reading.</summary>
      <returns>The current gyrometer reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.Inclinometer">
      <summary>Represents an inclinometer sensor.</summary>
    </member>
    <member name="M:Windows.Devices.Sensors.Inclinometer.GetCurrentReading">
      <summary>Gets the current inclinometer reading.</summary>
      <returns>The current inclinometer reading.</returns>
    </member>
    <member name="M:Windows.Devices.Sensors.Inclinometer.GetDefault">
      <summary>Returns the default inclinometer.</summary>
      <returns>The default inclinometer or null if no inclinometers are found.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.Inclinometer.MinimumReportInterval">
      <summary>Gets the minimum report interval supported by the inclinometer.</summary>
      <returns>The minimum ReportInterval supported by the sensor.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.Inclinometer.ReadingChanged">
      <summary>Occurs each time the inclinometer reports a new sensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.Inclinometer.ReportInterval">
      <summary>Gets or sets the current report interval for the inclinometer.</summary>
      <returns>The current report interval.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.InclinometerReading">
      <summary>Represents an inclinometer reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.InclinometerReading.PitchDegrees">
      <summary>Gets the rotation in degrees around the x-axis.</summary>
      <returns>The rotation in degrees around the x-axis.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.InclinometerReading.RollDegrees">
      <summary>Gets the rotation in degrees around the y-axis.</summary>
      <returns>The rotation in degrees around the y-axis.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.InclinometerReading.Timestamp">
      <summary>Gets the time at which the sensor reported the reading.</summary>
      <returns>The time at which the sensor reported the reading.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.InclinometerReading.YawAccuracy">
      <summary>Gets the inclinometer's z-axis accuracy.</summary>
      <returns>The inclinometer's z-axis accuracy.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.InclinometerReading.YawDegrees">
      <summary>Gets the rotation in degrees around the z-axis.</summary>
      <returns>The rotation in degrees around the z-axis.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.InclinometerReadingChangedEventArgs">
      <summary>Provides data for the inclinometer readingchanged event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.InclinometerReadingChangedEventArgs.Reading">
      <summary>Gets the current inclinometer reading.</summary>
      <returns>The current inclinometer reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.LightSensor">
      <summary>Represents an ambient-light sensor.</summary>
    </member>
    <member name="M:Windows.Devices.Sensors.LightSensor.GetCurrentReading">
      <summary>Gets the current ambient-light sensor reading.</summary>
      <returns>The current ambient-light sensor reading.</returns>
    </member>
    <member name="M:Windows.Devices.Sensors.LightSensor.GetDefault">
      <summary>Returns the default ambient-light sensor.</summary>
      <returns>The default ambient-light sensor or null if no integrated light sensors are found.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.LightSensor.MinimumReportInterval">
      <summary>Gets the minimum report interval supported by the sensor.</summary>
      <returns>The minimum ReportInterval supported by the sensor.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.LightSensor.ReadingChanged">
      <summary>Occurs each time the ambient-light sensor reports a new sensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.LightSensor.ReportInterval">
      <summary>Gets or sets the current report interval for the ambient light sensor.</summary>
      <returns>The current report interval.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.LightSensorReading">
      <summary>Represents an ambient lightsensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.LightSensorReading.IlluminanceInLux">
      <summary>Gets the illuminance level in lux.</summary>
      <returns>The illuminance level in lux.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.LightSensorReading.Timestamp">
      <summary>Gets the time at which the sensor reported the reading.</summary>
      <returns>The time at which the sensor reported the reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.LightSensorReadingChangedEventArgs">
      <summary>Provides data for the ambient-light sensor reading-changed event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.LightSensorReadingChangedEventArgs.Reading">
      <summary>Gets the current ambient light-sensor reading.</summary>
      <returns>The current ambient light-sensor reading.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.MagnetometerAccuracy">
      <summary>The sensor's accuracy.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.MagnetometerAccuracy.Unknown">
      <summary>The accuracy is currently not available, typically because the driver can't report it.You should determine, based on your app's needs, whether your app will want to ask users to calibrate the device whenever this value is returned.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.MagnetometerAccuracy.Unreliable">
      <summary>The actual and reported values have a high degree of inaccuracy.Apps should always ask the user to calibrate the device whenever this value is returned.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.MagnetometerAccuracy.Approximate">
      <summary>The actual and reported values differ but may be accurate enough for some application.Apps that only need a relative value, like a virtual reality app, can continue without additional calibration.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.MagnetometerAccuracy.High">
      <summary>The actual and reported values are accurate.No additional calibration is needed.</summary>
    </member>
    <member name="T:Windows.Devices.Sensors.OrientationSensor">
      <summary>Represents an orientation sensor.</summary>
    </member>
    <member name="M:Windows.Devices.Sensors.OrientationSensor.GetCurrentReading">
      <summary>Gets the current sensor reading</summary>
      <returns>The current sensor reading.</returns>
    </member>
    <member name="M:Windows.Devices.Sensors.OrientationSensor.GetDefault">
      <summary>Gets the default orientation sensor.</summary>
      <returns>The default orientation sensor or null if no orientation sensors are found.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.OrientationSensor.MinimumReportInterval">
      <summary>Gets the minimum report interval supported by the sensor.</summary>
      <returns>The minimum ReportInterval supported by the sensor.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.OrientationSensor.ReadingChanged">
      <summary>Occurs each time the orientation sensor reports a new sensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.OrientationSensor.ReportInterval">
      <summary>Gets or sets the report interval supported by the sensor.</summary>
      <returns>The report interval supported by the sensor.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.OrientationSensorReading">
      <summary>Represents an orientation-sensor reading.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.OrientationSensorReading.Quaternion">
      <summary>Gets the Quaternion for the current orientation-sensor reading.</summary>
      <returns>The Quaternion for the current orientation-sensor reading.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.OrientationSensorReading.RotationMatrix">
      <summary>Gets the rotation matrix for the current orientation-sensor reading.</summary>
      <returns>The rotation matrix for the current orientation-sensor reading.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.OrientationSensorReading.Timestamp">
      <summary>Gets the time at which the sensor reported the reading.</summary>
      <returns>The time at which the sensor reported the reading.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.OrientationSensorReading.YawAccuracy">
      <summary>Gets the orientation sensor's z-axis accuracy.</summary>
      <returns>The orientation sensor's z-axis accuracy.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.OrientationSensorReadingChangedEventArgs">
      <summary>Provides data for the orientation-sensor reading-changed event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.OrientationSensorReadingChangedEventArgs.Reading">
      <summary>Gets the current reading which includes a Quaternion, a RotationMatrix, and a timestamp.</summary>
      <returns>The current reading which includes a Quaternion, a RotationMatrix, and a timestamp.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.SensorQuaternion">
      <summary>Represents a Quaternion.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorQuaternion.W">
      <summary>Gets the w-value of the Quaternion.</summary>
      <returns>The w-value of the Quaternion.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorQuaternion.X">
      <summary>Gets the x-value of the Quaternion.</summary>
      <returns>The x-value of the Quaternion.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorQuaternion.Y">
      <summary>Gets the y-value of the Quaternion.</summary>
      <returns>The y-value of the Quaternion.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorQuaternion.Z">
      <summary>Gets the z-value of the Quaternion.</summary>
      <returns>The z-value of the Quaternion.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.SensorRotationMatrix">
      <summary>Represents a 3x3 rotation matrix.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M11">
      <summary>Gets the value at row 1, column 1 of the given rotation matrix.</summary>
      <returns>The value at row 1, column 1 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M12">
      <summary>Gets the value at row 1, column 2 of the given rotation matrix.</summary>
      <returns>The value at row 1, column 2 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M13">
      <summary>Gets the value at row 1, column 3 of the given rotation matrix.</summary>
      <returns>The value at row 1, column 3 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M21">
      <summary>Gets the value at row 2, column 1 of the given rotation matrix.</summary>
      <returns>The value at row 2, column 1 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M22">
      <summary>Gets the value at row 2, column 2 of the given rotation matrix.</summary>
      <returns>The value at row 2, column 2 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M23">
      <summary>Gets the value at row 2, column 3 of the given rotation matrix.</summary>
      <returns>The value at row 2, column 3 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M31">
      <summary>Gets the value at row 3, column 1 of the given rotation matrix.</summary>
      <returns>The value at row 3, column 1 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M32">
      <summary>Gets the value at row 3, column 2 of the given rotation matrix.</summary>
      <returns>The value at row 3, column 2 of the given rotation matrix.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SensorRotationMatrix.M33">
      <summary>Gets the value at row 3, column 3 of the given rotation matrix.</summary>
      <returns>The value at row 3, column 3 of the given rotation matrix.</returns>
    </member>
    <member name="T:Windows.Devices.Sensors.SimpleOrientation">
      <summary>Indicates the orientation of the device.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.SimpleOrientation.NotRotated">
      <summary>The device is not rotated. This corresponds to portrait-up.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.SimpleOrientation.Rotated90DegreesCounterclockwise">
      <summary>The device is rotated 90-degrees counter-clockwise. This corresponds to landscape-left.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.SimpleOrientation.Rotated180DegreesCounterclockwise">
      <summary>The device is rotated 180-degrees counter-clockwise. This corresponds to portrait-down.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.SimpleOrientation.Rotated270DegreesCounterclockwise">
      <summary>The device is rotated 270-degrees counter-clockwise. This corresponds to landscape-right.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.SimpleOrientation.Faceup">
      <summary>The device is face-up and the display is visible to the user.</summary>
    </member>
    <member name="F:Windows.Devices.Sensors.SimpleOrientation.Facedown">
      <summary>The device is face-down and the display is hidden from the user.</summary>
    </member>
    <member name="T:Windows.Devices.Sensors.SimpleOrientationSensor">
      <summary>Represents a simple orientation sensor.</summary>
    </member>
    <member name="M:Windows.Devices.Sensors.SimpleOrientationSensor.GetCurrentOrientation">
      <summary>Gets the default simple orientation sensor.</summary>
      <returns>The default simple orientation sensor.</returns>
    </member>
    <member name="M:Windows.Devices.Sensors.SimpleOrientationSensor.GetDefault">
      <summary>Gets the default simple orientation sensor.</summary>
      <returns>The default simple orientation sensor or null if no simple orientation sensors are found.</returns>
    </member>
    <member name="E:Windows.Devices.Sensors.SimpleOrientationSensor.OrientationChanged">
      <summary>Occurs each time the simple orientation sensor reports a new sensor reading</summary>
    </member>
    <member name="T:Windows.Devices.Sensors.SimpleOrientationSensorOrientationChangedEventArgs">
      <summary>Provides data for the sensor reading-changed event.</summary>
    </member>
    <member name="P:Windows.Devices.Sensors.SimpleOrientationSensorOrientationChangedEventArgs.Orientation">
      <summary>Gets the current sensor orientation.</summary>
      <returns>The current sensor orientation.</returns>
    </member>
    <member name="P:Windows.Devices.Sensors.SimpleOrientationSensorOrientationChangedEventArgs.Timestamp">
      <summary>Gets the time of the current sensor reading.</summary>
      <returns>The time of the current sensor reading.</returns>
    </member>
    <member name="N:Windows.Devices.SmartCards">
      <summary>Gets info about smart card readers and smart cards; configures physical smart cards; and creates, configures, and deletes Trusted Platform Module (TPM) virtual smart cards.</summary>
    </member>
    <member name="T:Windows.Devices.SmartCards.CardAddedEventArgs">
      <summary>Provides data for the CardAdded event.</summary>
    </member>
    <member name="P:Windows.Devices.SmartCards.CardAddedEventArgs.SmartCard">
      <summary>Gets info about the smart card that was inserted into the smart card reader.</summary>
      <returns>Info about the smart card that was inserted.</returns>
    </member>
    <member name="T:Windows.Devices.SmartCards.CardRemovedEventArgs">
      <summary>Provides data for the CardRemoved event.</summary>
    </member>
    <member name="P:Windows.Devices.SmartCards.CardRemovedEventArgs.SmartCard">
      <summary>Gets info about the smart card that was taken out of the smart card reader.</summary>
      <returns>Info about the smart card that was taken out of the smart card reader.</returns>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCard">
      <summary>Represents info about a smart card.</summary>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCard.GetAnswerToResetAsync">
      <summary>Returns the smart card's Answer to Reset (ATR), a standard series of bytes that contains info about the smart card's characteristics, behaviors, and state.</summary>
      <returns>The smart card's ATR byte set.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCard.GetStatusAsync">
      <summary>Returns the smart card's status.</summary>
      <returns>One of the SmartCardStatus enumeration values, representing the smart card's status.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCard.Reader">
      <summary>Gets info about the smart card reader into which the smart card is inserted.</summary>
      <returns>Info about the smart card reader.</returns>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardChallengeContext">
      <summary>Represents a smart card authentication challenge/response operation.</summary>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardChallengeContext.Challenge">
      <summary>Gets the smart card's challenge value.</summary>
      <returns>The smart card's challenge value.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardChallengeContext.ChangeAdministrativeKeyAsync(Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Changes the smart card's admin key (also known as an administrator PIN or unblock PIN).</summary>
      <returns>An asynchronous action that completes after the admin key change attempt is done.</returns>
      <param name="response">The response to a smart card authentication challenge/response operation.</param>
      <param name="newAdministrativeKey">The new smart card admin key.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardChallengeContext.Close">
      <summary>Completes the smart card authentication challenge/response operation and frees associated system resources.</summary>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardChallengeContext.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardChallengeContext.ProvisionAsync(Windows.Storage.Streams.IBuffer,System.Boolean)">
      <summary>Reconfigures an existing, configured smart card with a new response. Optionally, formats the smart card.</summary>
      <returns>An asynchronous action that completes after the smart card reconfiguration attempt is done.</returns>
      <param name="response">The new response to a smart card authentication challenge/response operation.</param>
      <param name="formatCard">True to format the smart card; otherwise false.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardChallengeContext.ProvisionAsync(Windows.Storage.Streams.IBuffer,System.Boolean,System.Guid)">
      <summary>Reconfigures an existing, configured smart card with a new response and ID. Optionally, formats the smart card.</summary>
      <returns>An asynchronous action that completes after the smart card reconfiguration attempt is done.</returns>
      <param name="response">The new response to a smart card authentication challenge/response operation.</param>
      <param name="formatCard">True to format the smart card; otherwise false.</param>
      <param name="newCardId">The new smart card ID.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardChallengeContext.VerifyResponseAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Verifies the response to the smart card challenge request.</summary>
      <returns>After the verification attempt is done, true if the response was successfully verified; otherwise false.</returns>
      <param name="response">The response to the smart card challenge request.</param>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardPinCharacterPolicyOption">
      <summary>Specifies the rules for characters in a smart card personal identification number (PIN).</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardPinCharacterPolicyOption.Allow">
      <summary>Any of the characters in the specified character class can be in the PIN.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardPinCharacterPolicyOption.RequireAtLeastOne">
      <summary>At least one of the characters in the specified character class must be in the PIN.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardPinCharacterPolicyOption.Disallow">
      <summary>None of the characters in the specified character class can be in the PIN.</summary>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardPinPolicy">
      <summary>Represents a set of personal identification number (PIN) rules on a Trusted Platform Module (TPM) virtual smart card.</summary>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinPolicy.Digits">
      <summary>Gets or sets whether number characters are allowed for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.</summary>
      <returns>One of the enumeration values, representing whether number characters are allowed.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinPolicy.LowercaseLetters">
      <summary>Gets or sets whether lowercase letter characters are allowed for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.</summary>
      <returns>One of the enumeration values, representing whether lowercase letter characters are allowed.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinPolicy.MaxLength">
      <summary>Gets or sets the maximum character length for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.</summary>
      <returns>The maximum character length.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinPolicy.MinLength">
      <summary>Gets or sets the minimum character length for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.</summary>
      <returns>The minimum character length.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardPinPolicy.#ctor">
      <summary>Creates and initializes a new instance of a set of personal identification number (PIN) rules on a Trusted Platform Module (TPM) virtual smart card.</summary>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinPolicy.SpecialCharacters">
      <summary>Gets or sets whether special characters are allowed for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.</summary>
      <returns>One of the enumeration values, representing whether special characters are allowed.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinPolicy.UppercaseLetters">
      <summary>Gets or sets whether uppercase letter characters are allowed for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.</summary>
      <returns>One of the enumeration values, representing whether uppercase letter characters are allowed.</returns>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardPinResetDeferral">
      <summary>Represents a wait time for a requested smart card personal identification number (PIN) reset.</summary>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardPinResetDeferral.Complete">
      <summary>Returns a wait time completion for a smart card personal identification number (PIN) reset.</summary>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardPinResetHandler">
      <summary>Represents a method that handles a smart card personal identification number (PIN) reset.</summary>
      <param name="sender">An instance of an existing, configured physical smart card or Trusted Platform Module (TPM) virtual smart card.</param>
      <param name="request">An instance of a smart card PIN reset request.</param>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardPinResetRequest">
      <summary>Represents a smart card personal identification number (PIN) reset request.</summary>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinResetRequest.Challenge">
      <summary>Gets the smart card's challenge value.</summary>
      <returns>The smart card's challenge value.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardPinResetRequest.Deadline">
      <summary>Gets the length of time to wait before requesting the smart card personal identification number (PIN) reset.</summary>
      <returns>The length of time to wait before requesting the smart card PIN reset.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardPinResetRequest.GetDeferral">
      <summary>Gets an instance of a wait time for a requested smart card personal identification number (PIN) reset.</summary>
      <returns>An instance of a wait time for a requested smart card PIN reset.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardPinResetRequest.SetResponse(Windows.Storage.Streams.IBuffer)">
      <summary>Sets the response to a smart card authentication challenge/response operation.</summary>
      <param name="response">The response to a smart card authentication challenge/response operation.</param>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardProvisioning">
      <summary>Represents info about, and operations for, configuring smart cards.</summary>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.FromSmartCardAsync(Windows.Devices.SmartCards.SmartCard)">
      <summary>Returns a smart card to be configured.</summary>
      <returns>An instance of SmartCardProvisioning, representing the smart card to be configured.</returns>
      <param name="card">The specified smart card.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.GetChallengeContextAsync">
      <summary>Returns a smart card's authentication challenge/response context.</summary>
      <returns>After the asynchronous operation completes, returns an instance of SmartCardChalllengeContext, representing the smart card's authentication challenge/response context.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.GetIdAsync">
      <summary>Returns the smart card's ID.</summary>
      <returns>After the asynchronous operation completes, returns the smart card's ID.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.GetNameAsync">
      <summary>Returns the smart card's minidriver name.</summary>
      <returns>After the asynchronous operation completes, returns the smart card's name.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.RequestPinChangeAsync">
      <summary>Changes a smart card's personal identification number (PIN).</summary>
      <returns>After the smart card PIN change attempt completes, returns true if the smart card's PIN was successfully changed; otherwise false.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.RequestPinResetAsync(Windows.Devices.SmartCards.SmartCardPinResetHandler)">
      <summary>Resets a smart card's personal identification number (PIN).</summary>
      <returns>After the smart card PIN reset attempt completes, returns true if the smart card's PIN was successfully reset; otherwise false.</returns>
      <param name="handler">The method that handles the smart card PIN reset.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.RequestVirtualSmartCardCreationAsync(System.String,Windows.Storage.Streams.IBuffer,Windows.Devices.SmartCards.SmartCardPinPolicy)">
      <summary>Creates a Trusted Platform Module (TPM) virtual smart card with a given human-readable name, admin key, and personal identification number (PIN) rules set.</summary>
      <returns>After the operation completes, returns an instance of SmartCardProvisioning, representing the configured TPM virtual smart card.</returns>
      <param name="friendlyName">The smart card's human-readable name.</param>
      <param name="administrativeKey">The smart card's admin key (also known as an administrator PIN or unblock PIN).</param>
      <param name="pinPolicy">The smart card's PIN rules set.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.RequestVirtualSmartCardCreationAsync(System.String,Windows.Storage.Streams.IBuffer,Windows.Devices.SmartCards.SmartCardPinPolicy,System.Guid)">
      <summary>Creates a Trusted Platform Module (TPM) virtual smart card with a given human-readable name, admin key, personal identification number (PIN) rules set, and ID.</summary>
      <returns>After the operation completes, returns an instance of SmartCardProvisioning, representing the configured TPM virtual smart card.</returns>
      <param name="friendlyName">The smart card's human-readable name.</param>
      <param name="administrativeKey">The smart card's admin key (also known as an administrator PIN or unblock PIN).</param>
      <param name="pinPolicy">The smart card's PIN rules set.</param>
      <param name="cardId">The smart card's ID.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardProvisioning.RequestVirtualSmartCardDeletionAsync(Windows.Devices.SmartCards.SmartCard)">
      <summary>Deletes a Trusted Platform Module (TPM) virtual smart card.</summary>
      <returns>After the deletion attempt completes, returns true if the TPM virtual smart card was successfully deleted; otherwise false.</returns>
      <param name="card">The TPM virtual smart card to delete.</param>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardProvisioning.SmartCard">
      <summary>Gets the configured smart card.</summary>
      <returns>The configured smart card.</returns>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardReader">
      <summary>Represents info about a smart card reader.</summary>
    </member>
    <member name="E:Windows.Devices.SmartCards.SmartCardReader.CardAdded">
      <summary>Occurs when a smart card is inserted into the smart card reader.</summary>
    </member>
    <member name="E:Windows.Devices.SmartCards.SmartCardReader.CardRemoved">
      <summary>Occurs when a smart card is taken out of the smart card reader.</summary>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardReader.DeviceId">
      <summary>Gets the smart card reader's device ID.</summary>
      <returns>The smart card reader's device ID.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardReader.FindAllCardsAsync">
      <summary>Returns a list of info about all smart cards that are connected to the smart card reader.</summary>
      <returns>After the operation completes, returns the list of info about all smart cards that are connected to the smart card reader.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardReader.FromIdAsync(System.String)">
      <summary>Returns a smart card reader that matches the specified device ID.</summary>
      <returns>The matching smart card reader.</returns>
      <param name="deviceId">The smart card reader's device ID.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardReader.GetDeviceSelector">
      <summary>Returns an Advanced Query Syntax (AQS) string representing all smart card readers connected to the device. This string is passed to the FindAllAsync method to enumerate the given set of smart card readers.</summary>
      <returns>The Advanced Query Syntax (AQS) string representing all smart card readers connected to the device.</returns>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardReader.GetDeviceSelector(Windows.Devices.SmartCards.SmartCardReaderKind)">
      <summary>Returns an Advanced Query Syntax (AQS) string representing a set of a specific type of smart card readers connected to the device. This string is passed to the FindAllAsync method to enumerate the given set of smart card readers.</summary>
      <returns>The Advanced Query Syntax (AQS) string representing a set of the specified type of smart card readers connected to the device.</returns>
      <param name="kind">One of the enumeration values, representing a specific smart card reader type.</param>
    </member>
    <member name="M:Windows.Devices.SmartCards.SmartCardReader.GetStatusAsync">
      <summary>Returns the smart card reader's status.</summary>
      <returns>After the status request completes, returns one of the SmartCardReaderStatus enumeration values, representing the smart card reader's status.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardReader.Kind">
      <summary>Gets the smart card reader's type.</summary>
      <returns>One of the enumeration values, representing the smart card reader's type.</returns>
    </member>
    <member name="P:Windows.Devices.SmartCards.SmartCardReader.Name">
      <summary>Gets the smart card reader's device name.</summary>
      <returns>The smart card reader's device name.</returns>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardReaderKind">
      <summary>Represents the smart card reader's type.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderKind.Any">
      <summary>This value is never returned. This value can be used with GetDeviceSelector(SmartCardReaderKind) to specify no specific smart card reader type in the underlying Advanced Query Syntax (AQS) string.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderKind.Generic">
      <summary>A generic smart card reader.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderKind.Tpm">
      <summary>A Trusted Platform Module (TPM) virtual smart card reader.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderKind.Nfc">
      <summary>A near field communication (NFC) smart card reader.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderKind.Uicc">
      <summary>A Universal Integrated Circuit Card (UICC) smart card reader.</summary>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardReaderStatus">
      <summary>Specifies the smart card reader's status.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderStatus.Disconnected">
      <summary>The smart card reader is disconnected.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderStatus.Ready">
      <summary>The smart card reader is ready.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardReaderStatus.Exclusive">
      <summary>The smart card reader is allocated for exclusive use by another app.</summary>
    </member>
    <member name="T:Windows.Devices.SmartCards.SmartCardStatus">
      <summary>Specifies the smart card's status.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardStatus.Disconnected">
      <summary>The smart card is disconnected.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardStatus.Ready">
      <summary>The smart card is ready.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardStatus.Shared">
      <summary>The smart card can be used by multiple apps.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardStatus.Exclusive">
      <summary>The smart card is allocated for exclusive use by another app.</summary>
    </member>
    <member name="F:Windows.Devices.SmartCards.SmartCardStatus.Unresponsive">
      <summary>The smart card is unresponsive.</summary>
    </member>
    <member name="N:Windows.Devices.Sms">
      <summary>Provides the ability to send, receive, delete, and get stored Short Message Service (SMS) messages, as well as query properties about a Mobile Broadband SMS Device and its message store.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="T:Windows.Devices.Sms.GetSmsDeviceOperation">
      <summary>Retrieves an SmsDevice object asynchronously.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsDeviceOperation.Cancel">
      <summary>Cancels the asynchronous SmsDevice object retrieval.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsDeviceOperation.Close">
      <summary>Closes the asynchronous SmsDevice object retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsDeviceOperation.Completed">
      <summary>Specifies whether the asynchronous SmsDevice object retrieval operation has completed or not.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A handler for the completed event of an asynchronous action.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsDeviceOperation.ErrorCode">
      <summary>Specifies the error code for the asynchronous SmsDevice object retrieval operation</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The result value of the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsDeviceOperation.GetResults">
      <summary>Gets the results of the asynchronous SmsDevice object retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an SmsDevice object.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsDeviceOperation.Id">
      <summary>Specifies the ID of the asynchronous SmsDevice object retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer that uniquely represents the asynchronous SmsDevice object retrieval operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsDeviceOperation.Status">
      <summary>Specifies the status of the asynchronous SmsDevice object retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value representing the status of an asynchronous SmsDevice object retrieval operation.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.DeleteSmsMessageOperation">
      <summary>Enables start, track, and end an asynchronous message delete operation for a single message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.DeleteSmsMessageOperation.Cancel">
      <summary>Cancels the asynchronous SMS message delete operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.DeleteSmsMessageOperation.Close">
      <summary>Closes the asynchronous SMS message delete operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessageOperation.Completed">
      <summary>Specifies whether the asynchronous SMS message delete operation has completed or not.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A handler for the completed event of an asynchronous action.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessageOperation.ErrorCode">
      <summary>Specifies the error code for the asynchronous SMS message delete operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The result value of the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.DeleteSmsMessageOperation.GetResults">
      <summary>Retrieves the result of the asynchronous SMS message delete operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessageOperation.Id">
      <summary>Specifies the ID of the asynchronous SMS message delete operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer that uniquely represents the asynchronous SMS message delete operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessageOperation.Status">
      <summary>Specifies the status of the asynchronous SMS message delete operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value representing the status of the asynchronous SMS message delete operation.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.DeleteSmsMessagesOperation">
      <summary>Enables start, track, and end asynchronous SMS message delete operations for multiple messages.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.DeleteSmsMessagesOperation.Cancel">
      <summary>Cancels the asynchronous SMS message delete operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.DeleteSmsMessagesOperation.Close">
      <summary>Closes the asynchronous SMS message delete operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessagesOperation.Completed">
      <summary>Specifies whether the asynchronous SMS message delete operations have completed or not.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A handler for the completed event of an asynchronous SMS message delete operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessagesOperation.ErrorCode">
      <summary>Specifies the error code for the asynchronous SMS message delete operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The result value of the asynchronous SMS message delete operations.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.DeleteSmsMessagesOperation.GetResults">
      <summary>Retrieves the result of the asynchronous message operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessagesOperation.Id">
      <summary>Specifies the ID of the asynchronous SMS message delete operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer that uniquely represents the asynchronous SMS message delete operations.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.DeleteSmsMessagesOperation.Status">
      <summary>Specifies the status of the asynchronous SMS message delete operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value representing the status of theasynchronous SMS message delete operations.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.GetSmsMessageOperation">
      <summary>Supports the retrieval of a message from the SMS message store.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsMessageOperation.Cancel">
      <summary>Cancels the asynchronous SMS message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsMessageOperation.Close">
      <summary>Closes the asynchronous SMS message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessageOperation.Completed">
      <summary>A handler for the completed event of an asynchronous SMS message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A handler for the completed event of an asynchronous SMS message retrieval operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessageOperation.ErrorCode">
      <summary>Specifies the error code for the asynchronous SMS message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The result value of the asynchronous SMS message retrieval operation.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsMessageOperation.GetResults">
      <summary>Retrieves the result of the asynchronous SMS message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An interface that accesses the retrieved message.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessageOperation.Id">
      <summary>Specifies the ID of the asynchronous SMS message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer uniquely representing the asynchronous SMS message retrieval operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessageOperation.Status">
      <summary>Specifies the status of the asynchronous SMS message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value representing the status of an asynchronous SMS message retrieval operation.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.GetSmsMessagesOperation">
      <summary>Supports the retrieval of messages.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsMessagesOperation.Cancel">
      <summary>Cancels the asynchronous operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsMessagesOperation.Close">
      <summary>Closes the asynchronous operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessagesOperation.Completed">
      <summary>Specifies whether the asynchronous message retrieval operation has completed or not.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>Specifies whether the asynchronous message operation has completed or not.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessagesOperation.ErrorCode">
      <summary>Specifies the error code for the asynchronous message operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The result value of the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.GetSmsMessagesOperation.GetResults">
      <summary>Retrieves the result of the asynchronous message retrieval operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to the SMS messages retrieved.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessagesOperation.Id">
      <summary>Indicates the ID of the asynchronous message operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer uniquely representing the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessagesOperation.Progress">
      <summary>Specifies the progress status of the asynchronous message operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A handler for progress update events of an asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.GetSmsMessagesOperation.Status">
      <summary>Specifies the status of the asynchronous message operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value representing the status of an asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.SendSmsMessageOperation">
      <summary>Enables the sending of a message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.SendSmsMessageOperation.Cancel">
      <summary>Cancels the asynchronous operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.SendSmsMessageOperation.Close">
      <summary>Closes the asynchronous operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SendSmsMessageOperation.Completed">
      <summary>A handler for the completed event of an asynchronous action.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A handler for the completed event of an asynchronous action.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SendSmsMessageOperation.ErrorCode">
      <summary>Specifies the error code for the asynchronous message operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The result value of the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SendSmsMessageOperation.GetResults">
      <summary>Retrieves the result of the asynchronous operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SendSmsMessageOperation.Id">
      <summary>Indicates the ID of the asynchronous message operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer uniquely representing the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SendSmsMessageOperation.Status">
      <summary>Specifies the status of the asynchronous message operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value representing the status of an asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.SmsBinaryMessage">
      <summary>Represents an SMS message in raw PDU format. The data format differs depending on whether the message format (indicated by the value of the Format property) is GSM or CDMA.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SmsBinaryMessage.Format">
      <summary>Retrieves the detected protocol description unit (PDU) format of this message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value describing the SMS data format.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsBinaryMessage.GetData">
      <summary>Returns the raw buffer of the message in binary protocol description unit (PDU) format as a byte array.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A byte array representing message data. If there is no message data, the returned array is empty.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsBinaryMessage.Id">
      <summary>Indicates the ID of the asynchronous message operation.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer uniquely representing the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsBinaryMessage.MessageClass">
      <summary>Returns the message class, as determined by the operator's message network. The two most common classes are None (normal message) or Class0 (special operator message, such as a roaming warning that must be shown immediately to the user). A typical client for end-user messages ignores Class0 messages.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A value from the SmsMessageClass enumeration.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsBinaryMessage.SetData(System.Byte[])">
      <summary>Specifies the raw binary payload of the SMS message. It should be formatted according to the protocol description unit (PDU) standard.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <param name="value">A byte array representing message data. If there is no message data, the returned array is empty.</param>
    </member>
    <member name="M:Windows.Devices.Sms.SmsBinaryMessage.#ctor">
      <summary>Creates an instance of the SmsBinaryMessage class.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="T:Windows.Devices.Sms.SmsDevice">
      <summary>Supports the operation of a mobile broadband SMS device.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SmsDevice.AccountPhoneNumber">
      <summary>Returns the phone number associated with the SMS device. The phone number can be used to associate incoming messages with the account and possibly an external storage mechanism such as an account inbox.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representation of the account phone number.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDevice.CalculateLength(Windows.Devices.Sms.SmsTextMessage)">
      <summary>Estimates the transmitted message length of the specified text message. The estimate can be useful to clients who want to give an indication of how many messages will be sent on the network to carry the text of the full message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an SmsEncodedLength structure that is populated with the length information.</returns>
      <param name="message">A reference to the SMS text message to measure.</param>
    </member>
    <member name="P:Windows.Devices.Sms.SmsDevice.CellularClass">
      <summary>Returns the cellular class of the SMS device. The class can be used to determine which encodings are appropriate or which device limitations are in effect.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value indicating the device's cellular class.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsDevice.DeviceStatus">
      <summary>Returns the SMS device's status, which indicates whether the device is ready, or not. It also indcates what type of problem exists if the device is not ready.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value that indicates the readiness of an SMS device to engage in cellular network traffic operations.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDevice.FromIdAsync(System.String)">
      <summary>Creates an instance of SmsDevice for the device that received the SMS message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The SMS device operation object.</returns>
      <param name="deviceId">A string representation of the DeviceInformation ID of the SMS device that received the SMS message.</param>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDevice.FromNetworkAccountIdAsync(System.String)">
      <summary>Creates an instance of SmsDevice for the specified Mobile Broadband network account ID.</summary>
      <returns>When this method completes, it returns the SmsDevice for the specified Mobile Broadband network account ID.</returns>
      <param name="networkAccountId">The Mobile Broadband network account ID to use to select the corresponding mobile broadband device to use for the SMS device</param>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDevice.GetDefaultAsync">
      <summary>Creates an instance of an SmsDevice object associated with the default SMS device. Because the device might be busy, the operation executes asynchronously. The asynchronous operation object returns immediately.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an IAsyncOperation(SmsDevice) object that supports asynchronous SmsDevice object retrieval.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDevice.GetDeviceSelector">
      <summary>Retrieves the class selection string that can be used to enumerate SMS devices.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an Advanced Query Syntax (AQS) string that identifies an SMS device.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsDevice.MessageStore">
      <summary>Accesses the on-device message store. The store holds messages until a client can retrieve them. On some devices, for example, the store may correspond to the SIM storage for SMS messages.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an SmsDeviceMessageStore object.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDevice.SendMessageAsync(Windows.Devices.Sms.ISmsMessage)">
      <summary>Asynchronously sends a message using the SMS device. The method is asynchronous because the send operation might not occur instantaneously. The message operation object is returned immediately.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The message operation object.</returns>
      <param name="message">A reference to an ISmsMessage object. The message can be in text or binary format.</param>
    </member>
    <member name="E:Windows.Devices.Sms.SmsDevice.SmsMessageReceived">
      <summary>Sets an event handler to be called when the device receives a new text message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="E:Windows.Devices.Sms.SmsDevice.SmsDeviceStatusChanged">
      <summary>Sets an event handler to be called when the status of the SMS device changes.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="T:Windows.Devices.Sms.SmsDeviceMessageStore">
      <summary>Provides access to the messages stored on an SMS Device and information about the message store.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDeviceMessageStore.DeleteMessageAsync(System.UInt32)">
      <summary>Deletes the message with the specified ID. Because the device might be busy, the operation executes asynchronously. The asynchronous operation object returns immediately.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A new message operation object that is used to start and track the asynchronous operation.</returns>
      <param name="messageId">Integer ID of the message to delete, which was previously read from an SmsTextMessage object obtained from the device message store.</param>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDeviceMessageStore.DeleteMessagesAsync(Windows.Devices.Sms.SmsMessageFilter)">
      <summary>Deletes the messages to which the filter applies. The filter can be used to delete all messages, or only messages that are read, unread, sent, or in a draft state. Because the operation might not be instantaneous, it executes asynchronously. The asynchronous operation object returns immediately.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A new message operation object that is used to start and track the asynchronous operation.</returns>
      <param name="messageFilter">A search filter that specifies which messages to delete.</param>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDeviceMessageStore.GetMessageAsync(System.UInt32)">
      <summary>Retrieves the message with the specified ID. The device might be busy, so the method executes asynchronously. The asynchronous operation object returns immediately.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>Returns a new message operation object that is used to start and track the asynchronous operation.</returns>
      <param name="messageId">ID of the message to retrieve.</param>
    </member>
    <member name="M:Windows.Devices.Sms.SmsDeviceMessageStore.GetMessagesAsync(Windows.Devices.Sms.SmsMessageFilter)">
      <summary>Retrieves a list of messages that match the conditions specified in a filter. The messages can be filtered as read, unread, sent, or in the draft state.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>Returns a new message operation object that is used to start and track the asynchronous operation.</returns>
      <param name="messageFilter">ID of the message to retrieve.</param>
    </member>
    <member name="P:Windows.Devices.Sms.SmsDeviceMessageStore.MaxMessages">
      <summary>Indicates the maximum number of messages that can be stored in the device store. The client can use this value to determine how to maintain enough space in the device store to receive new messages from the network.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer value representing the maximum number of messages for the device store.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.SmsMessageReceivedEventArgs">
      <summary>Provides data for ISmsBinaryMessage event handlers.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SmsMessageReceivedEventArgs.BinaryMessage">
      <summary>Retrieves an object that holds the binary representation of the message. This is of interest only to clients who want to pass binary messages on directly or do their own interpretation of the binary message contents.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an SmsBinaryMessage object.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsMessageReceivedEventArgs.TextMessage">
      <summary>Retrieves an object that holds the text representation of the message. If the message is not successfully decoded, an error is returned.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A new SmsTextMessage object.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.SmsReceivedEventDetails">
      <summary>Presents the details of SMS message events to the background work item that handles messages while your app is suspended.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SmsReceivedEventDetails.BinaryMessage">
      <summary>Gets the binary message object for the SMS message received by the background task.</summary>
      <returns>The binary message object for the SMS message received by the background task.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsReceivedEventDetails.DeviceId">
      <summary>Returns the DeviceInformation ID of the network interface that received the SMS message. This ID can be passed to SmsDevice.FromIdAsync to activate the device and retrieve additional message details.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string containing the DeviceInformation ID of the SMS network interface (device). This value is typically used to retrieve details such as the sender and the body of the message. For example, you might use the ID to display a popup telling the user that a new message from a particular person has arrived. The combination of DeviceId and MessageIndex is sufficient to retrieve the new message from the SMS device.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsReceivedEventDetails.MessageClass">
      <summary>Gets the message class for the SMS message received by the background task.</summary>
      <returns>The message class for the SMS message received by the background task.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsReceivedEventDetails.MessageIndex">
      <summary>Returns the index of the new message that raised the event. You can pass this to SmsDevice.GetMessageAsync to retrieve the new message itself.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer index of the new message.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.SmsTextMessage">
      <summary>Manages a decoded SMS text message, providing direct access to the plain text body of the message, as well as key header properties, such as time stamp.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.Body">
      <summary>Specifies the plain text body of the message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representing the body of the text message. If there were decoding problems, some characters in the original message can be represented by a wildcard character, typically a question mark ('?').</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.Encoding">
      <summary>Specifies the encoding type that has been set to use when sending this message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A value from the SmsEncoding enumeration.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.From">
      <summary>Specifies the phone number of the sender of the message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representation of the phone number of the sender of this message. It should be in the format preferred by the device and the network it is registered on.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsTextMessage.FromBinaryData(Windows.Devices.Sms.SmsDataFormat,System.Byte[])">
      <summary>Decodes a binary message and places the results in a new instance of a text message. This method represents the binary message as a reference to a buffer of bytes and a selection of how the buffer is encoded. Therefore, it can be used when the message did not originate directly from the device or as an instance of an SmsBinaryMessage class.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A new SmsTextMessage object if the decoding was successful.</returns>
      <param name="format">An SmsDataFormat enumerated value that identifies the format of a particular protocol description unit (PDU) buffer.</param>
      <param name="value">An array of bytes containing the binary data to decode.</param>
    </member>
    <member name="M:Windows.Devices.Sms.SmsTextMessage.FromBinaryMessage(Windows.Devices.Sms.SmsBinaryMessage)">
      <summary>Reads a binary message and decodes it. The results are placed in a new instance of a text message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A new SmsTextMessage object.</returns>
      <param name="binaryMessage">An instance of a binary message to decode.</param>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.Id">
      <summary>Indicates the ID of the SMS text message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer ID for the message.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.MessageClass">
      <summary>Specifies the message class of a message. This message class typically originates on the network, not the mobile device.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A value from the SmsMessageClass enumeration.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.PartCount">
      <summary>Indicates the total number of parts in the original message if the message is part of a multi-part message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An unsigned integer. If the message is standalone, the value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.PartNumber">
      <summary>Indicates the part number of a multi-part message if this message is part of a multi-part message. It can be used to reconstruct the original message by joining the parts together, in conjunction with the PartReferenceId and PartCount properties.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An unsigned integer. It is one-based. It will not exceed PartCount + 1.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.PartReferenceId">
      <summary>Indicates a reference value that can be used if the message is part of a multi-part message. If this message belongs to a multi-part message, the PartNumber value can be used to reconstruct the full original message, and each part of that message will have the same value for PartReferenceId.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An unsigned integer determined by the sending network; it cannot be manipulated through this interface. If the network has its own policy on the lifetime of a multi-part message, this reference number might not be valid indefinitely.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsTextMessage.#ctor">
      <summary>Creates an instance of the SmsTextMessage class.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.Timestamp">
      <summary>Indicates the timestamp of the message. It is determined locally for a constructed message instance or from the service center timestamp of a received message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A value of the DateTime type.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.SmsTextMessage.To">
      <summary>Indicates the recipient phone number of this message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representation of the phone number, formatted in the phone number format favored by the device and the network that the device is registered on.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.SmsTextMessage.ToBinaryMessages(Windows.Devices.Sms.SmsDataFormat)">
      <summary>Reads a message in the specified format and places the results in a new instance of a binary message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The new binary message that holds the result of this method call.</returns>
      <param name="format">A value from the SmsDataFormat enumeration.</param>
    </member>
    <member name="T:Windows.Devices.Sms.SmsEncodedLength">
      <summary>This structure represents information about the length of an SmsTextMessage object when it is encoded as a PDU.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncodedLength.SegmentCount">
      <summary>The number of segments needed to encode the message.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncodedLength.CharacterCountLastSegment">
      <summary>The number of characters in the last segment of the encoded message.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncodedLength.CharactersPerSegment">
      <summary>The estimated number of characters that can fit in one segment of the message.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncodedLength.ByteCountLastSegment">
      <summary>The number of bytes in the last segment of the encoded message.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncodedLength.BytesPerSegment">
      <summary>The number of bytes in each segment of the message.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.CellularClass">
      <summary>This enumerated type defines the type of cellular device.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.CellularClass.None">
      <summary>The device type corresponds to no cellular class.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.CellularClass.Gsm">
      <summary>The device type is GSM cellular class.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.CellularClass.Cdma">
      <summary>The device type is CDMA cellular class.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.SmsDataFormat">
      <summary>This enumerated type identifies the format of a given protocol description unit (PDU) buffer.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDataFormat.Unknown">
      <summary>The data format is unknown.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDataFormat.CdmaSubmit">
      <summary>The data format is CDMA WMT format of type submit.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDataFormat.GsmSubmit">
      <summary>The data format is GSM of type submit.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDataFormat.CdmaDeliver">
      <summary>The data format is CDMA WMT format of type deliver.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDataFormat.GsmDeliver">
      <summary>The data format is GSM of type deliver.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.SmsDeviceStatus">
      <summary>Contains values that indicate the readiness of an SMS device to engage in cellular network traffic operations.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.Off">
      <summary>The device is powered off.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.Ready">
      <summary>The device is powered on and ready to be used.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.SimNotInserted">
      <summary>The SIM card is not inserted into the device.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.BadSim">
      <summary>The SIM is invalid; PIN unblock key retrials have exceeded the limit.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.DeviceFailure">
      <summary>General device failure.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.SubscriptionNotActivated">
      <summary>The service subscription is not activated.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.DeviceLocked">
      <summary>The device is locked by a PIN or password that prevents the device from initializing and registering on the network.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsDeviceStatus.DeviceBlocked">
      <summary>The device is blocked by a PIN or password that prevents the device from initializing and registering on the nework.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.SmsEncoding">
      <summary>This enumerated type is used to determine the encoding algorithm to send or calculate the length of an SmsTextMessage object.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncoding.Unknown">
      <summary>The data encoding is unknown.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncoding.Optimal">
      <summary>7-bit encoding if all characters can be represented, otherwise 2-byte Universal Character Set (UCS-2) encoding.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncoding.SevenBitAscii">
      <summary>Not supported. Do not use.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncoding.Unicode">
      <summary>Not supported. Do not use.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsEncoding.GsmSevenBit">
      <summary>Standard 7-bit per octet ASCII encoding.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.SmsMessageClass">
      <summary>This enumerated type specifies the message class of a message. The message class typically originates on the network, not the mobile device.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageClass.None">
      <summary>No class was specified.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageClass.Class0">
      <summary>Message should be immediately displayed.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageClass.Class1">
      <summary>Mobile equipment (ME) specific message.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageClass.Class2">
      <summary>SIM specific message.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageClass.Class3">
      <summary>Terminal equipment (TE) specific message.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.SmsMessageFilter">
      <summary>This enumerated type specifies which messages in the device message store an operation is performed on.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageFilter.All">
      <summary>All messages in the device message store.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageFilter.Unread">
      <summary>All unread received messages.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageFilter.Read">
      <summary>All read received messages.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageFilter.Sent">
      <summary>All sent and saved messages.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageFilter.Draft">
      <summary>All unsent and saved messages.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.SmsMessageType">
      <summary>This enumerated type defines whether the SMS message is encoded in binary or text format.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageType.Binary">
      <summary>The SMS message is in binary format.</summary>
    </member>
    <member name="F:Windows.Devices.Sms.SmsMessageType.Text">
      <summary>The SMS message is in text format.</summary>
    </member>
    <member name="T:Windows.Devices.Sms.ISmsBinaryMessage">
      <summary>This interface provides access to the raw binary format of an SMS message. The message is stored in the industry standard protocol description unit (PDU) format (see the SMS specification GSM 03.40).</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsBinaryMessage.Format">
      <summary>Retrieves the detected protocol description unit (PDU) format of this message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value describing the SMS data format.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.ISmsBinaryMessage.GetData">
      <summary>Returns the raw buffer of the message in binary protocol description unit (PDU) format as a byte array.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A byte array representing message data. If there is no message data, the returned array is empty.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.ISmsBinaryMessage.SetData(System.Byte[])">
      <summary>Specifies the raw binary payload of the SMS message. It should be formatted according to the protocol description unit (PDU) standard.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <param name="value">A byte array representing message data, formatted according to the protocol description unit (PDU) standard.</param>
    </member>
    <member name="T:Windows.Devices.Sms.ISmsDevice">
      <summary>This interface controls a mobile broadband SMS device. It is the primary entry point to SMS services on the device.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsDevice.AccountPhoneNumber">
      <summary>Returns the phone number associated with the SMS device. The phone number can be used to associate incoming messages with the account and possibly an external storage mechanism such as an account inbox.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representation of the account phone number.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.ISmsDevice.CalculateLength(Windows.Devices.Sms.SmsTextMessage)">
      <summary>Estimates the transmitted message length of the specified text message. The estimate can be useful to clients who want to give an indication of how many messages will be sent on the network to carry the text of the full message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an SmsEncodedLength structure that is populated with the length information.</returns>
      <param name="message">A reference to the SMS text message to measure.</param>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsDevice.CellularClass">
      <summary>Returns the cellular class of the SMS device. The class can be used to determine which encodings are appropriate or which device limitations are in effect.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value indicating the device's cellular class.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsDevice.DeviceStatus">
      <summary>Returns the SMS device's status, which indicates whether the device is ready, or not. It also indcates what type of problem exists if the device is not ready.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An enumerated value that indicates the readiness of an SMS device to engage in cellular network traffic operations.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsDevice.MessageStore">
      <summary>Accesses the on-device message store. The store holds messages until a client can retrieve them. On some devices, for example, the store may correspond to the SIM storage for SMS messages.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an SmsMessageStore object.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.ISmsDevice.SendMessageAsync(Windows.Devices.Sms.ISmsMessage)">
      <summary>Asynchronously sends a message using the SMS device. The method is asynchronous because the send operation might not occur instantaneously. The asynchronous operation object is returned immediately.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A reference to an SendSmsMessageOperation object that supports asynchronous message sending.</returns>
      <param name="message">A reference to an SmsMessage object. The message can be in text or binary format.</param>
    </member>
    <member name="E:Windows.Devices.Sms.ISmsDevice.SmsDeviceStatusChanged">
      <summary>Sets an event handler to be called when the status of the SMS device changes.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="E:Windows.Devices.Sms.ISmsDevice.SmsMessageReceived">
      <summary>Sets an event handler to be called when the device receives a new text message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="T:Windows.Devices.Sms.ISmsMessage">
      <summary>This interface is implemented by all types of SMS messages that are supported.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsMessage.Id">
      <summary>Retrieves an ID for the message, which can later be specified in calling message store methods in order to get or delete the message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An integer ID for the message.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsMessage.MessageClass">
      <summary>Returns the message class, as determined by the operator's message network. The two most common classes are None (normal message) or Class0 (special operator message, such as a roaming warning that must be shown immediately to the user). A typical client for end-user messages ignores Class0 messages.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A value from the SmsMessageClass enumeration.</returns>
    </member>
    <member name="T:Windows.Devices.Sms.ISmsTextMessage">
      <summary>This interface manipulates a decoded SMS text message. It provides direct access to the plain text body of the message, as well as key header properties, such as time stamp.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.Body">
      <summary>Specifies the plain text body of the message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representing the body of the text message. If there were decoding problems, some characters in the original message can be represented by a wildcard character, typically a question mark: '?'.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.Encoding">
      <summary>Specifies the encoding type that has been set to use when sending this message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A value from the SmsEncoding enumeration.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.From">
      <summary>Specifies the phone number of the sender of the message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representation of the phone number of the sender of this message. It should be in the format preferred by the device and the network it is registered on.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.PartCount">
      <summary>Retrieves the total number of parts in the original message if the message is part of a multi-part message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An unsigned integer. If the message is standalone, the value is 1.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.PartNumber">
      <summary>Retrieves the part number of a multi-part message if this message is part of a multi-part message. It can be used to reconstruct the original message by joining the parts together, in conjunction with the PartReferenceId and PartCount properties.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An unsigned integer. It is one-based. It will not exceed PartCount + 1.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.PartReferenceId">
      <summary>Indicates a reference value that can be used if the message is part of a multi-part message. If this message belongs to a multi-part message, the PartNumber value can be used to reconstruct the full original message, and each part of that message will have the same value for PartReferenceId.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>An unsigned integer determined by the sending network; it cannot be manipulated through this interface. If the network has its own policy on the lifetime of a multi-part message, this reference number might not be valid indefinitely.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.Timestamp">
      <summary>Retrieves the timestamp of the message. It is determined locally for a constructed message instance or from the service center timestamp of a received message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A value of the DateTime type.</returns>
    </member>
    <member name="P:Windows.Devices.Sms.ISmsTextMessage.To">
      <summary>Specifies the recipient phone number of this message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>A string representation of the phone number, formatted in the phone number format favored by the device and the network that the device is registered on.</returns>
    </member>
    <member name="M:Windows.Devices.Sms.ISmsTextMessage.ToBinaryMessages(Windows.Devices.Sms.SmsDataFormat)">
      <summary>Reads a message in the specified format and places the results in a new instance of a binary message.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <returns>The new binary message that holds the result of this method call.</returns>
      <param name="format">A value from the SmsDataFormat enumeration.</param>
    </member>
    <member name="T:Windows.Devices.Sms.SmsDeviceStatusChangedEventHandler">
      <summary>This handler is called when the status on the SMS device changes. Callers should implement this when they want to be notified when a significant state change occurs on the device. For example, the caller might want to know when the device is ready to send and receive messages.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <param name="sender">A reference to the device object that sent the event.</param>
    </member>
    <member name="T:Windows.Devices.Sms.SmsMessageReceivedEventHandler">
      <summary>This event handler is called when a new binary message is received. Callers should implement this when they want to handle new binary messages from a given SMS device.</summary>
      <capability type="sms">Required to access the SMS service.</capability>
      <param name="sender">A reference to the SMS device object that sent the message.</param>
      <param name="e">An object that holds the binary and text representations of the message.</param>
    </member>
    <member name="N:Windows.Devices.Usb">
      <summary>The Windows.Devices.Usb defines Windows Runtime classes that a Windows store app can use to communicate with a USB device that does not belong to a device class, or for which Microsoft does not provide an in-box driver.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbBulkInEndpointDescriptor">
      <summary>The endpoint descriptor for a USB bulk IN endpoint. The descriptor specifies the endpoint type, direction, number and also the maximum number of bytes that can be read from the endpoint, in a single transfer.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkInEndpointDescriptor.EndpointNumber">
      <summary>Gets the USB endpoint number of the bulk IN endpoint.</summary>
      <returns>The endpoint number of the bulk IN endpoint. That number is in Bit 3...0 of the bEndpointAddress field of an endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkInEndpointDescriptor.MaxPacketSize">
      <summary>Gets the maximum number of bytes that can be sent to or received from this endpoint, in a single packet.</summary>
      <returns>Indicates the maximum packet size of the endpoint. This value is derived from the wMaxPacketSize field value of the endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkInEndpointDescriptor.Pipe">
      <summary>Gets the object that represents the pipe that the host opens to communicate with the bulk IN endpoint.</summary>
      <returns>An UsbBulkInPipe object that is the pipe for the bulk IN endpoint.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbBulkInPipe">
      <summary>Represents the pipe that the underlying USB driver opens to communicate with a USB bulk IN endpoint of the device. The app can get an input stream from the pipe and access data is being read from the endpoint.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkInPipe.ReadOptions">
      <summary>Gets or sets configuration flags that controls the behavior of the pipe that reads data from a USB bulk IN endpoint.</summary>
      <returns>A UsbReadOptions value that indicates the pipe policy.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkInPipe.EndpointDescriptor">
      <summary>Gets the object that represents endpoint descriptor associated with the USB bulk IN endpoint.</summary>
      <returns>A UsbBulkInEndpointDescriptor object that represents endpoint descriptor associated with the USB bulk IN endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkInPipe.InputStream">
      <summary>Input stream that stores the data that the bulk IN pipe received from the endpoint.</summary>
      <returns>Input stream that contains data read from the endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkInPipe.MaxTransferSizeBytes">
      <summary>Gets the maximum number of bytes that can be read from the bulk IN pipe in a single transfer.</summary>
      <returns>The maximum number of bytes that can be read from the bulk IN pipe in a single transfer.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbBulkInPipe.ClearStallAsync">
      <summary>Starts an asynchronous operation to clear a stall condition (endpoint halt) on the USB bulk IN endpoint that is associated with the pipe.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbBulkInPipe.FlushBuffer">
      <summary>Discards any data that is cached in the bulk IN pipe.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbBulkOutEndpointDescriptor">
      <summary>The endpoint descriptor for a USB bulk OUT endpoint. The descriptor specifies the endpoint type, direction, number and also the maximum number of bytes that can be written to the endpoint, in a single transfer.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkOutEndpointDescriptor.EndpointNumber">
      <summary>Gets the USB endpoint number of the bulk OUT endpoint.</summary>
      <returns>The endpoint number of the bulk OUT endpoint. That number is in Bit 3...0 of the bEndpointAddress field of an endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkOutEndpointDescriptor.MaxPacketSize">
      <summary>Gets the maximum number of bytes that can be sent to or received from this endpoint.</summary>
      <returns>Indicates the maximum packet size of the endpoint. This value is the wMaxPacketSize field value of the endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkOutEndpointDescriptor.Pipe">
      <summary>Gets the object that represents the pipe that the host opens to communicate with the bulk IN endpoint.</summary>
      <returns>A UsbBulkOutPipe object that is the pipe for the bulk OUT endpoint.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbBulkOutPipe">
      <summary>Represents the pipe that the underlying USB driver opens to communicate with a USB bulk OUT endpoint of the device. The object provides access to an output stream to which the app can write data to send to the endpoint.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkOutPipe.WriteOptions">
      <summary>Gets or sets configuration flags that controls the behavior of the pipe that writes data to a USB bulk IN endpoint.</summary>
      <returns>A UsbWriteOptions constant that indicates the pipe policy.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkOutPipe.EndpointDescriptor">
      <summary>Gets the object that represents the endpoint descriptor associated with the USB bulk OUT endpoint.</summary>
      <returns>A UsbBulkOutEndpointDescriptor that represents the endpoint descriptor associated with the USB bulk OUT endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbBulkOutPipe.OutputStream">
      <summary>Gets an output stream to which the app can write data to send to the endpoint.</summary>
      <returns>The output steam that contains the transfer data.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbBulkOutPipe.ClearStallAsync">
      <summary>Starts an asynchronous operation to clear a stall condition (endpoint halt) on the USB bulk OUT endpoint that is associated with the pipe.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbConfiguration">
      <summary>Provides information about a USB configuration, its descriptors and the interfaces defined within that configuration. For an explanation of a USB configuration, see Section 9.6.3 in the Universal Serial Bus (USB) specification.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbConfiguration.ConfigurationDescriptor">
      <summary>Gets the object that contains the first 9 bytes of the descriptor associated with the USB configuration.</summary>
      <returns>A UsbConfigurationDescriptor object that represents the first 9 bytes of the descriptor associated with the USB configuration.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbConfiguration.Descriptors">
      <summary>Gets an array of objects that represent the full set of descriptors associated with a USB configuration.</summary>
      <returns>An array of UsbDescriptor objects that contains the full set of descriptors associated with a USB configuration.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbConfiguration.UsbInterfaces">
      <summary>Gets an array of USB interfaces available in the USB configuration.</summary>
      <returns>An array of UsbInterface objects.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbConfigurationDescriptor">
      <summary>Derives information from the first 9 bytes of a USB configuration descriptor. The information includes the power capabilities of the device when the configuration is active and the number of interfaces included in that configuration.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbConfigurationDescriptor.ConfigurationValue">
      <summary>Gets the bConfigurationValue field of a USB configuration descriptor. The value is the number that identifies the configuration.</summary>
      <returns>The number that identifies the configuration.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbConfigurationDescriptor.MaxPowerMilliamps">
      <summary>Gets the bMaxPower field of a USB configuration descriptor. The value indicates the maximum power (in milliamp units) that the device can draw from the bus, when the device is bus-powered.</summary>
      <returns>The maximum power (in milliamp units) that the device can draw from the bus.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbConfigurationDescriptor.RemoteWakeup">
      <summary>Gets the D5 bit value of the bmAttributes field in the USB configuration descriptor. The value indicates whether the device can send a resume signal to wake up itself or the host system from a low power state.</summary>
      <returns>True, if the device supports remote wakeup; otherwise false.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbConfigurationDescriptor.SelfPowered">
      <summary>Gets the D6 bit of the bmAttributes field in the USB configuration. This value indicates whether the device is drawing power from a local source or the bus.</summary>
      <returns>True, if the device is drawing power from a local source; false indicates that the device is only drawing power from the bus.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbConfigurationDescriptor.TryParse(Windows.Devices.Usb.UsbDescriptor,Windows.Devices.Usb.UsbConfigurationDescriptor@)">
      <summary>Retrieves the first 9 bytes of a USB configuration descriptor in a UsbConfigurationDescriptor object that is contained in a UsbDescriptor object.</summary>
      <returns>True, if a UsbConfigurationDescriptor object was found in the specified UsbDescriptor object. Otherwise, false.</returns>
      <param name="descriptor">The UsbDescriptor object to parse.</param>
      <param name="parsed">Receives a UsbConfigurationDescriptor object.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbConfigurationDescriptor.Parse(Windows.Devices.Usb.UsbDescriptor)">
      <summary>Parses the specified USB descriptor and returns fields of a USB configuration descriptor.</summary>
      <returns>A UsbConfigurationDescriptor object that contains fields of a USB configuration descriptor.</returns>
      <param name="descriptor">A UsbDescriptor object that contains first 9 bytes of the USB configuration descriptor.</param>
    </member>
    <member name="T:Windows.Devices.Usb.UsbControlRequestType">
      <summary>Provides information about the USB control transfer, the type of control request, whether the data is sent from or to the host, and the recipient of the request in the device.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbControlRequestType.AsByte">
      <summary>Gets or sets the bmRequestType value as a byte.</summary>
      <returns>The entire bmRequestType value in a byte.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbControlRequestType.ControlTransferType">
      <summary>Gets or sets the type of USB control transfer: standard, class, or vendor.</summary>
      <returns>The type of USB control transfer: standard, class, or vendor.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbControlRequestType.Recipient">
      <summary>Gets or sets the recipient of the USB control transfer.</summary>
      <returns>The recipient of the USB control transfer.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbControlRequestType.Direction">
      <summary>Gets or sets the direction of the USB control transfer.</summary>
      <returns>The direction of the USB control transfer.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbControlRequestType.#ctor">
      <summary>Creates a UsbControlRequestType object.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbDescriptor">
      <summary>Provides information about the type of descriptor, its size (in bytes), and gets the descriptor data.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDescriptor.DescriptorType">
      <summary>Gets the type of descriptor.</summary>
      <returns>The type of descriptor.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDescriptor.Length">
      <summary>Gets the length of the descriptor.</summary>
      <returns>The length of the descriptor.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDescriptor.ReadDescriptorBuffer(Windows.Storage.Streams.IBuffer)">
      <summary>Reads descriptor data in the caller-supplied buffer.</summary>
      <param name="buffer">A caller-supplied buffer that receives descriptor data.</param>
    </member>
    <member name="T:Windows.Devices.Usb.UsbDevice">
      <summary>Represents a USB device. The object provides methods and properties that an app can use to find the device (in the system) with which the app wants to communicate, and sends IN and OUT control transfers to the device.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDevice.Configuration">
      <summary>Gets an object that represents a USB configuration including all interfaces and their endpoints.</summary>
      <returns>A UsbConfiguration object that contains information about a USB configuration including the configuration descriptor and array of all USB interfaces in that configuration.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDevice.DefaultInterface">
      <summary>Gets the object that represents the default or the first interface in a USB configuration.</summary>
      <returns>A UsbInterface object that represents the default or the first interface in a USB configuration.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDevice.DeviceDescriptor">
      <summary>Gets the object that represents the USB device descriptor.</summary>
      <returns>A UsbDeviceDescriptor that represents the USB device descriptor.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.Close">
      <summary>Releases the reference to the UsbDevice object that was previously obtained by calling FromIdAsync.</summary>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.FromIdAsync(System.String)">
      <summary>Starts an asynchronous operation that creates a UsbDevice object.</summary>
      <returns>Returns an IAsyncOperation(UsbDevice) object that returns the results of the operation.</returns>
      <param name="deviceId">The device instance path of the device. To obtain that value, get the DeviceInformation.Id property value.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.GetDeviceSelector(System.UInt32,System.UInt32,System.Guid)">
      <summary>Gets an Advanced Query Syntax (AQS) string, based on vendor, product, and device interface GUID identifiers, specified by the app.</summary>
      <returns>String formatted as an AQS query.</returns>
      <param name="vendorId">Specifies the vendor identifier for the device as assigned by the USB specification committee. Possible values are 0 through 0xffff.</param>
      <param name="productId">Specifies the product identifier. This value is assigned by the manufacturer and is device-specific. Possible values are 0 through 0xffff.</param>
      <param name="winUsbInterfaceClass">The device interface GUID exposed by the Winusb.sys driver. See the remarks section.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.GetDeviceSelector(System.Guid)">
      <summary>Gets an Advanced Query Syntax (AQS) string, based on the device interface GUID identifier, specified by the app.</summary>
      <returns>String formatted as an AQS query.</returns>
      <param name="winUsbInterfaceClass">The device interface GUID exposed by the Winusb.sys driver. See the remarks section.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.GetDeviceSelector(System.UInt32,System.UInt32)">
      <summary>Gets an Advanced Query Syntax (AQS) string, based on vendor and product identifiers, specified by the app.</summary>
      <returns>String formatted as an AQS query.</returns>
      <param name="vendorId">Specifies the vendor identifier for the device as assigned by the USB specification committee. Possible values are 0 through 0xffff.</param>
      <param name="productId">Specifies the product identifier. This value is assigned by the manufacturer and is device-specific. Possible values are 0 through 0xffff.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.GetDeviceClassSelector(Windows.Devices.Usb.UsbDeviceClass)">
      <summary>Gets an Advanced Query Syntax (AQS) string that the app can pass to DeviceInformation.FindAllAsync in order to find a specific type of USB device.</summary>
      <returns>String formatted as an AQS query.</returns>
      <param name="usbClass">A UsbDeviceClass object for the device class specified by the app.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.SendControlInTransferAsync(Windows.Devices.Usb.UsbSetupPacket)">
      <summary>Starts a zero-length USB control transfer that reads from the default control endpoint of the device.</summary>
      <returns>Returns an IAsyncOperation(IBuffer) object that returns the results of the operation.</returns>
      <param name="setupPacket">A UsbSetupPacket object that contains the setup packet for the control transfer.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.SendControlInTransferAsync(Windows.Devices.Usb.UsbSetupPacket,Windows.Storage.Streams.IBuffer)">
      <summary>Starts a USB control transfer to receive data from the default control endpoint of the device.</summary>
      <returns>Returns an IAsyncOperation(IBuffer) object that returns the results of the operation.</returns>
      <param name="setupPacket">A UsbSetupPacket object that contains the setup packet for the control transfer.</param>
      <param name="buffer">A caller-supplied buffer that contains transfer data.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.SendControlOutTransferAsync(Windows.Devices.Usb.UsbSetupPacket)">
      <summary>Starts a zero-length USB control transfer that writes to the default control endpoint of the device.</summary>
      <returns>Returns an IAsyncOperation(UInt32) object that returns the results of the operation.</returns>
      <param name="setupPacket">A UsbSetupPacket object that contains the setup packet for the control transfer.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDevice.SendControlOutTransferAsync(Windows.Devices.Usb.UsbSetupPacket,Windows.Storage.Streams.IBuffer)">
      <summary>Starts a USB control transfer to send data to the default control endpoint of the device.</summary>
      <returns>Returns an IAsyncOperation(UInt32) object that returns the results of the operation.</returns>
      <param name="setupPacket">A UsbSetupPacket object that contains the setup packet for the control transfer.</param>
      <param name="buffer">A caller-supplied buffer that contains the transfer data.</param>
    </member>
    <member name="T:Windows.Devices.Usb.UsbDeviceClass">
      <summary>Provides a way for the app to get an Advanced Query Syntax (AQS) string by specifying the class code, subclass code, and the protocol code defined by the device. The properties in this class are passed in the call to GetDeviceClassSelector.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClass.ClassCode">
      <summary>Gets or sets the class code of the device.</summary>
      <returns>The device class code.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClass.ProtocolCode">
      <summary>Gets or sets the protocol code of the device.</summary>
      <returns>The protocol code of the device.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClass.SubclassCode">
      <summary>Gets or sets the subclass code of the device.</summary>
      <returns>The subclass code of the device.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbDeviceClass.#ctor">
      <summary>Creates a UsbDeviceClass object.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbDeviceClasses">
      <summary>Provides a way for the app to create a UsbDeviceClass object by specifying the USB device class of the device. The properties defined in this class represent the supported USB device classes and are passed in the constructor call to instantiate UsbDeviceClass.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.ActiveSync">
      <summary>Gets the device class object for the device that conforms to the Active Sync device class.</summary>
      <returns>A UsbDeviceClass object for the Active Sync device class.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.CdcControl">
      <summary>Gets the device class object for the device that conforms to the Communication Device Class (CDC).</summary>
      <returns>A UsbDeviceClass object for the CDC-compliant device.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.DeviceFirmwareUpdate">
      <summary>Gets the device class object for the device that conforms to the Device Firmware Update device class.</summary>
      <returns>A UsbDeviceClass object for the Device Firmware Update device class.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.Irda">
      <summary>Gets the device class object for an infrared transceiver that conforms to the IrDA class defined as per the IrDA Bridge Device Definition 1.0 specification.</summary>
      <returns>A UsbDeviceClass object for the IrDA class.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.Measurement">
      <summary>Gets the device class object for a device that conforms to the USB test and measurement class (USBTMC).</summary>
      <returns>A UsbDeviceClass object for the USBTMC-compliant device.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.PalmSync">
      <summary>Gets the device class object for the device that conforms to the Palm Sync device class.</summary>
      <returns>A UsbDeviceClass object for the Palm Sync device class.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.PersonalHealthcare">
      <summary>Gets the device class object for a device that conforms to the USB Personal Healthcare Device Class (PHDC).</summary>
      <returns>A UsbDeviceClass object for a PHDC-compliant healthcare device.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.Physical">
      <summary>Gets the device class object for a device that conforms to the Physical Interface Devices (PID) specification.</summary>
      <returns>A UsbDeviceClass object for a PID-compliant device.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceClasses.VendorSpecific">
      <summary>Gets the device class object for a custom device that has 0xFF class code. This indicates that the device does not belong to a class approved by USB-IF.</summary>
      <returns>A UsbDeviceClass object for a custom device.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbDeviceDescriptor">
      <summary>Derives information from the USB device descriptor of the device.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceDescriptor.BcdDeviceRevision">
      <summary>Gets the bcdDeviceRevision field of the USB device descriptor. The value indicates the revision number defined by the device and is a binary-coded decimal number.</summary>
      <returns>The revision number defined by the device.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceDescriptor.BcdUsb">
      <summary>Gets the bcdUSB field of the USB device descriptor. The value indicates the version of the USB specification to which the device conforms.</summary>
      <returns>The version of the USB specification to which the device conforms.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceDescriptor.ProductId">
      <summary>Gets the idProduct field of the USB device descriptor. This value indicates the device-specific product identifier and is assigned by the manufacturer.</summary>
      <returns>The device-defined product identifier.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceDescriptor.VendorId">
      <summary>Gets the idVendor field of the USB device descriptor. The value indicates the vendor identifier for the device as assigned by the USB specification committee.</summary>
      <returns>The vendor identifier for the device as assigned by the USB specification committee.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceDescriptor.MaxPacketSize0">
      <summary>Gets the bMaxPacketSize0 field of the USB device descriptor. The value indicates the maximum packet size, in bytes, for endpoint zero of the device. This value can be 8, 16, 32, or 64.</summary>
      <returns>The maximum packet size, in bytes, for endpoint zero of the device.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbDeviceDescriptor.NumOfConfigurations">
      <summary>Gets the bNumConfigurations field of the USB device descriptor. The value indicates the total count of USB configurations supported by the device.</summary>
      <returns>A number that indicates the total count of USB configurations supported by the device.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbEndpointDescriptor">
      <summary>Derives information from the USB endpoint descriptor of the endpoint, such as type, direction, and endpoint number. This object also gets the specific endpoint descriptors based on the type of endpoint.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbEndpointDescriptor.AsBulkInEndpointDescriptor">
      <summary>Gets an object that represents the endpoint descriptor for the USB bulk IN endpoint.</summary>
      <returns>A UsbBulkInEndpointDescriptor object that describes the USB bulk IN endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbEndpointDescriptor.AsBulkOutEndpointDescriptor">
      <summary>Gets an object that represents the endpoint descriptor for the USB bulk OUT endpoint.</summary>
      <returns>A UsbBulkOutEndpointDescriptor that describes the USB bulk OUT endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbEndpointDescriptor.AsInterruptInEndpointDescriptor">
      <summary>Gets an object that represents the endpoint descriptor for the USB interrupt IN endpoint.</summary>
      <returns>An UsbInterruptInEndpointDescriptor that describes the USB interrupt IN endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbEndpointDescriptor.AsInterruptOutEndpointDescriptor">
      <summary>Gets an object that represents the endpoint descriptor for the USB interrupt OUT endpoint.</summary>
      <returns>An UsbInterruptOutEndpointDescriptor object that describes the interrupt OUT endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbEndpointDescriptor.Direction">
      <summary>Gets the direction of the USB endpoint.</summary>
      <returns>A UsbTransferDirection value that indicates the direction of the endpoint. This value is Bit 7 of the bEndpointAddress field of an endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbEndpointDescriptor.EndpointNumber">
      <summary>Gets the USB endpoint number.</summary>
      <returns>The USB endpoint number. That number is in Bit 3...0 of the bEndpointAddress field of an endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbEndpointDescriptor.EndpointType">
      <summary>Gets the type of USB endpoint.</summary>
      <returns>A UsbEndpointType constant that indicates the type of USB endpoint. This value is Bit 1...0 of the bmAttributes field of an endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbEndpointDescriptor.TryParse(Windows.Devices.Usb.UsbDescriptor,Windows.Devices.Usb.UsbEndpointDescriptor@)">
      <summary>Retrieves the USB endpoint descriptor in a UsbEndpointDescriptor object that is contained in a UsbDescriptor object.</summary>
      <returns>True, if the specified UsbDescriptor object is a USB endpoint descriptor. Otherwise, false.</returns>
      <param name="descriptor">The UsbDescriptor object to parse.</param>
      <param name="parsed">Receives a UsbEndpointDescriptor object.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbEndpointDescriptor.Parse(Windows.Devices.Usb.UsbDescriptor)">
      <summary>Parses the specified USB descriptor and returns the USB endpoint descriptor in a UsbEndpointDescriptor object.</summary>
      <returns>A UsbEndpointDescriptor object that contains the USB endpoint descriptor.</returns>
      <param name="descriptor">A UsbDescriptor object that contains the USB endpoint descriptor.</param>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterface">
      <summary>Provides information about the USB interface including its endpoints, the number of alternate settings the interface supports, and gets the entire descriptor set for those settings. It also obtains pipes associated with the endpoints that the interface supports.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterface.BulkInPipes">
      <summary>Gets an array of objects that represent pipes that the host opened to communicate with bulk IN endpoints defined in the current setting of the USB interface setting.</summary>
      <returns>An array of UsbBulkInPipe objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterface.BulkOutPipes">
      <summary>Gets an array of objects that represent pipes that the host opened to communicate with bulk OUT endpoints defined in the current setting of the USB interface.</summary>
      <returns>An array of UsbBulkOutPipe objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterface.Descriptors">
      <summary>Gets an array of objects that represent descriptors for all alternate settings that are part of this USB interface.</summary>
      <returns>An array of UsbDescriptor objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterface.InterfaceNumber">
      <summary>Gets the interface number that identifies the USB interface.</summary>
      <returns>The interface number that identifies the USB interface.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterface.InterfaceSettings">
      <summary>Gets an array of objects that represent alternate settings defined for the USB interface.</summary>
      <returns>An array of UsbInterfaceSetting objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterface.InterruptInPipes">
      <summary>Gets an array of objects that represent pipes that the host opened to communicate with interrupt IN endpoints defined in the current setting of the USB interface.</summary>
      <returns>An array of UsbInterruptInPipe objects. The objects are in the same order as they are defined in the interface descriptor.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterface.InterruptOutPipes">
      <summary>Gets an array of objects that represent pipes that the host opened to communicate with interrupt OUT endpoints defined in the current setting of the USB interface.</summary>
      <returns>An array of UsbInterruptOutPipe objects.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterfaceDescriptor">
      <summary>Describes a USB alternate setting (of an interface) in an interface descriptor.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceDescriptor.AlternateSettingNumber">
      <summary>Gets the bAlternateSetting field of the USB interface descriptor.</summary>
      <returns>A number that identifies the alternate setting defined by the interface.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceDescriptor.ClassCode">
      <summary>Gets the bInterfaceClass field of the USB interface descriptor.</summary>
      <returns>The USB-defined class to which the interface conforms.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceDescriptor.InterfaceNumber">
      <summary>Gets the bInterfaceNumber field of the USB interface descriptor.</summary>
      <returns>The index that identifies the interface.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceDescriptor.ProtocolCode">
      <summary>Gets the bInterfaceProtocol field of the interface descriptor.</summary>
      <returns>A USB-assigned identifier that specifies a USB-defined protocol to which the interface conforms.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceDescriptor.SubclassCode">
      <summary>Gets the bInterfaceSubClass field of the USB interface descriptor.</summary>
      <returns>A USB-assigned identifier that specifies a USB-defined subclass to which the interface.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbInterfaceDescriptor.TryParse(Windows.Devices.Usb.UsbDescriptor,Windows.Devices.Usb.UsbInterfaceDescriptor@)">
      <summary>Retrieves information about the alternate setting in a UsbInterfaceDescriptor object that is contained in a UsbDescriptor object.</summary>
      <returns>True, if the specified UsbDescriptor object is USB interface descriptor. Otherwise, false.</returns>
      <param name="descriptor">The UsbDescriptor object to parse.</param>
      <param name="parsed">Receives a UsbInterfaceDescriptor object.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbInterfaceDescriptor.Parse(Windows.Devices.Usb.UsbDescriptor)">
      <summary>Parses the specified USB descriptor and returns alternate setting information in a UsbInterfaceDescriptor object.</summary>
      <returns>A UsbInterfaceDescriptor object describes the alternate setting.</returns>
      <param name="descriptor">A UsbDescriptor object that contains the USB interface descriptor.</param>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterfaceSetting">
      <summary>Provides information about an alternate setting and select that setting. The app can get the USB interface descriptors for the setting and its endpoints, and determine whether this setting is currently selected.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceSetting.BulkInEndpoints">
      <summary>Gets an array of objects that represent descriptors associated with USB bulk IN endpoints that are defined in the alternate setting.</summary>
      <returns>An array of UsbBulkInEndpointDescriptor objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceSetting.BulkOutEndpoints">
      <summary>Gets an array of objects that represent descriptors associated with USB bulk OUT endpoints that are defined in the alternate setting.</summary>
      <returns>An array of UsbBulkOutEndpointDescriptor objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceSetting.Descriptors">
      <summary>Gets an array of objects that represent descriptors associated with the alternate setting.</summary>
      <returns>An array of UsbDescriptor objects that represent the interface descriptor associated with the alternate setting.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceSetting.InterfaceDescriptor">
      <summary>Gets an object that represents the descriptor that describes the alternate setting.</summary>
      <returns>A UsbInterfaceDescriptor object that has the full descriptor for the alternate setting. Requirements</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceSetting.InterruptInEndpoints">
      <summary>Gets an array of objects that represent descriptors associated with USB interrupt IN endpoints that are defined in the alternate setting.</summary>
      <returns>An array of UsbInterruptInEndpointDescriptor objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceSetting.InterruptOutEndpoints">
      <summary>Gets an array of objects that represent descriptors associated with USB interrupt OUT endpoints that are defined in the alternate setting.</summary>
      <returns>An array of UsbInterruptInEndpointDescriptor objects.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterfaceSetting.Selected">
      <summary>Determines whether the alternate setting is currently selected.</summary>
      <returns>True, if the alternate setting is currently selected; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbInterfaceSetting.SelectSettingAsync">
      <summary>Selects the alternate setting as the current setting in the USB interface.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterruptInEndpointDescriptor">
      <summary>The endpoint descriptor for a USB interrupt IN endpoint. The descriptor specifies the endpoint type, direction, number and also the maximum number of bytes that can be read from the endpoint, in a single transfer. The app can also get information about how often the host polls the endpoint for data.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptInEndpointDescriptor.EndpointNumber">
      <summary>Gets the USB endpoint number of the interrupt IN endpoint.</summary>
      <returns>The endpoint number of the interrupt IN endpoint. That number is in Bit 3...0 of the bEndpointAddress field of an endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptInEndpointDescriptor.Interval">
      <summary>Gets the poling interval of the USB interrupt endpoint.</summary>
      <returns>The poling interval of the USB interrupt endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptInEndpointDescriptor.MaxPacketSize">
      <summary>Gets the maximum number of bytes that can be sent to or received (in a packet) from this endpoint.</summary>
      <returns>Indicates the maximum packet size of the endpoint. This value is the wMaxPacketSize field value of the endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptInEndpointDescriptor.Pipe">
      <summary>Gets the object that represents the pipe that the host opens to communicate with the interrupt IN endpoint.</summary>
      <returns>An UsbInterruptInPipe object that is the pipe for the interrupt IN endpoint.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterruptInEventArgs">
      <summary>Represents the object that is passed as a parameter to the event handler for the DataReceived event.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptInEventArgs.InterruptData">
      <summary>Gets data from the interrupt IN endpoint.</summary>
      <returns>An IBuffer object that contains data that was read from the interrupt IN endpoint.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterruptInPipe">
      <summary>Represents the pipe that the underlying USB driver opens to communicate with a USB interrupt IN endpoint of the device. The object also enables the app to specify an event handler. That handler that gets invoked when data is read from the endpoint.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptInPipe.EndpointDescriptor">
      <summary>Gets the object that represents the endpoint descriptor associated with the USB interrupt IN endpoint.</summary>
      <returns>A UsbInterruptInEndpointDescriptor object that represents the endpoint descriptor associated with the USB interrupt IN endpoint.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbInterruptInPipe.ClearStallAsync">
      <summary>Starts an asynchronous operation to clear a stall condition (endpoint halt) on the USB interrupt IN endpoint that is associated with the pipe.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="E:Windows.Devices.Usb.UsbInterruptInPipe.DataReceived">
      <summary>Raised when the interrupt pipe receives data from the interrupt IN endpoint.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterruptOutEndpointDescriptor">
      <summary>The endpoint descriptor for a USB interrupt OUT endpoint. The descriptor specifies the endpoint type, direction, number and also the maximum number of bytes that can be written to the endpoint, in a single transfer. The app can also get information about how often the host polls the endpoint to send data.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptOutEndpointDescriptor.EndpointNumber">
      <summary>Gets the USB endpoint number of the interrupt OUT endpoint.</summary>
      <returns>The USB endpoint number.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptOutEndpointDescriptor.Interval">
      <summary>Gets the poling interval of the USB interrupt endpoint.</summary>
      <returns>The poling interval of the USB interrupt endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptOutEndpointDescriptor.MaxPacketSize">
      <summary>Gets the maximum number of bytes that can be sent to or received from this endpoint.</summary>
      <returns>Indicates the maximum packet size of the endpoint. This value is the wMaxPacketSize field value of the endpoint descriptor. For information, see Table 9-13 in the Universal Serial Bus Specification (version 2.0) or Table 9-18 in the Universal Serial Bus 3.0 Specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptOutEndpointDescriptor.Pipe">
      <summary>Gets the object that represents the pipe that the host opens to communicate with the interrupt OUT endpoint.</summary>
      <returns>An UsbInterruptInPipe object that is the pipe for the interrupt OUT endpoint.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbInterruptOutPipe">
      <summary>Represents the pipe that the underlying USB driver opens to communicate with a USB interrupt OUT endpoint of the device. The object provides access to an output stream to which the app can write data to send to the endpoint.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptOutPipe.WriteOptions">
      <summary>Gets or sets configuration flags that controls the behavior of the pipe that writes data to a USB interrupt OUT endpoint.</summary>
      <returns>A UsbWriteOptions constant that indicates the pipe policy.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptOutPipe.EndpointDescriptor">
      <summary>Gets the object that represents the endpoint descriptor associated with the USB interrupt OUT endpoint.</summary>
      <returns>A UsbInterruptOutEndpointDescriptor object that represents the endpoint descriptor associated with the USB interrupt OUT endpoint.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbInterruptOutPipe.OutputStream">
      <summary>Gets an output stream to which the app can write data to send to the endpoint.</summary>
      <returns>Output stream that contains data to write to the endpoint.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbInterruptOutPipe.ClearStallAsync">
      <summary>Starts an asynchronous operation to clear a stall condition (endpoint halt) on the USB interrupt OUT endpoint that is associated with the pipe.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Devices.Usb.UsbSetupPacket">
      <summary>Describes the setup packet for a USB control transfer.</summary>
    </member>
    <member name="P:Windows.Devices.Usb.UsbSetupPacket.Value">
      <summary>Gets or sets the wValue field in the setup packet of the USB control transfer.</summary>
      <returns>The wValue field in the setup packet and the value varies according to the request. For an explanation of this field, see section 9.3.3 of the Universal Serial Bus (USB) specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbSetupPacket.RequestType">
      <summary>Gets or sets the bmRequestType field in the setup packet of the USB control transfer. That field is represented by a UsbControlRequestType object.</summary>
      <returns>The bmRequestType field in the setup packet. The values that are assigned to this field are described in Table 9.2 and section 9.3.1 of the Universal Serial Bus (USB) specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbSetupPacket.Request">
      <summary>Gets or sets the bRequest field in the setup packet of the USB control transfer.</summary>
      <returns>The bRequest field in the setup packet. For an explanation of this field, see section 9.3.2 of the Universal Serial Bus (USB) specification.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbSetupPacket.Length">
      <summary>Gets the length, in bytes, of the setup packet.</summary>
      <returns>The length, in bytes, of the setup packet.</returns>
    </member>
    <member name="P:Windows.Devices.Usb.UsbSetupPacket.Index">
      <summary>Gets or sets the wIndex field in the setup packet of the USB control transfer.</summary>
      <returns>The wIndex field in the setup packet. For an explanation of this field, see section 9.3.4 of the Universal Serial Bus (USB) specification.</returns>
    </member>
    <member name="M:Windows.Devices.Usb.UsbSetupPacket.#ctor(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a UsbSetupPacket object from a formatted buffer (eight bytes) that contains the setup packet.</summary>
      <param name="eightByteBuffer">A caller-supplied buffer that contains the setup packet formatted as per the standard USB specification. The length of the buffer must be eight bytes because that is the size of a setup packet on the bus.</param>
    </member>
    <member name="M:Windows.Devices.Usb.UsbSetupPacket.#ctor">
      <summary>Creates a UsbSetupPacket object.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbControlRecipient">
      <summary>Defines constants that indicate the recipient of a USB control transfer. The recipient is defined in the setup packet of the control request. See Table 9.2 of section 9.3 of the Universal Serial Bus (USB) specification (www.usb.org).</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlRecipient.Device">
      <summary>The recipient of the control transfer is the device.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlRecipient.SpecifiedInterface">
      <summary>The recipient of the control transfer is the USB interface that is specified in the request.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlRecipient.Endpoint">
      <summary>The recipient of the control transfer is an endpoint.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlRecipient.Other">
      <summary>The recipient of the control transfer is other.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlRecipient.DefaultInterface">
      <summary>The recipient of the control transfer is the default (or the first) USB interface in the selected configuration of the device.If the recipient is the first interface of the active configuration (DefaultInterface), SendControlInTransferAsync and SendControlOutTransferAsync methods overwrite the low byte of UsbSetupPacket.Index with the interface number of the default interface.By using this value, an app can omit the interface number in an interface-recipient request.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbControlTransferType">
      <summary>Defines constants that indicate the type of USB control transfer: standard, class, or vendor.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlTransferType.Standard">
      <summary>Indicates a standard USB control request that the app can send to obtain information about the device, its configurations, interfaces, and endpoints. The standard requests are described in section 9.4 of the Universal Serial Bus (USB) specification (www.usb.org).</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlTransferType.Class">
      <summary>Indicates a class-specific USB control request described by a specific device class specification.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbControlTransferType.Vendor">
      <summary>Indicates a vendor-specified USB control request and depends on the requests supported by the device.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbEndpointType">
      <summary>Defines constants that indicate the type of USB endpoint: control, bulk, isochronous, or interrupt.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbEndpointType.Control">
      <summary>Indicates a USB control endpoint (Endpoint 0).</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbEndpointType.Isochronous">
      <summary>Indicates a USB isochronous endpoint.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbEndpointType.Bulk">
      <summary>Indicates a USB bulk endpoint.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbEndpointType.Interrupt">
      <summary>Indicates a USB interrupt endpoint.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbReadOptions">
      <summary>Defines constants for configuration flags that can be set for a USB pipe that the host opens for a USB bulk IN endpoint.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbReadOptions.None">
      <summary>Clear all flags.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbReadOptions.AutoClearStall">
      <summary>Automatically clears a stalled pipe without stopping the data flow.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbReadOptions.OverrideAutomaticBufferManagement">
      <summary>Bypasses queuing and error handling to boost performance for multiple read requests. Read operations must be done in multiples of MaxPacketSize.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbReadOptions.IgnoreShortPacket">
      <summary>The host does not complete a read request when a short packet is received. The read request is completed only when an error occurs, the request is canceled, or all requested bytes have been read.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbReadOptions.AllowPartialReads">
      <summary>Allows read requests from a device that returns more data than requested by the caller.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbTransferDirection">
      <summary>Defines constants that indicate the direction of USB transfer: IN or OUT transfers.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbTransferDirection.Out">
      <summary>Indicates an OUT transfer from the host to the device.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbTransferDirection.In">
      <summary>Indicates an IN transfer from the device to the host.</summary>
    </member>
    <member name="T:Windows.Devices.Usb.UsbWriteOptions">
      <summary>Defines constants for configuration flags that can be set for a USB pipe that the host opens for a USB OUT endpoint.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbWriteOptions.None">
      <summary>Clear all flags.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbWriteOptions.AutoClearStall">
      <summary>Automatically clears a stalled pipe without stopping the data flow.</summary>
    </member>
    <member name="F:Windows.Devices.Usb.UsbWriteOptions.ShortPacketTerminate">
      <summary>Sends a zero length packet for a write request in which the buffer is a multiple of the maximum packet size supported by the endpoint.</summary>
    </member>
    <member name="N:Windows.Devices.WiFiDirect">
      <summary>Contains classes that support connecting to associated Wi-Fi Direct devices.</summary>
    </member>
    <member name="T:Windows.Devices.WiFiDirect.WiFiDirectConnectionStatus">
      <summary>Describes the connection status of a WiFiDirectDevice object.</summary>
    </member>
    <member name="F:Windows.Devices.WiFiDirect.WiFiDirectConnectionStatus.Disconnected">
      <summary>The device is not connected.</summary>
    </member>
    <member name="F:Windows.Devices.WiFiDirect.WiFiDirectConnectionStatus.Connected">
      <summary>The device is connected to an associated Wi-Fi Direct device.</summary>
    </member>
    <member name="T:Windows.Devices.WiFiDirect.WiFiDirectDevice">
      <summary>Manages connections to associated Wi-Fi Direct devices.</summary>
    </member>
    <member name="P:Windows.Devices.WiFiDirect.WiFiDirectDevice.ConnectionStatus">
      <summary>Gets the connection status for the WiFi-Direct device.</summary>
      <returns>The connection status for the WiFi-Direct device.</returns>
    </member>
    <member name="P:Windows.Devices.WiFiDirect.WiFiDirectDevice.DeviceId">
      <summary>Gets the DeviceInformation Id for the Wi-Fi Direct device.</summary>
      <returns>The DeviceInformation Id for the Wi-Fi Direct device.</returns>
    </member>
    <member name="M:Windows.Devices.WiFiDirect.WiFiDirectDevice.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Devices.WiFiDirect.WiFiDirectDevice.Close">
      <summary>Close the active Wi-Fi Direct device connection.</summary>
    </member>
    <member name="M:Windows.Devices.WiFiDirect.WiFiDirectDevice.GetConnectionEndpointPairs">
      <summary>Gets a collection of network addresses for the Wi-Fi Direct device as endpoint pairs.</summary>
      <returns>A collection of network addresses for the Wi-Fi Direct device as endpoint pairs.</returns>
    </member>
    <member name="M:Windows.Devices.WiFiDirect.WiFiDirectDevice.GetDeviceSelector">
      <summary>Returns the class selection string that you can use to enumerate Wi-Fi Direct devices.</summary>
      <returns>The class selection string that you can use to enumerate Wi-Fi Direct devices.</returns>
    </member>
    <member name="M:Windows.Devices.WiFiDirect.WiFiDirectDevice.FromIdAsync(System.String)">
      <summary>Creates an instance of the WiFiDirectDevice class for the specified device interface id.</summary>
      <returns>An asynchronous operation to retrieve the WiFiDirectDevice that was created.</returns>
      <param name="interfaceId">The DeviceInformation Id of a Wi-Fi Direct device.</param>
    </member>
    <member name="E:Windows.Devices.WiFiDirect.WiFiDirectDevice.ConnectionStatusChanged">
      <summary>Occurs when a Wi-Fi Direct device connection is connected or disconnected.</summary>
    </member>
    <member name="N:Windows.Foundation">
      <summary>Enables fundamental Windows Runtime functionality, including managing asynchronous operations, accessing property stores, and working with images and Uniform Resource Identifier (URI).</summary>
    </member>
    <member name="T:Windows.Foundation.PropertyValue">
      <summary>Represents a value in a property store.</summary>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateBoolean(System.Boolean)">
      <summary>Creates a property value from a Boolean value.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateBooleanArray(System.Boolean[])">
      <summary>Creates a property value from an array of Boolean values.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateChar16(System.Char)">
      <summary>Creates a property value from a Unicode character.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateChar16Array(System.Char[])">
      <summary>Creates a property value from an array of Unicode characters.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateDateTime(Windows.Foundation.DateTime)">
      <summary>Creates a property value from a date and time value.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateDateTimeArray(Windows.Foundation.DateTime[])">
      <summary>Creates a property value from an array of date and time values.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateDouble(System.Double)">
      <summary>Creates a property value from a floating-point value.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateDoubleArray(System.Double[])">
      <summary>Creates a property value from an array of floating-point values.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateEmpty">
      <summary>Creates an empty property value.</summary>
      <returns>The property value.</returns>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateGuid(System.Guid)">
      <summary>Creates a property value from a GUID.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateGuidArray(System.Guid[])">
      <summary>Creates a property value from an array of GUID.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInspectable(System.Object)">
      <summary>Creates a property value from an inspectable object.</summary>
      <returns>The property value.</returns>
      <param name="value">The object to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInspectableArray(System.Object[])">
      <summary>Creates a property value from an array of inspectable objects.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInt16(System.Int16)">
      <summary>Creates a property value from an integer.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInt16Array(System.Int16[])">
      <summary>Creates a property value from an array of integers.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInt32(System.Int32)">
      <summary>Creates a property value from an integer.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInt32Array(System.Int32[])">
      <summary>Creates a property value from an array of integers.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInt64(System.Int64)">
      <summary>Creates a property value from an integer.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateInt64Array(System.Int64[])">
      <summary>Creates a property value from an array of integers.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreatePoint(Windows.Foundation.Point)">
      <summary>Creates a property value from a point structure.</summary>
      <returns>The property value.</returns>
      <param name="value">The structure to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreatePointArray(Windows.Foundation.Point[])">
      <summary>Creates a property value from an array of point structures.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateRect(Windows.Foundation.Rect)">
      <summary>Creates a property value from a rectangle structure.</summary>
      <returns>The property value.</returns>
      <param name="value">The structure to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateRectArray(Windows.Foundation.Rect[])">
      <summary>Creates a property value from an array of rectangle structures.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateSingle(System.Single)">
      <summary>Creates a property value from a floating-point value.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateSingleArray(System.Single[])">
      <summary>Creates a property value from an array of floating-point values.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateSize(Windows.Foundation.Size)">
      <summary>Creates a property value from a size structure.</summary>
      <returns>The property value.</returns>
      <param name="value">The structure to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateSizeArray(Windows.Foundation.Size[])">
      <summary>Creates a property value from an array of size structures.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateString(System.String)">
      <summary>Creates a property value from a string.</summary>
      <returns>The property value.</returns>
      <param name="value">The string to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateStringArray(System.String[])">
      <summary>Creates a property value from an array of strings.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateTimeSpan(Windows.Foundation.TimeSpan)">
      <summary>Creates a property value from a time interval.</summary>
      <returns>The property value.</returns>
      <param name="value">The time interval to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateTimeSpanArray(Windows.Foundation.TimeSpan[])">
      <summary>Creates a property value from an array of time intervals.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt16(System.UInt16)">
      <summary>Creates a property value from an unsigned integer.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt16Array(System.UInt16[])">
      <summary>Creates a property value from an array of unsigned integers.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt32(System.UInt32)">
      <summary>Creates a property value from an unsigned integer.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt32Array(System.UInt32[])">
      <summary>Creates a property value from an array of unsigned integers.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt64(System.UInt64)">
      <summary>Creates a property value from an unsigned integer.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt64Array(System.UInt64[])">
      <summary>Creates a property value from an array of unsigned integers.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt8(System.Byte)">
      <summary>Creates a property value from a byte.</summary>
      <returns>The property value.</returns>
      <param name="value">The value to store in the property value.</param>
    </member>
    <member name="M:Windows.Foundation.PropertyValue.CreateUInt8Array(System.Byte[])">
      <summary>Creates a property value from an array of bytes.</summary>
      <returns>The property value.</returns>
      <param name="value">The array to store in the property value.</param>
    </member>
    <member name="T:Windows.Foundation.Uri">
      <summary>Parses Uniform Resource Identifier (URI).</summary>
    </member>
    <member name="P:Windows.Foundation.Uri.AbsoluteCanonicalUri">
      <summary>Gets a fully canonicalized RFC-complaint representation of the current URI.</summary>
      <returns>The canonical URI.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.AbsoluteUri">
      <summary>Gets the entire, non-canonical IRI.</summary>
      <returns>The entire, non-canonical IRI.</returns>
    </member>
    <member name="M:Windows.Foundation.Uri.CombineUri(System.String)">
      <summary>Adds the specified Uniform Resource Identifier (URI) to the current Uniform Resource Identifier (URI).</summary>
      <returns>The combined Uniform Resource Identifier (URI).</returns>
      <param name="relativeUri">A relative Uniform Resource Identifier (URI).</param>
    </member>
    <member name="P:Windows.Foundation.Uri.DisplayIri">
      <summary>Gets the decoded unicode characters that make up the current URI.</summary>
      <returns>The decoded unicode characters, when possible. Unsafe values are renamed as percent-encoded UTF-8. Characters in the hostname remain decoded.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.DisplayUri">
      <summary>Gets a representation of the IRI that can be used for display purposes.</summary>
      <returns>The Uniform Resource Identifier (URI) for display.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Domain">
      <summary>Gets the domain name, including top-level domain, from a Uniform Resource Identifier (URI).</summary>
      <returns>The domain name.</returns>
    </member>
    <member name="M:Windows.Foundation.Uri.Equals(Windows.Foundation.Uri)">
      <summary>Determines whether the specified Uniform Resource Identifier (URI) is equal to the current Uniform Resource Identifier (URI).</summary>
      <returns>True if the Uniform Resource Identifier (URI) are the same; otherwise, false.</returns>
      <param name="pUri">The Uniform Resource Identifier (URI) to be compared.</param>
    </member>
    <member name="M:Windows.Foundation.Uri.EscapeComponent(System.String)">
      <summary>Converts a URI string to its escaped representation.</summary>
      <returns>The escaped representation of toEscape.</returns>
      <param name="toEscape">The stirng to convert.</param>
    </member>
    <member name="P:Windows.Foundation.Uri.Extension">
      <summary>Gets the file name extension of the resource that is referenced in the Uniform Resource Identifier (URI).</summary>
      <returns>The file name extension.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Fragment">
      <summary>Gets the text following a fragment marker (#), including the fragment marker itself.</summary>
      <returns>The text that represents the fragment.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Host">
      <summary>Gets the fully qualified domain name.</summary>
      <returns>The fully qualified domain name.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Password">
      <summary>Gets the password, as parsed from a Uniform Resource Identifier (URI).</summary>
      <returns>The password.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Path">
      <summary>Gets the path and resource name.</summary>
      <returns>The path.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Port">
      <summary>Gets the port number.</summary>
      <returns>The port number.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Query">
      <summary>Gets the query string.</summary>
      <returns>The query string.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.QueryParsed">
      <summary>Gets a parsed URL query string.</summary>
      <returns>The parsed query.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.RawUri">
      <summary>Gets the entire original Uniform Resource Identifier (URI) string.</summary>
      <returns>The raw Uniform Resource Identifier (URI) string.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.SchemeName">
      <summary>Gets the protocol scheme name.</summary>
      <returns>The protocol scheme name.</returns>
    </member>
    <member name="P:Windows.Foundation.Uri.Suspicious">
      <summary>Gets a value that indicates whether the Uniform Resource Identifier (URI) is not well-formed.</summary>
      <returns>True if the Uniform Resource Identifier (URI) is flagged as suspicious; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Foundation.Uri.ToString">
      <summary>Gets a canonical string representation for the current Uri.</summary>
      <returns>The unescaped canonical representation of the current Uri. All characters are unescaped, except #, ?, and %.</returns>
    </member>
    <member name="M:Windows.Foundation.Uri.UnescapeComponent(System.String)">
      <summary>Converts the specified string by replacing any escape sequences with their unescaped representation.</summary>
      <returns>The unescaped representation of stringToUnescape.</returns>
      <param name="toUnescape">The string to convert.</param>
    </member>
    <member name="M:Windows.Foundation.Uri.#ctor(System.String)">
      <summary>Creates a Uniform Resource Identifier (URI) from the specified string.</summary>
      <param name="uri">The string from which the Uniform Resource Identifier (URI) is created.</param>
    </member>
    <member name="M:Windows.Foundation.Uri.#ctor(System.String,System.String)">
      <summary>Creates a Uniform Resource Identifier (URI) by combining a base Uniform Resource Identifier (URI) and a relative Uniform Resource Identifier (URI).</summary>
      <param name="baseUri">The base Uniform Resource Identifier (URI).</param>
      <param name="relativeUri">The relative Uniform Resource Identifier (URI).</param>
    </member>
    <member name="P:Windows.Foundation.Uri.UserName">
      <summary>Gets the user name as parsed from a Uniform Resource Identifier (URI).</summary>
      <returns>The user name.</returns>
    </member>
    <member name="T:Windows.Foundation.WwwFormUrlDecoder">
      <summary>Parses a URL query string.</summary>
    </member>
    <member name="P:Windows.Foundation.WwwFormUrlDecoder.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Foundation.WwwFormUrlDecoder.First">
      <summary>Gets an iterator that represents the first name-value pair in the current URL query string.</summary>
      <returns>The first name-value pair.</returns>
    </member>
    <member name="M:Windows.Foundation.WwwFormUrlDecoder.GetAt(System.UInt32)">
      <summary>Gets the name-value pair at the specified index in the current URL query string.</summary>
      <returns>The name-value pair at the position specified by index.</returns>
      <param name="index">The index of the name-value pair.</param>
    </member>
    <member name="M:Windows.Foundation.WwwFormUrlDecoder.GetFirstValueByName(System.String)">
      <summary>Gets the first name-value pair that has the specified name in the current URL query string.</summary>
      <returns>The value that corresponds with name.</returns>
      <param name="name">The name of the value to get.</param>
    </member>
    <member name="M:Windows.Foundation.WwwFormUrlDecoder.GetMany(System.UInt32,Windows.Foundation.IWwwFormUrlDecoderEntry[])">
      <summary>Gets name-value pairs starting at the specified index in the current URL query string.</summary>
      <returns>The number of name-value pairs in items.</returns>
      <param name="startIndex">The index to start getting name-value pairs at.</param>
      <param name="items">The name-value pairs.</param>
    </member>
    <member name="M:Windows.Foundation.WwwFormUrlDecoder.IndexOf(Windows.Foundation.IWwwFormUrlDecoderEntry,System.UInt32@)">
      <summary>Gets a value indicating whether the specified IWwwFormUrlDecoderEntry is at the specified index in the current URL query string.</summary>
      <returns>true if value is at the position specified by index; otherwise, false.</returns>
      <param name="value">The name-value pair to get the index of.</param>
      <param name="index">The position in value.</param>
    </member>
    <member name="P:Windows.Foundation.WwwFormUrlDecoder.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Foundation.WwwFormUrlDecoder.Size">
      <summary>Gets the number of the name-value pairs in the current URL query string.</summary>
      <returns>The number of the name-value pairs.</returns>
    </member>
    <member name="M:Windows.Foundation.WwwFormUrlDecoder.#ctor(System.String)">
      <summary>Creates and initializes a new instance of the WwwFormUrlDecoder class.</summary>
      <param name="query">The URL to parse.</param>
    </member>
    <member name="T:Windows.Foundation.WwwFormUrlDecoderEntry">
      <summary>Represents a name-value pair in a URL query string.</summary>
    </member>
    <member name="P:Windows.Foundation.WwwFormUrlDecoderEntry.Name">
      <summary>Represents the name of a parameter in a URL query string.</summary>
      <returns>The name of a query string parameter. The Value property represents the corresponding value.</returns>
    </member>
    <member name="P:Windows.Foundation.WwwFormUrlDecoderEntry.Value">
      <summary>Represents a named value in a URL query string.</summary>
      <returns>The value of a query parameter that corresponds with the Name property.</returns>
    </member>
    <member name="T:Windows.Foundation.DateTime">
      <summary>Represents an instant in time, typically expressed as a date and time of day.</summary>
    </member>
    <member name="F:Windows.Foundation.DateTime.UniversalTime">
      <summary>A 64-bit signed integer that represents a point in time as the number of 100-nanosecond intervals prior to or after midnight on January 1, 1601 (according to the Gregorian Calendar).</summary>
    </member>
    <member name="T:Windows.Foundation.EventRegistrationToken">
      <summary>Represents a reference to a delegate that receives change notifications.</summary>
    </member>
    <member name="F:Windows.Foundation.EventRegistrationToken.Value">
      <summary>The reference to the delegate.</summary>
    </member>
    <member name="T:Windows.Foundation.HResult">
      <summary>Represents an error or warning.</summary>
    </member>
    <member name="F:Windows.Foundation.HResult.Value">
      <summary>An integer that describes an error or warning.</summary>
    </member>
    <member name="T:Windows.Foundation.Point">
      <summary>Represents an ordered pair of x- and y-coordinates that define a point in a two-dimensional plane.</summary>
    </member>
    <member name="F:Windows.Foundation.Point.X">
      <summary>The horizontal position of the point.</summary>
    </member>
    <member name="F:Windows.Foundation.Point.Y">
      <summary>The vertical position of the point.</summary>
    </member>
    <member name="M:Windows.Foundation.Point.#ctor(System.Double,System.Double)">
      <summary>Initializes a Point structure that contains the specified values.</summary>
      <param name="x">The x-coordinate value of the Point structure.</param>
      <param name="y">The y-coordinate value of the Point structure.</param>
    </member>
    <member name="M:Windows.Foundation.Point.#ctor(System.Single,System.Single)">
      <summary>Initializes a Point structure that contains the specified values.</summary>
      <param name="x">The x-coordinate value of the Point structure.</param>
      <param name="y">The y-coordinate value of the Point structure.</param>
    </member>
    <member name="M:Windows.Foundation.Point.op_Equality(Windows.Foundation.Point,Windows.Foundation.Point)">
      <summary>Compares two Point structures for equality.</summary>
      <returns>true if both the X and Y values of point1 and point2 are equal; otherwise, false.</returns>
      <param name="point1">The first Point structure to compare.</param>
      <param name="point2">The second Point structure to compare.</param>
    </member>
    <member name="M:Windows.Foundation.Point.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Point.</summary>
      <returns>true if o is equal to this Point; otherwise, false.</returns>
      <param name="o">Object to check for equality.</param>
    </member>
    <member name="M:Windows.Foundation.Point.Equals(Windows.Foundation.Point)">
      <summary>Compares two Point structures for equality.</summary>
      <returns>true if both Point structures contain the same X and Y values; otherwise, false.</returns>
      <param name="value">The Point structure to compare to this Point.</param>
    </member>
    <member name="M:Windows.Foundation.Point.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.Foundation.Point.op_Inequality(Windows.Foundation.Point,Windows.Foundation.Point)">
      <summary>Compares two Point structures for inequality.</summary>
      <returns>true if point1 and point2 have different X or Y values; false if point1 and point2 have the same X and Y values.</returns>
      <param name="point1">The first Point structure to compare.</param>
      <param name="point2">The second Point structure to compare.</param>
    </member>
    <member name="M:Windows.Foundation.Point.ToString()">
      <summary>Converts a Point to a String representation.</summary>
      <returns>A String representation of this Point.</returns>
    </member>
    <member name="M:Windows.Foundation.Point.ToString(System.IFormatProvider)">
      <summary>Creates a String representation of this Point.</summary>
      <returns>A String containing the X and Y values of this Point structure.</returns>
      <param name="provider">Culture-specific formatting information.</param>
    </member>
    <member name="P:Windows.Foundation.Point.X">
      <summary>Gets or sets the X-coordinate value of this Point.</summary>
      <returns>The X-coordinate value of this Point structure. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). The default value is 0.</returns>
    </member>
    <member name="P:Windows.Foundation.Point.Y">
      <summary>Gets or sets the Y-coordinate value of this Point.</summary>
      <returns>The Y-coordinate value of this Point structure. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). The default value is 0.</returns>
    </member>
    <member name="T:Windows.Foundation.Rect">
      <summary>Contains a set of four floating-point numbers that represent the location and size of a rectangle.</summary>
    </member>
    <member name="F:Windows.Foundation.Rect.X">
      <summary>The x-coordinate of the upper-left corner of the rectangle.</summary>
    </member>
    <member name="F:Windows.Foundation.Rect.Y">
      <summary>The y-coordinate of the upper-left corner of the rectangle.</summary>
    </member>
    <member name="F:Windows.Foundation.Rect.Width">
      <summary>The width of the rectangle.</summary>
    </member>
    <member name="F:Windows.Foundation.Rect.Height">
      <summary>The height of the rectangle.</summary>
    </member>
    <member name="M:Windows.Foundation.Rect.#ctor(Windows.Foundation.Point,Windows.Foundation.Point)">
      <summary>Initializes a Rect structure that is exactly large enough to contain the two specified points.</summary>
      <param name="point1">The first point that the new rectangle must contain.</param>
      <param name="point2">The second point that the new rectangle must contain.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.#ctor(Windows.Foundation.Point,Windows.Foundation.Size)">
      <summary>Initializes a Rect structure based on an origin and size.</summary>
      <param name="location">The origin of the new Rect.</param>
      <param name="size">The size of the new Rect.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.#ctor(System.Double,System.Double,System.Double,System.Double)">
      <summary>Initializes a Rect structure that has the specified x-coordinate, y-coordinate, width, and height.</summary>
      <param name="x">The x-coordinate of the top-left corner of the rectangle.</param>
      <param name="y">The y-coordinate of the top-left corner of the rectangle.</param>
      <param name="width">The width of the rectangle.</param>
      <param name="height">The height of the rectangle.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.#ctor(System.Single,System.Single,System.Single,System.Single)">
      <summary>Initializes a Rect structure that has the specified x-coordinate, y-coordinate, width, and height.</summary>
      <param name="x">The x-coordinate of the top-left corner of the rectangle.</param>
      <param name="y">The y-coordinate of the top-left corner of the rectangle.</param>
      <param name="width">The width of the rectangle.</param>
      <param name="height">The height of the rectangle.</param>
    </member>
    <member name="P:Windows.Foundation.Rect.Bottom">
      <summary>Gets the y-axis value of the bottom of the rectangle.</summary>
      <returns>The y-axis value of the bottom of the rectangle. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX).</returns>
    </member>
    <member name="M:Windows.Foundation.Rect.Contains(Windows.Foundation.Point)">
      <summary>Indicates whether the rectangle described by the Rect contains the specified point.</summary>
      <returns>true if the rectangle described by the Rect contains the specified point; otherwise, false.</returns>
      <param name="point">The point to check.</param>
    </member>
    <member name="P:Windows.Foundation.Rect.Empty">
      <summary>Gets a special value that represents a rectangle with no position or area.</summary>
      <returns>The empty rectangle.</returns>
    </member>
    <member name="M:Windows.Foundation.Rect.op_Equality(Windows.Foundation.Rect,Windows.Foundation.Rect)">
      <summary>Compares two Rect structures for equality.</summary>
      <returns>true if all values of rect1 and rect2 are equal; otherwise, false.</returns>
      <param name="rect1">The first Rect structure to compare.</param>
      <param name="rect2">The second Rect structure to compare.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Rect.</summary>
      <returns>true if o is equal to this Rect; otherwise, false.</returns>
      <param name="o">Object to check for equality.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.Equals(Windows.Foundation.Rect,Windows.Foundation.Rect)">
      <summary>Compares two Rect structures for equality.</summary>
      <returns>true if both Rect structures contain the same values; otherwise, false.</returns>
      <param name="value">The Rect structure to compare to this Rect.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="P:Windows.Foundation.Rect.Height">
      <summary>Gets or sets the height of the rectangle.</summary>
      <returns>A value that represents the height of the rectangle. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). The default is 0.</returns>
    </member>
    <member name="M:Windows.Foundation.Rect.op_Inequality(Windows.Foundation.Rect,Windows.FoundationRect)">
      <summary>Compares two Rect structures for inequality.</summary>
      <returns>true if rect1 and rect2 have different values; false if rect1 and rect2 have the same values.</returns>
      <param name="rect1">The first Rect structure to compare.</param>
      <param name="rect2">The second Rect structure to compare.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.Intersect(Windows.Foundation.Rect)">
      <summary>Finds the intersection of the rectangle represented by the current Rect and the rectangle represented by the specified Rect, and stores the result as the current Rect.</summary>
      <param name="rect">The rectangle to intersect with the current rectangle.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.IntersectsWith(Windows.Foundation.Rect)">
      <summary>Indicates whether the specified rectangle intersects with the current rectangle.</summary>
      <returns>true if the specified rectangle intersects with the current rectangle; otherwise, false.</returns>
      <param name="rect">The rectangle to check.</param>
    </member>
    <member name="P:Windows.Foundation.Rect.IsEmpty">
      <summary>Gets a value that indicates whether the rectangle is the Empty rectangle.</summary>
      <returns>true if the rectangle is the Empty rectangle; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Foundation.Rect.Left">
      <summary>Gets the x-axis value of the left side of the rectangle.</summary>
      <returns>The x-axis value of the left side of the rectangle. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX).</returns>
    </member>
    <member name="P:Windows.Foundation.Rect.Right">
      <summary>Gets the x-axis value of the right side of the rectangle.</summary>
      <returns>The x-axis value of the right side of the rectangle. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX).</returns>
    </member>
    <member name="P:Windows.Foundation.Rect.Top">
      <summary>Gets the y-axis position of the top of the rectangle.</summary>
      <returns>The y-axis position of the top of the rectangle. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX).</returns>
    </member>
    <member name="M:Windows.Foundation.Rect.ToString()">
      <summary>Converts a Rect to a String representation.</summary>
      <returns>A String representation of this Rect.</returns>
    </member>
    <member name="M:Windows.Foundation.Rect.ToString(System.IFormatProvider)">
      <summary>Creates a String representation of this Rect.</summary>
      <returns>A string representation of the current rectangle that is determined by the specified format provider.</returns>
      <param name="provider">Culture-specific formatting information.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.Union(Windows.Foundation.Point)">
      <summary>Expands the rectangle represented by the current Rect exactly enough to contain the specified point.</summary>
      <param name="point">The point to include.</param>
    </member>
    <member name="M:Windows.Foundation.Rect.Union(Windows.Foundation.Rect)">
      <summary>Expands the rectangle represented by the current Rect exactly enough to contain the specified rectangle.</summary>
      <param name="rect">The rectangle to include.</param>
    </member>
    <member name="P:Windows.Foundation.Rect.Width">
      <summary>Gets or sets the width of the rectangle.</summary>
      <returns>A value that represents the width of the rectangle in pixels. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). The default is 0.</returns>
    </member>
    <member name="P:Windows.Foundation.Rect.X">
      <summary>Gets or sets the x-axis value of the left side of the rectangle.</summary>
      <returns>The x-axis value of the left side of the rectangle. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). This value is interpreted as pixels within the coordinate space.</returns>
    </member>
    <member name="P:Windows.Foundation.Rect.Y">
      <summary>Gets or sets the y-axis value of the top side of the rectangle.</summary>
      <returns>The y-axis value of the top side of the rectangle. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). This value is interpreted as pixels within the coordinate space.</returns>
    </member>
    <member name="T:Windows.Foundation.Size">
      <summary>Represents an ordered pair of floating-point numbers that specify a height and width.</summary>
    </member>
    <member name="F:Windows.Foundation.Size.Width">
      <summary>The width.</summary>
    </member>
    <member name="F:Windows.Foundation.Size.Height">
      <summary>The height.</summary>
    </member>
    <member name="P:Windows.Foundation.Size.Empty">
      <summary>Gets a value that represents a static empty Size.</summary>
      <returns>An empty instance of Size.</returns>
    </member>
    <member name="M:Windows.Foundation.Size.op_Equality(Windows.Foundation.Size,Windows.Foundation.Size)">
      <summary>Compares two Size structures for equality.</summary>
      <returns>true if all values of size1 and size2 are equal; otherwise, false.</returns>
      <param name="size1">The first Size structure to compare.</param>
      <param name="size2">The second Size structure to compare.</param>
    </member>
    <member name="M:Windows.Foundation.Size.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Size.</summary>
      <returns>true if o is equal to this Size; otherwise, false.</returns>
      <param name="o">Object to check for equality.</param>
    </member>
    <member name="M:Windows.Foundation.Size.Equals(Windows.Foundation.Size,Windows.Foundation.Size)">
      <summary>Compares two Size structures for equality.</summary>
      <returns>true if both Size structures contain the same values; otherwise, false.</returns>
      <param name="o">The Size structure to compare to this Size.</param>
    </member>
    <member name="M:Windows.Foundation.Size.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="P:Windows.Foundation.Size.Height">
      <summary>Gets or sets the height of this instance of Size.</summary>
      <returns>The Height of this instance of Size, in pixels. he data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). The default is 0. The value cannot be negative.</returns>
    </member>
    <member name="M:Windows.Foundation.Size.op_Inequality(Windows.Foundation.Size,Windows.FoundationSize)">
      <summary>Compares two Size structures for inequality.</summary>
      <returns>true if size1 and size2 have different values; false if size1 and size2 have the same values.</returns>
      <param name="size1">The first Size structure to compare.</param>
      <param name="size2">The second Size structure to compare.</param>
    </member>
    <member name="P:Windows.Foundation.Size.IsEmpty">
      <summary>Gets a value that indicates whether this instance of Size is Empty.</summary>
      <returns>true if this instance of size is Empty; otherwise false.</returns>
    </member>
    <member name="M:Windows.Foundation.Size.#ctor(System.Double,System.Double)">
      <summary>Initializes a new instance of the Size structure and assigns it an initial width and height.</summary>
      <param name="width">The initial width of the instance of Size.</param>
      <param name="height">The initial height of the instance of Size.</param>
    </member>
    <member name="M:Windows.Foundation.Size.#ctor(System.Single,System.Single)">
      <summary>Initializes a new instance of the Size structure and assigns it an initial width and height.</summary>
      <param name="width">The initial width of the instance of Size.</param>
      <param name="height">The initial height of the instance of Size.</param>
    </member>
    <member name="M:Windows.Foundation.Size.ToString()">
      <summary>Converts a Size to a String representation.</summary>
      <returns>A String representation of this Size.</returns>
    </member>
    <member name="P:Windows.Foundation.Size.Width">
      <summary>Gets or sets the width of this instance of Size.</summary>
      <returns>The Width of this instance of Size, in pixels. The data type is System.Double for C# or Microsoft Visual Basic, or float for Visual C++ component extensions (C++/CX). The default value is 0. The value cannot be negative.</returns>
    </member>
    <member name="T:Windows.Foundation.TimeSpan">
      <summary>Represents a time interval as a signed 64-bit integer value.</summary>
    </member>
    <member name="F:Windows.Foundation.TimeSpan.Duration">
      <summary>A time period expressed in 100-nanosecond units.</summary>
    </member>
    <member name="T:Windows.Foundation.AsyncStatus">
      <summary>Specifies the status of an asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Foundation.AsyncStatus.Canceled">
      <summary>The operation was canceled.</summary>
    </member>
    <member name="F:Windows.Foundation.AsyncStatus.Completed">
      <summary>The operation has completed.</summary>
    </member>
    <member name="F:Windows.Foundation.AsyncStatus.Error">
      <summary>The operation has encountered an error.</summary>
    </member>
    <member name="F:Windows.Foundation.AsyncStatus.Started">
      <summary>The operation has started.</summary>
    </member>
    <member name="T:Windows.Foundation.PropertyType">
      <summary>Specifies property value types.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Empty">
      <summary>No type is specified.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt8">
      <summary>A byte.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Int16">
      <summary>A signed 16-bit (2-byte) integer.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt16">
      <summary>An unsigned 16-bit (2-byte) integer.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Int32">
      <summary>A signed 32-bit (4-byte) integer.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt32">
      <summary>An unsigned 32-bit (4-byte) integer.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Int64">
      <summary>A signed 64-bit (8-byte) integer.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt64">
      <summary>An unsigned 64-bit (8-byte) integer.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Single">
      <summary>A signed 32-bit (4-byte) floating-point number.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Double">
      <summary>A signed 64-bit (8-byte) floating-point number.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Char16">
      <summary>An unsigned 16-bit (2-byte) code point.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Boolean">
      <summary>A value that can be only true or false.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.String">
      <summary>A Windows Runtime HSTRING.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Inspectable">
      <summary>An object implementing the IInspectable interface.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.DateTime">
      <summary>An instant in time, typically expressed as a date and time of day.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.TimeSpan">
      <summary>A time interval.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Guid">
      <summary>A globally unique identifier.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Point">
      <summary>An ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Size">
      <summary>An ordered pair of float-point numbers that specify a height and width.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Rect">
      <summary>A set of four floating-point numbers that represent the location and size of a rectangle.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.OtherType">
      <summary>A type not specified in this enumeration.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt8Array">
      <summary>An array of Byte values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Int16Array">
      <summary>An array of Int16 values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt16Array">
      <summary>An array of UInt16 values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Int32Array">
      <summary>An array of Int32 values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt32Array">
      <summary>An array of UInt32 values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Int64Array">
      <summary>An array of Int64 values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.UInt64Array">
      <summary>An array of UInt64 values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.SingleArray">
      <summary>An array of Single values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.DoubleArray">
      <summary>An array of Double values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.Char16Array">
      <summary>An array of Char values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.BooleanArray">
      <summary>An array of Boolean values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.StringArray">
      <summary>An array of String values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.InspectableArray">
      <summary>An array of Inspectable values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.DateTimeArray">
      <summary>An array of DateTime values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.TimeSpanArray">
      <summary>An array of TimeSpan values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.GuidArray">
      <summary>An array of Guid values.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.PointArray">
      <summary>An array of Point structures.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.SizeArray">
      <summary>An array of Size structures.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.RectArray">
      <summary>An array of Rect structures.</summary>
    </member>
    <member name="F:Windows.Foundation.PropertyType.OtherTypeArray">
      <summary>An array of an unspecified type.</summary>
    </member>
    <member name="T:Windows.Foundation.IAsyncAction">
      <summary>Represents an asynchronous action.</summary>
    </member>
    <member name="P:Windows.Foundation.IAsyncAction.Completed">
      <summary>Gets or sets the method that handles the action completed event.</summary>
      <returns>The method that handles the event.</returns>
    </member>
    <member name="M:Windows.Foundation.IAsyncAction.GetResults">
      <summary>Returns the results of the action.</summary>
    </member>
    <member name="T:Windows.Foundation.IAsyncActionWithProgress`1">
      <summary>Represents an asynchronous action that includes progress updates.</summary>
      <typeparam name="TProgress">The type of the progress data.</typeparam>
    </member>
    <member name="P:Windows.Foundation.IAsyncActionWithProgress`1.Completed">
      <summary>Gets or sets the method that handles the action completed event.</summary>
      <returns>The method that handles the event.</returns>
    </member>
    <member name="M:Windows.Foundation.IAsyncActionWithProgress`1.GetResults">
      <summary>Returns the results of the action.</summary>
    </member>
    <member name="P:Windows.Foundation.IAsyncActionWithProgress`1.Progress">
      <summary>Gets or sets the method that receives progress events.</summary>
      <returns>The method that handles the events.</returns>
    </member>
    <member name="T:Windows.Foundation.IAsyncInfo">
      <summary>Supports asynchronous actions and operations.</summary>
    </member>
    <member name="M:Windows.Foundation.IAsyncInfo.Cancel">
      <summary>Cancels the asynchronous operation.</summary>
    </member>
    <member name="M:Windows.Foundation.IAsyncInfo.Close">
      <summary>Closes the asynchronous operation.</summary>
    </member>
    <member name="P:Windows.Foundation.IAsyncInfo.ErrorCode">
      <summary>Gets a string that describes an error condition of the asynchronous operation.</summary>
      <returns>The error string.</returns>
    </member>
    <member name="P:Windows.Foundation.IAsyncInfo.Id">
      <summary>Gets the handle of the asynchronous operation.</summary>
      <returns>The handle.</returns>
    </member>
    <member name="P:Windows.Foundation.IAsyncInfo.Status">
      <summary>Gets a value that indicates the status of the asynchronous operation.</summary>
      <returns>The status of the operation.</returns>
    </member>
    <member name="T:Windows.Foundation.IAsyncOperation`1">
      <summary>Represents an asynchronous operation.</summary>
      <typeparam name="TResult">The type of the result.</typeparam>
    </member>
    <member name="P:Windows.Foundation.IAsyncOperation`1.Completed">
      <summary>Gets or sets the method that handles operation completed event.</summary>
      <returns>The method that handles the event.</returns>
    </member>
    <member name="M:Windows.Foundation.IAsyncOperation`1.GetResults">
      <summary>Returns the results of the operation.</summary>
      <returns>The results of the operation.</returns>
    </member>
    <member name="T:Windows.Foundation.IAsyncOperationWithProgress`2">
      <summary>Represents an asynchronous operation that includes progress updates.</summary>
      <typeparam name="TResult">The type of the result.</typeparam>
      <typeparam name="TProgress">The type of the progress data.</typeparam>
    </member>
    <member name="P:Windows.Foundation.IAsyncOperationWithProgress`2.Completed">
      <summary>Gets or sets the method that handles the operation completed event.</summary>
      <returns>The method that handles the event.</returns>
    </member>
    <member name="M:Windows.Foundation.IAsyncOperationWithProgress`2.GetResults">
      <summary>Returns the results of the operation.</summary>
      <returns>The results of the operation.</returns>
    </member>
    <member name="P:Windows.Foundation.IAsyncOperationWithProgress`2.Progress">
      <summary>Gets or sets the method that handles progress events.</summary>
      <returns>The method that handles the events.</returns>
    </member>
    <member name="T:Windows.Foundation.IClosable">
      <summary>Defines a method to release allocated resources.</summary>
    </member>
    <member name="M:Windows.Foundation.IClosable.Close">
      <summary>Releases system resources that are exposed by a Windows Runtime object.</summary>
    </member>
    <member name="T:Windows.Foundation.IGetActivationFactory">
      <summary>Defines the implementation for a type that retrieves activation factories.</summary>
    </member>
    <member name="M:Windows.Foundation.IGetActivationFactory.GetActivationFactory(System.String)">
      <summary>Retrieves the implementation of an activation factory.</summary>
      <returns>An instance of an activation factory type. This type must implement IActivationFactory.</returns>
      <param name="activatableClassId">The Activation ID (ACID) of the activatable type produced by the factory.</param>
    </member>
    <member name="T:Windows.Foundation.IPropertyValue">
      <summary>Represents a value in a property store. You can't implement this interface, see Remarks.</summary>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetBoolean">
      <summary>Returns the Boolean value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetBooleanArray(System.Boolean[]@)">
      <summary>Returns the array of Boolean values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetChar16">
      <summary>Returns the Unicode character stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetChar16Array(System.Char[]@)">
      <summary>Returns the array of Unicode characters stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetDateTime">
      <summary>Returns the date and time value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetDateTimeArray(Windows.Foundation.DateTime[]@)">
      <summary>Returns the array of date and time values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetDouble">
      <summary>Returns the floating-point value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetDoubleArray(System.Double[]@)">
      <summary>Returns the array of floating-point values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetGuid">
      <summary>Returns the GUID value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetGuidArray(System.Guid[]@)">
      <summary>Returns the array of GUID values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetInspectableArray(System.Object[]@)">
      <summary>Returns the array of inspectable objects stored as a property value.</summary>
      <param name="value">The array of objects.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetInt16">
      <summary>Returns the integer value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetInt16Array(System.Int16[]@)">
      <summary>Returns the array of integer values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetInt32">
      <summary>Returns the integer value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetInt32Array(System.Int32[]@)">
      <summary>Returns the array of integer values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetInt64">
      <summary>Returns the integer value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetInt64Array(System.Int64[]@)">
      <summary>Returns the array of integer values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetPoint">
      <summary>Returns the point structure stored as a property value.</summary>
      <returns>The structure.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetPointArray(Windows.Foundation.Point[]@)">
      <summary>Returns the array of point structures stored as a property value.</summary>
      <param name="value">The array of structures.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetRect">
      <summary>Returns the rectangle structure stored as a property value.</summary>
      <returns>The structure.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetRectArray(Windows.Foundation.Rect[]@)">
      <summary>Returns the array of rectangle structures stored as a property value.</summary>
      <param name="value">The array of structures.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetSingle">
      <summary>Returns the floating-point value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetSingleArray(System.Single[]@)">
      <summary>Returns the array of floating-point values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetSize">
      <summary>Returns the size structure stored as a property value.</summary>
      <returns>The structure.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetSizeArray(Windows.Foundation.Size[]@)">
      <summary>Returns the array of size structures stored as a property value.</summary>
      <param name="value">The array of structures.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetString">
      <summary>Returns the string value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetStringArray(System.String[]@)">
      <summary>Returns the array of string values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetTimeSpan">
      <summary>Returns the time interval value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetTimeSpanArray(Windows.Foundation.TimeSpan[]@)">
      <summary>Returns the array of time interval values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt16">
      <summary>Returns the unsigned integer value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt16Array(System.UInt16[]@)">
      <summary>Returns the array of unsigned integer values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt32">
      <summary>Returns the unsigned integer value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt32Array(System.UInt32[]@)">
      <summary>Returns the array of unsigned integer values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt64">
      <summary>Returns the unsigned integer value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt64Array(System.UInt64[]@)">
      <summary>Returns the array of unsigned integer values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt8">
      <summary>Returns the byte value stored as a property value.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Foundation.IPropertyValue.GetUInt8Array(System.Byte[]@)">
      <summary>Returns the array of byte values stored as a property value.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="P:Windows.Foundation.IPropertyValue.IsNumericScalar">
      <summary>Gets a value that indicates whether the property value is a scalar value.</summary>
      <returns>True if the value is scalar; otherwise false.</returns>
    </member>
    <member name="P:Windows.Foundation.IPropertyValue.Type">
      <summary>Returns the type stored in the property value.</summary>
      <returns>The type stored in the property value.</returns>
    </member>
    <member name="T:Windows.Foundation.IReference`1">
      <summary>Enables arbitrary enumerations, structures, and delegate types to be used as property values.</summary>
      <typeparam name="T">The type.</typeparam>
    </member>
    <member name="P:Windows.Foundation.IReference`1.Value">
      <summary>Gets the type that is represented as an IPropertyValue.</summary>
      <returns>The type.</returns>
    </member>
    <member name="T:Windows.Foundation.IReferenceArray`1">
      <summary>Enables arbitrary enumerations, structures, and delegate types to be used as an array of property values. You can't implement this interface, see Remarks.</summary>
      <typeparam name="T">The type.</typeparam>
    </member>
    <member name="P:Windows.Foundation.IReferenceArray`1.Value">
      <summary>Gets the type that is represented as an IPropertyValue array.</summary>
      <returns>The type.</returns>
    </member>
    <member name="T:Windows.Foundation.IStringable">
      <summary>Provides a way to represent the current object as a string.</summary>
    </member>
    <member name="M:Windows.Foundation.IStringable.ToString">
      <summary>Gets a string that represents the current object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="T:Windows.Foundation.IWwwFormUrlDecoderEntry">
      <summary>Represents a name-value pair in a URL query string.</summary>
    </member>
    <member name="P:Windows.Foundation.IWwwFormUrlDecoderEntry.Name">
      <summary>Represents the name of a parameter in a URL query string.</summary>
      <returns>The name of a query string parameter. The Value property represents the corresponding value.</returns>
    </member>
    <member name="P:Windows.Foundation.IWwwFormUrlDecoderEntry.Value">
      <summary>Represents a named value in a URL query string.</summary>
      <returns>The value of a query parameter that corresponds with the Name property.</returns>
    </member>
    <member name="T:Windows.Foundation.AsyncActionCompletedHandler">
      <summary>Represents a method that handles the completed event of an asynchronous action.</summary>
      <param name="asyncInfo">The asynchronous action.</param>
      <param name="asyncStatus">One of the enumeration values.</param>
    </member>
    <member name="T:Windows.Foundation.AsyncActionProgressHandler`1">
      <summary>Represents a method that handles progress update events of an asynchronous action that provides progress updates.</summary>
      <typeparam name="TProgress">The progress information.</typeparam>
      <param name="asyncInfo">The asynchronous action.</param>
      <param name="progressInfo">The progress information.</param>
    </member>
    <member name="T:Windows.Foundation.AsyncActionWithProgressCompletedHandler`1">
      <summary>Represents a method that handles the completed event of an asynchronous action that provides progress updates.</summary>
      <typeparam name="TProgress">The progress information.</typeparam>
      <param name="asyncInfo">The asynchronous action.</param>
      <param name="asyncStatus">One of the enumeration values.</param>
    </member>
    <member name="T:Windows.Foundation.AsyncOperationCompletedHandler`1">
      <summary>Represents a method that handles the completed event of an asynchronous operation.</summary>
      <typeparam name="TResult">The result.</typeparam>
      <param name="asyncInfo">The asynchronous operation.</param>
      <param name="asyncStatus">One of the enumeration values.</param>
    </member>
    <member name="T:Windows.Foundation.AsyncOperationProgressHandler`2">
      <summary>Represents a method that handles progress update events of an asynchronous operation that provides progress updates.</summary>
      <typeparam name="TResult">The result.</typeparam>
      <typeparam name="TProgress">The progress information.</typeparam>
      <param name="asyncInfo">The asynchronous operation.</param>
      <param name="progressInfo">The progress information.</param>
    </member>
    <member name="T:Windows.Foundation.AsyncOperationWithProgressCompletedHandler`2">
      <summary>Represents a method that handles the completed event of an asynchronous operation that provides progress updates.</summary>
      <typeparam name="TResult">The result.</typeparam>
      <typeparam name="TProgress">The progress information.</typeparam>
      <param name="asyncInfo">The asynchronous operation.</param>
      <param name="asyncStatus">One of the enumeration values.</param>
    </member>
    <member name="T:Windows.Foundation.EventHandler`1">
      <summary>Represents a method that handles general events.</summary>
      <typeparam name="T">The type of event data generated by the event.</typeparam>
      <param name="sender">The event source.</param>
      <param name="args">The event data.</param>
    </member>
    <member name="T:Windows.Foundation.TypedEventHandler`2">
      <summary>Represents a method that handles general events.</summary>
      <typeparam name="TSender">The object type.</typeparam>
      <typeparam name="TResult">The type of event data generated by the event.</typeparam>
      <param name="sender">The event source.</param>
      <param name="args">The event data. If there is no event data, this parameter will be null.</param>
    </member>
    <member name="N:Windows.Foundation.Collections">
      <summary>Defines standard, specialized, and generic collection objects.</summary>
    </member>
    <member name="T:Windows.Foundation.Collections.PropertySet">
      <summary>Represents a property set.</summary>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Add(System.String,System.Object)">
      <summary>Adds an item to the PropertySet.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Add(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Adds a new key-value pair to the PropertySet.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Clear">
      <summary>Removes all items from the property set.</summary>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Contains(KeyValuePair(System.String,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the PropertySet.</summary>
      <returns>true if an item with that key exists in the PropertySet; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the PropertySet.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the PropertySet.</summary>
      <returns>true if an item with that key exists in the PropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the PropertySet.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.PropertySet.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.First">
      <summary>Returns an iterator to enumerate the items in the property set.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the property set if the property set is empty.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.GetView">
      <summary>Gets an immutable view of the property set.</summary>
      <returns>The immutable view.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.HasKey(System.String)">
      <summary>Indicates whether the property set has an item with the specified key.</summary>
      <returns>True if the property set has an item with the specified key; otherwise, false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Insert(System.String,System.Object)">
      <summary>Adds an item to the property set.</summary>
      <returns>True if the method replaces a value that already exists for the key; false if this is a new key.</returns>
      <param name="key">The key to insert.</param>
      <param name="value">The value to insert.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.PropertySet.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Foundation.Collections.PropertySet.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Foundation.Collections.PropertySet.Keys">
      <summary>Gets an ICollection object containing the keys of the PropertySet.</summary>
      <returns>The ICollection of all keys in this PropertySet.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Lookup(System.String)">
      <summary>Retrieves the value for the specified key.</summary>
      <returns>The value, if an item with the specified key exists; otherwise, null.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="E:Windows.Foundation.Collections.PropertySet.MapChanged">
      <summary>Occurs when the observable map has changed.</summary>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Remove(System.String)">
      <summary>Removes an item from the property set.</summary>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the PropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.Remove(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Removes a specific key-value pair from the PropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.PropertySet.Size">
      <summary>Gets the number of items contained in the property set.</summary>
      <returns>The number of items in the property set.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.TryGetValue(System.String,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the PropertySet. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the PropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the PropertySet.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the PropertySet.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.PropertySet.Values">
      <summary>Gets an ICollection object containing the values of the PropertySet .</summary>
      <returns>The ICollection of all values in this PropertySet.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.PropertySet.#ctor">
      <summary>Creates and initializes a new instance of the property set.</summary>
    </member>
    <member name="T:Windows.Foundation.Collections.CollectionChange">
      <summary>Describes the action that causes a change to a collection.</summary>
    </member>
    <member name="F:Windows.Foundation.Collections.CollectionChange.Reset">
      <summary>The collection is changed.</summary>
    </member>
    <member name="F:Windows.Foundation.Collections.CollectionChange.ItemInserted">
      <summary>An item is added to the collection.</summary>
    </member>
    <member name="F:Windows.Foundation.Collections.CollectionChange.ItemRemoved">
      <summary>An item is removed from the collection.</summary>
    </member>
    <member name="F:Windows.Foundation.Collections.CollectionChange.ItemChanged">
      <summary>An item is changed in the collection.</summary>
    </member>
    <member name="T:Windows.Foundation.Collections.IIterable`1">
      <summary>Exposes an iterator that supports simple iteration over a collection of a specified type.</summary>
      <typeparam name="T">The type of objects to iterate.</typeparam>
    </member>
    <member name="M:Windows.Foundation.Collections.IIterable`1.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.IIterator`1">
      <summary>Supports simple iteration over a collection.</summary>
      <typeparam name="T">The type of objects to iterate.</typeparam>
    </member>
    <member name="P:Windows.Foundation.Collections.IIterator`1.Current">
      <summary>Gets the current item in the collection.</summary>
      <returns>The current item in the collection.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.IIterator`1.GetMany(Windows.Foundation.Collections.T[])">
      <summary>Retrieves all items in the collection.</summary>
      <returns>The number of items in the collection.</returns>
      <param name="items">The items in the collection.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.IIterator`1.HasCurrent">
      <summary>Gets a value that indicates whether the iterator refers to a current item or is at the end of the collection.</summary>
      <returns>True if the iterator refers to a valid item in the collection; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.IIterator`1.MoveNext">
      <summary>Advances the iterator to the next item in the collection.</summary>
      <returns>True if the iterator refers to a valid item in the collection; false if the iterator passes the end of the collection.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.IKeyValuePair`2">
      <summary>Represents a key-value pair.</summary>
      <typeparam name="K">The type of the keys in the key-value pair.</typeparam>
      <typeparam name="V">The type of the values in the key-value pair.</typeparam>
    </member>
    <member name="P:Windows.Foundation.Collections.IKeyValuePair`2.Key">
      <summary>Gets the key of the key-value pair.</summary>
      <returns>The key.</returns>
    </member>
    <member name="P:Windows.Foundation.Collections.IKeyValuePair`2.Value">
      <summary>Gets the value of the key-value pair.</summary>
      <returns>The value.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.IMap`2">
      <summary>Represents an associative collection.</summary>
      <typeparam name="K">The type of the keys in the map.</typeparam>
      <typeparam name="V">The type of the values in the map.</typeparam>
    </member>
    <member name="M:Windows.Foundation.Collections.IMap`2.Clear">
      <summary>Removes all items from the map.</summary>
    </member>
    <member name="M:Windows.Foundation.Collections.IMap`2.GetView">
      <summary>Returns an immutable view of the map.</summary>
      <returns>The view of the map.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.IMap`2.HasKey(`0)">
      <summary>Determines whether the map contains the specified key.</summary>
      <returns>True if the key is found; otherwise, false.</returns>
      <param name="key">The key associated with the item to locate.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IMap`2.Insert(`0,`1)">
      <summary>Inserts or replaces an item in the map.</summary>
      <returns>True if an item with the specified key is an existing item that was replaced; otherwise, false.</returns>
      <param name="key">The key associated with the item to insert.</param>
      <param name="value">The item to insert.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IMap`2.Lookup(`0)">
      <summary>Returns the item at the specified key in the map.</summary>
      <returns>The item associated with the specified key.</returns>
      <param name="key">The key associated with the item to locate.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IMap`2.Remove(`0)">
      <summary>Removes an item from the map.</summary>
      <param name="key">The key associated with the item to remove.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.IMap`2.Size">
      <summary>Gets the number of items in the map.</summary>
      <returns>The number of items in the map.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.IMapChangedEventArgs`1">
      <summary>Provides data for the changed event of a map.</summary>
      <typeparam name="K">The type of the keys in the map.</typeparam>
    </member>
    <member name="P:Windows.Foundation.Collections.IMapChangedEventArgs`1.CollectionChange">
      <summary>Gets the type of change that occurred in the map.</summary>
      <returns>The type of change in the map.</returns>
    </member>
    <member name="P:Windows.Foundation.Collections.IMapChangedEventArgs`1.Key">
      <summary>Gets the key of the item that changed.</summary>
      <returns>The key of the item that changed.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.IMapView`2">
      <summary>Represents an immutable view into a map.</summary>
      <typeparam name="K">The type of the keys in the map.</typeparam>
      <typeparam name="V">The type of the values in the map.</typeparam>
    </member>
    <member name="M:Windows.Foundation.Collections.IMapView`2.HasKey(`0)">
      <summary>Determines whether the map view contains the specified key.</summary>
      <returns>True if the key is found; otherwise, false.</returns>
      <param name="key">The key to locate in the map view.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IMapView`2.Lookup(`0)">
      <summary>Returns the item at the specified key in the map view.</summary>
      <returns>The item associated with the specified key.</returns>
      <param name="key">The key to locate in the map view.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.IMapView`2.Size">
      <summary>Gets the number of elements in the map.</summary>
      <returns>The number of elements in the map.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.IMapView`2.Split(Windows.Foundation.Collections.IMapView`2@,Windows.Foundation.Collections.IMapView`2@)">
      <summary>Splits the map view into two views.</summary>
      <param name="first">One half of the original map.</param>
      <param name="second">The second half of the original map.</param>
    </member>
    <member name="T:Windows.Foundation.Collections.IObservableMap`2">
      <summary>Notifies listeners of dynamic changes to a map, such as when items are added or removed.</summary>
      <typeparam name="K">The type of the keys in the map.</typeparam>
      <typeparam name="V">The type of the values in the map.</typeparam>
    </member>
    <member name="E:Windows.Foundation.Collections.IObservableMap`2.MapChanged">
      <summary>Occurs when the map changes.</summary>
    </member>
    <member name="T:Windows.Foundation.Collections.IObservableVector`1">
      <summary>Notifies listeners of changes to the vector.</summary>
      <typeparam name="T">The type of the values in the vector.</typeparam>
    </member>
    <member name="E:Windows.Foundation.Collections.IObservableVector`1.VectorChanged">
      <summary>Occurs when the vector changes.</summary>
    </member>
    <member name="T:Windows.Foundation.Collections.IPropertySet">
      <summary>Represents a collection of key-value pairs.</summary>
    </member>
    <member name="T:Windows.Foundation.Collections.IVector`1">
      <summary>Represents a random-access collection of elements.</summary>
      <typeparam name="T">The type of the values in the vector.</typeparam>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.Append(`0)">
      <summary>Appends an item to the end of the vector.</summary>
      <param name="value">The item to append to the vector.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.Clear">
      <summary>Removes all items from the vector.</summary>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.GetAt(System.UInt32)">
      <summary>Returns the item at the specified index in the vector.</summary>
      <returns>The item at the specified index.</returns>
      <param name="index">The zero-based index of the item.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.GetMany(System.UInt32,Windows.Foundation.Collections.T[])">
      <summary>Retrieves the items that start at the specified index in the vector.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the items in the vector.</param>
      <param name="items">The items that start at startIndex in the vector.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.GetView">
      <summary>Returns an immutable view of the vector.</summary>
      <returns>The view of the vector.</returns>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.IndexOf(`0,System.UInt32@)">
      <summary>Retrieves the index of a specified item in the vector.</summary>
      <returns>True if the item is found; otherwise, false.</returns>
      <param name="value">The item to find in the vector.</param>
      <param name="index">If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.InsertAt(System.UInt32,`0)">
      <summary>Inserts an item at a specified index in the vector.</summary>
      <param name="index">The zero-based index.</param>
      <param name="value">The item to insert.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index in the vector.</summary>
      <param name="index">The zero-based index of the vector item to remove.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.RemoveAtEnd">
      <summary>Removes the last item from the vector.</summary>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.ReplaceAll(Windows.Foundation.Collections.T[])">
      <summary>Replaces all the items in the vector with the specified items.</summary>
      <param name="items">The collection of items to add to the vector.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVector`1.SetAt(System.UInt32,`0)">
      <summary>Sets the value at the specified index in the vector.</summary>
      <param name="index">The zero-based index at which to set the value.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.IVector`1.Size">
      <summary>Gets the number of items in the vector.</summary>
      <returns>The number of items in the vector.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.IVectorChangedEventArgs">
      <summary>Provides data for the changed event of a vector.</summary>
    </member>
    <member name="P:Windows.Foundation.Collections.IVectorChangedEventArgs.CollectionChange">
      <summary>Gets the type of change that occurred in the vector.</summary>
      <returns>The type of change in the vector.</returns>
    </member>
    <member name="P:Windows.Foundation.Collections.IVectorChangedEventArgs.Index">
      <summary>Gets the position where the change occurred in the vector.</summary>
      <returns>The zero-based position where the change occurred in the vector, if applicable.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.IVectorView`1">
      <summary>Represents an immutable view into a vector.</summary>
      <typeparam name="T">The type of the values in the vector.</typeparam>
    </member>
    <member name="M:Windows.Foundation.Collections.IVectorView`1.GetAt(System.UInt32)">
      <summary>Returns the item at the specified index in the vector view.</summary>
      <returns>The item at the specified index.</returns>
      <param name="index">The zero-based index of the item.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVectorView`1.GetMany(System.UInt32,Windows.Foundation.Collections.T[])">
      <summary>Retrieves the items that start at the specified index in the vector view.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the items in the vector view.</param>
      <param name="items">The items that start at startIndex in the vector view.</param>
    </member>
    <member name="M:Windows.Foundation.Collections.IVectorView`1.IndexOf(`0,System.UInt32@)">
      <summary>Retrieves the index of a specified item in the vector view.</summary>
      <returns>True if the item is found; otherwise, false.</returns>
      <param name="value">The item to find in the vector view.</param>
      <param name="index">If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="P:Windows.Foundation.Collections.IVectorView`1.Size">
      <summary>Gets the number of items in the vector view.</summary>
      <returns>The number of items in the vector view.</returns>
    </member>
    <member name="T:Windows.Foundation.Collections.MapChangedEventHandler`2">
      <summary>Represents the method that handles the changed event of an observable map.</summary>
      <typeparam name="K">The type of the keys in the map.</typeparam>
      <typeparam name="V">The type of the values in the map.</typeparam>
      <param name="sender">The observable map that changed.</param>
      <param name="event">The description of the change that occurred in the map.</param>
    </member>
    <member name="T:Windows.Foundation.Collections.VectorChangedEventHandler`1">
      <summary>Represents the method that handles the changed event of an observable vector.</summary>
      <typeparam name="T">The type of the values in the vector.</typeparam>
      <param name="sender">The observable vector that changed.</param>
      <param name="event">The description of the change that occurred in the vector.</param>
    </member>
    <member name="N:Windows.Foundation.Diagnostics">
      <summary>Provides classes for logging messages and tracing events.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.AsyncCausalityTracer">
      <summary>Enables tracing control flow across asynchronous operations.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.AsyncCausalityTracer.TraceOperationCreation(Windows.Foundation.Diagnostics.CausalityTraceLevel,Windows.Foundation.Diagnostics.CausalitySource,System.Guid,System.UInt64,System.String,System.UInt64)">
      <summary>Logs the creation of an asynchronous operation.</summary>
      <param name="traceLevel">The trace level.</param>
      <param name="source">The trace source.</param>
      <param name="platformId">Identifier for the operation type.</param>
      <param name="operationId">An identifier for the asynchronous operation that's unique within the platform for the operation's lifetime.</param>
      <param name="operationName">A human-readable description of the asynchronous work.</param>
      <param name="relatedContext">Additional information related to this operation.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.AsyncCausalityTracer.TraceOperationCompletion(Windows.Foundation.Diagnostics.CausalityTraceLevel,Windows.Foundation.Diagnostics.CausalitySource,System.Guid,System.UInt64,Windows.Foundation.AsyncStatus)">
      <summary>Indicates that a previously created asynchronous operation has completed all of its asynchronous work.</summary>
      <param name="traceLevel">The trace level.</param>
      <param name="source">The trace source.</param>
      <param name="platformId">Identifier for the operation type.</param>
      <param name="operationId">The identifier for the asynchronous operation that's unique within the platform for the operation's lifetime.</param>
      <param name="status">The completion status of the asynchronous operation.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.AsyncCausalityTracer.TraceOperationRelation(Windows.Foundation.Diagnostics.CausalityTraceLevel,Windows.Foundation.Diagnostics.CausalitySource,System.Guid,System.UInt64,Windows.Foundation.Diagnostics.CausalityRelation)">
      <summary>Logs the relation between the currently running synchronous work item and a specific asynchronous operation that it's related to.</summary>
      <param name="traceLevel">The trace level.</param>
      <param name="source">The trace source.</param>
      <param name="platformId">Identifier for the operation type.</param>
      <param name="operationId">The identifier for the asynchronous operation that's unique within the platform for the operation's lifetime.</param>
      <param name="relation">The relationship between the synchronous work item and asynchronous operation identified by operationId.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.AsyncCausalityTracer.TraceSynchronousWorkStart(Windows.Foundation.Diagnostics.CausalityTraceLevel,Windows.Foundation.Diagnostics.CausalitySource,System.Guid,System.UInt64,Windows.Foundation.Diagnostics.CausalitySynchronousWork)">
      <summary>Indicates that the specified asynchronous operation is scheduling synchronous work on the thread that the TraceSynchronousWorkStart method is called on.</summary>
      <param name="traceLevel">The trace level.</param>
      <param name="source">The trace source.</param>
      <param name="platformId">Identifier for the operation type.</param>
      <param name="operationId">The identifier for the asynchronous operation that's unique within the platform for the operation's lifetime.</param>
      <param name="work">The relationship between the work item and the asynchronous operation.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.AsyncCausalityTracer.TraceSynchronousWorkCompletion(Windows.Foundation.Diagnostics.CausalityTraceLevel,Windows.Foundation.Diagnostics.CausalitySource,Windows.Foundation.Diagnostics.CausalitySynchronousWork)">
      <summary>Indicates that the most recently created synchronous work item running on the thread that the TraceSynchronousWorkCompletion method is called on has completed.</summary>
      <param name="traceLevel">The trace level.</param>
      <param name="source">The trace source.</param>
      <param name="work">Indicates the type of completion.</param>
    </member>
    <member name="E:Windows.Foundation.Diagnostics.AsyncCausalityTracer.TracingStatusChanged">
      <summary>Raised when a client starts listening to the causality trace.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.CausalityTraceLevel">
      <summary>Specifies a logging level that listeners can use for trace filtering.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityTraceLevel.Required">
      <summary>Indicates all operations that are necessary to construct a causality chain, including all operations for job creation and completion and work item creation and completion.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityTraceLevel.Important">
      <summary>Tracks operations that are not necessary to construct a causality chain but are interesting for developers.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityTraceLevel.Verbose">
      <summary>Indicates operations that influence causality but are likely to be less interesting for developers, including actions like registering progress delegates.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.CausalitySource">
      <summary>Provides flags that listeners use to filter tracing events.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalitySource.Application">
      <summary>Indicates causality information generated by app-defined asynchronous operations.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalitySource.Library">
      <summary>Indicates causality information generated by language projections or asynchronous infrastructure libraries.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalitySource.System">
      <summary>Indicates causality information generated by Windows.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.CausalityRelation">
      <summary>Tracks ways that synchronous work items may interact with asynchronous operations.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityRelation.AssignDelegate">
      <summary>Indicates that a synchronous work items has assigned a callback or continuation to be run by an asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityRelation.Join">
      <summary>Indicates that a synchronous work item has satisfied part of a join asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityRelation.Choice">
      <summary>Indicates that a synchronous work item has satisfied a choice asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityRelation.Cancel">
      <summary>Indicates that a synchronous work item was canceled.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalityRelation.Error">
      <summary>Indicates that a synchronous work item caused an error in an asynchronous operation.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.CausalitySynchronousWork">
      <summary>Indicates the relationship between a work item and an asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalitySynchronousWork.CompletionNotification">
      <summary>The work item being scheduled is running due to the completion of the asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalitySynchronousWork.ProgressNotification">
      <summary>The work item being scheduled is running due to reaching a milestone within the asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.CausalitySynchronousWork.Execution">
      <summary>The work item being scheduled is part of the actual work of the asynchronous operation, like opening a file.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.ErrorOptions">
      <summary>Specifies the type of diagnostic error reporting for a thread.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.ErrorOptions.None">
      <summary>No error reporting occurs for the thread.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.ErrorOptions.SuppressExceptions">
      <summary>Exceptions are suppressed and not reported.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.ErrorOptions.ForceExceptions">
      <summary>Exceptions are reported.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.ErrorOptions.UseSetErrorInfo">
      <summary>Error information for SetErrorInfo is used.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.ErrorOptions.SuppressSetErrorInfo">
      <summary>Error information for SetErrorInfo is suppressed and not reported.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.FileLoggingSession">
      <summary>Represents the destination of logged messages from LoggingChannel instances.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.FileLoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Adds a logging channel to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.FileLoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Adds a logging channel with the specified logging level to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
      <param name="maxLevel">The logging level for loggingChannel.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.FileLoggingSession.CloseAndSaveToFileAsync">
      <summary>Ends the current logging session and saves it to a file.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.FileLoggingSession.Close">
      <summary>Ends the current logging session.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.FileLoggingSession.#ctor(System.String)">
      <summary>Initializes a new instance of the FileLoggingSession class.</summary>
      <param name="name">The name of the logging session.</param>
    </member>
    <member name="E:Windows.Foundation.Diagnostics.FileLoggingSession.LogFileClosed">
      <summary>Raised when the logging session is closed.</summary>
    </member>
    <member name="E:Windows.Foundation.Diagnostics.FileLoggingSession.LogFileGenerated">
      <summary>Raised when a log file is saved.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.FileLoggingSession.Name">
      <summary>Gets the name of the logging session.</summary>
      <returns>The session name.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.FileLoggingSession.RemoveLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Removes the specified logging channel from the current logging session.</summary>
      <param name="loggingChannel">The logging channel to remove.</param>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.IErrorReportingSettings">
      <summary>Represents diagnostic error reporting settings.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.IErrorReportingSettings.SetErrorOptions(Windows.Foundation.Diagnostics.ErrorOptions)">
      <summary>Sets the type of error reporting for the error object.</summary>
      <param name="value">One of the enumeration values.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.IErrorReportingSettings.GetErrorOptions">
      <summary>Gets the type of error reporting for the error object.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.IFileLoggingSession">
      <summary>Represents the destination of logged messages from LoggingChannel instances.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.IFileLoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Adds a logging channel to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.IFileLoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Adds a logging channel with the specified logging level to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
      <param name="maxLevel">The logging level for loggingChannel.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.IFileLoggingSession.CloseAndSaveToFileAsync">
      <summary>Ends the current logging session and saves it to a file.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
    </member>
    <member name="E:Windows.Foundation.Diagnostics.IFileLoggingSession.LogFileClosed">
      <summary>Raised when the logging session is closed.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.IFileLoggingSession.Name">
      <summary>Gets the name of the logging session.</summary>
      <returns>The session name.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.IFileLoggingSession.RemoveLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Removes the specified logging channel from the current logging session.</summary>
      <param name="loggingChannel">The logging channel to remove.</param>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.ILoggingChannel">
      <summary>Represents a source of log messages.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.ILoggingChannel.Enabled">
      <summary>Gets a value that indicates whether messages are being logged on the current LoggingChannel.</summary>
      <returns>True if messages are being logged on the current channel; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.ILoggingChannel.Level">
      <summary>Gets the level of detail for messages from the current LoggingChannel.</summary>
      <returns>The level of detail for messages.</returns>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.ILoggingChannel.Name">
      <summary>Gets the name of the current LoggingChannel.</summary>
      <returns>The name.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(System.String)">
      <summary>Logs a message to the current LoggingChannel.</summary>
      <param name="eventString">The message to log.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(System.String,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Logs a message to the current LoggingChannel with the specified LoggingLevel.</summary>
      <param name="eventString">The message to log.</param>
      <param name="level">The logging level.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(System.String,System.Int32)">
      <summary>Logs data to the current LoggingChannel.</summary>
      <param name="value1">The string to associate with value2.</param>
      <param name="value2">The value to associate with value1.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingChannel.LogValuePair(System.String,System.Int32,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Logs data to the current LoggingChannel with the specified LoggingLevel.</summary>
      <param name="value1">The string to associate with value2.</param>
      <param name="value2">The value to associate with value1.</param>
      <param name="level">The logging level.</param>
    </member>
    <member name="E:Windows.Foundation.Diagnostics.ILoggingChannel.LoggingEnabled">
      <summary>Raised when the logging channel is attached to a LoggingSession or other event tracing and debugging tools.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.ILoggingSession">
      <summary>Represents the destination of logged messages from LoggingChannel instances.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.ILoggingSession.Name">
      <summary>Gets the name of the logging session.</summary>
      <returns>The session name.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingSession.SaveToFileAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Save the current logging session to a file.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
      <param name="folder">The folder to save the log file in.</param>
      <param name="fileName">The name of the file.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Adds a logging channel to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Adds a logging channel with the specified logging level to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
      <param name="maxLevel">The logging level for loggingChannel.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.ILoggingSession.RemoveLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Removes the specified logging channel from the current logging session.</summary>
      <param name="loggingChannel">The logging channel to remove.</param>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.LogFileClosedEventArgs">
      <summary>Provides data for the LogFileClosed event.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LogFileClosedEventArgs.LogFile">
      <summary>Gets the log file for the current logging session.</summary>
      <returns>The log file.</returns>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.LogFileGeneratedEventArgs">
      <summary>Provides data for the LogFileGenerated event.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LogFileGeneratedEventArgs.File">
      <summary>Gets the log file.</summary>
      <returns>The log file.</returns>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.LoggingActivity">
      <summary>Represents a logging trace on a LoggingChannel.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingActivity.#ctor(System.String,Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Initializes a new instance of the LoggingActivity class for the specified LoggingChannel.</summary>
      <param name="activityName">The name of the logging activity.</param>
      <param name="loggingChannel">The logging channel.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingActivity.#ctor(System.String,Windows.Foundation.Diagnostics.ILoggingChannel,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Initializes a new instance of the LoggingActivity class for the specified LoggingChannel and LoggingLevel.</summary>
      <param name="activityName">The name of the logging activity.</param>
      <param name="loggingChannel">The logging channel.</param>
      <param name="level">The logging level.</param>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LoggingActivity.Id">
      <summary>Gets the identifier for the current logging activity.</summary>
      <returns>The identifier.</returns>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LoggingActivity.Name">
      <summary>Gets the name of the current logging activity.</summary>
      <returns>The name.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingActivity.Close">
      <summary>Ends the current logging activity.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.LoggingChannel">
      <summary>Represents a source of log messages.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingChannel.Close">
      <summary>Ends logging on the current logging channel.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LoggingChannel.Enabled">
      <summary>Gets a value that indicates whether messages are being logged on the current channel.</summary>
      <returns>True if messages are being logged on the current channel; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LoggingChannel.Level">
      <summary>Gets the level of detail for messages from the current logging channel.</summary>
      <returns>The level of detail for messages.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingChannel.#ctor(System.String)">
      <summary>Initializes a new instance of the LoggingChannel class.</summary>
      <param name="name">The name of the logging channel.</param>
    </member>
    <member name="E:Windows.Foundation.Diagnostics.LoggingChannel.LoggingEnabled">
      <summary>Raised when the logging channel is attached to a LoggingSession or other event tracing and debugging tools.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingChannel.LogMessage(System.String)">
      <summary>Logs a message to the current LoggingChannel.</summary>
      <param name="eventString">The message to log.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingChannel.LogMessage(System.String,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Logs a message to the current LoggingChannel with the specified LoggingLevel.</summary>
      <param name="eventString">The message to log.</param>
      <param name="level">The logging level.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingChannel.LogValuePair(System.String,System.Int32)">
      <summary>Logs data to the current LoggingChannel.</summary>
      <param name="value1">The string to associate with value2.</param>
      <param name="value2">The value to associate with value1.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingChannel.LogValuePair(System.String,System.Int32,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Logs data to the current LoggingChannel with the specified LoggingLevel.</summary>
      <param name="value1">The string to associate with value2.</param>
      <param name="value2">The value to associate with value1.</param>
      <param name="level">The logging level.</param>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LoggingChannel.Name">
      <summary>Gets the name of the current LoggingChannel.</summary>
      <returns>The name.</returns>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.LoggingEnabledEventHandler">
      <summary>Represents the method that handles the LoggingEnabled event.</summary>
      <param name="sender">The channel that raised the event.</param>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.LoggingLevel">
      <summary>Specifies the level of detail in a LoggingChannel.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.LoggingLevel.Verbose">
      <summary>Log all messages.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.LoggingLevel.Information">
      <summary>Log messages of information level and higher.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.LoggingLevel.Warning">
      <summary>Log messages of warning level and higher.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.LoggingLevel.Error">
      <summary>Log messages of error level and higher.</summary>
    </member>
    <member name="F:Windows.Foundation.Diagnostics.LoggingLevel.Critical">
      <summary>Log only critical messages.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.LoggingSession">
      <summary>Represents the destination of logged messages from LoggingChannel instances.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Adds a logging channel to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingSession.AddLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel,Windows.Foundation.Diagnostics.LoggingLevel)">
      <summary>Adds a logging channel with the specified logging level to the current logging session.</summary>
      <param name="loggingChannel">The logging channel to add.</param>
      <param name="maxLevel">The logging level for loggingChannel.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingSession.Close">
      <summary>Ends the current logging session.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingSession.#ctor(System.String)">
      <summary>Initializes a new instance of the LoggingSession class.</summary>
      <param name="name">The name of the logging session.</param>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.LoggingSession.Name">
      <summary>Gets the name of the logging session.</summary>
      <returns>The session name.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingSession.RemoveLoggingChannel(Windows.Foundation.Diagnostics.ILoggingChannel)">
      <summary>Removes the specified logging channel from the current logging session.</summary>
      <param name="loggingChannel">The logging channel to remove.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.LoggingSession.SaveToFileAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Saves the current logging session to a file.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
      <param name="folder">The folder that contains the log file.</param>
      <param name="fileName">The name of the log file.</param>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.RuntimeBrokerErrorSettings">
      <summary>Represents diagnostic error reporting settings.</summary>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.RuntimeBrokerErrorSettings.SetErrorOptions(Windows.Foundation.Diagnostics.ErrorOptions)">
      <summary>Sets the type of error reporting for the error object.</summary>
      <param name="value">One of the enumeration values.</param>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.RuntimeBrokerErrorSettings.GetErrorOptions">
      <summary>Gets the type of error reporting for the error object.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="M:Windows.Foundation.Diagnostics.RuntimeBrokerErrorSettings.#ctor">
      <summary>Creates and initializes a new instance of the RuntimeBrokerErrorSettings.</summary>
    </member>
    <member name="T:Windows.Foundation.Diagnostics.TracingStatusChangedEventArgs">
      <summary>Provides data for the TracingStatusChanged event.</summary>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.TracingStatusChangedEventArgs.Enabled">
      <summary>Gets a value that indicates whether tracing is active.</summary>
      <returns>True, if tracing is active, otherwise false.</returns>
    </member>
    <member name="P:Windows.Foundation.Diagnostics.TracingStatusChangedEventArgs.TraceLevel">
      <summary>Gets the trace level for the current tracing session.</summary>
      <returns>The trace level.</returns>
    </member>
    <member name="N:Windows.Foundation.Metadata">
      <summary>Defines the attributes that indicate fundamental properties of Windows Runtime types and members.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.ActivatableAttribute">
      <summary>Indicates that the class is an activatable runtime class.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.ActivatableAttribute.#ctor(System.Type,System.UInt32)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="type">The type of the class.</param>
      <param name="version">The version of the class.</param>
    </member>
    <member name="M:Windows.Foundation.Metadata.ActivatableAttribute.#ctor(System.Type,System.UInt32,Windows.Foundation.Metadata.Platform)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="type">The type of the class.</param>
      <param name="version">The version of the class.</param>
      <param name="platform">A value of the enumeration. The default is Windows.</param>
    </member>
    <member name="M:Windows.Foundation.Metadata.ActivatableAttribute.#ctor(System.UInt32)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="version">The version of the class.</param>
    </member>
    <member name="M:Windows.Foundation.Metadata.ActivatableAttribute.#ctor(System.UInt32,Windows.Foundation.Metadata.Platform)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="version">The version of the class.</param>
      <param name="platform">A value of the enumeration. The default is Windows.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.AllowMultipleAttribute">
      <summary>Indicates that multiple instances of a custom attribute can be applied to a target.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.AllowMultipleAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.AttributeTargets">
      <summary>Specifies the programming construct to which an attribute applies.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.All">
      <summary>The attribute applies to all programming constructs.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Delegate">
      <summary>The attribute applies to a delegate.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Enum">
      <summary>The attribute applies to an enumeration.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Event">
      <summary>The attribute applies to an event.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Field">
      <summary>The attribute applies to a field.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Interface">
      <summary>The attribute applies to an interface.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Method">
      <summary>The attribute applies to a method.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Parameter">
      <summary>The attribute applies to a parameter.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Property">
      <summary>The attribute applies to a property.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.RuntimeClass">
      <summary>The attribute applies to a runtime class.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.Struct">
      <summary>The attribute applies to a struct.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.AttributeTargets.InterfaceImpl">
      <summary>The attribute applies to an implementation of an interface.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.AttributeUsageAttribute">
      <summary>Specifies the use of another attribute.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.AttributeUsageAttribute.#ctor(Windows.Foundation.Metadata.AttributeTargets)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="A_0">One or more of the enumeration values.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.ComposableAttribute">
      <summary>Indicates how a programming element is composed.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.ComposableAttribute.#ctor(System.Type,Windows.Foundation.Metadata.CompositionType,System.UInt32)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="type">The type of the factory object that is used to create the programming element.</param>
      <param name="compositionType">One of the enumeration values.</param>
      <param name="version">The version.</param>
    </member>
    <member name="M:Windows.Foundation.Metadata.ComposableAttribute.#ctor(System.Type,Windows.Foundation.Metadata.CompositionType,System.UInt32,Windows.Foundation.Metadata.Platform)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="type">The type of the factory object that is used to create the programming element.</param>
      <param name="compositionType">One of the enumeration values.</param>
      <param name="version">The version.</param>
      <param name="platform">A value of the enumeration. The default is Windows.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.CompositionType">
      <summary>Specifies the visibility of a programming element for which the composable attribute is applied.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.CompositionType.Protected">
      <summary>Indicates that access to the programming element is limited to other elements in the containing class or types derived from the containing class.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.CompositionType.Public">
      <summary>Indicates that access to the programming element is not restricted.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.DefaultAttribute">
      <summary>Indicates the default interface for a runtime class.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.DefaultAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.DefaultOverloadAttribute">
      <summary>Indicates that a method is the default overload method.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.DefaultOverloadAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.DeprecatedAttribute">
      <summary>Indicates that a type or member should be marked in metadata as deprecated. Compilers and other developer tools can read this attribute and provide info to the user about the deprecation type and possible alternates.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.DeprecatedAttribute.#ctor(System.String,Windows.Foundation.Metadata.DeprecationType,System.UInt32)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="message">A string message that can be used by compilers and other developer tools to explain the deprecation and provide the string names of alternate API.</param>
      <param name="type">A value of the enumeration. The default is Deprecate.</param>
      <param name="version">A constant that indicates the version that the deprecation applies to.</param>
    </member>
    <member name="M:Windows.Foundation.Metadata.DeprecatedAttribute.#ctor(System.String,Windows.Foundation.Metadata.DeprecationType,System.UInt32,Windows.Foundation.Metadata.Platform)">
      <summary>Creates and initializes a new instance of the attribute, including a Platform value for targeting.</summary>
      <param name="message">A string message that can be used by compilers and other developer tools to explain the deprecation and provide the string names of alternate API.</param>
      <param name="type">A value of the enumeration. The default is Deprecate.</param>
      <param name="version">A constant that indicates the version that the deprecation applies to.</param>
      <param name="platform">A value of the enumeration. The default is Windows.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.DeprecationType">
      <summary>Indicates a deprecation as Deprecate or Remove.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.DeprecationType.Deprecate">
      <summary>Compilers and other tools should treat the entity as deprecated. This is the default.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.DeprecationType.Remove">
      <summary>Compilers and other tools should treat the entity as removed.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.DualApiPartitionAttribute">
      <summary>Indicates that the type is supported in desktop apps and in Windows Store apps.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.DualApiPartitionAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.ExclusiveToAttribute">
      <summary>Indicates that the specified type is exclusive to this type.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.ExclusiveToAttribute.#ctor(System.Type)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="typeName">The name of the type.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.GCPressureAmount">
      <summary>Microsoft internal use only.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.GCPressureAmount.Low">
      <summary>Less than 10k of memory pressure.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.GCPressureAmount.Medium">
      <summary>Between 10k and 100k of memory pressure.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.GCPressureAmount.High">
      <summary>Over 100k of memory pressure.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.GCPressureAttribute">
      <summary>Microsoft internal use only.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.GCPressureAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.GuidAttribute">
      <summary>Indicates the GUID for the interface or delegate.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.GuidAttribute.#ctor(System.UInt32,System.UInt16,System.UInt16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="a">The first 4 bytes of the GUID.</param>
      <param name="b">The next 2 bytes of the GUID.</param>
      <param name="c">The next 2 bytes of the GUID.</param>
      <param name="d">The next byte of the GUID.</param>
      <param name="e">The next byte of the GUID.</param>
      <param name="f">The next byte of the GUID.</param>
      <param name="g">The next byte of the GUID.</param>
      <param name="h">The next byte of the GUID.</param>
      <param name="i">The next byte of the GUID.</param>
      <param name="j">The next byte of the GUID.</param>
      <param name="k">The next byte of the GUID.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.HasVariantAttribute">
      <summary>Indicates that the type is an instance of a variant IInspectable. Applies to runtime classes, interfaces, and parameterized interfaces.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.HasVariantAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.LengthIsAttribute">
      <summary>Indicates the number of array elements.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.LengthIsAttribute.#ctor(System.Int32)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="indexLengthParameter">The number of array elements.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.MarshalingBehaviorAttribute">
      <summary>Indicates the marshaling behavior of a Windows Runtime component.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.MarshalingBehaviorAttribute.#ctor(Windows.Foundation.Metadata.MarshalingType)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="behavior">One of the enumeration values.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.MarshalingType">
      <summary>Specifies the marshaling type for the class.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.MarshalingType.None">
      <summary>The class prevents marshaling on all interfaces.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.MarshalingType.Agile">
      <summary>The class marshals and unmarshals to the same pointer value on all interfaces.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.MarshalingType.Standard">
      <summary>The class does not implement IMarshal or forwards to CoGetStandardMarshal on all interfaces.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.MarshalingType.InvalidMarshaling">
      <summary>The class can't be marshaled.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.MuseAttribute">
      <summary>Indicates that a runtime class is compatible with Windows Store app that are web browsers.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.MuseAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.OverloadAttribute">
      <summary>Identifies the method as an overload in a language that supports overloading.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.OverloadAttribute.#ctor(System.String)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="method">The name that represents the method in the projected language.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.OverridableAttribute">
      <summary>Indicates that the interface contains overridable methods.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.OverridableAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.Platform">
      <summary>Specifies the platforms that a specified type should be supported in, as used by Windows Runtime attributes and metadata.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.Platform.Windows">
      <summary>For use by Windows metadata.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.Platform.WindowsPhone">
      <summary>For use by Windows Phone metadata.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.PlatformAttribute">
      <summary>Declares the platform that a type should be supported in, when platform-specific metadata is produced.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.PlatformAttribute.#ctor(Windows.Foundation.Metadata.Platform)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="platform">A value of the enumeration. The default is Windows.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.ProtectedAttribute">
      <summary>Indicates that the interface contains protected methods.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.ProtectedAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.RangeAttribute">
      <summary>Indicates the numeric range constraints for the value of a data field.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.RangeAttribute.#ctor(System.Int32,System.Int32)">
      <summary>Creates and initializes a new instance of the attribute with the specified minimum and maximum values.</summary>
      <param name="minValue">The minimum value allowed.</param>
      <param name="maxValue">The maximum value allowed.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.StaticAttribute">
      <summary>Indicates that the type contains only static methods.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.StaticAttribute.#ctor(System.Type,System.UInt32)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="type">The type that contains the static methods for the runtime class.</param>
      <param name="version">The version in which the static interface was added.</param>
    </member>
    <member name="M:Windows.Foundation.Metadata.StaticAttribute.#ctor(System.Type,System.UInt32,Windows.Foundation.Metadata.Platform)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="type">The type that contains the static methods for the runtime class.</param>
      <param name="version">The version in which the static interface was added.</param>
      <param name="platform">A value of the enumeration. The default is Windows.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.ThreadingAttribute">
      <summary>Indicates the threading model of a Windows Runtime component.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.ThreadingAttribute.#ctor(Windows.Foundation.Metadata.ThreadingModel)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="model">One of the enumeration values.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.ThreadingModel">
      <summary>Specifies the threading model.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.ThreadingModel.STA">
      <summary>Single-threaded apartment.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.ThreadingModel.MTA">
      <summary>Multithreaded apartment.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.ThreadingModel.Both">
      <summary>Both single-threaded and multithreaded apartments.</summary>
    </member>
    <member name="F:Windows.Foundation.Metadata.ThreadingModel.InvalidThreading">
      <summary>No valid threading model applies.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.VariantAttribute">
      <summary>Indicates that the item is an instance of a variant IInspectable. Applies to method parameters, properties, and return values of types.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.VariantAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="T:Windows.Foundation.Metadata.VersionAttribute">
      <summary>Indicates the version of the type.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.VersionAttribute.#ctor(System.UInt32)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="version">The version to associate with the marked object.</param>
    </member>
    <member name="M:Windows.Foundation.Metadata.VersionAttribute.#ctor(System.UInt32,Windows.Foundation.Metadata.Platform)">
      <summary>Creates and initializes a new instance of the attribute.</summary>
      <param name="version">The version to associate with the marked object.</param>
      <param name="platform">A value of the enumeration. The default is Windows.</param>
    </member>
    <member name="T:Windows.Foundation.Metadata.WebHostHiddenAttribute">
      <summary>Identifies the type as one whose functionality is not projected into the specified target language.</summary>
    </member>
    <member name="M:Windows.Foundation.Metadata.WebHostHiddenAttribute.#ctor">
      <summary>Creates and initializes a new instance of the attribute.</summary>
    </member>
    <member name="N:Windows.Globalization">
      <summary>Provides globalization support for language profiles, geographic regions, and international calendars.</summary>
    </member>
    <member name="T:Windows.Globalization.ApplicationLanguages">
      <summary>Specifies the language-related preferences that the app can use and maintain.</summary>
    </member>
    <member name="P:Windows.Globalization.ApplicationLanguages.Languages">
      <summary>Gets the ranked list of current runtime language values preferred by the user.</summary>
      <returns>A computed list of languages that merges the app's declared supported languages (ApplicationLanguages.ManifestLanguages) with the user's ranked list of preferred languages.</returns>
    </member>
    <member name="P:Windows.Globalization.ApplicationLanguages.ManifestLanguages">
      <summary>Gets the app's declared list of supported languages.</summary>
      <returns>The list of supported languages declared in the app's manifest.</returns>
    </member>
    <member name="P:Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride">
      <summary>Gets or sets the BCP-47 language tag of the app's preferred language.</summary>
      <returns>The value of the top-ranked language in the user's ranked list of preferred languages (ApplicationLanguages.Languages). The app can set it to override the top language of the list.</returns>
    </member>
    <member name="T:Windows.Globalization.Calendar">
      <summary>Manipulates the representation of a date and time within a given calendar and clock.</summary>
    </member>
    <member name="M:Windows.Globalization.Calendar.#ctor">
      <summary>Creates a Calendar object and initializes it to the current date and time.</summary>
    </member>
    <member name="M:Windows.Globalization.Calendar.#ctor(Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a Calendar object that is initialized with a language list.</summary>
      <param name="languages">The list of language identifiers, in priority order, that represents the choice of languages. These are used for resolving patterns to strings. See Remarks.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.#ctor(Windows.Foundation.Collections.IIterable`1,System.String,System.String)">
      <summary>Creates a Calendar object that is initialized with a language list, calendar, and clock.</summary>
      <param name="languages">The list of language identifiers, in priority order, representing the choice of languages. These are used for resolving patterns to strings. See Remarks.</param>
      <param name="calendar">The calendar identifier to use.</param>
      <param name="clock">The clock identifier to use.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.#ctor(Windows.Foundation.Collections.IIterable`1,System.String,System.String,System.String)">
      <summary>Creates a Calendar object that is initialized with a language list, calendar, clock, and time zone.</summary>
      <param name="languages">The list of language identifiers, in priority order, representing the choice of languages. These are used for resolving patterns to strings. See Remarks.</param>
      <param name="calendar">The calendar identifier to use.</param>
      <param name="clock">The clock identifier to use.</param>
      <param name="timeZoneId">An identifier from the IANA Time Zone Database which identifies the time zone that should be used (for example, Americas/Los_Angeles for Pacific Time).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddDays(System.Int32)">
      <summary>Increments or decrements the day.</summary>
      <param name="days">The number of days by which to increment the day (if the value is positive) or decrement the day (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddEras(System.Int32)">
      <summary>Increments or decrements the era.</summary>
      <param name="eras">The number of eras by which to increment the era (if the value is positive) or decrement the era (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddHours(System.Int32)">
      <summary>Increments or decrements the hour.</summary>
      <param name="hours">The number of hours by which to increment the hour (if the value is positive) or decrement the hour (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddMinutes(System.Int32)">
      <summary>Increments or decrements the minute.</summary>
      <param name="minutes">The number of minutes by which to increment the minute (if the value is positive) or decrement the minute (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddMonths(System.Int32)">
      <summary>Increments or decrements the month.</summary>
      <param name="months">The number of months by which to increment the month (if the value is positive) or decrement the month (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddNanoseconds(System.Int32)">
      <summary>Increments or decrements the nanosecond.</summary>
      <param name="nanoseconds">The number of nanoseconds by which to increment the nanosecond (if the value is positive) or decrement the nanosecond (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddPeriods(System.Int32)">
      <summary>Increments or decrements the period.</summary>
      <param name="periods">The number of periods by which to increment the period (if the value is positive) or decrement the period (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddSeconds(System.Int32)">
      <summary>Increments or decrements the second.</summary>
      <param name="seconds">The number of seconds by which to increment the second (if the value is positive) or decrement the second (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddWeeks(System.Int32)">
      <summary>Increments or decrements the day by the specified number of weeks.</summary>
      <param name="weeks">The number of weeks by which to increment the day (if the value is positive) or decrement the day (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.AddYears(System.Int32)">
      <summary>Increments or decrements the year.</summary>
      <param name="years">The number of years by which to increment the year (if the value is positive) or decrement the year (if the value is negative).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.ChangeCalendarSystem(System.String)">
      <summary>Sets a new calendar system to be used by this Calendar object.</summary>
      <param name="value">The calendar identifier to use.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.ChangeClock(System.String)">
      <summary>Sets a new clock to be used by this Calendar object.</summary>
      <param name="value">The clock identifier to use.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.ChangeTimeZone(System.String)">
      <summary>Sets a new time zone to be used by this Calendar object.</summary>
      <param name="timeZoneId">An identifier from the IANA Time Zone Database which identifies the time zone that should be used (for example, Americas/Los_Angeles for Pacific Time).</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.Clone">
      <summary>Creates a copy of the Calendar object.</summary>
      <returns>A copy of the Calendar.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.Compare(Windows.Globalization.Calendar)">
      <summary>Compares this calendar to another Calendar object and indicates whether the date and time of one is earlier, equal to, or later than that of the other.</summary>
      <returns>One of the following values:Return valueDescriptionLess than zeroThe date and time of this calendar is earlier than that of other.ZeroThe date and times are equal.Greater than zeroThe date and time of this calendar is later than that of other.</returns>
      <param name="other">The Calendar object to compare to the current calendar.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.CompareDateTime(Windows.Foundation.DateTime)">
      <summary>Compares this calendar to a DateTime object and indicates whether the date and time of one is earlier, equal to, or later than that of the other.</summary>
      <returns>One of the following values:Return valueDescriptionLess than zeroThe date and time of this calendar is earlier than that of other.ZeroThe date and times are equal.Greater than zeroThe date and time of this calendar is later than that of other.</returns>
      <param name="other">The DateTime object to compare to the current calendar.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.CopyTo(Windows.Globalization.Calendar)">
      <summary>Copies the values from another Calendar object into this Calendar.</summary>
      <param name="other">The Calendar object to be copied.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.DayAsPaddedString(System.Int32)">
      <summary>Returns a string representation of the day, optionally zero-padded.</summary>
      <returns>A string representation of the day.</returns>
      <param name="minDigits">The minimum number of integer digits to be displayed. If the day does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the day 3, a parameter of 1 returns 3, and a parameter of 2 returns 03.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.DayAsString">
      <summary>Returns a string that contains the numeric representation of the day.</summary>
      <returns>A string representation of the day.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.DayOfWeekAsSoloString">
      <summary>Returns a string representation of the day of the week suitable for stand-alone display.</summary>
      <returns>A string representation of the day of the week, using the most common abbreviation available.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.DayOfWeekAsSoloString(System.Int32)">
      <summary>Returns a string representation of the day of the week suitable for stand-alone display.</summary>
      <returns>A string representation of the day of the week.</returns>
      <param name="idealLength">A positive integer specifying the ideal length, in characters, for the returned string,
or 0 specifying the most common abbreviation available.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.DayOfWeekAsString">
      <summary>Returns a string representation of the day of the week suitable for inclusion with other date components.</summary>
      <returns>A string representation of the day of the week, using the most common abbreviation available.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.DayOfWeekAsString(System.Int32)">
      <summary>Returns a string representation of the day of the week suitable for inclusion with other date components.</summary>
      <returns>A string representation of the day of the week.</returns>
      <param name="idealLength">A positive integer specifying the ideal length, in characters, for the returned string,
or 0 specifying the most common abbreviation available.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.EraAsString">
      <summary>Returns a string representation of the era.</summary>
      <returns>A string representation of the era, using the most common abbreviation available.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.EraAsString(System.Int32)">
      <summary>Returns a string representation of the era. The string chosen is closest in length to the ideal length.</summary>
      <returns>A string representation of the era.</returns>
      <param name="idealLength">A positive integer specifying the ideal length, in characters, for the returned string,
or 0 specifying the most common abbreviation available.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.GetCalendarSystem">
      <summary>Gets the calendar system that is used by this Calendar object.</summary>
      <returns>The identifier of the calendar system.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.GetClock">
      <summary>Gets the clock that is used by this Calendar object.</summary>
      <returns>The identifier of the clock.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.GetDateTime">
      <summary>Builds a date and time, given the components of this Calendar object.</summary>
      <returns>The DateTime representing the date and time of this Calendar.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.GetTimeZone">
      <summary>Gets the identifier that identifies the time zone that is used by this Calendar object.</summary>
      <returns>The identifier from the IANA Time Zone Database that identifies the time zone that is used by this Calendar object. (An example is Americas/Los_Angeles for Pacific Time.)</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.HourAsPaddedString(System.Int32)">
      <summary>Returns a string representation of the hour, optionally zero-padded.</summary>
      <returns>A string representation of the hour.</returns>
      <param name="minDigits">The minimum number of integer digits to be displayed. If the hour does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the hour 3, a parameter of 1 returns 3, and a parameter of 2 returns 03.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.HourAsString">
      <summary>Returns a string that contains the numeric representation of the hour.</summary>
      <returns>A string representation of the hour.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.MinuteAsPaddedString(System.Int32)">
      <summary>Returns a string representation of the minute, optionally zero-padded.</summary>
      <returns>A string representation of the minute.</returns>
      <param name="minDigits">The minimum number of integer digits to be displayed. If the minute does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the minute 3, a parameter of 1 returns 3, and a parameter of 2 returns 03.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.MinuteAsString">
      <summary>Returns a string that contains the numeric representation of the minute.</summary>
      <returns>A string representation of the minute.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.MonthAsNumericString">
      <summary>Returns a string that contains the numeric representation of the month.</summary>
      <returns>A string representation of the month.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.MonthAsPaddedNumericString(System.Int32)">
      <summary>Returns a string representation of the month, optionally zero-padded.</summary>
      <returns>A string representation of the month.</returns>
      <param name="minDigits">The minimum number of integer digits to be displayed. If the month does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the month 3, a parameter of 1 returns 3, and a parameter of 2 returns 03.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.MonthAsSoloString">
      <summary>Returns a string representation of the month suitable for stand-alone display.</summary>
      <returns>A string representation of the month, using the most common abbreviation available.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.MonthAsSoloString(System.Int32)">
      <summary>Returns a string representation of the month suitable for stand-alone display.</summary>
      <returns>A string representation of the month.</returns>
      <param name="idealLength">A positive integer specifying the ideal length, in characters, for the returned string,
or 0 specifying the most common abbreviation available.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.MonthAsString">
      <summary>Returns a string representation of the month suitable for inclusion with other date components.</summary>
      <returns>A string representation of the month, using the most common abbreviation available.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.MonthAsString(System.Int32)">
      <summary>Returns a string representation of the month suitable for inclusion with other date components.</summary>
      <returns>A string representation of the month.</returns>
      <param name="idealLength">A positive integer specifying the ideal length, in characters, for the returned string,
or 0 specifying the most common abbreviation available.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.NanosecondAsPaddedString(System.Int32)">
      <summary>Returns a string representation of the nanosecond, optionally zero-padded.</summary>
      <returns>A string representation of the nanosecond.</returns>
      <param name="minDigits">The minimum number of integer digits to be displayed. If the nanosecond does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the nanosecond 42, a parameter of 1 or 2 returns 42, and a parameter of 3 returns 042.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.NanosecondAsString">
      <summary>Returns a string that contains the numeric representation of the nanosecond.</summary>
      <returns>A string representation of the nanosecond.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.PeriodAsString">
      <summary>Returns a string representation of the day period, such as AM or PM, that uses the most common abbreviation available.</summary>
      <returns>A string representation of the day period.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.PeriodAsString(System.Int32)">
      <summary>Returns a string representation of the day period, such as AM or PM.</summary>
      <returns>A string representation for the day period.</returns>
      <param name="idealLength">A positive integer that specifies the ideal length, in characters, for the returned string;
or a zero that specifies the most common abbreviation available.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.SecondAsPaddedString(System.Int32)">
      <summary>Returns a string representation of the second, optionally zero-padded.</summary>
      <returns>A string representation of the second.</returns>
      <param name="minDigits">The minimum number of integer digits to be displayed. If the second does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the second 3, a parameter of 1 returns 3, and a parameter of 2 returns 03.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.SecondAsString">
      <summary>Returns a string that contains the numeric representation of the second.</summary>
      <returns>A string representation of the second.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.SetDateTime(Windows.Foundation.DateTime)">
      <summary>Sets all the date and time fields to the date and time represented by the DateTime parameter.</summary>
      <param name="value">The DateTime that is used to set all of the date and time fields.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.SetToMax">
      <summary>Sets the components of this Calendar object to the latest date and time that are supported.</summary>
    </member>
    <member name="M:Windows.Globalization.Calendar.SetToMin">
      <summary>Sets the components of this Calendar object to the earliest date and time that are supported.</summary>
    </member>
    <member name="M:Windows.Globalization.Calendar.SetToNow">
      <summary>Sets the components of this Calendar object to the current date and time.</summary>
    </member>
    <member name="M:Windows.Globalization.Calendar.TimeZoneAsString">
      <summary>Returns the full time zone name applicable at the instant of time that this Calendar object represents.</summary>
      <returns>The full time zone name. This usually differs depending on whether the time zone is observing Daylight Saving Time or not. It also may differ due to historical changes. (An example is Americas/Los_Angeles for Pacific Time.)</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.TimeZoneAsString(System.Int32)">
      <summary>Returns the abbreviated time zone name applicable at the instant of time that this Calendar object represents.</summary>
      <returns>The time zone abbreviation that is closest in length to idealLength. If there is a tie, the shorter abbreviation is returned. If idealLength is 0, the abbreviation in most common use is returned. (An example is Americas/Los_Angeles for Pacific Time.)</returns>
      <param name="idealLength">The desired length of the abbreviation to be returned. Use 0 to request the abbreviation in most common use.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.YearAsPaddedString(System.Int32)">
      <summary>Returns a string representation of the year, optionally zero-padded.</summary>
      <returns>A string representation of the year.</returns>
      <param name="minDigits">The minimum number of integer digits to be displayed. If the year does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the year 42, a parameter of 1 or 2 returns 42, and a parameter of 3 returns 042.</param>
    </member>
    <member name="M:Windows.Globalization.Calendar.YearAsString">
      <summary>Returns a string representation of the year without any initial zero padding.</summary>
      <returns>A string representation of the year.</returns>
    </member>
    <member name="M:Windows.Globalization.Calendar.YearAsTruncatedString(System.Int32)">
      <summary>Returns a string representation of the year, optionally truncated.</summary>
      <returns>A string representation of the year.</returns>
      <param name="remainingDigits">A positive integer that represents the number of least significant digits that should be included. For example, for the year 1234, a parameter of 2 returns 34, and a parameter of 4 or larger returns 1234.</param>
    </member>
    <member name="P:Windows.Globalization.Calendar.Day">
      <summary>Gets or sets the day.</summary>
      <returns>The day.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.DayOfWeek">
      <summary>Gets the day of the week.</summary>
      <returns>The day of the week.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Era">
      <summary>Gets or sets the era.</summary>
      <returns>The integer that represents the era.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstDayInThisMonth">
      <summary>Gets the first Day of the current Month.</summary>
      <returns>The first Day of the current Month.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstEra">
      <summary>Gets the first Era available in the calendar.</summary>
      <returns>The first Era in the calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstHourInThisPeriod">
      <summary>Gets the first Hour of the current Period.</summary>
      <returns>The first Hour of the current Period.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstMinuteInThisHour">
      <summary>Gets the first Minute of the current Hour.</summary>
      <returns>The first Minute of the current Hour.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstMonthInThisYear">
      <summary>Gets the first Month of the current Year.</summary>
      <returns>The first Month of the current Year.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstPeriodInThisDay">
      <summary>Gets the first Period of the current Day.</summary>
      <returns>The first Period of the current Day.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstSecondInThisMinute">
      <summary>Gets the first Second of the current Minute.</summary>
      <returns>The first Second of the current Minute.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.FirstYearInThisEra">
      <summary>Gets the first Year of the current Era.</summary>
      <returns>The first Year of the current Era.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Hour">
      <summary>Gets or sets the hour.</summary>
      <returns>The hour.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.IsDaylightSavingTime">
      <summary>Gets a Boolean indicating if Daylight Saving Time is in effect for the date of this Calendar object.</summary>
      <returns>True if Daylight Saving Time is in effect for the date; otherwise, False.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Languages">
      <summary>Gets the priority list of language identifiers that is used when formatting components as strings.</summary>
      <returns>The list of language identifiers.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the Calendar(IIterable(String)) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastDayInThisMonth">
      <summary>Gets the last Day of the current Month.</summary>
      <returns>The last Day of the current Month.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastEra">
      <summary>Gets the last Era available in the calendar.</summary>
      <returns>The last Era in the calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastHourInThisPeriod">
      <summary>Gets the last Hour of the current Period.</summary>
      <returns>The last Hour of the current Period.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastMinuteInThisHour">
      <summary>Gets the last Minute of the current Hour.</summary>
      <returns>The last Minute of the current Hour.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastMonthInThisYear">
      <summary>Gets the last Month of the current Year.</summary>
      <returns>The last Month of the current Year.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastPeriodInThisDay">
      <summary>Gets the last Period of the current Day.</summary>
      <returns>The last Period of the current Day.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastSecondInThisMinute">
      <summary>Gets the last Second of the current Minute.</summary>
      <returns>The last Second of the current Minute.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.LastYearInThisEra">
      <summary>Gets the last Year of the current Era.</summary>
      <returns>The last Year of the current Era.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Minute">
      <summary>Gets or sets the minute.</summary>
      <returns>The minute.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Month">
      <summary>Gets or sets the month.</summary>
      <returns>The month.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Nanosecond">
      <summary>Gets or sets the nanosecond.</summary>
      <returns>The nanosecond.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfDaysInThisMonth">
      <summary>Gets the number of days in the current month of this Calendar object.</summary>
      <returns>The number of days in the current month, or 1 if the number of days in the current month is unknown.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfEras">
      <summary>Gets the number of eras in this Calendar object.</summary>
      <returns>The number of eras in the Calendar, or 1 if the number of eras in the Calendar is unknown.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfHoursInThisPeriod">
      <summary>Gets the number of hours in the current day period of this Calendar object.</summary>
      <returns>The number of hours in the current day period, or 1 if the number of hours in the current day period is unknown.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfMinutesInThisHour">
      <summary>Gets the number of Minutes in the current Hour.</summary>
      <returns>The number of Minutes in the current Hour.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfMonthsInThisYear">
      <summary>Gets the number of months in the current year of this Calendar object.</summary>
      <returns>The number of months in the current year, or 1 if the number of months in the current year is unknown.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfSecondsInThisMinute">
      <summary>Gets the number of Seconds in the current Minute.</summary>
      <returns>The number of Seconds in the current Minute.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfPeriodsInThisDay">
      <summary>Gets the number of periods in the current day of this Calendar object.</summary>
      <returns>The number of periods in the current day, or 1 if the number of periods in the current day is unknown.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumberOfYearsInThisEra">
      <summary>Gets the number of years in the current era of this Calendar object.</summary>
      <returns>The number of years in the current era, or 1 if there is no known bound to the number of years in the current era.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.NumeralSystem">
      <summary>Gets or sets the numbering system that is used when formatting components as strings.</summary>
      <returns>A string that indicates the numeral system of the calendar, such as Latn for the Latin numeral system (0123456789) or Arab for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Period">
      <summary>Gets or sets the period of the current day.</summary>
      <returns>A numeric representation of the current day period. With a 12-hour clock, for example, the first period of the day is 1, representing AM, and the second period is 2, representing PM.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.ResolvedLanguage">
      <summary>Gets the language that was most recently used to perform calendar formatting or operations.</summary>
      <returns>The language from the priority list of language identifiers that was most recently used to perform calendar formatting or operations.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the Calendar(IIterable(String)) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Second">
      <summary>Gets or sets the second.</summary>
      <returns>The second.</returns>
    </member>
    <member name="P:Windows.Globalization.Calendar.Year">
      <summary>Gets or sets the year.</summary>
      <returns>The year.</returns>
    </member>
    <member name="T:Windows.Globalization.CalendarIdentifiers">
      <summary>Contains the calendar identifiers for the supported calendars, as static properties.</summary>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Gregorian">
      <summary>Gets the identifier for the Gregorian calendar.</summary>
      <returns>The string GregorianCalendar, which is the identifier for the Gregorian calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Hebrew">
      <summary>Gets the identifier for the Hebrew calendar.</summary>
      <returns>The string HebrewCalendar, which is the identifier for the Hebrew calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Hijri">
      <summary>Gets the identifier for the Hijri calendar.</summary>
      <returns>The string HijriCalendar, which is the identifier for the Hijri calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Japanese">
      <summary>Gets the identifier for the Japanese calendar.</summary>
      <returns>The string JapaneseCalendar, which is the identifier for the Japanese calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Julian">
      <summary>Gets the identifier for the Julian calendar.</summary>
      <returns>The string JulianCalendar, which is the identifier for the Julian calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Korean">
      <summary>Gets the identifier for the Korean calendar.</summary>
      <returns>The string KoreanCalendar, which is the identifier for the Korean calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Taiwan">
      <summary>Gets the identifier for the Taiwan calendar.</summary>
      <returns>The string TaiwanCalendar, which is the identifier for the Taiwan calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.Thai">
      <summary>Gets the identifier for the Thai calendar.</summary>
      <returns>The string ThaiCalendar, which is the identifier for the Thai calendar.</returns>
    </member>
    <member name="P:Windows.Globalization.CalendarIdentifiers.UmAlQura">
      <summary>Gets the identifier for the Um Al-Qura calendar.</summary>
      <returns>The string UmAlQuraCalendar, which is the identifier for the Um Al-Qura calendar.</returns>
    </member>
    <member name="T:Windows.Globalization.ClockIdentifiers">
      <summary>Contains the clock identifiers for the supported clocks, as static properties.</summary>
    </member>
    <member name="P:Windows.Globalization.ClockIdentifiers.TwelveHour">
      <summary>Gets the identifier for a 12-hour clock.</summary>
      <returns>The string 12HourClock, which is the identifier for a 12-hour clock.</returns>
    </member>
    <member name="P:Windows.Globalization.ClockIdentifiers.TwentyFourHour">
      <summary>Gets the identifier for a 24-hour clock.</summary>
      <returns>The string 24HourClock, which is the identifier for a 24-hour clock.</returns>
    </member>
    <member name="T:Windows.Globalization.CurrencyIdentifiers">
      <summary>Contains the currency identifiers for the supported currencies, as static properties.</summary>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.AED">
      <summary>Gets the currency identifier for the United Arab Emirates Dirham.</summary>
      <returns>The string AED, which identifies the United Arab Emirates Dirham.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.AFN">
      <summary>Gets the currency identifier for the Afghan Afghani.</summary>
      <returns>The string AFN, which identifies the Afghan Afghani.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ALL">
      <summary>Gets the currency identifier for the Albanian Lek.</summary>
      <returns>The string ALL, which identifies the Albanian Lek.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.AMD">
      <summary>Gets the currency identifier for the Armenian Dram.</summary>
      <returns>The string AMD, which identifies the Armenian Dram.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ANG">
      <summary>Gets the currency identifier for the Netherlands Antilles Guilder.</summary>
      <returns>The string ANG, which identifies the Netherlands Antilles Guilder.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.AOA">
      <summary>Gets the currency identifier for the Angolan Kwanza.</summary>
      <returns>The string AOA, which identifies the Angolan Kwanza.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ARS">
      <summary>Gets the currency identifier for the Argentine Peso.</summary>
      <returns>The string ARS, which identifies the Argentine Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.AUD">
      <summary>Gets the currency identifier for the Australian Dollar.</summary>
      <returns>The string AUD, which identifies the Australian Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.AWG">
      <summary>Gets the currency identifier for the Aruban Florin.</summary>
      <returns>The string AWG, which identifies the Aruban Florin.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.AZN">
      <summary>Gets the currency identifier for the Azerbaijani Manat.</summary>
      <returns>The string AZN, which identifies the Azerbaijani Manat.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BAM">
      <summary>Gets the currency identifier for the Bosnia-Herzegovina Convertible Mark.</summary>
      <returns>The string BAM, which identifies the Bosnia-Herzegovina Convertible Mark.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BBD">
      <summary>Gets the currency identifier for the Barbados Dollar.</summary>
      <returns>The string BBD, which identifies the Barbados Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BDT">
      <summary>Gets the currency identifier for the Bangladeshi Taka.</summary>
      <returns>The string BDT, which identifies the Bangladeshi Taka.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BGN">
      <summary>Gets the currency identifier for the Bulgarian Lev.</summary>
      <returns>The string BGN, which identifies the Bulgarian Lev.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BHD">
      <summary>Gets the currency identifier for the Bahraini Dinar.</summary>
      <returns>The string BHD, which identifies the Bahraini Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BIF">
      <summary>Gets the currency identifier for the Burundian Franc.</summary>
      <returns>The string BIF, which identifies the Burundian Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BMD">
      <summary>Gets the currency identifier for the Bermuda Dollar.</summary>
      <returns>The string BMD, which identifies the Bermuda Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BND">
      <summary>Gets the currency identifier for the Brunei Dollar.</summary>
      <returns>The string BND, which identifies the Brunei Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BOB">
      <summary>Gets the currency identifier for the Bolivian Boliviano.</summary>
      <returns>The string BOB, which identifies the Bolivian Boliviano.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BRL">
      <summary>Gets the currency identifier for the Brazilian Real.</summary>
      <returns>The string BRL, which identifies the Brazilian Real.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BSD">
      <summary>Gets the currency identifier for the Bahamian Dollar.</summary>
      <returns>The string BSD, which identifies the Bahamian Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BTN">
      <summary>Gets the currency identifier for the Bhutanese Ngultrum.</summary>
      <returns>The string BTN, which identifies the Bhutanese Ngultrum.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BWP">
      <summary>Gets the currency identifier for the Botswana Pula.</summary>
      <returns>The string BWP, which identifies the Botswana Pula.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BYR">
      <summary>Gets the currency identifier for the Belarusian Ruble.</summary>
      <returns>The string BYR, which identifies the Belarusian Ruble.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.BZD">
      <summary>Gets the currency identifier for the Belize Dollar.</summary>
      <returns>The string BZD, which identifies the Belize Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CAD">
      <summary>Gets the currency identifier for the Canadian Dollar.</summary>
      <returns>The string CAD, which identifies the Canadian Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CDF">
      <summary>Gets the currency identifier for the Congolese Franc.</summary>
      <returns>The string CDF, which identifies the Congolese Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CHF">
      <summary>Gets the currency identifier for the Swiss Franc.</summary>
      <returns>The string CHF, which identifies the Swiss Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CLP">
      <summary>Gets the currency identifier for the Chilean Peso.</summary>
      <returns>The string CLP, which identifies the Chilean Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CNY">
      <summary>Gets the currency identifier for the Chinese Yuan.</summary>
      <returns>The string CNY, which identifies the Chinese Yuan.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.COP">
      <summary>Gets the currency identifier for the Colombian Peso.</summary>
      <returns>The string COP, which identifies the Colombian Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CRC">
      <summary>Gets the currency identifier for the Costa Rican Colon.</summary>
      <returns>The string CRC, which identifies the Costa Rican Colon.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CUP">
      <summary>Gets the currency identifier for the Cuban Peso.</summary>
      <returns>The string yyy, which identifies the Cuban Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CVE">
      <summary>Gets the currency identifier for the Cape Verde Escudo.</summary>
      <returns>The string CVE, which identifies the Cape Verde Escudo.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.CZK">
      <summary>Gets the currency identifier for the Czech Koruna.</summary>
      <returns>The string CZK, which identifies the Czech Koruna.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.DJF">
      <summary>Gets the currency identifier for the Djiboutian Franc.</summary>
      <returns>The string DJF, which identifies the Djiboutian Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.DKK">
      <summary>Gets the currency identifier for the Danish Krone.</summary>
      <returns>The string DKK, which identifies the Danish Krone.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.DOP">
      <summary>Gets the currency identifier for the Dominican Peso.</summary>
      <returns>The string DOP, which identifies the Dominican Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.DZD">
      <summary>Gets the currency identifier for the Algerian Dinar.</summary>
      <returns>The string DZD, which identifies the Algerian Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.EGP">
      <summary>Gets the currency identifier for the Egyptian Pound.</summary>
      <returns>The string EGP, which identifies the Egyptian Pound.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ERN">
      <summary>Gets the currency identifier for the Eritrean Nakfa.</summary>
      <returns>The string ERN, which identifies the Eritrean Nakfa.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ETB">
      <summary>Gets the currency identifier for the Ethiopian Birr.</summary>
      <returns>The string ETB, which identifies the Ethiopian Birr.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.EUR">
      <summary>Gets the currency identifier for the Euro.</summary>
      <returns>The string EUR, which identifies the Euro.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.FJD">
      <summary>Gets the currency identifier for the Fiji Dollar.</summary>
      <returns>The string FJD, which identifies the Fiji Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.FKP">
      <summary>Gets the currency identifier for the Falkland Islands Pound.</summary>
      <returns>The string FKP, which identifies the Falkland Islands Pound.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GBP">
      <summary>Gets the currency identifier for the Pound Sterling.</summary>
      <returns>The string GBP, which identifies the Pound Sterling.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GEL">
      <summary>Gets the currency identifier for the Georgian Lari.</summary>
      <returns>The string GEL, which identifies the Georgian Lari.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GHS">
      <summary>Gets the currency identifier for the Ghanaian Cedi.</summary>
      <returns>The string GHS, which identifies the Ghanaian Cedi.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GIP">
      <summary>Gets the currency identifier for the Gibraltar Pound.</summary>
      <returns>The string GIP, which identifies the Gibraltar Pound.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GMD">
      <summary>Gets the currency identifier for the Gambian Dalasi.</summary>
      <returns>The string GMD, which identifies the Gambian Dalasi.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GNF">
      <summary>Gets the currency identifier for the Guinean Franc.</summary>
      <returns>The string GNF, which identifies the Guinean Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GTQ">
      <summary>Gets the currency identifier for the Guatemalan Quetzal.</summary>
      <returns>The string GTQ, which identifies the Guatemalan Quetzal.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.GYD">
      <summary>Gets the currency identifier for the Guyanese Dollar.</summary>
      <returns>The string GYD, which identifies the Guyanese Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.HKD">
      <summary>Gets the currency identifier for the Hong Kong Dollar.</summary>
      <returns>The string HKD, which identifies the Hong Kong Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.HNL">
      <summary>Gets the currency identifier for the Honduran Lempira.</summary>
      <returns>The string HNL, which identifies the Honduran Lempira.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.HRK">
      <summary>Gets the currency identifier for the Croatian Kuna.</summary>
      <returns>The string HRK, which identifies the Croatian Kuna.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.HTG">
      <summary>Gets the currency identifier for the Haitian Gourde.</summary>
      <returns>The string HTG, which identifies the Haitian Gourde.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.HUF">
      <summary>Gets the currency identifier for the Hungarian Forint.</summary>
      <returns>The string HUF, which identifies the Hungarian Forint.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.IDR">
      <summary>Gets the currency identifier for the Indonesian Rupiah.</summary>
      <returns>The string IDR, which identifies the Indonesian Rupiah.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ILS">
      <summary>Gets the currency identifier for the Israeli New Shekel.</summary>
      <returns>The string ILS, which identifies the Israeli New Shekel.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.INR">
      <summary>Gets the currency identifier for the Indian Rupee.</summary>
      <returns>The string INR, which identifies the Indian Rupee.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.IQD">
      <summary>Gets the currency identifier for the Iraqi Dinar.</summary>
      <returns>The string IQD, which identifies the Iraqi Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.IRR">
      <summary>Gets the currency identifier for the Iranian Rial.</summary>
      <returns>The string IRR, which identifies the Iranian Rial.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ISK">
      <summary>Gets the currency identifier for the Icelandic Krona.</summary>
      <returns>The string ISK, which identifies the Icelandic Krona.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.JMD">
      <summary>Gets the currency identifier for the Jamaican Dollar.</summary>
      <returns>The string JMD, which identifies the Jamaican Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.JOD">
      <summary>Gets the currency identifier for the Jordanian Dinar.</summary>
      <returns>The string JOD, which identifies the Jordanian Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.JPY">
      <summary>Gets the currency identifier for the Japanese Yen.</summary>
      <returns>The string JPY, which identifies the Japanese Yen.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KES">
      <summary>Gets the currency identifier for the Kenyan Shilling.</summary>
      <returns>The string KES, which identifies the Kenyan Shilling.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KGS">
      <summary>Gets the currency identifier for the Kyrgyzstani Som.</summary>
      <returns>The string KGS, which identifies the Kyrgyzstani Som.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KHR">
      <summary>Gets the currency identifier for the Cambodian Riel.</summary>
      <returns>The string KHR, which identifies the Cambodian Riel.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KMF">
      <summary>Gets the currency identifier for the Comorian Franc.</summary>
      <returns>The string KMF, which identifies the Comorian Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KPW">
      <summary>Gets the currency identifier for the North Korean Won.</summary>
      <returns>The string KPW, which identifies the North Korean Won.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KRW">
      <summary>Gets the currency identifier for the Korean Won.</summary>
      <returns>The string KRW, which identifies the Korean Won.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KWD">
      <summary>Gets the currency identifier for the Kuwaiti Dinar.</summary>
      <returns>The string KWD, which identifies the Kuwaiti Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KYD">
      <summary>Gets the currency identifier for the Cayman Islands Dollar.</summary>
      <returns>The string KYD, which identifies the Cayman Islands Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.KZT">
      <summary>Gets the currency identifier for the Kazakhstani Tenge.</summary>
      <returns>The string KZT, which identifies the Kazakhstani Tenge.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LAK">
      <summary>Gets the currency identifier for the Lao Kip.</summary>
      <returns>The string LAK, which identifies the Lao Kip.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LBP">
      <summary>Gets the currency identifier for the Lebanese Pound.</summary>
      <returns>The string LBP, which identifies the Lebanese Pound.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LKR">
      <summary>Gets the currency identifier for the Sri Lankan Rupee.</summary>
      <returns>The string LKR, which identifies the Sri Lankan Rupee.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LRD">
      <summary>Gets the currency identifier for the Liberian Dollar.</summary>
      <returns>The string LRD, which identifies the Liberian Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LSL">
      <summary>Gets the currency identifier for the Lesotho Loti.</summary>
      <returns>The string LSL, which identifies the Lesotho Loti.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LTL">
      <summary>Gets the currency identifier for the Lithuanian Litas.</summary>
      <returns>The string LTL, which identifies the Lithuanian Litas.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LVL">
      <summary>Gets the currency identifier for the Latvian Lats.</summary>
      <returns>The string LVL, which identifies the Latvian Lats.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.LYD">
      <summary>Gets the currency identifier for the Libyan Dinar.</summary>
      <returns>The string LYD, which identifies the Libyan Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MAD">
      <summary>Gets the currency identifier for the Moroccan Dirham.</summary>
      <returns>The string MAD, which identifies the Moroccan Dirham.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MDL">
      <summary>Gets the currency identifier for the Moldovan Leu.</summary>
      <returns>The string MDL, which identifies the Moldovan Leu.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MGA">
      <summary>Gets the currency identifier for the Malagasy Ariary.</summary>
      <returns>The string MGA, which identifies the Malagasy Ariary.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MKD">
      <summary>Gets the currency identifier for the Macedonia Denar.</summary>
      <returns>The string MKD, which identifies the Macedonia Denar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MMK">
      <summary>Gets the currency identifier for the Myanmar Kyat.</summary>
      <returns>The string MMK, which identifies the Myanmar Kyat.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MNT">
      <summary>Gets the currency identifier for the Mongolian Tugrik.</summary>
      <returns>The string MNT, which identifies the Mongolian Tugrik.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MOP">
      <summary>Gets the currency identifier for the Macau Pataca.</summary>
      <returns>The string MOP, which identifies the Macau Pataca.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MRO">
      <summary>Gets the currency identifier for the Mauritania Ouguiya.</summary>
      <returns>The string MRO, which identifies the Mauritania Ouguiya.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MUR">
      <summary>Gets the currency identifier for the Mauritian Rupee.</summary>
      <returns>The string MUR, which identifies the Mauritian Rupee.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MVR">
      <summary>Gets the currency identifier for the Maldives Rufiyaa.</summary>
      <returns>The string MVR, which identifies the Maldives Rufiyaa.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MWK">
      <summary>Gets the currency identifier for the Malawian Kwacha.</summary>
      <returns>The string MWK, which identifies the Malawian Kwacha.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MXN">
      <summary>Gets the currency identifier for the Mexican Peso.</summary>
      <returns>The string MXN, which identifies the Mexican Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MYR">
      <summary>Gets the currency identifier for the Malaysian Ringgit.</summary>
      <returns>The string MYR, which identifies the Malaysian Ringgit.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.MZN">
      <summary>Gets the currency identifier for the New Mozambican Metical.</summary>
      <returns>The string MZN, which identifies the New Mozambican Metical.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.NAD">
      <summary>Gets the currency identifier for the Namibian Dollar.</summary>
      <returns>The string NAD, which identifies the Namibian Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.NGN">
      <summary>Gets the currency identifier for the Nigerian Naira.</summary>
      <returns>The string NGN, which identifies the Nigerian Naira.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.NIO">
      <summary>Gets the currency identifier for the Nicaraguan Cordoba Oro.</summary>
      <returns>The string NIO, which identifies the Nicaraguan Cordoba Oro.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.NOK">
      <summary>Gets the currency identifier for the Norwegian Krone.</summary>
      <returns>The string NOK, which identifies the Norwegian Krone.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.NPR">
      <summary>Gets the currency identifier for the Nepalese Rupee.</summary>
      <returns>The string NPR, which identifies the Nepalese Rupee.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.NZD">
      <summary>Gets the currency identifier for the New Zealand Dollar.</summary>
      <returns>The string NZD, which identifies the New Zealand Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.OMR">
      <summary>Gets the currency identifier for the Omani Rial.</summary>
      <returns>The string OMR, which identifies the Omani Rial.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.PAB">
      <summary>Gets the currency identifier for the Panamanian Balboa.</summary>
      <returns>The string PAB, which identifies the Panamanian Balboa.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.PEN">
      <summary>Gets the currency identifier for the Peruvian Nuevo Sol.</summary>
      <returns>The string PEN, which identifies the Peruvian Nuevo Sol.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.PGK">
      <summary>Gets the currency identifier for the Papua New Guinea Kina.</summary>
      <returns>The string PGK, which identifies the Papua New Guinea Kina.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.PHP">
      <summary>Gets the currency identifier for the Philippine Peso.</summary>
      <returns>The string PHP, which identifies the Philippine Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.PKR">
      <summary>Gets the currency identifier for the Pakistan Rupee.</summary>
      <returns>The string PKR, which identifies the Pakistan Rupee.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.PLN">
      <summary>Gets the currency identifier for the Polish Zloty.</summary>
      <returns>The string PLN, which identifies the Polish Zloty.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.PYG">
      <summary>Gets the currency identifier for the Paraguay Guarani.</summary>
      <returns>The string PYG, which identifies the Paraguay Guarani.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.QAR">
      <summary>Gets the currency identifier for the Qatari Riyal.</summary>
      <returns>The string QAR, which identifies the Qatari Riyal.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.RON">
      <summary>Gets the currency identifier for the Romanian Leu.</summary>
      <returns>The string RON, which identifies the Romanian Leu.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.RSD">
      <summary>Gets the currency identifier for the Serbian Dinar.</summary>
      <returns>The string RSD, which identifies the Serbian Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.RUB">
      <summary>Gets the currency identifier for the Russian Ruble.</summary>
      <returns>The string RUB, which identifies the Russian Ruble.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.RWF">
      <summary>Gets the currency identifier for the Rwandan Franc.</summary>
      <returns>The string RWF, which identifies the Rwandan Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SAR">
      <summary>Gets the currency identifier for the Saudi Arabian Riyal.</summary>
      <returns>The string SAR, which identifies the Saudi Arabian Riyal.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SBD">
      <summary>Gets the currency identifier for the Solomon Islands Dollar.</summary>
      <returns>The string SBD, which identifies the Solomon Islands Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SCR">
      <summary>Gets the currency identifier for the Seychelles Rupee.</summary>
      <returns>The string SCR, which identifies the Seychelles Rupee.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SDG">
      <summary>Gets the currency identifier for the Sudanese Pound.</summary>
      <returns>The string SDG, which identifies the Sudanese Pound.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SEK">
      <summary>Gets the currency identifier for the Swedish Krona.</summary>
      <returns>The string SEK, which identifies the Swedish Krona.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SGD">
      <summary>Gets the currency identifier for the Singapore Dollar.</summary>
      <returns>The string SGD, which identifies the Singapore Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SHP">
      <summary>Gets the currency identifier for the Saint Helena Pound.</summary>
      <returns>The string SHP, which identifies the Saint Helena Pound.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SLL">
      <summary>Gets the currency identifier for the Sierra Leone Leone.</summary>
      <returns>The string SLL, which identifies the Sierra Leone Leone.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SOS">
      <summary>Gets the currency identifier for the Somali Shilling.</summary>
      <returns>The string SOS, which identifies the Somali Shilling.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SRD">
      <summary>Gets the currency identifier for the Suriname Dollar.</summary>
      <returns>The string SRD, which identifies the Suriname Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.STD">
      <summary>Gets the currency identifier for the Sao Tome Dobra.</summary>
      <returns>The string STD, which identifies the Sao Tome Dobra.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SYP">
      <summary>Gets the currency identifier for the Syrian Pound.</summary>
      <returns>The string SYP, which identifies the Syrian Pound.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.SZL">
      <summary>Gets the currency identifier for the Swazi Lilangeni.</summary>
      <returns>The string SZL, which identifies the Swazi Lilangeni.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.THB">
      <summary>Gets the currency identifier for the Thai Baht.</summary>
      <returns>The string THB, which identifies the Thai Baht.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TJS">
      <summary>Gets the currency identifier for the Tajikistani Somoni.</summary>
      <returns>The string TJS, which identifies the Tajikistani Somoni.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TMT">
      <summary>Gets the currency identifier for the Turkmenistan Manat.</summary>
      <returns>The string TMT, which identifies the Turkmenistan Manat.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TND">
      <summary>Gets the currency identifier for the Tunisian Dinar.</summary>
      <returns>The string TND, which identifies the Tunisian Dinar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TOP">
      <summary>Gets the currency identifier for the Tongan Pa'Anga.</summary>
      <returns>The string TOP, which identifies the Tongan Pa'Anga.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TRY">
      <summary>Gets the currency identifier for the Turkish Lira.</summary>
      <returns>The string TRY, which identifies the Turkish Lira.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TTD">
      <summary>Gets the currency identifier for the Trinidad and Tobago Dollar.</summary>
      <returns>The string TTD, which identifies the Trinidad and Tobago Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TWD">
      <summary>Gets the currency identifier for the New Taiwan Dollar.</summary>
      <returns>The string TWD, which identifies the New Taiwan Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.TZS">
      <summary>Gets the currency identifier for the Tanzanian Shilling.</summary>
      <returns>The string TZS, which identifies the Tanzanian Shilling.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.UAH">
      <summary>Gets the currency identifier for the Ukrainian Hryvnia.</summary>
      <returns>The string UAH, which identifies the Ukrainian Hryvnia.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.UGX">
      <summary>Gets the currency identifier for the Uganda Shilling.</summary>
      <returns>The string UGX, which identifies the Uganda Shilling.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.USD">
      <summary>Gets the currency identifier for the United States Dollar.</summary>
      <returns>The string USD, which identifies the United States Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.UYU">
      <summary>Gets the currency identifier for the Uruguayan Peso.</summary>
      <returns>The string UYU, which identifies the Uruguayan Peso.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.UZS">
      <summary>Gets the currency identifier for the Uzbekistani Som.</summary>
      <returns>The string UZS, which identifies the Uzbekistani Som.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.VEF">
      <summary>Gets the currency identifier for the Venezuelan Bolivar Fuerte.</summary>
      <returns>The string VEF, which identifies the Venezuelan Bolivar Fuerte.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.VND">
      <summary>Gets the currency identifier for the Viet Nam Dong.</summary>
      <returns>The string VND, which identifies the Viet Nam Dong.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.VUV">
      <summary>Gets the currency identifier for the Vanuatu Vatu.</summary>
      <returns>The string VUV, which identifies the Vanuatu Vatu.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.WST">
      <summary>Gets the currency identifier for the Samoa Tala.</summary>
      <returns>The string WST, which identifies the Samoa Tala.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.XAF">
      <summary>Gets the currency identifier for the Central African CFA.</summary>
      <returns>The string XAF, which identifies the Central African CFA.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.XCD">
      <summary>Gets the currency identifier for the East Caribbean Dollar.</summary>
      <returns>The string XCD, which identifies the East Caribbean Dollar.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.XOF">
      <summary>Gets the currency identifier for the West African CFA.</summary>
      <returns>The string XOF, which identifies the West African CFA.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.XPF">
      <summary>Gets the currency identifier for the French Pacific Franc.</summary>
      <returns>The string XPF, which identifies the French Pacific Franc.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.XXX">
      <summary>Gets the currency identifier that represents no currency.</summary>
      <returns>The string XXX, which represents no currency.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.YER">
      <summary>Gets the currency identifier for the Yemeni Rial.</summary>
      <returns>The string YER, which identifies the Yemeni Rial.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ZAR">
      <summary>Gets the currency identifier for the South African Rand.</summary>
      <returns>The string ZAR, which identifies the South African Rand.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ZMW">
      <summary>Gets the currency identifier for the Zambian Kwacha.</summary>
      <returns>The string ZMW, which identifies the Zambian Kwacha.</returns>
    </member>
    <member name="P:Windows.Globalization.CurrencyIdentifiers.ZWL">
      <summary>Gets the currency identifier for the Zimbabwean Dollar.</summary>
      <returns>The string ZWL, which identifies the Zimbabwean Dollar.</returns>
    </member>
    <member name="T:Windows.Globalization.DayOfWeek">
      <summary>Identifies the day of the week.</summary>
    </member>
    <member name="F:Windows.Globalization.DayOfWeek.Sunday">
      <summary>Sunday</summary>
    </member>
    <member name="F:Windows.Globalization.DayOfWeek.Monday">
      <summary>Monday</summary>
    </member>
    <member name="F:Windows.Globalization.DayOfWeek.Tuesday">
      <summary>Tuesday</summary>
    </member>
    <member name="F:Windows.Globalization.DayOfWeek.Wednesday">
      <summary>Wednesday</summary>
    </member>
    <member name="F:Windows.Globalization.DayOfWeek.Thursday">
      <summary>Thursday</summary>
    </member>
    <member name="F:Windows.Globalization.DayOfWeek.Friday">
      <summary>Friday</summary>
    </member>
    <member name="F:Windows.Globalization.DayOfWeek.Saturday">
      <summary>Saturday</summary>
    </member>
    <member name="T:Windows.Globalization.GeographicRegion">
      <summary>Describes a region. This is usually a country, but may be a macroregion.</summary>
    </member>
    <member name="M:Windows.Globalization.GeographicRegion.#ctor">
      <summary>Creates a GeographicRegion object that defaults to the user's home region.</summary>
    </member>
    <member name="M:Windows.Globalization.GeographicRegion.#ctor(System.String)">
      <summary>Creates a GeographicRegion object.</summary>
      <param name="geographicRegionCode">One of the ISO 3166-1 two-letter or three-letter codes that identify the country, or one of the three-digit UN-M49 codes that identify the geographical region.</param>
    </member>
    <member name="M:Windows.Globalization.GeographicRegion.IsSupported(System.String)">
      <summary>Determines whether a geographic region identifier is supported.</summary>
      <returns>True if the ID is known; otherwise, false. If this method returns true, an app can safely construct a region by using this region identifier. If it returns false, attempting to construct a region for the given code will throw an exception.</returns>
      <param name="geographicRegionCode">One of the ISO 3166-1 two-letter or three-letter codes that identify the country, or one of the three-digit UN-M49 codes that identify the geographical region.</param>
    </member>
    <member name="P:Windows.Globalization.GeographicRegion.CurrenciesInUse">
      <summary>Gets the set of currencies in use in this region.</summary>
      <returns>The set of ISO 4217 3-letter codes for the currencies that are used in the region.</returns>
    </member>
    <member name="P:Windows.Globalization.GeographicRegion.Code">
      <summary>Gets the string that contains the best available identifier that represents the region.</summary>
      <returns>Returns a string that contains: The two-letter identifier code, if one exists (and is not "ZZ"); otherwise, the three-letter identifier code, if one exists (and is not "ZZZ"); otherwise, the three-digit numeric identifier code, if one exists (and is not "999"); otherwise, "ZZ".</returns>
    </member>
    <member name="P:Windows.Globalization.GeographicRegion.CodeThreeDigit">
      <summary>Gets the three-digit identifier for this region, as a string.</summary>
      <returns>Returns as a string the ISO-3166-1 numeric three-digit code for the region, or the UN-M49 code. If the region is unknown, returns "999".</returns>
    </member>
    <member name="P:Windows.Globalization.GeographicRegion.CodeThreeLetter">
      <summary>Gets the three-letter identifier for this region.</summary>
      <returns>Returns the three-letter ISO 3166-1 alpha-3 code for this region, if one exists; otherwise, returns "ZZZ".</returns>
    </member>
    <member name="P:Windows.Globalization.GeographicRegion.CodeTwoLetter">
      <summary>Gets the two-letter identifier for this region.</summary>
      <returns>Returns the two-letter ISO 3166-1 alpha-2 code for this region, if one exists; otherwise, returns "ZZ".</returns>
    </member>
    <member name="P:Windows.Globalization.GeographicRegion.DisplayName">
      <summary>Gets a localized string that is suitable for display to the user for identifying the region.</summary>
      <returns>The localized name of the region.</returns>
    </member>
    <member name="P:Windows.Globalization.GeographicRegion.NativeName">
      <summary>Gets the name of the region in the primary language spoken in this region.</summary>
      <returns>The name of the region in the primary language spoken in this region.</returns>
    </member>
    <member name="T:Windows.Globalization.Language">
      <summary>A class that provides information related to BCP-47 language tags such as the language name and the script.</summary>
    </member>
    <member name="M:Windows.Globalization.Language.#ctor(System.String)">
      <summary>Creates a Language object.</summary>
      <param name="languageTag">A BCP-47 language tag. See Remarks.</param>
    </member>
    <member name="M:Windows.Globalization.Language.GetExtensionSubtags(System.String)">
      <summary>Retrieves a vector of extension subtags in the current language for the given extension identified by singleton.</summary>
      <returns>The list of extension subtags identified by singleton.</returns>
      <param name="singleton">A single-character subtag for the LanguageTag of the current language. See BCP-47 language tags, Extensions and the Extensions Registry.</param>
    </member>
    <member name="M:Windows.Globalization.Language.IsWellFormed(System.String)">
      <summary>Determines whether a BCP-47 language tag is well-formed.</summary>
      <returns>True if the language tag is well-formed as defined by BCP-47, except when the language tag can never be valid according to BCP-47. Otherwise it returns false. If this method returns true, an application can safely construct a language by using this tag. If it returns false, attempting to construct a language for the given tag will throw an exception.</returns>
      <param name="languageTag">A BCP-47 language tag.</param>
    </member>
    <member name="P:Windows.Globalization.Language.CurrentInputMethodLanguageTag">
      <summary>Gets the BCP-47 language tag for the currently enabled keyboard layout or Input Method Editor (IME).</summary>
      <returns>The BCP-47 language tag.</returns>
    </member>
    <member name="P:Windows.Globalization.Language.DisplayName">
      <summary>Gets a localized string that is suitable for display to the user for identifying the language.</summary>
      <returns>The localized name of the language.</returns>
    </member>
    <member name="P:Windows.Globalization.Language.LanguageTag">
      <summary>Gets the normalized BCP-47 language tag for this language.</summary>
      <returns>The normalized BCP-47 language tag.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the Language constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.Language.NativeName">
      <summary>Gets the name of the language in the language itself.</summary>
      <returns>The name of the language in the language itself.</returns>
    </member>
    <member name="P:Windows.Globalization.Language.Script">
      <summary>Gets the four-letter ISO 15924 script code of the language.</summary>
      <returns>A string with the script code of the language. If the script code cannot be identified or inferred from the language tag, "Zyyy" is returned.</returns>
    </member>
    <member name="T:Windows.Globalization.NumeralSystemIdentifiers">
      <summary>Contains the numeral system identifiers for the supported numeral systems, as static properties.</summary>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Arab">
      <summary>Gets the identifier for the Arabic-Indic decimal numeral system.</summary>
      <returns>The string Arab, which identifies the Arabic-Indic decimal numeral system. This system has the digits ٠١٢٣٤٥٦٧٨٩ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.ArabExt">
      <summary>Gets the identifier for the Extended Arabic-Indic decimal numeral system.</summary>
      <returns>The string ArabExt, which identifies the Extended Arabic-Indic decimal numeral system. This system has the digits ۰۱۲۳۴۵۶۷۸۹ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Bali">
      <summary>Gets the identifier for the Balinese decimal numeral system.</summary>
      <returns>The string Bali, which identifies the Balinese decimal numeral system. This system has the digits ᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Beng">
      <summary>Gets the identifier for the Bengali decimal numeral system.</summary>
      <returns>The string Beng, which identifies the Bengali decimal numeral system. This system has the digits ০১২৩৪৫৬৭৮৯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Cham">
      <summary>Gets the identifier for the Cham decimal numeral system.</summary>
      <returns>The string Cham, which identifies the Cham decimal numeral system. This system has the digits ꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Deva">
      <summary>Gets the identifier for the Devanagari decimal numeral system.</summary>
      <returns>The string Deva, which identifies the Devanagari decimal numeral system. This system has the digits ०१२३४५६७८९ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.FullWide">
      <summary>Gets the identifier for the Latin decimal numeral system using full-width characters.</summary>
      <returns>The string FullWide, which identifies the Latin decimal numeral system using full-width characters. This system has the digits ０１２３４５６７８９ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Gujr">
      <summary>Gets the identifier for the Gujarati decimal numeral system.</summary>
      <returns>The string Gujr, which identifies the Gujarati decimal numeral system. This system has the digits ૦૧૨૩૪૫૬૭૮૯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Guru">
      <summary>Gets the identifier for the Gurmukhi decimal numeral system.</summary>
      <returns>The string Guru, which identifies the Gurmukhi decimal numeral system. This system has the digits ੦੧੨੩੪੫੬੭੮੯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.HaniDec">
      <summary>Gets the identifier for the Han decimal numeral system.</summary>
      <returns>The string HaniDec, which identifies the Han decimal numeral system. This system has the digits 〇一二三四五六七八九 which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Java">
      <summary>Gets the identifier for the Javanese decimal numeral system.</summary>
      <returns>The string Java, which identifies the Javanese decimal numeral system. This system has the digits ꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Kali">
      <summary>Gets the identifier for the Kayah Li decimal numeral system.</summary>
      <returns>The string Kali, which identifies the Kayah Li decimal numeral system. This system has the digits ꤀꤁꤂꤃꤄꤅꤆꤇꤈꤉ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Khmr">
      <summary>Gets the identifier for the Khmer decimal numeral system.</summary>
      <returns>The string Khmr, which identifies the Khmer decimal numeral system. This system has the digits ០១២៣៤៥៦៧៨៩ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Knda">
      <summary>Gets the identifier for the Kannada decimal numeral system.</summary>
      <returns>The string Knda, which identifies the Kannada decimal numeral system. This system has the digits ೦೧೨೩೪೫೬೭೮೯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Lana">
      <summary>Gets the identifier for the Tai Tham Hora decimal numeral system.</summary>
      <returns>The string Lana, which identifies the Tai Tham Hora decimal numeral system. This system has the digits ᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.LanaTham">
      <summary>Gets the identifier for the Tai Tham Tham decimal numeral system.</summary>
      <returns>The string LanaTham, which identifies the Tai Tham Tham decimal numeral system. This system has the digits ᪐᪑᪒᪓᪔᪕᪖᪗᪘᪙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Laoo">
      <summary>Gets the identifier for the Laoo decimal numeral system.</summary>
      <returns>The string Laoo, which identifies the Laoo decimal numeral system. This system has the digits ۰۱۲۳۴۵۶۷۸۹ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Latn">
      <summary>Gets the identifier for the Latin decimal numeral system.</summary>
      <returns>The string Latn, which identifies the Latin decimal numeral system. This system has the Latin digits 0123456789.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Lepc">
      <summary>Gets the identifier for the Lepcha decimal numeral system.</summary>
      <returns>The string Lepc, which identifies the Lepcha decimal numeral system. This system has the digits ᱀᱁᱂᱃᱄᱅᱆᱇᱈᱉ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Limb">
      <summary>Gets the identifier for the Limbu decimal numeral system.</summary>
      <returns>The string Limb, which identifies the Limbu decimal numeral system. This system has the digits ᥆᥇᥈᥉᥊᥋᥌᥍᥎᥏ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Mlym">
      <summary>Gets the identifier for the Malayalam decimal numeral system.</summary>
      <returns>The string Mlym, which identifies the Malayalam decimal numeral system. This system has the digits ൦൧൨൩൪൫൬൭൮൯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Mong">
      <summary>Gets the identifier for the Mongolian decimal numeral system.</summary>
      <returns>The string Mong, which identifies the Mongolian decimal numeral system. This system has the digits ᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Mtei">
      <summary>Gets the identifier for the Meetei Mayek decimal numeral system.</summary>
      <returns>The string Mtei, which identifies the Meetei Mayek decimal numeral system. This system has the digits ꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Mymr">
      <summary>Gets the identifier for the Myanmar decimal numeral system.</summary>
      <returns>The string Mymr, which identifies the Myanmar decimal numeral system. This system has the digits ၀၁၂၃၄၅၆၇၈၉ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.MymrShan">
      <summary>Gets the identifier for the Myanmar Shan decimal numeral system.</summary>
      <returns>The string MymrShan, which identifies the Myanmar Shan decimal numeral system. This system has the digits ႐႑႒႓႔႕႖႗႘႙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Nkoo">
      <summary>Gets the identifier for the Nko decimal numeral system.</summary>
      <returns>The string Nkoo, which identifies the Nko decimal numeral system. This system has the digits ߀߁߂߃߄߅߆߇߈߉ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Olck">
      <summary>Gets the identifier for the Ol Chiki decimal numeral system.</summary>
      <returns>The string Olck, which identifies the Ol Chiki decimal numeral system. This system has the digits ᱐᱑᱒᱓᱔᱕᱖᱗᱘᱙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Orya">
      <summary>Gets the identifier for the Odia decimal numeral system.</summary>
      <returns>The string Orya, which identifies the Odia decimal numeral system. This system has the digits ୦୧୨୩୪୫୬୭୮୯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Saur">
      <summary>Gets the identifier for the Saurashtra decimal numeral system.</summary>
      <returns>The string Saur, which identifies the Saurashtra decimal numeral system. This system has the digits ꣐꣑꣒꣓꣔꣕꣖꣗꣘꣙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Sund">
      <summary>Gets the identifier for the Sundanese decimal numeral system.</summary>
      <returns>The string Sund, which identifies the Sundanese decimal numeral system. This system has the digits ᮰᮱᮲᮳᮴᮵᮶᮷᮸᮹ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Talu">
      <summary>Gets the identifier for the New Tai Lue decimal numeral system.</summary>
      <returns>The string Talu, which identifies the New Tai Lue decimal numeral system. This system has the digits ᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.TamlDec">
      <summary>Gets the identifier for the Tamil decimal numeral system.</summary>
      <returns>The string TamlDec, which identifies the Tamil decimal numeral system. This system has the digits ௦௧௨௩௪௫௬௭௮௯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Telu">
      <summary>Gets the identifier for the Telugu decimal numeral system.</summary>
      <returns>The string Telu, which identifies the Telugu decimal numeral system. This system has the digits ౦౧౨౩౪౫౬౭౮౯ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Thai">
      <summary>Gets the identifier for the Thai decimal numeral system.</summary>
      <returns>The string Thai, which identifies the Thai decimal numeral system. This system has the digits ๐๑๒๓๔๕๖๗๘๙ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Tibt">
      <summary>Gets the identifier for the Tibetan decimal numeral system.</summary>
      <returns>The string Tibt, which identifies the Tibetan decimal numeral system. This system has the digits ༠༡༢༣༤༥༦༧༨༩ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="P:Windows.Globalization.NumeralSystemIdentifiers.Vaii">
      <summary>Gets the identifier for the Vai decimal numeral system.</summary>
      <returns>The string Vaii, which identifies the Vai decimal numeral system. This system has the digits ꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩ which correspond to the Latin digits 0-9.</returns>
    </member>
    <member name="N:Windows.Globalization.Collation">
      <summary>Provides read-only lists of character groupings.</summary>
    </member>
    <member name="T:Windows.Globalization.Collation.CharacterGrouping">
      <summary>A container for character group information. Characters are grouped in an index that enables an application to determine where the grouping boundaries are.</summary>
    </member>
    <member name="P:Windows.Globalization.Collation.CharacterGrouping.First">
      <summary>Gets the first item that appears in the grouping under this index.</summary>
      <returns>The string that defines the start of the group that has the associated label. The start of the next group implicitly determines its end.</returns>
    </member>
    <member name="P:Windows.Globalization.Collation.CharacterGrouping.Label">
      <summary>Gets the label that is associated with this index.</summary>
      <returns>The string to use as the label for all strings of this group. This string may be empty, in which case the label is considered to be "other".</returns>
    </member>
    <member name="T:Windows.Globalization.Collation.CharacterGroupings">
      <summary>Contains the set of character groups and the functionality to get the label for any given string.</summary>
    </member>
    <member name="P:Windows.Globalization.Collation.CharacterGroupings.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Globalization.Collation.CharacterGroupings.First">
      <summary>Returns an iterator to enumerate the items in the set of character groups.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the set of character groups if the set is empty.</returns>
    </member>
    <member name="M:Windows.Globalization.Collation.CharacterGroupings.GetAt(System.UInt32)">
      <summary>Returns the CharacterGrouping at the specified index in the set of character groups.</summary>
      <returns>The CharacterGrouping at the specified index.</returns>
      <param name="index">The zero-based index of the CharacterGrouping in the set to return.</param>
    </member>
    <member name="M:Windows.Globalization.Collation.CharacterGroupings.GetMany(System.UInt32,Windows.Globalization.Collation.CharacterGrouping[])">
      <summary>Returns the CharacterGrouping objects that start at the specified index in the set of character groups.</summary>
      <returns>The number of objects returned.</returns>
      <param name="startIndex">The zero-based index of the start of the CharacterGrouping objects in the set to return.</param>
      <param name="items">The CharacterGrouping objects in the set that start at startIndex.</param>
    </member>
    <member name="M:Windows.Globalization.Collation.CharacterGroupings.IndexOf(Windows.Globalization.Collation.CharacterGrouping,System.UInt32@)">
      <summary>Returns the index of a specified CharacterGrouping object in the set of character groups.</summary>
      <returns>True if the object is found, otherwise false.</returns>
      <param name="value">The CharacterGrouping object to find in the set.</param>
      <param name="index">The zero-based index of the CharacterGrouping object, if found. The method returns zero if the object is not found.</param>
    </member>
    <member name="P:Windows.Globalization.Collation.CharacterGroupings.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Globalization.Collation.CharacterGroupings.Lookup(System.String)">
      <summary>Gets the label under which the provided text falls.</summary>
      <returns>The first character grouping label that applies to the given text.</returns>
      <param name="text">The string for which to get the label.</param>
    </member>
    <member name="P:Windows.Globalization.Collation.CharacterGroupings.Size">
      <summary>Gets the number of CharacterGrouping objects in the set of character groups.</summary>
      <returns>The number of objects in the set.</returns>
    </member>
    <member name="M:Windows.Globalization.Collation.CharacterGroupings.#ctor">
      <summary>Create a CharacterGroupings object for the default collation.</summary>
    </member>
    <member name="N:Windows.Globalization.DateTimeFormatting">
      <summary>Enables formatting of dates and times.</summary>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.DateTimeFormatter">
      <summary>Formats dates and times.</summary>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(Windows.Globalization.DateTimeFormatting.HourFormat,Windows.Globalization.DateTimeFormatting.MinuteFormat,Windows.Globalization.DateTimeFormatting.SecondFormat)">
      <summary>Creates a DateTimeFormatter object that is initialized with hour, minute, and second formats.</summary>
      <param name="hourFormat">The desired hour format to include in the template.</param>
      <param name="minuteFormat">The desired minute format to include in the template.</param>
      <param name="secondFormat">The desired second format to include in the template.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(System.String)">
      <summary>Creates a DateTimeFormatter object that is initialized by a format template string.</summary>
      <param name="formatTemplate">A format template string that specifies the requested components. The order of the components is irrelevant.
This can also be a format pattern.
See the remarks for the DateTimeFormatter class for a list of valid format templates and format patterns.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a DateTimeFormatter object that is initialized by a format template string and language list.</summary>
      <param name="formatTemplate">A format template string that specifies the requested components. The order of the components is irrelevant.
This can also be a format pattern.
See the remarks for the DateTimeFormatter class for a list of valid format templates and format patterns.</param>
      <param name="languages">The list of language identifiers, in priority order, that represent the choice of languages. These identifiers are used for resolving the template to a pattern and for formatting. See Remarks.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(System.String,Windows.Foundation.Collections.IIterable`1,System.String,System.String,System.String)">
      <summary>Creates a DateTimeFormatter object that is initialized by a format template string, language list, geographic region, calendar, and clock.</summary>
      <param name="formatTemplate">A format template string that specifies the requested components. The order of the components is irrelevant.
This can also be a format pattern.
See the remarks for the DateTimeFormatter class for a list of valid format templates and format patterns.</param>
      <param name="languages">The list of language identifiers, in priority order, that represent the choice of languages. These identifiers are used for resolving the template to a pattern, and for formatting. See Remarks.</param>
      <param name="geographicRegion">The identifier for the geographic region. This identifier is used for resolving the template to a pattern.</param>
      <param name="calendar">The calendar identifier to use.</param>
      <param name="clock">The clock identifier to use.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(Windows.Globalization.DateTimeFormatting.YearFormat,Windows.Globalization.DateTimeFormatting.MonthFormat,Windows.Globalization.DateTimeFormatting.DayFormat,Windows.Globalization.DateTimeFormatting.DayOfWeekFormat)">
      <summary>Creates a DateTimeFormatter object that is initialized with year, month, day, and day of week formats.</summary>
      <param name="yearFormat">The desired year format to include in the template.</param>
      <param name="monthFormat">The desired month format to include in the template.</param>
      <param name="dayFormat">The desired day format to include in the template.</param>
      <param name="dayOfWeekFormat">The desired day of week format to include in the template.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(Windows.Globalization.DateTimeFormatting.YearFormat,Windows.Globalization.DateTimeFormatting.MonthFormat,Windows.Globalization.DateTimeFormatting.DayFormat,Windows.Globalization.DateTimeFormatting.DayOfWeekFormat,Windows.Globalization.DateTimeFormatting.HourFormat,Windows.Globalization.DateTimeFormatting.MinuteFormat,Windows.Globalization.DateTimeFormatting.SecondFormat,Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a DateTimeFormatter object that is initialized with year, month, day, day of week, hour, minute, and second formats, and a language list.</summary>
      <param name="yearFormat">The year format to include in the template.</param>
      <param name="monthFormat">The month format to include in the template.</param>
      <param name="dayFormat">The day format to include in the template.</param>
      <param name="dayOfWeekFormat">The day of week format to include in the template.</param>
      <param name="hourFormat">The hour format to include in the template.</param>
      <param name="minuteFormat">The minute format to include in the template.</param>
      <param name="secondFormat">The second format to include in the template.</param>
      <param name="languages">The list of language identifiers, in priority order, that represent the choice of languages. These identifiers are used for resolving the template to a pattern and for formatting. See Remarks.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(Windows.Globalization.DateTimeFormatting.YearFormat,Windows.Globalization.DateTimeFormatting.MonthFormat,Windows.Globalization.DateTimeFormatting.DayFormat,Windows.Globalization.DateTimeFormatting.DayOfWeekFormat,Windows.Globalization.DateTimeFormatting.HourFormat,Windows.Globalization.DateTimeFormatting.MinuteFormat,Windows.Globalization.DateTimeFormatting.SecondFormat,Windows.Foundation.Collections.IIterable`1,System.String,System.String,System.String)">
      <summary>Creates a DateTimeFormatter object with all formats and identifiers specified.</summary>
      <param name="yearFormat">The desired year format to include in the template.</param>
      <param name="monthFormat">The desired month format to include in the template.</param>
      <param name="dayFormat">The desired day format to include in the template.</param>
      <param name="dayOfWeekFormat">The desired day of week format to include in the template.</param>
      <param name="hourFormat">The desired hour format to include in the template.</param>
      <param name="minuteFormat">The desired minute format to include in the template.</param>
      <param name="secondFormat">The desired second format to include in the template.</param>
      <param name="languages">The list of language identifiers, in priority order, that represent the choice of languages. These identifiers are used for resolving the template to a pattern, and for formatting. See Remarks.</param>
      <param name="geographicRegion">The identifier for the geographic region. This identifier is used for resolving the template to a pattern.</param>
      <param name="calendar">The calendar identifier to use.</param>
      <param name="clock">The clock identifier to use.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Format(Windows.Foundation.DateTime)">
      <summary>Returns a string representation of the provided date and time.</summary>
      <returns>A string that represents the date and time.</returns>
      <param name="value">The date and time to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Format(Windows.Foundation.DateTime,System.String)">
      <summary>Returns a string that represents the given date and time in the given time zone, conforming to the template the formatter is currently using.</summary>
      <returns>A string that represents the date, time, and time zone.</returns>
      <param name="datetime">The date and time to be formatted.</param>
      <param name="timeZoneId">An identifier from the IANA Time Zone Database which identifies the time zone that should be used (for example, Americas/Los_Angeles for Pacific Time).</param>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Calendar">
      <summary>Gets the calendar that is used when formatting dates.</summary>
      <returns>The calendar that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Clock">
      <summary>Gets the clock that is used when formatting times.</summary>
      <returns>The clock that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.GeographicRegion">
      <summary>Gets or sets the region that is used when formatting dates and times.</summary>
      <returns>The region that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.IncludeDay">
      <summary>Gets the DayFormat in the template.</summary>
      <returns>Specifies whether the day is included. If it is, this property specifies the format for the day in the template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.IncludeDayOfWeek">
      <summary>Gets the DayOfWeekFormat in the template.</summary>
      <returns>Specifies whether the day of week is included. If it is, this property specifies the format for the day of week in the template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.IncludeHour">
      <summary>Gets the HourFormat in the template.</summary>
      <returns>Specifies whether the hour is included. If it is, this property specifies the format for the hour in the template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.IncludeMinute">
      <summary>Gets the MinuteFormat in the template.</summary>
      <returns>Specifies whether the minute is included. If it is, this property specifies the format for the minute in the template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.IncludeMonth">
      <summary>Gets the MonthFormat in the template.</summary>
      <returns>Specifies whether the month is included. If it is, this property specifies the format for the month in the template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.IncludeSecond">
      <summary>Gets the SecondFormat in the template.</summary>
      <returns>Specifies whether the second is included. If it is, this property specifies the format for the second in the template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.IncludeYear">
      <summary>Gets the YearFormat in the template.</summary>
      <returns>Specifies whether the year is included. If it is, this format specifies the format for the year in the template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Languages">
      <summary>Gets the priority list of language identifiers that is used when formatting dates and times.</summary>
      <returns>The list of languages that is used.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the DateTimeFormatter(String, IIterable(String)) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.LongDate">
      <summary>Gets the DateTimeFormatter object that formats dates according to the user's choice of long date pattern.</summary>
      <returns>A DateTimeFormatter object equivalent to one constructed with the "longdate" template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.LongTime">
      <summary>Gets the DateTimeFormatter object that formats times according to the user's choice of long time pattern.</summary>
      <returns>A DateTimeFormatter object equivalent to one constructed with the "longtime" template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.NumeralSystem">
      <summary>Gets or sets the numbering system that is used to format dates and times.</summary>
      <returns>A string that indicates the numeral system of the formatter, such as Latn for the Latin numeral system (0123456789) or Arab for the Arabic-Indic numeral system (٠١٢٣٤٥ ٦٧٨٩).</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Patterns">
      <summary>Gets the patterns corresponding to this template that are used when formatting dates and times.</summary>
      <returns>The pattern that provides the requested components in the template.
See the remarks for the DateTimeFormatter class for a list of valid format patterns.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.ResolvedGeographicRegion">
      <summary>Gets the geographic region that was most recently used to format dates and times.</summary>
      <returns>The geographic region that was most recently used to format dates and times.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.ResolvedLanguage">
      <summary>Gets the language that was most recently used to format dates and times.</summary>
      <returns>The language from the priority list of language identifiers that was most recently used to format dates and times.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the DateTimeFormatter(String, IIterable(String)) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.ShortDate">
      <summary>Gets the DateTimeFormatter object that formats dates according to the user's choice of short date pattern.</summary>
      <returns>A DateTimeFormatter object equivalent to one constructed with the "shortdate" template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.ShortTime">
      <summary>Gets the DateTimeFormatter object that formats times according to the user's choice of short time pattern.</summary>
      <returns>A DateTimeFormatter object equivalent to one constructed with the "shorttime" template.</returns>
    </member>
    <member name="P:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Template">
      <summary>Gets a string representation of this format template.</summary>
      <returns>A string that represents this format template. If the DateTimeFormatter object was constructed with a format template or format enumerations, the string can be used to construct the same DateTimeFormatter. If a pattern was used to construct the DateTimeFormatter, this property returns the empty string.
See the remarks for the DateTimeFormatter class for a list of valid format templates.</returns>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.DayFormat">
      <summary>Specifies the intended format for the day in a DateTimeFormatter object.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.DayFormat.None">
      <summary>Do not display the day.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.DayFormat.Default">
      <summary>Display the day in the most natural way. This will depend on the context, such as the language or calendar (for example, for the Hebrew calendar and Hebrew language, use the Hebrew numbering system).</summary>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.DayOfWeekFormat">
      <summary>Specifies the intended format for the day of the week in a DateTimeFormatter object.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.DayOfWeekFormat.None">
      <summary>Do not display the day of the week.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.DayOfWeekFormat.Default">
      <summary>Display the day of the week in the most natural way. It may be abbreviated or full depending on the context, such as the language or calendar that is being used.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.DayOfWeekFormat.Abbreviated">
      <summary>Display an abbreviated version of the day of the week (for example, "Thur" for Thursday).</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.DayOfWeekFormat.Full">
      <summary>Display the day of the week in its entirety (for example, "Thursday").</summary>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.HourFormat">
      <summary>Specifies the intended format for the hour in a DateTimeFormatter object.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.HourFormat.None">
      <summary>Do not display the hour.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.HourFormat.Default">
      <summary>Display the hour in the most natural way. This will depend on the context, such as the language or clock that is being used.</summary>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.MinuteFormat">
      <summary>Specifies the intended format for the minute in a DateTimeFormatter object.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.MinuteFormat.None">
      <summary>Do not display the minute.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.MinuteFormat.Default">
      <summary>Display the minute in the most natural way. This will depend on the context, such as the language or clock that is being used.</summary>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.MonthFormat">
      <summary>Specifies the intended format for the month in a DateTimeFormatter object.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.MonthFormat.None">
      <summary>Do not display the month.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.MonthFormat.Default">
      <summary>Display the month in the most natural way. It may be abbreviated, full, or numeric depending on the context, such as the language or calendar that is being used.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.MonthFormat.Abbreviated">
      <summary>Display an abbreviated version of the month (for example, "Sep" for September).</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.MonthFormat.Full">
      <summary>Display the month in its entirety (for example, "September").</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.MonthFormat.Numeric">
      <summary>Display the month as a number (for example, "9" for September).</summary>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.SecondFormat">
      <summary>Specifies the intended format for the second in a DateTimeFormatter object.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.SecondFormat.None">
      <summary>Do not display the second.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.SecondFormat.Default">
      <summary>Display the second in the most natural way. This will depend on the context, such as the language or clock that is being used.</summary>
    </member>
    <member name="T:Windows.Globalization.DateTimeFormatting.YearFormat">
      <summary>Specifies the intended format for the year in a DateTimeFormatter object.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.YearFormat.None">
      <summary>Do not display the year.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.YearFormat.Default">
      <summary>Display the year in the most natural way. It may be abbreviated or full depending on the context, such as the language or calendar that is being used.</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.YearFormat.Abbreviated">
      <summary>Display an abbreviated version of the year (for example, "11" for Gregorian 2011).</summary>
    </member>
    <member name="F:Windows.Globalization.DateTimeFormatting.YearFormat.Full">
      <summary>Display the year in its entirety (for example, "2011" for Gregorian 2011).</summary>
    </member>
    <member name="N:Windows.Globalization.Fonts">
      <summary>Provides classes that allow apps to select language-appropriate and script-appropriate fonts for text display.</summary>
    </member>
    <member name="T:Windows.Globalization.Fonts.LanguageFont">
      <summary>Provides data related to a particular font recommendation for a given language.</summary>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFont.FontFamily">
      <summary>Gets the family name of the font.</summary>
      <returns>The font family name.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFont.FontStretch">
      <summary>Gets the FontStretch property of the font.</summary>
      <returns>The FontStretch property.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFont.FontStyle">
      <summary>Gets the FontStyle property of the font.</summary>
      <returns>The FontStyle property.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFont.FontWeight">
      <summary>Gets the weight of the font (FontWeight).</summary>
      <returns>The weight of the font.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFont.ScaleFactor">
      <summary>Gets a recommended font size scaling factor for the font.</summary>
      <returns>The recommended font size scaling factor.</returns>
    </member>
    <member name="T:Windows.Globalization.Fonts.LanguageFontGroup">
      <summary>Supplies a set of font recommendations for a given language.</summary>
    </member>
    <member name="M:Windows.Globalization.Fonts.LanguageFontGroup.#ctor(System.String)">
      <summary>Creates a LanguageFontGroup object for a given language or script.</summary>
      <param name="languageTag">A BCP-47 language tag, or an ISO 15924 script identifier.</param>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.DocumentAlternate1Font">
      <summary>Gets a font that is recommended as an additional option for use in documents beyond the recommendations provided by DocumentHeadingFont, ModernDocumentFont and TraditionalDocumentFont.</summary>
      <returns>The recommended LanguageFont, or NULL if no font recommendation is available.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.DocumentAlternate2Font">
      <summary>Gets a font that is recommended as an additional option for use in documents beyond the recommendations provided by DocumentHeadingFont, ModernDocumentFont and TraditionalDocumentFont.</summary>
      <returns>The recommended LanguageFont, or NULL if no font recommendation is available.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.DocumentHeadingFont">
      <summary>Gets a font that is recommended for use in document headings.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.FixedWidthTextFont">
      <summary>Gets a font that is recommended for displaying fixed-width characters.</summary>
      <returns>The recommended LanguageFont, or NULL if no font recommendation is available.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.ModernDocumentFont">
      <summary>Gets a font that is recommended for typical document body text following modern style conventions.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.TraditionalDocumentFont">
      <summary>Gets a font that is recommended for typical document body text following traditional style conventions.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.UICaptionFont">
      <summary>Gets a font that is recommended for special UI elements, such as captions, that are displayed at sizes smaller than typical UI body text.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.UIHeadingFont">
      <summary>Gets a font that is recommended for special UI elements, such as headings, that are displayed at sizes somewhat larger than typical UI body text.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.UINotificationHeadingFont">
      <summary>Gets a font that is recommended for special UI elements, such as headings in notifications or other app messages, that are displayed at UIbody text size or only slightly larger yet need to be differentiated from UI body text.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.UITextFont">
      <summary>Gets a font that is recommended for typical UI body text.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="P:Windows.Globalization.Fonts.LanguageFontGroup.UITitleFont">
      <summary>Gets a font that is recommended for special UI elements set at sizes much larger than typical UI body text.</summary>
      <returns>The recommended LanguageFont.</returns>
    </member>
    <member name="N:Windows.Globalization.NumberFormatting">
      <summary>Provides classes for formatting currencies, decimal numbers, percent values, and permille values, based on the user's languages and geographic region.</summary>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.CurrencyFormatter">
      <summary>Formats and parses currencies.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.#ctor(System.String)">
      <summary>Creates a CurrencyFormatter object that is initialized with a currency identifier.</summary>
      <param name="currencyCode">The currency identifier to use when formatting and parsing currency values.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.#ctor(System.String,Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Creates a CurrencyFormatter object initialized with a currency identifier, language list, and geographic region.</summary>
      <param name="currencyCode">The currency identifier to use when formatting and parsing currency values.</param>
      <param name="languages">The list of language identifiers, in priority order, representing the choice of languages. See Remarks.</param>
      <param name="geographicRegion">The identifier for the geographic region.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.ApplyRoundingForCurrency(Windows.Globalization.NumberFormatting.RoundingAlgorithm)">
      <summary>Prepares the CurrencyFormatter object to format currency values with a specified rounding algorithm.</summary>
      <param name="roundingAlgorithm">The desired rounding algorithm for the currency. This must be one of the members of RoundingAlgorithm, excluding None.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.Format(System.Double)">
      <summary>Returns a string representation of a Double currency value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Double currency value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.Format(System.Int64)">
      <summary>Returns a string representation of an Int64 currency value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Int64 currency value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.Format(System.UInt64)">
      <summary>Returns a string representation of a UInt64 currency value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The UInt64 currency value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.FormatDouble(System.Double)">
      <summary>Returns a string representation of a Double currency value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Double currency value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.FormatInt(System.Int64)">
      <summary>Returns a string representation of an Int64 currency value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Int64 currency value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.FormatUInt(System.UInt64)">
      <summary>Returns a string representation of a UInt64 currency value.</summary>
      <returns>The UInt64 currency value to be formatted.</returns>
      <param name="value">The UInt64 currency value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.ParseDouble(System.String)">
      <summary>Attempts to parse a string representation of a Double currency value.</summary>
      <returns>If successful, a Double that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.ParseInt(System.String)">
      <summary>Attempts to parse a string representation of an integer currency value.</summary>
      <returns>If successful, an Int64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.CurrencyFormatter.ParseUInt(System.String)">
      <summary>Attempts to parse a string representation of an unsigned integer currency value.</summary>
      <returns>If successful, a UInt64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.Currency">
      <summary>Gets the identifier for the currency to be used for formatting and parsing currency values.</summary>
      <deprecated type="deprecate">Currency may be read-only for releases after Windows 8.1. Instead, use a new CurrencyFormatter.</deprecated>
      <returns>The currency identifier to use when formatting and parsing currency values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.FractionDigits">
      <summary>Gets or sets the minimum number of digits to display for the fraction part of the currency value.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.GeographicRegion">
      <summary>Gets the region that is used when formatting and parsing currency values.</summary>
      <returns>The region that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.IntegerDigits">
      <summary>Gets or sets the minimum number of digits to display for the integer part of the currency value.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.IsDecimalPointAlwaysDisplayed">
      <summary>Gets or sets whether the decimal point of the currency value should always be displayed.</summary>
      <returns>True if the decimal point of the value should always be displayed, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.IsGrouped">
      <summary>Gets or sets whether the integer part of the currency value should be grouped.</summary>
      <returns>True if the integer part of the value should be grouped, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.IsZeroSigned">
      <summary>Gets or sets whether -0 is formatted as -0 or 0.</summary>
      <returns>True if -0 is formatted as -0, and false if -0 is formatted as 0.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.Languages">
      <summary>Gets the priority list of language identifiers that is used when formatting and parsing currency values.</summary>
      <returns>The priority list of language identifiers.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the CurrencyFormatter(String, IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.Mode">
      <summary>Gets or sets whether the currency is formatted with the currency symbol or currency code.</summary>
      <returns>The CurrencyFormatterMode value which specifies how the currency is formatted.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.NumberRounder">
      <summary>Gets or sets the current rounding strategy to be used when formatting currency amounts.</summary>
      <returns>A number rounder object: IncrementNumberRounder or SignificantDigitsNumberRounder.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.NumeralSystem">
      <summary>Gets or sets the numbering system that is used to format and parse currency values.</summary>
      <returns>A string that indicates the numeral system of the formatter, such as Latn for the Latin numeral system (0123456789) or Arab for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.ResolvedGeographicRegion">
      <summary>Gets the geographic region that was most recently used to format or parse currency values.</summary>
      <returns>The geographic region that was most recently used to format or parse currency values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.ResolvedLanguage">
      <summary>Gets the language that was most recently used to format or parse currency values.</summary>
      <returns>The language from the priority list of language identifiers that was most recently used to format or parse currency values.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the CurrencyFormatter(String, IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.CurrencyFormatter.SignificantDigits">
      <summary>Gets or sets the current padding to significant digits when a currency amount is formatted.</summary>
      <returns>The number of significant digits.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.CurrencyFormatterMode">
      <summary>Specifies the use of symbols or codes when currency is formatted.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.CurrencyFormatterMode.UseSymbol">
      <summary>Default behavior. Currencies are formatted with the appropriate currency symbol (for example, $15).</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.CurrencyFormatterMode.UseCurrencyCode">
      <summary>Currencies are formatted with the Currency code provided to the CurrencyFormatter object (for example, 15 USD).</summary>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.DecimalFormatter">
      <summary>Formats and parses decimal numbers.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.#ctor">
      <summary>Creates a DecimalFormatter object and initializes it to default values.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.#ctor(Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Creates a DecimalFormatter object initialized by a language list and a geographic region.</summary>
      <param name="languages">The list of language identifiers, in priority order, representing the choice of languages. See Remarks.</param>
      <param name="geographicRegion">The identifier for the geographic region.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.Format(System.Double)">
      <summary>Returns a string representation of a Double number.</summary>
      <returns>A string that represents the number.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.Format(System.Int64)">
      <summary>Returns a string representation of an Int64 number.</summary>
      <returns>A string that represents the number.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.Format(System.UInt64)">
      <summary>Returns a string representation of a UInt64 number.</summary>
      <returns>A string that represents the number.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.FormatDouble(System.Double)">
      <summary>Returns a string representation of a Double number.</summary>
      <returns>A string that represents the number.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.FormatInt(System.Int64)">
      <summary>Returns a string representation of an Int64 number.</summary>
      <returns>A string that represents the number.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.FormatUInt(System.UInt64)">
      <summary>Returns a string representation of a UInt64 number.</summary>
      <returns>A string that represents the number.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.ParseDouble(System.String)">
      <summary>Attempts to parse a string representation of a Double number.</summary>
      <returns>If successful, a Double that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.ParseInt(System.String)">
      <summary>Attempts to parse a string representation of an integer.</summary>
      <returns>If successful, an Int64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.DecimalFormatter.ParseUInt(System.String)">
      <summary>Attempts to parse a string representation of an unsigned integer.</summary>
      <returns>If successful, a UInt64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.FractionDigits">
      <summary>Gets or sets the minimum number of digits to display for the fraction part of the number.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.GeographicRegion">
      <summary>Gets the region that is used when formatting and parsing decimal numbers.</summary>
      <returns>The region that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.IntegerDigits">
      <summary>Gets or sets the minimum number of digits to display for the integer part of the number.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.IsDecimalPointAlwaysDisplayed">
      <summary>Gets or sets whether the decimal point of the number should always be displayed.</summary>
      <returns>True if the decimal point of the number should always be displayed, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.IsGrouped">
      <summary>Gets or sets whether the integer part of the number should be grouped.</summary>
      <returns>True if the integer part of the number should be grouped, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.IsZeroSigned">
      <summary>Gets or sets whether -0 is formatted as -0 or 0.</summary>
      <returns>True if -0 is formatted as -0, and false if -0 is formatted as 0.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.Languages">
      <summary>Gets the priority list of language identifiers that is used when formatting and parsing decimal numbers.</summary>
      <returns>The priority list of language identifiers.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the DecimalFormatter(IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.NumberRounder">
      <summary>Gets or sets the current rounding strategy to be used when formatting numbers.</summary>
      <returns>A number rounder object: IncrementNumberRounder or SignificantDigitsNumberRounder.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.NumeralSystem">
      <summary>Gets or sets the numbering system that is used to format and parse decimal numbers.</summary>
      <returns>A string that indicates the numeral system of the formatter, such as Latn for the Latin numeral system (0123456789) or Arab for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.ResolvedGeographicRegion">
      <summary>Gets the geographic region that was most recently used to format or parse decimal values.</summary>
      <returns>The geographic region that was most recently used to format or parse decimal values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.ResolvedLanguage">
      <summary>Gets the language that was most recently used to format or parse decimal values.</summary>
      <returns>The language from the priority list of language identifiers that was most recently used to format or parse decimal values.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the DecimalFormatter(IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.DecimalFormatter.SignificantDigits">
      <summary>Gets or sets the current padding to significant digits when a decimal number is formatted.</summary>
      <returns>The number of significant digits.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.IncrementNumberRounder">
      <summary>Rounds numbers to a specified increment.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.IncrementNumberRounder.#ctor">
      <summary>Creates an IncrementNumberRounder object.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.IncrementNumberRounder.RoundDouble(System.Double)">
      <summary>Rounds a Double number to the specified increment.</summary>
      <returns>The rounded number. This result is a double precision floating point number, which is not necessarily an integer.</returns>
      <param name="value">The Double value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.IncrementNumberRounder.RoundInt32(System.Int32)">
      <summary>Rounds an Int32 number to the specified increment.</summary>
      <returns>The rounded 32 bit integer.</returns>
      <param name="value">The Int32 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.IncrementNumberRounder.RoundInt64(System.Int64)">
      <summary>Rounds an Int64 number to the specified increment.</summary>
      <returns>The rounded 64 bit integer.</returns>
      <param name="value">The Int64 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.IncrementNumberRounder.RoundSingle(System.Single)">
      <summary>Rounds a Single number to the specified increment.</summary>
      <returns>The rounded number. This result is a single precision floating point number, which is not necessarily an integer.</returns>
      <param name="value">The Single value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.IncrementNumberRounder.RoundUInt32(System.UInt32)">
      <summary>Rounds a UInt32 number to the specified increment.</summary>
      <returns>The rounded unsigned 32 bit integer.</returns>
      <param name="value">The UInt32 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.IncrementNumberRounder.RoundUInt64(System.UInt64)">
      <summary>Rounds a UInt64 number to the specified increment.</summary>
      <returns>The rounded unsigned 64 bit integer.</returns>
      <param name="value">The UInt64 value to be rounded.</param>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.IncrementNumberRounder.Increment">
      <summary>Gets or sets the increment this IncrementNumberRounder object uses for rounding.</summary>
      <returns>The increment used for rounding.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.IncrementNumberRounder.RoundingAlgorithm">
      <summary>Gets or sets the rounding strategy value for this IncrementNumberRounder object.</summary>
      <returns>A value of the RoundingAlgorithm enumeration.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.NumeralSystemTranslator">
      <summary>Translates digits of the Latin numerical system into digits of another numerical system.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.NumeralSystemTranslator.#ctor">
      <summary>Creates a NumeralSystemTranslator object initialized by the list of current runtime language values preferred by the user.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.NumeralSystemTranslator.#ctor(Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a NumeralSystemTranslator object initialized by a language list.</summary>
      <param name="languages">A list of BCP-47 language tags, in priority order, representing the choice of languages. They must all be well-formed according to Windows.Globalization.Language.isWellFormed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.NumeralSystemTranslator.TranslateNumerals(System.String)">
      <summary>Converts a string of characters containing Latin digits to a string containing the corresponding digits of NumeralSystem.</summary>
      <returns>A string containing the converted digits. This string may be a different length than value.</returns>
      <param name="value">A string of characters containing Latin digits to be converted.</param>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.NumeralSystemTranslator.Languages">
      <summary>Gets the BCP-47 language tag(s) used to initialize this NumeralSystemTranslator object.</summary>
      <returns>The BCP-47 language tag(s) used to initialize this NumeralSystemTranslator object. There is always at least one.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.NumeralSystemTranslator.NumeralSystem">
      <summary>Gets or sets the numeral system that Latin digits will be converted to on calls to TranslateNumerals.</summary>
      <returns>A string that indicates the target numeral system of the translator, such as Arab for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.NumeralSystemTranslator.ResolvedLanguage">
      <summary>Gets the language used to determine the numeral system when this object was initialized.</summary>
      <returns>The particular BCP-47 language tag used during the construction of this object to determine the initial value of NumeralSystem.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.PercentFormatter">
      <summary>Formats and parses percentages.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.#ctor">
      <summary>Creates a PercentFormatter object and initializes it to default values.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.#ctor(Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Creates a PercentFormatter object initialized by a language list and a geographic region.</summary>
      <param name="languages">The list of language identifiers, in priority order, representing the choice of languages. See Remarks.</param>
      <param name="geographicRegion">The identifier for the geographic region.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.Format(System.Double)">
      <summary>Returns a string representation of a Double percentage.</summary>
      <returns>A string that represents the percentage.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.Format(System.Int64)">
      <summary>Returns a string representation of an Int64 percentage.</summary>
      <returns>A string that represents the percentage.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.Format(System.UInt64)">
      <summary>Returns a string representation of a UInt64 percentage.</summary>
      <returns>A string that represents the percentage.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.FormatDouble(System.Double)">
      <summary>Returns a string representation of a Double percentage.</summary>
      <returns>A string that represents the percentage.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.FormatInt(System.Int64)">
      <summary>Returns a string representation of an Int64 percentage.</summary>
      <returns>A string that represents the percentage.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.FormatUInt(System.UInt64)">
      <summary>Returns a string representation of a UInt64 percentage.</summary>
      <returns>A string that represents the percentage.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.ParseDouble(System.String)">
      <summary>Attempts to parse a string representation of a Double percentage.</summary>
      <returns>If successful, a Double that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.ParseInt(System.String)">
      <summary>Attempts to parse a string representation of an integer percentage.</summary>
      <returns>If successful, an Int64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PercentFormatter.ParseUInt(System.String)">
      <summary>Attempts to parse a string representation of an unsigned integer percentage.</summary>
      <returns>If successful, a UInt64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.FractionDigits">
      <summary>Gets or sets the minimum number of digits to display for the fraction part of the percentage.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.GeographicRegion">
      <summary>Gets the region that is used when formatting and parsing percentages.</summary>
      <returns>The region that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.IntegerDigits">
      <summary>Gets or sets the minimum number of digits to display for the integer part of the percentage.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.IsDecimalPointAlwaysDisplayed">
      <summary>Gets or sets whether the decimal point of the percentage should always be displayed.</summary>
      <returns>True if the decimal point of the percentage should always be displayed, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.IsGrouped">
      <summary>Gets or sets whether the integer part of the percentage should be grouped.</summary>
      <returns>True if the integer part of the percentage should be grouped, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.IsZeroSigned">
      <summary>Gets or sets whether -0 is formatted as -0 or 0.</summary>
      <returns>True if -0 is formatted as -0, and false if -0 is formatted as 0.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.Languages">
      <summary>Gets the priority list of language identifiers that is used when formatting and parsing percentages.</summary>
      <returns>The priority list of language identifiers.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the PercentFormatter(IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.NumberRounder">
      <summary>Gets or sets the current rounding strategy to be used when formatting percents.</summary>
      <returns>A number rounder object: IncrementNumberRounder or SignificantDigitsNumberRounder.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.NumeralSystem">
      <summary>Gets or sets the numbering system that is used to format and parse percentages.</summary>
      <returns>A string that indicates the numeral system of the formatter, such as Latn for the Latin numeral system (0123456789) or Arab for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.ResolvedGeographicRegion">
      <summary>Gets the geographic region that was most recently used to format or parse percent values.</summary>
      <returns>The geographic region that was most recently used to format or parse percent values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.ResolvedLanguage">
      <summary>Gets the language that was most recently used to format or parse percent values.</summary>
      <returns>The language from the priority list of language identifiers that was most recently used to format or parse percent values.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the PercentFormatter(IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PercentFormatter.SignificantDigits">
      <summary>Gets or sets the current padding to significant digits when a percent is formatted.</summary>
      <returns>The number of significant digits.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.PermilleFormatter">
      <summary>Formats and parses permillages.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.#ctor">
      <summary>Creates a PermilleFormatter object and initializes it to default values.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.#ctor(Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Creates a PermilleFormatter object initialized by a language list and a geographic region.</summary>
      <param name="languages">The list of language identifiers, in priority order, representing the choice of languages. See Remarks.</param>
      <param name="geographicRegion">The identifier for the geographic region.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.Format(System.Double)">
      <summary>Returns a string representation of a Double permillage.</summary>
      <returns>A string that represents the permillage.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.Format(System.Int64)">
      <summary>Returns a string representation of an Int64 permillage.</summary>
      <returns>A string that represents the permillage.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.Format(System.UInt64)">
      <summary>Returns a string representation of a UInt64 permillage.</summary>
      <returns>A string that represents the permillage.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.FormatDouble(System.Double)">
      <summary>Returns a string representation of a Double permillage.</summary>
      <returns>A string that represents the permillage.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.FormatInt(System.Int64)">
      <summary>Returns a string representation of an Int64 permillage.</summary>
      <returns>A string that represents the permillage.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.FormatUInt(System.UInt64)">
      <summary>Returns a string representation of a UInt64 permillage.</summary>
      <returns>A string that represents the permillage.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.ParseDouble(System.String)">
      <summary>Attempts to parse a string representation of a Double permillage.</summary>
      <returns>If successful, a Double that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.ParseInt(System.String)">
      <summary>Attempts to parse a string representation of an integer permillage.</summary>
      <returns>If successful, an Int64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.PermilleFormatter.ParseUInt(System.String)">
      <summary>Attempts to parse a string representation of an unsigned integer permillage.</summary>
      <returns>If successful, a UInt64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.FractionDigits">
      <summary>Gets or sets the minimum number of digits to display for the fraction part of the permillage.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.GeographicRegion">
      <summary>Gets the region that is used when formatting and parsing permille values.</summary>
      <returns>The region that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.IntegerDigits">
      <summary>Gets or sets the minimum number of digits to display for the integer part of the permillage.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.IsDecimalPointAlwaysDisplayed">
      <summary>Gets or sets whether the decimal point of the permillage should always be displayed.</summary>
      <returns>True if the decimal point of the permillage should always be displayed, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.IsGrouped">
      <summary>Gets or sets whether the integer part of the permillage should be grouped.</summary>
      <returns>True if the integer part of the permillage should be grouped, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.IsZeroSigned">
      <summary>Gets or sets whether -0 is formatted as -0 or 0.</summary>
      <returns>True if -0 is formatted as -0, and false if -0 is formatted as 0.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.Languages">
      <summary>Gets the priority list of language identifiers that is used when formatting and parsing permille values.</summary>
      <returns>The priority list of language identifiers.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the PermilleFormatter(IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.NumberRounder">
      <summary>Gets or sets the current rounding strategy to be used when formatting permilles.</summary>
      <returns>A number rounder object: IncrementNumberRounder or SignificantDigitsNumberRounder.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.NumeralSystem">
      <summary>Gets or sets the numbering system that is used to format and parse permille values.</summary>
      <returns>A string that indicates the numeral system of the formatter, such as Latn for the Latin numeral system (0123456789) or Arab for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.ResolvedGeographicRegion">
      <summary>Gets the geographic region that was most recently used to format or parse permille values.</summary>
      <returns>The geographic region that was most recently used to format or parse permille values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.ResolvedLanguage">
      <summary>Gets the language that was most recently used to format or parse permille values.</summary>
      <returns>The language from the priority list of language identifiers that was most recently used to format or parse permille values.Starting in Windows 8.1 Preview: Language tags can support Unicode extensions. See the Remarks for the PermilleFormatter(IIterable(String), String) constructor.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.PermilleFormatter.SignificantDigits">
      <summary>Gets or sets the current padding to significant digits when a permille is formatted.</summary>
      <returns>The number of significant digits.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.RoundingAlgorithm">
      <summary>Specifies the algorithm used to round numbers.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.None">
      <summary>No rounding is performed.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundDown">
      <summary>Round towards negative infinity. (Return the largest integer, increment, or significant digit which does not exceed the input.)</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundUp">
      <summary>Round towards infinity. (Return the smallest integer, increment, or significant digit which is not less than the input.)</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundTowardsZero">
      <summary>Round towards zero. This is the equivalent of RoundDown if the input is positive, or RoundUp if the input is negative.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundAwayFromZero">
      <summary>Round away from zero. This is the equivalent of RoundUp if the input is positive, or RoundDown if the input is negative.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundHalfDown">
      <summary>Round to the integer, increment, or significant digit that is closest to the input. If the input is exactly halfway between the possible outputs, this is the equivalent of RoundDown.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundHalfUp">
      <summary>Round to the integer, increment, or significant digit that is closest to the input. If the input is exactly halfway between the possible outputs, this is the equivalent of RoundUp.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundHalfTowardsZero">
      <summary>Round to the integer, increment, or significant digit that is closest to the input. If the input is exactly halfway between the possible outputs, this is the equivalent of RoundTowardsZero.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundHalfAwayFromZero">
      <summary>Round to the integer, increment, or significant digit that is closest to the input. If the input is exactly halfway between the possible outputs, this is the equivalent of RoundAwayFromZero.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundHalfToEven">
      <summary>Round to the integer, increment, or significant digit that is closest to the input. If the input is exactly halfway between the possible outputs, round to the nearest even output.</summary>
    </member>
    <member name="F:Windows.Globalization.NumberFormatting.RoundingAlgorithm.RoundHalfToOdd">
      <summary>Round to the integer, increment, or significant digit that is closest to the input. If the input is exactly halfway between the possible outputs, round to the nearest odd output.</summary>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder">
      <summary>Rounds numbers to a specified number of significant digits.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.#ctor">
      <summary>Creates a SignificantDigitsNumberRounder object.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.RoundDouble(System.Double)">
      <summary>Rounds a Double number to the specified number of significant digits.</summary>
      <returns>The rounded number. This result is a double precision floating point number, which is not necessarily an integer.</returns>
      <param name="value">The Double value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.RoundInt32(System.Int32)">
      <summary>Rounds an Int32 number to the specified number of significant digits.</summary>
      <returns>The rounded 32 bit integer.</returns>
      <param name="value">The Int32 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.RoundInt64(System.Int64)">
      <summary>Rounds an Int64 number to the specified number of significant digits.</summary>
      <returns>The rounded 64 bit integer.</returns>
      <param name="value">The Int64 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.RoundSingle(System.Single)">
      <summary>Rounds a Single number to the specified number of significant digits.</summary>
      <returns>The rounded number. This result is a single precision floating point number, which is not necessarily an integer.</returns>
      <param name="value">The Single value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.RoundUInt32(System.UInt32)">
      <summary>Rounds a UInt32 number to the specified number of significant digits.</summary>
      <returns>The rounded unsigned 32 bit integer.</returns>
      <param name="value">The UInt32 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.RoundUInt64(System.UInt64)">
      <summary>Rounds a UInt64 number to the specified number of significant digits.</summary>
      <returns>The rounded unsigned 64 bit integer.</returns>
      <param name="value">The UInt64 value to be rounded.</param>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.RoundingAlgorithm">
      <summary>Gets or sets the rounding strategy value for this SignificantDigitsNumberRounder object.</summary>
      <returns>A value of the RoundingAlgorithm enumeration.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder.SignificantDigits">
      <summary>Gets or sets the number of significant digits this SignificantDigitsNumberRounder object uses for rounding.</summary>
      <returns>The number of significant digits used for rounding.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.INumberFormatter">
      <summary>An interface that returns a string representation of a provided value, using an overloaded Format method to format several data types.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberFormatter.Format(System.Double)">
      <summary>Returns a string representation of a Double value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberFormatter.Format(System.Int64)">
      <summary>Returns a string representation of an Int64 value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberFormatter.Format(System.UInt64)">
      <summary>Returns a string representation of a UInt64 value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.INumberFormatter2">
      <summary>An interface that returns a string representation of a provided value, using distinct format methods to format several data types.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double)">
      <summary>Returns a string representation of a Double value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Double value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(System.Int64)">
      <summary>Returns a string representation of an Int64 value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The Int64 value to be formatted.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatUInt(System.UInt64)">
      <summary>Returns a string representation of a UInt64 value.</summary>
      <returns>A string that represents the value.</returns>
      <param name="value">The UInt64 value to be formatted.</param>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.INumberFormatterOptions">
      <summary>An interface that gets and sets options for formatting numbers.</summary>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.FractionDigits">
      <summary>Gets or sets the minimum number of digits to display for the fraction part of the number.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.GeographicRegion">
      <summary>Gets the region that is used when formatting and parsing numbers.</summary>
      <returns>The region that is used.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.IntegerDigits">
      <summary>Gets or sets the minimum number of digits to display for the integer part of the number.</summary>
      <returns>The minimum number of digits to display.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.IsDecimalPointAlwaysDisplayed">
      <summary>Gets or sets whether the decimal point of the number should always be displayed.</summary>
      <returns>True if the decimal point of the number should always be displayed, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.IsGrouped">
      <summary>Gets or sets whether the integer part of the number should be grouped.</summary>
      <returns>True if the integer part of the number should be grouped, and false otherwise.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.Languages">
      <summary>Gets the priority list of language identifiers that is used when formatting and parsing numbers.</summary>
      <returns>The priority list of language identifiers.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.NumeralSystem">
      <summary>Gets or sets the numbering system that is used to format and parse numbers.</summary>
      <returns>A string that indicates the numeral system of the formatter, such as Latn for the Latin numeral system (0123456789) or Arab for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.ResolvedGeographicRegion">
      <summary>Gets the geographic region that was most recently used to format or parse numbers.</summary>
      <returns>The geographic region that was most recently used to format or parse numbers.</returns>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.ResolvedLanguage">
      <summary>Gets the language that was most recently used to format or parse numbers.</summary>
      <returns>The language from the priority list of language identifiers that was most recently used to format or parse numbers.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.INumberParser">
      <summary>An interface that parses a string representation of a numeric value.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberParser.ParseDouble(System.String)">
      <summary>Attempts to parse a string representation of a Double numeric value.</summary>
      <returns>If successful, a Double that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(System.String)">
      <summary>Attempts to parse a string representation of an integer numeric value.</summary>
      <returns>If successful, an Int64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberParser.ParseUInt(System.String)">
      <summary>Attempts to parse a string representation of an unsigned integer numeric value.</summary>
      <returns>If successful, a UInt64 that corresponds to the string representation, and otherwise null.</returns>
      <param name="text">The text to be parsed.</param>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.INumberRounder">
      <summary>An interface that returns rounded results for provided numbers of several data types.</summary>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberRounder.RoundDouble(System.Double)">
      <summary>Rounds a Double number.</summary>
      <returns>The rounded number. This result is a double precision floating point number, which is not necessarily an integer.</returns>
      <param name="value">The Double value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt32(System.Int32)">
      <summary>Rounds an Int32 number.</summary>
      <returns>The rounded 32 bit integer.</returns>
      <param name="value">The Int32 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(System.Int64)">
      <summary>Rounds an Int64 number.</summary>
      <returns>The rounded 64 bit integer.</returns>
      <param name="value">The Int64 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberRounder.RoundSingle(System.Single)">
      <summary>Rounds a Single number.</summary>
      <returns>The rounded number. This result is a single precision floating point number, which is not necessarily an integer.</returns>
      <param name="value">The Single value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt32(System.UInt32)">
      <summary>Rounds a UInt32 number.</summary>
      <returns>The rounded unsigned 32 bit integer.</returns>
      <param name="value">The UInt32 value to be rounded.</param>
    </member>
    <member name="M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt64(System.UInt64)">
      <summary>Rounds a UInt64 number.</summary>
      <returns>The rounded unsigned 64 bit integer.</returns>
      <param name="value">The UInt64 value to be rounded.</param>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.INumberRounderOption">
      <summary>An interface that gets and sets the option for rounding numbers.</summary>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.INumberRounderOption.NumberRounder">
      <summary>Gets or sets the interface used to return rounded numbers.</summary>
      <returns>An interface for returning rounded numbers.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.ISignedZeroOption">
      <summary>An interface that gets and sets the option for specifying whether -0 is formatted as -0 or 0.</summary>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.ISignedZeroOption.IsZeroSigned">
      <summary>Gets or sets whether -0 is formatted as -0 or 0.</summary>
      <returns>True if -0 is formatted as -0, and false if -0 is formatted as 0.</returns>
    </member>
    <member name="T:Windows.Globalization.NumberFormatting.ISignificantDigitsOption">
      <summary>An interface that gets and sets the option for specifying significant digits.</summary>
    </member>
    <member name="P:Windows.Globalization.NumberFormatting.ISignificantDigitsOption.SignificantDigits">
      <summary>Gets or sets the number of significant digits used in formatting or rounding numbers.</summary>
      <returns>The number of significant digits.</returns>
    </member>
    <member name="N:Windows.Graphics.Display">
      <summary>Provides classes, a delegate, and enumerations to determine aspects of a physical display.</summary>
    </member>
    <member name="T:Windows.Graphics.Display.DisplayInformation">
      <summary>Monitors and controls physical display information. The class provides events to allow clients to monitor for changes in the display.</summary>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.AutoRotationPreferences">
      <summary>Gets and sets the preferred orientation of the app.</summary>
      <returns>The orientation of a rectangular monitor.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayInformation.ColorProfileChanged">
      <summary>Occurs when the physical display's color profile changes.</summary>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.CurrentOrientation">
      <summary>Gets the current orientation of a rectangular monitor.</summary>
      <returns>The current orientation of a rectangular monitor.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayInformation.DisplayContentsInvalidated">
      <summary>Occurs when the display requires redrawing.</summary>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayInformation.DpiChanged">
      <summary>Occurs when the LogicalDpi property changes because the pixels per inch (PPI) of the display changes.</summary>
    </member>
    <member name="M:Windows.Graphics.Display.DisplayInformation.GetColorProfileAsync">
      <summary>Asynchronously gets the default International Color Consortium (ICC) color profile that is associated with the physical display.</summary>
      <returns>Object that manages the asynchronous retrieval of the color profile.</returns>
    </member>
    <member name="M:Windows.Graphics.Display.DisplayInformation.GetForCurrentView">
      <summary>Gets the current physical display information.</summary>
      <returns>A DisplayInformation object that contains the current physical display information.</returns>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.LogicalDpi">
      <summary>Gets the pixels per logical inch of the current environment.</summary>
      <returns>The pixels per logical inch of the current environment.</returns>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.NativeOrientation">
      <summary>Gets the native orientation of the display monitor, which is typically the orientation where the buttons on the device match the orientation of the monitor.</summary>
      <returns>The native orientation of the display monitor.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayInformation.OrientationChanged">
      <summary>Occurs when either the CurrentOrientation or NativeOrientation property changes because of a mode change or a monitor change.</summary>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.RawDpiX">
      <summary>Gets the raw dots per inch (DPI) along the x axis of the display monitor.</summary>
      <returns>The raw dots per inch (DPI) along the x axis of the display monitor.</returns>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.RawDpiY">
      <summary>Gets the raw dots per inch (DPI) along the y axis of the display monitor.</summary>
      <returns>The raw dots per inch (DPI) along the y axis of the display monitor.</returns>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.ResolutionScale">
      <summary>Gets the scale factor of the immersive environment.</summary>
      <returns>The scale factor of the immersive environment.</returns>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayInformation.StereoEnabled">
      <summary>Gets a value that indicates whether the device supports stereoscopic 3D.</summary>
      <returns>TRUE if the device is capable of stereoscopic 3D and stereoscopic 3D is currently enabled; FALSE otherwise.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayInformation.StereoEnabledChanged">
      <summary>Occurs when the StereoEnabled property changes because support for stereoscopic 3D changes.</summary>
    </member>
    <member name="T:Windows.Graphics.Display.DisplayOrientations">
      <summary>Describes the orientation of a rectangular monitor.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.DisplayOrientations.None">
      <summary>No display orientation is specified.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.DisplayOrientations.Landscape">
      <summary>Specifies that the monitor is oriented in landscape mode where the width of the display viewing area is greater than the height.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.DisplayOrientations.Portrait">
      <summary>Specifies that the monitor rotated 90 degrees in the clockwise direction to orient the display in portrait mode where the height of the display viewing area is greater than the width.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.DisplayOrientations.LandscapeFlipped">
      <summary>Specifies that the monitor rotated another 90 degrees in the clockwise direction (to equal 180 degrees) to orient the display in landscape mode where the width of the display viewing area is greater than the height. This landscape mode is flipped 180 degrees from the Landscape mode.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.DisplayOrientations.PortraitFlipped">
      <summary>Specifies that the monitor rotated another 90 degrees in the clockwise direction (to equal 270 degrees) to orient the display in portrait mode where the height of the display viewing area is greater than the width. This portrait mode is flipped 180 degrees from the Portrait mode.</summary>
    </member>
    <member name="T:Windows.Graphics.Display.DisplayProperties">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Provides various properties that are related to the physical display.</summary>
      <deprecated type="deprecate">DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.</deprecated>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayProperties.AutoRotationPreferences">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Gets and sets the preferred orientation of the app.</summary>
      <returns>The orientation of a rectangular monitor.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayProperties.ColorProfileChanged">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Occurs when the physical display's color profile changes.</summary>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayProperties.CurrentOrientation">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Gets the current orientation of a rectangular monitor.</summary>
      <returns>The current orientation of a rectangular monitor.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayProperties.DisplayContentsInvalidated">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Occurs when the display requires redrawing.</summary>
    </member>
    <member name="M:Windows.Graphics.Display.DisplayProperties.GetColorProfileAsync">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Asynchronously gets the default International Color Consortium (ICC) color profile that is associated with the physical display.</summary>
      <deprecated type="deprecate">DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.</deprecated>
      <returns>Object that manages the asynchronous retrieval of the color profile.</returns>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayProperties.LogicalDpi">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Gets the pixels per logical inch of the current environment.</summary>
      <returns>The pixels per logical inch of the current environment.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayProperties.LogicalDpiChanged">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Occurs when the LogicalDpi property changes because the pixels per inch (PPI) of the display changes.</summary>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayProperties.NativeOrientation">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Gets the native orientation of the display monitor, which is typically the orientation where the buttons on the device match the orientation of the monitor.</summary>
      <returns>The native orientation of the display monitor.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayProperties.OrientationChanged">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Occurs when either the CurrentOrientation or NativeOrientation property changes because of a mode change or a monitor change.</summary>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayProperties.ResolutionScale">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Gets the scale factor of the immersive environment.</summary>
      <returns>The scale factor of the immersive environment.</returns>
    </member>
    <member name="P:Windows.Graphics.Display.DisplayProperties.StereoEnabled">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Gets a value that indicates whether the device supports stereoscopic 3D.</summary>
      <returns>TRUE if the device is capable of stereoscopic 3D and stereoscopic 3D is currently enabled; FALSE otherwise.</returns>
    </member>
    <member name="E:Windows.Graphics.Display.DisplayProperties.StereoEnabledChanged">
      <summary>DisplayProperties may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Occurs when the StereoEnabled property changes because support for stereoscopic 3D changes.</summary>
    </member>
    <member name="T:Windows.Graphics.Display.DisplayPropertiesEventHandler">
      <summary>The DisplayProperties type and related event handlers may be altered or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.Represents a method that handles display property events.</summary>
      <deprecated type="deprecate">The DisplayProperties type and related event handlers may be altered and or unavailable for releases after Windows 8.1. Instead, use DisplayInformation.</deprecated>
      <param name="sender">The object that raised the event.</param>
    </member>
    <member name="T:Windows.Graphics.Display.ResolutionScale">
      <summary>Describes the scale factor of the immersive environment.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Invalid">
      <summary>Specifies the scale of a display is invalid.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Scale100Percent">
      <summary>Specifies the scale of a display as 100 percent. This percentage indicates a minimum screen resolution for Windows all up is 1024x768.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Scale120Percent">
      <summary>This value isn't used.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Scale140Percent">
      <summary>Specifies the scale of a display as 140 percent. This percentage indicates a minimum screen resolution to scale at 140 is 1440x1080.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Scale150Percent">
      <summary>Applies to Windows Phone 8.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Scale160Percent">
      <summary>Applies to Windows Phone 8.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Scale180Percent">
      <summary>Specifies the scale of a display as 180 percent. This percentage indicates a minimum screen resolution to scale at 180 is 1920x1440.</summary>
    </member>
    <member name="F:Windows.Graphics.Display.ResolutionScale.Scale225Percent">
      <summary>This value isn't used.</summary>
    </member>
    <member name="N:Windows.Graphics.Imaging">
      <summary>Enables the decoding, editing, and encoding of image files.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapCodecInformation">
      <summary>Provides access to information about a decoder or encoder.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapCodecInformation.CodecId">
      <summary>The unique identifier of the decoder or encoder.</summary>
      <returns>The codec unique identifier.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapCodecInformation.FileExtensions">
      <summary>A collection of all the file extensions supported by the decoder or encoder.</summary>
      <returns>The list of supported file extensions.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapCodecInformation.FriendlyName">
      <summary>The friendly name of the decoder or encoder.</summary>
      <returns>The friendly name of the codec.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapCodecInformation.MimeTypes">
      <summary>A collection of all the MIME/content types supported by the decoder or encoder.</summary>
      <returns>The list of supported MIME/content types.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapDecoder">
      <summary>Provides read access to bitmap container data as well as data from the first frame.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.BitmapAlphaMode">
      <summary>The default alpha mode of the first frame.</summary>
      <returns>The default alpha mode of the first frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.BitmapContainerProperties">
      <summary>Provides access to the container bitmap properties.</summary>
      <returns>The container bitmap properties.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.BitmapPixelFormat">
      <summary>The pixel format that best fits the first frame.</summary>
      <returns>The pixel format that best fits the first frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.BitmapProperties">
      <summary>A read-only view of the metadata within the first frame.</summary>
      <returns>A read-only view of the metadata within the first frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.BmpDecoderId">
      <summary>The unique identifier of the BMP decoder.</summary>
      <returns>The unique identifier of the BMP decoder.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.CreateAsync(System.Guid,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Asynchronously creates a new BitmapDecoder using a specific bitmap codec and initializes it using a stream.</summary>
      <returns>An object that manages the asynchronous creation of a new BitmapDecoder.</returns>
      <param name="decoderId">The unique identifier of the specified bitmap codec.</param>
      <param name="stream">The stream containing the image file to be decoded.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.CreateAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Asynchronously creates a new BitmapDecoder and initializes it using a stream.</summary>
      <returns>An object that manages the asynchronous creation of a new BitmapDecoder.</returns>
      <param name="stream">The stream containing the image file to be decoded.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.DecoderInformation">
      <summary>Information about the bitmap decoder.</summary>
      <returns>The bitmap decoder information.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.DpiX">
      <summary>The horizontal resolution of the first frame in dots per inch.</summary>
      <returns>The horizontal resolution of the first frame in dots per inch.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.DpiY">
      <summary>The vertical resolution of the first frame in dots per inch.</summary>
      <returns>The vertical resolution of the first frame in dots per inch.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.FrameCount">
      <summary>The number of frames within the image file.</summary>
      <returns>The number of frames.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.GetDecoderInformationEnumerator">
      <summary>The bitmap decoders installed on the system and information about them.</summary>
      <returns>A list of BitmapCodecInformation objects containing information about each decoder.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.GetFrameAsync(System.UInt32)">
      <summary>Asynchronously retrieves a frame from the image file.</summary>
      <returns>Object that manages the asynchronous retrieval of the frame.</returns>
      <param name="frameIndex">The zero-based index of the frame to be retrieved.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.GetPixelDataAsync">
      <summary>Asynchronously requests the pixel data for the frame.</summary>
      <returns>Object that manages the asynchronous retrieval of the pixel data.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.GetPixelDataAsync(Windows.Graphics.Imaging.BitmapPixelFormat,Windows.Graphics.Imaging.BitmapAlphaMode,Windows.Graphics.Imaging.BitmapTransform,Windows.Graphics.Imaging.ExifOrientationMode,Windows.Graphics.Imaging.ColorManagementMode)">
      <summary>Asynchronously requests the pixel data for the frame using the specified parameters.</summary>
      <returns>Object that manages the asynchronous retrieval of the pixel data.</returns>
      <param name="pixelFormat">The specified pixel format.</param>
      <param name="alphaMode">The specified alpha mode.</param>
      <param name="transform">The set of transformations to be applied to the frame.</param>
      <param name="exifOrientationMode">Indicates whether the EXIF orientation flag should be ignored or respected.</param>
      <param name="colorManagementMode">Indicates whether the pixel data should be color managed to the sRGB color space.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.GetPreviewAsync">
      <summary>Asynchronously returns a stream containing the preview image.</summary>
      <returns>Object that manages the asynchronous retrieval of the bitmap preview data.The preview data is returned in the form of an image stream. You can display it using an image control, or read and edit it using BitmapDecoder and BitmapEncoder.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapDecoder.GetThumbnailAsync">
      <summary>Asynchronously returns a stream containing the thumbnail image.</summary>
      <returns>Object that manages the asynchronous retrieval of the thumbnail stream.The thumbnail data is returned in the form of an image stream. You can display it using an image control, or read and edit it using BitmapDecoder and BitmapEncoder</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.GifDecoderId">
      <summary>The unique identifier of the GIF decoder.</summary>
      <returns>The unique identifier of the GIF decoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.IcoDecoderId">
      <summary>The unique identifier of the ICO decoder.</summary>
      <returns>The unique identifier of the ICO decoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.JpegDecoderId">
      <summary>The unique identifier of the JPEG decoder.</summary>
      <returns>The unique identifier of the JPEG decoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.JpegXRDecoderId">
      <summary>The unique identifier of the JPEG-XR decoder.</summary>
      <returns>The unique identifier of the JPEG-XR decoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.OrientedPixelHeight">
      <summary>The height of the first frame in pixels, after any EXIF orientation has been applied to the bitmap.</summary>
      <returns>The height of the first frame in pixels, after any EXIF orientation has been applied.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.OrientedPixelWidth">
      <summary>The width of the first frame in pixels, after any EXIF orientation has been applied to the bitmap.</summary>
      <returns>The width of the first frame in pixels, after any EXIF orientation has been applied.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.PixelHeight">
      <summary>The height of the first frame in pixels.</summary>
      <returns>The height of the first frame in pixels.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.PixelWidth">
      <summary>The width of the first frame in pixels.</summary>
      <returns>The width of the first frame in pixels.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.PngDecoderId">
      <summary>The unique identifier of the PNG decoder.</summary>
      <returns>The unique identifier of the PNG decoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapDecoder.TiffDecoderId">
      <summary>The unique identifier of the TIFF decoder.</summary>
      <returns>The unique identifier of the TIFF decoder.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapEncoder">
      <summary>Contains methods to create, edit and save images.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.BitmapContainerProperties">
      <summary>The metadata for the container.</summary>
      <returns>A BitmapProperties object that provides both read and write access to the metadata for the container.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.BitmapProperties">
      <summary>The metadata for the selected frame.</summary>
      <returns>A BitmapProperties object that provides both read and write access to the metadata for the selected frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.BitmapTransform">
      <summary>A BitmapTransform object that is used to specify how the frame bitmap is to be transformed.</summary>
      <returns>A BitmapTransform object that is used to specify how the frame bitmap is to be transformed.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.BmpEncoderId">
      <summary>The unique identifier of the built-in BMP encoder.</summary>
      <returns>The unique identifier of the built-in BMP encoder.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.CreateAsync(System.Guid,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Asynchronously creates a new BitmapEncoder.</summary>
      <returns>An object that manages the asynchronous creation of a new BitmapEncoder.</returns>
      <param name="encoderId">The unique identifier of the specified encoder.</param>
      <param name="stream">The output stream.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.CreateAsync(System.Guid,Windows.Storage.Streams.IRandomAccessStream,Windows.Foundation.Collections.IIterable`1)">
      <summary>Asynchronously creates a new BitmapEncoder for the specified codec with the specified encoding options and initializes it on a stream.</summary>
      <returns>An object that manages the asynchronous creation of a new BitmapEncoder.</returns>
      <param name="encoderId">The unique identifier of the specified encoder.</param>
      <param name="stream">A stream representing where the image file is to be written.</param>
      <param name="encodingOptions">A collection of key-value pairs containing one or more codec-specific encoding options and the desired values.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.CreateForInPlacePropertyEncodingAsync(Windows.Graphics.Imaging.BitmapDecoder)">
      <summary>Asynchronously creates a new BitmapEncoder for in-place property and metadata editing.</summary>
      <returns>An object that manages the asynchronous initialization of a new BitmapEncoder using data from an existing BitmapDecoder.</returns>
      <param name="bitmapDecoder">A BitmapDecoder containing the image data to be edited. This parameter must be created on a stream with an access mode of ReadWrite.The encoder writes to the stream that the original BitmapDecoder was created on. You can't specify an output stream.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.CreateForTranscodingAsync(Windows.Storage.Streams.IRandomAccessStream,Windows.Graphics.Imaging.BitmapDecoder)">
      <summary>Asynchronously creates a new BitmapEncoder and initializes it using data from an existing BitmapDecoder.</summary>
      <returns>An object that manages the asynchronous creation of a new BitmapEncoder using data from an existing BitmapDecoder.</returns>
      <param name="stream">The output stream.</param>
      <param name="bitmapDecoder">A BitmapDecoder containing the image data to be copied.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.EncoderInformation">
      <summary>Information about the bitmap encoder.</summary>
      <returns>An object containing information about the bitmap encoder.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.FlushAsync">
      <summary>Asynchronously commits and flushes all of the image data.</summary>
      <returns>An object that manages the asynchronous flush operation.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.GeneratedThumbnailHeight">
      <summary>The height, in pixels, of any generated thumbnail.</summary>
      <returns>The height of the thumbnail, in pixels. The default value is 120 pixels.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.GeneratedThumbnailWidth">
      <summary>The width, in pixels, of any generated thumbnail.</summary>
      <returns>The width of the thumbnail, in pixels. The default value is 160 pixels.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.GetEncoderInformationEnumerator">
      <summary>A list of the bitmap encoders installed on the system and information about them.</summary>
      <returns>A list of BitmapCodecInformation objects containing information about each encoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.GifEncoderId">
      <summary>The unique identifier of the built-in GIF encoder.</summary>
      <returns>The unique identifier of the built-in GIF encoder.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.GoToNextFrameAsync">
      <summary>Asynchronously commits the current frame data and appends a new empty frame to be edited.</summary>
      <returns>An object that manages the asynchronous operation of committing the current frame data and appending a new empty frame to be edited.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.GoToNextFrameAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Asynchronously commits the current frame data and appends a new empty frame, with the specified encoding options, to be edited.</summary>
      <returns>An object that manages the asynchronous operation of committing the current frame data and appending a new empty frame to be edited.</returns>
      <param name="encodingOptions">The specified encoding options. A collection of key-value pairs containing one or more codec-specific encoding options and the desired values.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.IsThumbnailGenerated">
      <summary>Indicates whether or not a new thumbnail is automatically generated.</summary>
      <returns>A value that indicates whether or not the bitmap encoder will automatically generate a new thumbnail. The default value is False.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.JpegEncoderId">
      <summary>The unique identifier of the built-in JPEG encoder.</summary>
      <returns>The unique identifier of the built-in JPEG encoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.JpegXREncoderId">
      <summary>The unique identifier of the built-in JPEG-XR encoder.</summary>
      <returns>The unique identifier of the built-in JPEG-XR encoder.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.PngEncoderId">
      <summary>The unique identifier of the built-in PNG encoder.</summary>
      <returns>The unique identifier of the built-in PNG encoder.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapEncoder.SetPixelData(Windows.Graphics.Imaging.BitmapPixelFormat,Windows.Graphics.Imaging.BitmapAlphaMode,System.UInt32,System.UInt32,System.Double,System.Double,System.Byte[])">
      <summary>Sets pixel data on the frame.</summary>
      <param name="pixelFormat">The pixel format of the pixel data.</param>
      <param name="alphaMode">The alpha mode of the pixel data.</param>
      <param name="width">The width, in pixels, of the pixel data.</param>
      <param name="height">The height, in pixels, of the pixel data.</param>
      <param name="dpiX">The horizontal resolution, in dots per inch, of the pixel data.</param>
      <param name="dpiY">The vertical resolution, in dots per inch, of the pixel data.</param>
      <param name="pixels">The pixel data.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapEncoder.TiffEncoderId">
      <summary>The unique identifier of the built-in TIFF encoder.</summary>
      <returns>The unique identifier of the built-in TIFF encoder.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapFrame">
      <summary>Provides read access to data within a single frame.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.BitmapAlphaMode">
      <summary>The default alpha mode of the frame.</summary>
      <returns>The default alpha mode of the frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.BitmapPixelFormat">
      <summary>The pixel format that best fits the frame.</summary>
      <returns>The pixel format that best fits the first frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.BitmapProperties">
      <summary>A read-only view of the metadata within the frame.</summary>
      <returns>A read-only view of the metadata within the frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.DpiX">
      <summary>The horizontal resolution of the frame in dots per inch.</summary>
      <returns>The horizontal resolution of the frame in dots per inch.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.DpiY">
      <summary>The vertical resolution of the frame in dots per inch.</summary>
      <returns>The vertical resolution of the frame in dots per inch.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapFrame.GetPixelDataAsync">
      <summary>Asynchronously requests the pixel data for the frame.</summary>
      <returns>Object that manages the asynchronous retrieval of the pixel data.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapFrame.GetPixelDataAsync(Windows.Graphics.Imaging.BitmapPixelFormat,Windows.Graphics.Imaging.BitmapAlphaMode,Windows.Graphics.Imaging.BitmapTransform,Windows.Graphics.Imaging.ExifOrientationMode,Windows.Graphics.Imaging.ColorManagementMode)">
      <summary>Asynchronously requests the pixel data for the frame using the specified parameters.</summary>
      <returns>Object that manages the asynchronous retrieval of the pixel data.</returns>
      <param name="pixelFormat">The specified pixel format.</param>
      <param name="alphaMode">The specified alpha mode.</param>
      <param name="transform">The set of transformations to be applied to the frame.</param>
      <param name="exifOrientationMode">Indicates whether the EXIF orientation flag should be ignored or respected.</param>
      <param name="colorManagementMode">Indicates whether the pixel data should be color managed to the sRGB color space.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapFrame.GetThumbnailAsync">
      <summary>Asynchronously returns a stream containing the thumbnail image.</summary>
      <returns>Object that manages the asynchronous retrieval of the thumbnail data.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.OrientedPixelHeight">
      <summary>The height of the frame in pixels, after any EXIF orientation has been applied to the bitmap.</summary>
      <returns>The height of the frame in pixels, after any EXIF orientation has been applied.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.OrientedPixelWidth">
      <summary>The width of the frame in pixels, after any EXIF orientation has been applied to the bitmap.</summary>
      <returns>The width of the frame in pixels, after any EXIF orientation has been applied.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.PixelHeight">
      <summary>The height of the frame in pixels.</summary>
      <returns>The height of the frame in pixels.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapFrame.PixelWidth">
      <summary>The width of the frame in pixels.</summary>
      <returns>The width of the frame in pixels.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapProperties">
      <summary>Provides read and write access to image properties and metadata.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapProperties.GetPropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Asynchronously retrieves one or more bitmap properties.</summary>
      <returns>Object that manages the asynchronous retrieval of the bitmap properties.</returns>
      <param name="propertiesToRetrieve">A collection of strings containing the specified property keys.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapProperties.SetPropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Asynchronously sets one or more bitmap properties.</summary>
      <returns>Object that manages the setting of the bitmap properties asynchronously.</returns>
      <param name="propertiesToSet">A collection of key-value pairs representing the bitmap properties to be set. Each key is a string containing the Windows property or metadata query, and the corresponding value is a BitmapTypedValue with the data and the correct PropertyType.</param>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapPropertySet">
      <summary>Represents a property set of BitmapTypedValue objects.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Add(System.String,Windows.Graphics.Imaging.BitmapTypedValue)">
      <summary>Adds an item to the BitmapPropertySet.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Add(System.Collections.Generic.KeyValuePair(System.String,Windows.Graphics.Imaging.BitmapTypedValue))">
      <summary>Adds a new key-value pair to the BitmapPropertySet.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Clear">
      <summary>Removes all items from the property set.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Contains(KeyValuePair(System.String,Windows.Graphics.Imaging.BitmapTypedValue))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the BitmapPropertySet.</summary>
      <returns>true if an item with that key exists in the BitmapPropertySet; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the BitmapPropertySet.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the BitmapPropertySet.</summary>
      <returns>true if an item with that key exists in the BitmapPropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the BitmapPropertySet.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.CopyTo(System.Collections.Generic.KeyValuePair(System.String,Windows.Graphics.Imaging.BitmapTypedValue)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapPropertySet.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.First">
      <summary>Returns an iterator to enumerate the items in the property set.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the property set if the property set is empty.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.GetView">
      <summary>Gets an immutable view of the property set.</summary>
      <returns>The immutable view.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.HasKey(System.String)">
      <summary>Indicates whether the property set has an item with the specified key.</summary>
      <returns>True if the property set has an item with the specified key; otherwise, false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Insert(System.String,Windows.Graphics.Imaging.BitmapTypedValue)">
      <summary>Adds an item to the property set.</summary>
      <returns>True if the method replaces a value that already exists for the key; false if this is a new key.</returns>
      <param name="key">The key to insert.</param>
      <param name="value">The value to insert.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapPropertySet.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapPropertySet.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapPropertySet.Keys">
      <summary>Gets an ICollection object containing the keys of the BitmapPropertySet.</summary>
      <returns>The ICollection of all keys in this BitmapPropertySet.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Lookup(System.String)">
      <summary>Retrieves the value for the specified key.</summary>
      <returns>The value, if an item with the specified key exists; otherwise, null.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Remove(System.String)">
      <summary>Removes an item from the property set.</summary>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the BitmapPropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.Remove(System.Collections.Generic.KeyValuePair(System.String,Windows.Graphics.Imaging.BitmapTypedValue))">
      <summary>Removes a specific key-value pair from the BitmapPropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapPropertySet.Size">
      <summary>Gets the number of items contained in the property set.</summary>
      <returns>The number of items in the property set.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.TryGetValue(System.String,@Windows.Graphics.Imaging.BitmapTypedValue)">
      <summary>Returns a value that indicates whether a specified key exists in the BitmapPropertySet. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the BitmapPropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the BitmapPropertySet.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the BitmapPropertySet.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapPropertySet.Values">
      <summary>Gets an ICollection object containing the values of the BitmapPropertySet .</summary>
      <returns>The ICollection of all values in this BitmapPropertySet.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertySet.#ctor">
      <summary>Creates and initializes a new instance of the bitmap property set.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapPropertiesView">
      <summary>Provides read access to image properties and metadata.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapPropertiesView.GetPropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Asynchronously retrieves one or more bitmap properties.</summary>
      <returns>Object that manages the asynchronous retrieval of the bitmap properties.</returns>
      <param name="propertiesToRetrieve">A collection of strings representing the property keys or queries that are being requested. Valid strings include Windows properties and Windows Imaging Component metadata queries.</param>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapTransform">
      <summary>Contains transformations that can be applied to pixel data.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapTransform.#ctor">
      <summary>Creates a new BitmapTransform object.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTransform.Bounds">
      <summary>Specifies the bounding rectangle that is used to crop the bitmap.</summary>
      <returns>A structure that specifies the bounding rectangle.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTransform.Flip">
      <summary>Specifies the flip operation that is used to transform the bitmap.</summary>
      <returns>The type of flip operation. One of the values of the BitmapFlip enumeration.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTransform.InterpolationMode">
      <summary>Specifies the interpolation mode that is used to scale the bitmap.</summary>
      <returns>The interpolation mode. One of the values of the BitmapInterpolationMode enumeration.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTransform.Rotation">
      <summary>Specifies the rotation operation that is used to transform the bitmap.</summary>
      <returns>The type of rotation. One of the values of the BitmapRotation enumeration.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTransform.ScaledHeight">
      <summary>Specifies the height, in pixels, of the transformed bitmap.</summary>
      <returns>The height of the bitmap, in pixels.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTransform.ScaledWidth">
      <summary>Specifies the width, in pixels, of the transformed bitmap.</summary>
      <returns>The width of the bitmap, in pixels.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapTypedValue">
      <summary>A value along with an enumeration specifying its data type.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.BitmapTypedValue.#ctor(System.Object,Windows.Foundation.PropertyType)">
      <summary>Creates a new BitmapTypedValue object.</summary>
      <param name="value">The value to store.</param>
      <param name="type">The type of the value parameter.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTypedValue.Type">
      <summary>Gets the PropertyType of the stored value.</summary>
      <returns>The PropertyType of the stored value.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.BitmapTypedValue.Value">
      <summary>Gets the stored value.</summary>
      <returns>The stored value Object.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.ImageStream">
      <summary>An implementation of IRandomAccessStreamWithContent type used in the Imaging namespace.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.ImageStream.CanRead">
      <summary>Indicates if you can read the stream.</summary>
      <returns>Indicates whether or not you can read the stream.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.ImageStream.CanWrite">
      <summary>Indicates if you can write to the stream.</summary>
      <returns>Indicates whether or not you can write to the stream.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.CloneStream">
      <summary>Returns the file stream for the ImageStream.</summary>
      <returns>The file stream for the image.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.Close">
      <summary>Closes the ImageStream.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.ImageStream.ContentType">
      <summary>Returns the data format of the stream.</summary>
      <returns>The data format of the stream.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.FlushAsync">
      <summary>Asynchronously commits the current frame data and flushes all of the data on the image stream.</summary>
      <returns>An object that manages the asynchronous flush operation.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.GetInputStreamAt(System.UInt64)">
      <summary>Returns an input stream at a specified location in a stream.</summary>
      <returns>The input stream.</returns>
      <param name="position">The location in the stream at which to begin.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.GetOutputStreamAt(System.UInt64)">
      <summary>Returns an output stream at a specified location in a stream.</summary>
      <returns>The output stream.</returns>
      <param name="position">The location in the output stream at which to begin.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.ImageStream.Position">
      <summary>Gets the byte offset of the stream.</summary>
      <returns>The number of bytes from the start of the stream.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Reads data asynchronously from a sequential stream.</summary>
      <returns>The byte reader operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation stores the data.</param>
      <param name="count">The size of the buffer.</param>
      <param name="options">The options for the stream to be read.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.Seek(System.UInt64)">
      <summary>Sets the position of the stream to the specified value.</summary>
      <param name="position">The new position of the stream.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.ImageStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="P:Windows.Graphics.Imaging.ImageStream.Size">
      <summary>Gets or sets the size of the random access stream.</summary>
      <returns>The size of the stream.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.PixelDataProvider">
      <summary>Provides access to the pixel data from a bitmap frame.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.PixelDataProvider.DetachPixelData">
      <summary>Returns the internally-stored pixel data.</summary>
      <returns>The pixel data.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapBounds">
      <summary>Specifies a bounding rectangle.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapBounds.X">
      <summary>The X coordinate, in pixels, of the top left corner of the bounding box.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapBounds.Y">
      <summary>The Y coordinate, in pixels, of the top left corner of the bounding box.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapBounds.Width">
      <summary>The Width, in pixels, of the bounding box.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapBounds.Height">
      <summary>The Height, in pixels, of the bounding box</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapAlphaMode">
      <summary>Specifies the alpha mode of pixel data.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapAlphaMode.Premultiplied">
      <summary>The alpha value has been premultiplied. Each color is first scaled by the alpha value.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapAlphaMode.Straight">
      <summary>The alpha value has not been premultiplied. The alpha channel indicates the transparency of the color.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapAlphaMode.Ignore">
      <summary>The alpha value is ignored.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapFlip">
      <summary>Specifies the flip operation to be performed on pixel data.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapFlip.None">
      <summary>No flip operation will be performed.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapFlip.Horizontal">
      <summary>Flip the bitmap around the y axis.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapFlip.Vertical">
      <summary>Flip the bitmap around the x axis.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapInterpolationMode">
      <summary>Specifies the interpolation mode used for scaling pixel data.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapInterpolationMode.NearestNeighbor">
      <summary>A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation. The output pixel is assigned the value of the pixel that the point falls within. No other pixels are considered.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapInterpolationMode.Linear">
      <summary>A bilinear interpolation algorithm. The output pixel values are computed as a weighted average of the nearest four pixels in a 2x2 grid.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapInterpolationMode.Cubic">
      <summary>A bicubic interpolation algorithm. Destination pixel values are computed as a weighted average of the nearest sixteen pixels in a 4x4 grid.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapInterpolationMode.Fant">
      <summary>A Fant resampling algorithm. Destination pixel values are computed as a weighted average of the all the pixels that map to the new pixel in a box shaped kernel.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapPixelFormat">
      <summary>Specifies the pixel format of pixel data. Each enumeration value defines a channel ordering, bit depth, and data type.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapPixelFormat.Unknown">
      <summary>The pixel format is unknown.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapPixelFormat.Rgba16">
      <summary>The pixel format is R16B16G16A16 unsigned integer.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapPixelFormat.Rgba8">
      <summary>The pixel format is R8G8B8A8 unsigned integer.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapPixelFormat.Bgra8">
      <summary>The pixel format is B8G8R8A8 unsigned integer.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.BitmapRotation">
      <summary>Specifies the rotation operation to be performed on pixel data.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapRotation.None">
      <summary>No rotation operation is performed.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapRotation.Clockwise90Degrees">
      <summary>Perform a clockwise rotation of 90 degrees.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapRotation.Clockwise180Degrees">
      <summary>Perform a clockwise rotation of 180 degrees.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.BitmapRotation.Clockwise270Degrees">
      <summary>Perform a clockwise rotation of 270 degrees.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.ColorManagementMode">
      <summary>Specifies the color management behavior when obtaining pixel data.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.ColorManagementMode.DoNotColorManage">
      <summary>No color management is performed</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.ColorManagementMode.ColorManageToSRgb">
      <summary>Color management is performed from the color space embedded with the source bitmap to the sRGB color space.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.ExifOrientationMode">
      <summary>Specifies the EXIF orientation flag behavior when obtaining pixel data.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.ExifOrientationMode.IgnoreExifOrientation">
      <summary>The EXIF orientation flag is ignored. No rotation or flip operations are performed.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.ExifOrientationMode.RespectExifOrientation">
      <summary>If the image frame contains a valid EXIF orientation flag, the specified rotation and/or flip operations are performed on the pixel data.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.JpegSubsamplingMode">
      <summary>Specifies which chroma subsampling mode will be used for image compression in JPEG images.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.JpegSubsamplingMode.Default">
      <summary>The default mode will be used.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.JpegSubsamplingMode.Y4Cb2Cr0">
      <summary>4:2:0 (2x2) chroma subsampling will be used.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.JpegSubsamplingMode.Y4Cb2Cr2">
      <summary>4:2:2 (2x1) chroma subsampling will be used.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.JpegSubsamplingMode.Y4Cb4Cr4">
      <summary>4:4:4 (1x1) chroma subsampling will be used.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.PngFilterMode">
      <summary>Specifies the filter used to optimize the image prior to image compression in PNG images.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.PngFilterMode.Automatic">
      <summary>The filter type will be chosen automatically.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.PngFilterMode.None">
      <summary>The image is unmodified.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.PngFilterMode.Sub">
      <summary>The Sub type filter is applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.PngFilterMode.Up">
      <summary>The Up filter type is applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.PngFilterMode.Average">
      <summary>The Average type filter is applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.PngFilterMode.Paeth">
      <summary>The Paeth type filter is applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.PngFilterMode.Adaptive">
      <summary>The Adaptive type filter is applied.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.TiffCompressionMode">
      <summary>Specifies the compression mode used for TIFF images.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.Automatic">
      <summary>The compression will be automatically selected.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.None">
      <summary>No compression will be applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.Ccitt3">
      <summary>CCITT3 compression will be applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.Ccitt4">
      <summary>CCITT4compression will be applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.Lzw">
      <summary>LZW compression will be applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.Rle">
      <summary>RLE compression will be applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.Zip">
      <summary>ZIP compression will be applied.</summary>
    </member>
    <member name="F:Windows.Graphics.Imaging.TiffCompressionMode.LzwhDifferencing">
      <summary>LZWH Differencing compression will be applied.</summary>
    </member>
    <member name="T:Windows.Graphics.Imaging.IBitmapFrame">
      <summary>Exposes methods for operating on a single frame of an image.</summary>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.BitmapAlphaMode">
      <summary>Returns the default alpha mode of the frame.</summary>
      <returns>The default alpha mode of the frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.BitmapPixelFormat">
      <summary>Returns the default pixel format of the frame.</summary>
      <returns>The default pixel format of the frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.BitmapProperties">
      <summary>Returns a read-only view of the metadata within the frame.</summary>
      <returns>A read-only view of the metadata within the frame.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.DpiX">
      <summary>Returns the horizontal resolution of the frame in dots per inch.</summary>
      <returns>The horizontal resolution of the frame in dots per inch.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.DpiY">
      <summary>Returns the vertical resolution of the frame in dots per inch.</summary>
      <returns>The vertical resolution of the frame in dots per inch.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.IBitmapFrame.GetPixelDataAsync">
      <summary>Asynchronously requests the pixel data for the frame.</summary>
      <returns>Object that manages the asynchronous retrieval of the pixel data.</returns>
    </member>
    <member name="M:Windows.Graphics.Imaging.IBitmapFrame.GetPixelDataAsync(Windows.Graphics.Imaging.BitmapPixelFormat,Windows.Graphics.Imaging.BitmapAlphaMode,Windows.Graphics.Imaging.BitmapTransform,Windows.Graphics.Imaging.ExifOrientationMode,Windows.Graphics.Imaging.ColorManagementMode)">
      <summary>Asynchronously requests the pixel data for the frame using the specified parameters.</summary>
      <returns>Object that manages the asynchronous retrieval of the pixel data.</returns>
      <param name="pixelFormat">The specified pixel format.</param>
      <param name="alphaMode">The specified alpha mode.</param>
      <param name="transform">The set of transformations to be applied to the frame.</param>
      <param name="exifOrientationMode">Indicates whether the EXIF orientation flag should be ignored or respected.</param>
      <param name="colorManagementMode">Indicates whether the pixel data should be color managed to the sRGB color space.</param>
    </member>
    <member name="M:Windows.Graphics.Imaging.IBitmapFrame.GetThumbnailAsync">
      <summary>Asynchronously retrieves the thumbnail data for the frame.</summary>
      <returns>Object that manages the asynchronous retrieval of the thumbnail data.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.OrientedPixelHeight">
      <summary>Returns the height of the frame in pixels, after any EXIF orientation has been applied to the bitmap.</summary>
      <returns>The height of the frame in pixels, after any EXIF orientation has been applied.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.OrientedPixelWidth">
      <summary>Returns the width of the frame in pixels, after any EXIF orientation has been applied to the bitmap.</summary>
      <returns>The width of the frame in pixels, after any EXIF orientation has been applied.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.PixelHeight">
      <summary>Returns the height of the frame in pixels.</summary>
      <returns>The height of the frame in pixels.</returns>
    </member>
    <member name="P:Windows.Graphics.Imaging.IBitmapFrame.PixelWidth">
      <summary>Returns the width of the frame in pixels.</summary>
      <returns>The width of the frame in pixels.</returns>
    </member>
    <member name="T:Windows.Graphics.Imaging.IBitmapPropertiesView">
      <summary>Exposes methods for reading image metadata and properties.</summary>
    </member>
    <member name="M:Windows.Graphics.Imaging.IBitmapPropertiesView.GetPropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Asynchronously retrieves one or more bitmap properties.</summary>
      <returns>Object that manages the asynchronous retrieval of the bitmap properties.</returns>
      <param name="propertiesToRetrieve">A collection of strings containing the specified property keys.</param>
    </member>
    <member name="N:Windows.Graphics.Printing">
      <summary>Contains the classes, interfaces, structures and other components that are used by the print driver and by the Windows print system to create and manipulate documents.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintManager">
      <summary>Informs Windows that an application wishes to participate in printing. The PrintManager class is also used for programmatically initiating printing.</summary>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintManager.GetForCurrentView">
      <summary>Retrieves the PrintManager object associated with the current window.</summary>
      <returns>The PrintManager object.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintManager.ShowPrintUIAsync">
      <summary>Programattically initiates the user interface for printing content.</summary>
      <returns>A Boolean value to indicate a TRUE for success or a FALSE for a failure.</returns>
    </member>
    <member name="E:Windows.Graphics.Printing.PrintManager.PrintTaskRequested">
      <summary>Raised when a request to print has occurred. This event may be triggered by user action or via programmatic invocation of printing via the ShowPrintUIAsync method.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTask">
      <summary>Represents a printing operation including the content to be printed, as well as providing access to information describing how the content is to be printed.</summary>
    </member>
    <member name="E:Windows.Graphics.Printing.PrintTask.Completed">
      <summary>Raised when the print task is completed.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTask.Is3DManufacturingTargetEnabled">
      <summary>Gets or sets a value that indicates whether the PrintTask supports 3D manufacturing devices, like a 3D printer.</summary>
      <returns>True, if 3D manufacturing devices are supported.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTask.IsPrinterTargetEnabled">
      <summary>Gets or sets a value indicating whether the PrintTask supports printer targets.</summary>
      <returns>True if the PrintTask supports the printer target.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTask.Options">
      <summary>Retrieves the PrintTaskOptions for the print task that defines how the content is to be formatted for printing.</summary>
      <returns>The list of print task options.</returns>
    </member>
    <member name="E:Windows.Graphics.Printing.PrintTask.Previewing">
      <summary>Raised when the print system initializes print preview mode.</summary>
    </member>
    <member name="E:Windows.Graphics.Printing.PrintTask.Progressing">
      <summary>Raised to provide progress information about how much of the printed content has been submitted to the print subsystem for printing.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTask.Properties">
      <summary>Retrieves a set of properties associated with the PrintTask.</summary>
      <returns>The data package property set.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTask.Source">
      <summary>Returns a pointer to the app-provided object that represents the content to be printed. This object must support the IPrintDocumentSource interface.</summary>
      <returns>The print task object.</returns>
    </member>
    <member name="E:Windows.Graphics.Printing.PrintTask.Submitting">
      <summary>Raised when a print task begins submitting content to the print subsystem to be printed.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskSourceRequestedDeferral">
      <summary>Used to defer the request for a print task source.</summary>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintTaskSourceRequestedDeferral.Complete">
      <summary>Indicates when the deferral for a print task source request is over.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskSourceRequestedArgs">
      <summary>Arguments associated with the PrintTaskSourceRequestedHandler delegate. Provides a method for handing the content to be printed to the Print Task.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskSourceRequestedArgs.Deadline">
      <summary>Gets the DateTime object that indicates the deadline for a print task source request.</summary>
      <returns>The deadline for a print task source request.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintTaskSourceRequestedArgs.GetDeferral">
      <summary>Gets a PrintTaskSourceRequestedDeferral object that provides access to a Complete method. This method indicates then the deferral is over.</summary>
      <returns>Provides access to a Complete method.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintTaskSourceRequestedArgs.SetSource(Windows.Graphics.Printing.IPrintDocumentSource)">
      <summary>Informs the print task of the content to be printed.</summary>
      <param name="source">A pointer to the IPrintDocumentSource interface.</param>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskSourceRequestedHandler">
      <summary>Occurs when a print task requests the document to print. The supplied print document must implement the IPrintDocumentSource interface.</summary>
      <param name="args">Pointer to a PrintTaskSourceRequestedArgs object.</param>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskCompletedEventArgs">
      <summary>Reports the completion of the print task.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskCompletedEventArgs.Completion">
      <summary>Gets the completion status of the print task.</summary>
      <returns>The completion status of the print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskOptions">
      <summary>Represents a collection of methods and properties for managing the options which define how the content is to be printed.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.Binding">
      <summary>Gets or sets the binding option for the print task.</summary>
      <returns>The binding option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.Collation">
      <summary>Gets or sets the collation option of the print tasks.</summary>
      <returns>The collation option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.ColorMode">
      <summary>Gets or sets the color mode option of the print task.</summary>
      <returns>The color mode option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.DisplayedOptions">
      <summary>Gets the list of options displayed for the print experience.</summary>
      <returns>The list of displayed options.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.Duplex">
      <summary>Gets or sets the duplex option of the print task.</summary>
      <returns>The duplex option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintTaskOptions.GetPageDescription(System.UInt32)">
      <summary>Retrieves the physical dimensions of the printed page.</summary>
      <returns>The page description data.</returns>
      <param name="jobPageNumber">The page number.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.HolePunch">
      <summary>Gets or sets the hole punch option of the print task.</summary>
      <returns>The hole punch option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.MaxCopies">
      <summary>Gets the maximum number of copies supported for the print task.</summary>
      <returns>The maximum number of copies.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.MediaSize">
      <summary>Gets or sets the media size option of the print task.</summary>
      <returns>The media size option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.MediaType">
      <summary>Gets or sets the media type option for the print task.</summary>
      <returns>The media type option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.MinCopies">
      <summary>Gets the minimum number of copies allowed for the print task.</summary>
      <returns>The minimum number of copies.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.NumberOfCopies">
      <summary>Gets or sets the value for the number of copies for the print task.</summary>
      <returns>The value for the number of copies.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.Orientation">
      <summary>Gets or sets the orientation option for the print task.</summary>
      <returns>The orientation for the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.PrintQuality">
      <summary>Gets or sets the print quality option for the print task.</summary>
      <returns>The print quality for the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskOptions.Staple">
      <summary>Gets or sets the staple option for the print task.</summary>
      <returns>The staple option for the print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskProgressingEventArgs">
      <summary>Contains the event arguments for the PrintTask.Progressing event. This event is raised during the submitting phase of the PrintTask.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskProgressingEventArgs.DocumentPageCount">
      <summary>Gets the page count for a print task.</summary>
      <returns>The page count for a print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskRequest">
      <summary>Contains the request from the system to create a print task.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskRequest.Deadline">
      <summary>Gets a DateTime value that indicates how long an app has to respond to the PrintTaskRequested event.</summary>
      <returns>A value that indicates how long an app has to respond to the PrintTaskRequested event.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintTaskRequest.CreatePrintTask(System.String,Windows.Graphics.Printing.PrintTaskSourceRequestedHandler)">
      <summary>Creates a new PrintTask which indicates that the app has content to be printed.</summary>
      <returns>Pointer to the print task that was created.</returns>
      <param name="title">Title for the print task.</param>
      <param name="handler">Pointer to a PrintTaskSourceRequestedHandler delegate for the print task.</param>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintTaskRequest.GetDeferral">
      <summary>Retrieves the deferral object associated with the PrintTaskRequest.</summary>
      <returns>The PrintTaskRequestedDeferral for a print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskRequestedEventArgs">
      <summary>Event arguments associated with the PrintTaskRequest.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.PrintTaskRequestedEventArgs.Request">
      <summary>Gets the PrintTaskRequest object for a print task.</summary>
      <returns>The PrintTaskRequest object for a print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskRequestedDeferral">
      <summary>Used to defer the request for a print task.</summary>
    </member>
    <member name="M:Windows.Graphics.Printing.PrintTaskRequestedDeferral.Complete">
      <summary>Indicates when the deferral for the print task request is over.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.StandardPrintTaskOptions">
      <summary>Provides access to the canonical names for the options represented by the PrintTaskOptions class.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.Binding">
      <summary>Gets the canonical name for the binding option of the print task.</summary>
      <returns>The canonical name for the binding option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.Collation">
      <summary>Gets the canonical name for collation option of the print task.</summary>
      <returns>The canonical name for collation option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.ColorMode">
      <summary>Gets the canonical name for color mode option of the print task.</summary>
      <returns>The canonical name for color mode option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.Copies">
      <summary>Gets the canonical name for the copies option of the print task.</summary>
      <returns>The canonical name for the copies option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.Duplex">
      <summary>Gets the canonical name for the duplex option of the print task.</summary>
      <returns>The canonical name for the duplex option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.HolePunch">
      <summary>Gets the canonical name for the hole punch option of the print task.</summary>
      <returns>The canonical name for the hole punch option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.InputBin">
      <summary>Gets the canonical name for the input bin option of the print task.</summary>
      <returns>The canonical name for the input bin option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.MediaSize">
      <summary>Gets the canonical name for the media size option of the print task.</summary>
      <returns>The canonical name for the media size option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.MediaType">
      <summary>Gets the canonical name for the media type option of the print task.</summary>
      <returns>The canonical name for the media type option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.NUp">
      <summary>Gets the canonical name for the NUp option of the print task.</summary>
      <returns>The canonical name for the NUp option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.Orientation">
      <summary>Gets the canonical name for the orientation option of the print task.</summary>
      <returns>The canonical name for the orientation option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.PrintQuality">
      <summary>Gets the canonical name for the print quality option of the print task.</summary>
      <returns>The canonical name for the print quality option of the print task.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.StandardPrintTaskOptions.Staple">
      <summary>Gets the canonical name for the staple option of the print task.</summary>
      <returns>The canonical name for the staple option of the print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintPageDescription">
      <summary>Represents the data that describes a document page.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintPageDescription.PageSize">
      <summary>The page size in device independent pixels (DIPs).</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintPageDescription.ImageableRect">
      <summary>The Rect within the page size on which content may actually be printed. Content outside of the ImageableRect, whether less or greater than the page size, will be cropped by the print target. The ImageableRect is specified in device independent pixels (DIPs).</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintPageDescription.DpiX">
      <summary>The resolution in dots per inch (DPI) for the X dimension of the page.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintPageDescription.DpiY">
      <summary>The resolution in dots per inch (DPI) for the Y dimension of the page.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintBinding">
      <summary>Specifies the print binding option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.Default">
      <summary>The default binding option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.NotAvailable">
      <summary>An unsupported binding option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.PrinterCustom">
      <summary>A custom option that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.None">
      <summary>No binding required.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.Bale">
      <summary>The bale binding option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.BindBottom">
      <summary>The option to bind the pages along their bottom edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.BindLeft">
      <summary>The option to bind the pages along their left edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.BindRight">
      <summary>The option to bind the pages along their right edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.BindTop">
      <summary>The option to bind the pages along their top edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.Booklet">
      <summary>The option to bind the pages in booklet form.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.EdgeStitchBottom">
      <summary>The option to bind the pages along their bottom edge, with stiches.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.EdgeStitchLeft">
      <summary>The option to bind the pages along their left edge, with stiches.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.EdgeStitchRight">
      <summary>The option to bind the pages along their right edge, with stiches.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.EdgeStitchTop">
      <summary>The option to bind the pages along their top edge, with stiches.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.Fold">
      <summary>The option to fold the pages.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.JogOffset">
      <summary>The option to offset the positioning of the pages in the output tray.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintBinding.Trim">
      <summary>The option to trim the printed sheets.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintCollation">
      <summary>Specifies the collation option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintCollation.Default">
      <summary>The default collation option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintCollation.NotAvailable">
      <summary>An unsupported collation option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintCollation.PrinterCustom">
      <summary>A custom collation option that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintCollation.Collated">
      <summary>An option to specify that collation has been selected for the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintCollation.Uncollated">
      <summary>An option to specify that collation has not been selected for the printed output.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintColorMode">
      <summary>Specifies the color mode option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintColorMode.Default">
      <summary>The default color mode option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintColorMode.NotAvailable">
      <summary>An unsupported color mode option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintColorMode.PrinterCustom">
      <summary>A custom color mode option that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintColorMode.Color">
      <summary>An option to indicate that the printed output will be in color.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintColorMode.Grayscale">
      <summary>An option to indicate that the printed output will be in shades of gray.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintColorMode.Monochrome">
      <summary>An option to indicate that the printed output will be in one shade of a single color.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintDuplex">
      <summary>Specifies the duplex option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintDuplex.Default">
      <summary>The default duplex option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintDuplex.NotAvailable">
      <summary>An unsupported duplex option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintDuplex.PrinterCustom">
      <summary>A custom duplex option that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintDuplex.OneSided">
      <summary>The option to print on only one side of the sheet.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintDuplex.TwoSidedShortEdge">
      <summary>The option to print on both sides of the sheet, flipped along the short edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintDuplex.TwoSidedLongEdge">
      <summary>The option to print on both sides of the sheet, flipped along the long edge.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintHolePunch">
      <summary>Specifies the hole punch option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.Default">
      <summary>The default hole punch option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.NotAvailable">
      <summary>An unsupported hole punch option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.PrinterCustom">
      <summary>A custom hole punch option that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.None">
      <summary>The option to indicate that hole punching is not required.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.LeftEdge">
      <summary>The option to indicate that hole punching required along the left edges of the sheets.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.RightEdge">
      <summary>The option to indicate that hole punching required along the right edges of the sheets.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.TopEdge">
      <summary>The option to indicate that hole punching required along the top edges of the sheets.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintHolePunch.BottomEdge">
      <summary>The option to indicate that hole punching required along the bottom edges of the sheets.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintMediaSize">
      <summary>Specifies the media size option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Default">
      <summary>The default media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NotAvailable">
      <summary>A media size that is not available with the application, or a size that is not supported by the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.PrinterCustom">
      <summary>A media size that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.BusinessCard">
      <summary>A business card size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.CreditCard">
      <summary>A credit card size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA0">
      <summary>The IsoA0 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA1">
      <summary>The IsoA1 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA10">
      <summary>The IsoA10 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA2">
      <summary>The IsoA2 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA3">
      <summary>The IsoA3 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA3Extra">
      <summary>The IsoA3Extra media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA3Rotated">
      <summary>The IsoA3Rotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA4">
      <summary>The IsoA4 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA4Extra">
      <summary>The IsoA4Extra media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA4Rotated">
      <summary>The IsoA4Rotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA5">
      <summary>The IsoA5 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA5Extra">
      <summary>The IsoA5Extra media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA5Rotated">
      <summary>The IsoA5Rotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA6">
      <summary>The IsoA6 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA6Rotated">
      <summary>The IsoA6Rotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA7">
      <summary>The IsoA7 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA8">
      <summary>The IsoA8 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoA9">
      <summary>The IsoA9 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB0">
      <summary>The IsoB0 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB1">
      <summary>The IsoB1 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB10">
      <summary>The IsoB10 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB2">
      <summary>The IsoB2 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB3">
      <summary>The IsoB3 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB4">
      <summary>The IsoB4 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB4Envelope">
      <summary>The IsoB4Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB5Envelope">
      <summary>The IsoB5Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB5Extra">
      <summary>The IsoB5Extra media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB7">
      <summary>The IsoB7 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB8">
      <summary>The IsoB8 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoB9">
      <summary>The IsoB9 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC0">
      <summary>The IsoC0 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC1">
      <summary>The IsoC1 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC10">
      <summary>The IsoC10 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC2">
      <summary>The IsoC2 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC3">
      <summary>The IsoC3 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC3Envelope">
      <summary>The IsoC3Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC4">
      <summary>The IsoC4 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC4Envelope">
      <summary>The IsoC4Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC5">
      <summary>The IsoC5 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC5Envelope">
      <summary>The IsoC5Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC6">
      <summary>The IsoC6 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC6C5Envelope">
      <summary>The IsoC6C5Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC6Envelope">
      <summary>The IsoC6Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC7">
      <summary>The IsoC7 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC8">
      <summary>The IsoC8 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoC9">
      <summary>The IsoC9 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoDLEnvelope">
      <summary>The IsoDLEnvelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoDLEnvelopeRotated">
      <summary>The IsoDLEnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.IsoSRA3">
      <summary>The IsoSRA3 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Japan2LPhoto">
      <summary>The Japan2LPhoto media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanChou3Envelope">
      <summary>The JapanChou3Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanChou3EnvelopeRotated">
      <summary>The JapanChou3EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanChou4Envelope">
      <summary>The JapanChou4Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanChou4EnvelopeRotated">
      <summary>The JapanChou4EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanDoubleHagakiPostcard">
      <summary>The JapanChouDoubleHagakiPostcard media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanDoubleHagakiPostcardRotated">
      <summary>The JapanChouDoubleHagakiPostcardRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanHagakiPostcard">
      <summary>The JapanHagakiPostcard media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanHagakiPostcardRotated">
      <summary>The JapanHagakiPostcardRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanKaku2Envelope">
      <summary>The JapanKaku2Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanKaku2EnvelopeRotated">
      <summary>The JapanKaku2EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanKaku3Envelope">
      <summary>The JapanKaku3Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanKaku3EnvelopeRotated">
      <summary>The JapanKaku3EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanLPhoto">
      <summary>The JapanlPhoto media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanQuadrupleHagakiPostcard">
      <summary>The JapanQuadrupleHagakiPostcard media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanYou1Envelope">
      <summary>The JapanYou1Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanYou2Envelope">
      <summary>The JapanYou2Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanYou3Envelope">
      <summary>The JapanYou3Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanYou4Envelope">
      <summary>The JapanYou4Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanYou4EnvelopeRotated">
      <summary>The JapanYou4EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanYou6Envelope">
      <summary>The JapanYou6Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JapanYou6EnvelopeRotated">
      <summary>The JapanYou6EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB0">
      <summary>The JisB0 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB1">
      <summary>The JisB1 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB10">
      <summary>The JisB10 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB2">
      <summary>The JisB2 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB3">
      <summary>The JisB3 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB4">
      <summary>The JisB4 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB4Rotated">
      <summary>The JisB4 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB5">
      <summary>The JisB5 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB5Rotated">
      <summary>The JisB5Rotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB6">
      <summary>The JisB6 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB6Rotated">
      <summary>The JisB6Rotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB7">
      <summary>The JisB7 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB8">
      <summary>The JisB8 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.JisB9">
      <summary>The JisB9 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica10x11">
      <summary>The NorthAmerica10x11 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica10x12">
      <summary>The NorthAmerica10x12 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica10x14">
      <summary>The NorthAmerica10x14 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica11x17">
      <summary>The NorthAmerica11x17 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica14x17">
      <summary>The NorthAmerica14x17 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica4x6">
      <summary>The NorthAmerica4x6 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica4x8">
      <summary>The NorthAmerica4x8 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica5x7">
      <summary>The NorthAmerica5x7 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica8x10">
      <summary>The NorthAmerica8x10 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmerica9x11">
      <summary>The NorthAmerica9x11 media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaArchitectureASheet">
      <summary>The NorthAmericaArchitectureASheet media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaArchitectureBSheet">
      <summary>The NorthAmericaArchitectureBSheet media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaArchitectureCSheet">
      <summary>The NorthAmericaArchitectureCSheet media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaArchitectureDSheet">
      <summary>The NorthAmericaArchitectureDSheet media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaArchitectureESheet">
      <summary>The NorthAmericaArchitectureESheet media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaCSheet">
      <summary>The NorthAmericaCSheet media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaDSheet">
      <summary>The NorthAmericaDSheet media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaESheet">
      <summary>The NorthAmericaESheet media sze.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaExecutive">
      <summary>The NorthAmericaExecutive media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaGermanLegalFanfold">
      <summary>The NorthAmericaGermanLegalFanfold media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaGermanStandardFanfold">
      <summary>The NorthAmericaGermanStandardFanfold media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaLegal">
      <summary>The NorthAmericaLegal media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaLegalExtra">
      <summary>The NorthAmericaLegalExtra media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaLetter">
      <summary>The NorthAmericaLetter media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaLetterExtra">
      <summary>The NorthAmericaLetterExtra media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaLetterPlus">
      <summary>The NorthAmericaLetterPlus media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaLetterRotated">
      <summary>The NorthAmericaLetterRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaMonarchEnvelope">
      <summary>The NorthAmericaMonarchEnvelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaNote">
      <summary>The NorthAmericaNote media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaNumber10Envelope">
      <summary>The NorthAmericaNumber10Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaNumber10EnvelopeRotated">
      <summary>The NorthAmericaNumber10EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaNumber11Envelope">
      <summary>The NorthAmericaNumber11Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaNumber12Envelope">
      <summary>The NorthAmericaNumber12Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaNumber14Envelope">
      <summary>The NorthAmericaNumber14Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaNumber9Envelope">
      <summary>The NorthAmericaNumber9Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaPersonalEnvelope">
      <summary>The NorthAmericaPersonalEnvelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaQuarto">
      <summary>The NorthAmericaQuarto media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaStatement">
      <summary>The NorthAmericaStatement media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaSuperA">
      <summary>The NorthAmericaSuperA media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaSuperB">
      <summary>The NorthAmericaSuperB media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaTabloid">
      <summary>The NorthAmericaTabloid media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.NorthAmericaTabloidExtra">
      <summary>The NorthAmericaTabloidExtra media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.OtherMetricA3Plus">
      <summary>The OtherMetricA3Plus media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.OtherMetricA4Plus">
      <summary>The OtherMetricA4Plus media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.OtherMetricFolio">
      <summary>The OtherMetricFolio media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.OtherMetricInviteEnvelope">
      <summary>OtherMetricInviteEnvelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.OtherMetricItalianEnvelope">
      <summary>The OtherMetricItalianEnvelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc10Envelope">
      <summary>The Prc10Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc10EnvelopeRotated">
      <summary>The Prc10EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc16K">
      <summary>The Prc16K media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc16KRotated">
      <summary>The Prc16KRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc1Envelope">
      <summary>The Prc1Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc1EnvelopeRotated">
      <summary>The Prc1EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc2Envelope">
      <summary>The Prc2Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc2EnvelopeRotated">
      <summary>The Prc2EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc32K">
      <summary>The Prc32K media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc32KBig">
      <summary>The Prc32KBig media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc32KRotated">
      <summary>The Prc32KRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc3Envelope">
      <summary>The Prc3Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc3EnvelopeRotated">
      <summary>The Prc3EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc4Envelope">
      <summary>The Prc4Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc4EnvelopeRotated">
      <summary>The Prc4EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc5Envelope">
      <summary>The Prc5Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc5EnvelopeRotated">
      <summary>The Prc5EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc6Envelope">
      <summary>The Prc6Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc6EnvelopeRotated">
      <summary>The Prc6EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc7Envelope">
      <summary>The Prc7Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc7EnvelopeRotated">
      <summary>The Prc7EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc8Envelope">
      <summary>The Prc8Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc8EnvelopeRotated">
      <summary>The Prc8EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc9Envelope">
      <summary>The Prc9Envelope media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Prc9EnvelopeRotated">
      <summary>The Prc9EnvelopeRotated media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll04Inch">
      <summary>The Roll04Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll06Inch">
      <summary>The Roll06Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll08Inch">
      <summary>The Roll08Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll12Inch">
      <summary>The Roll12Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll15Inch">
      <summary>The Roll15Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll18Inch">
      <summary>The Roll18Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll22Inch">
      <summary>The Roll22Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll24Inch">
      <summary>The Roll24Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll30Inch">
      <summary>The Roll30Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll36Inch">
      <summary>The Roll36Inch media size.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaSize.Roll54Inch">
      <summary>The Roll54Inch media size.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintMediaType">
      <summary>Specifies the media types for the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Default">
      <summary>The default media type for the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.NotAvailable">
      <summary>A media type that is not available with the application or one that is not supported by the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.PrinterCustom">
      <summary>A custom media type that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.AutoSelect">
      <summary>The option to auto select a media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Archival">
      <summary>The Archival media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.BackPrintFilm">
      <summary>The BackPrintFilm media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Bond">
      <summary>The Bond media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.CardStock">
      <summary>The CardStock media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Continuous">
      <summary>The Continous media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.EnvelopePlain">
      <summary>The EnvelopePlain media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.EnvelopeWindow">
      <summary>The EnvelopeWindow media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Fabric">
      <summary>The Fabric media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.HighResolution">
      <summary>The HighResolution media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Label">
      <summary>The Label media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.MultiLayerForm">
      <summary>The MultiLayerForm media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.MultiPartForm">
      <summary>The MultiPartForm media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Photographic">
      <summary>The Photographic media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.PhotographicFilm">
      <summary>The PhotographicFilm media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.PhotographicGlossy">
      <summary>The PhotographicGlossy media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.PhotographicHighGloss">
      <summary>The PhotographicHighGloss media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.PhotographicMatte">
      <summary>The PhotographicMatte media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.PhotographicSatin">
      <summary>The PhotographicSatin media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.PhotographicSemiGloss">
      <summary>The PhotographicSemiGloss media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Plain">
      <summary>The Plain media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Screen">
      <summary>The Screen media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.ScreenPaged">
      <summary>The ScreenPaged media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Stationery">
      <summary>The Stationery media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.TabStockFull">
      <summary>The TabStockFull media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.TabStockPreCut">
      <summary>The TabStockPreCut media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.Transparency">
      <summary>The Transparency media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.TShirtTransfer">
      <summary>The TShirtTransfer media type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintMediaType.None">
      <summary>The option to indicate that a media type has not been selected.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintOrientation">
      <summary>Specifies the orientation options for the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintOrientation.Default">
      <summary>The default orientation option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintOrientation.NotAvailable">
      <summary>An orientaiton option that is not available with the application or one that is not supported by the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintOrientation.PrinterCustom">
      <summary>A custom orientation that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintOrientation.Portrait">
      <summary>The Portrait orientation option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintOrientation.PortraitFlipped">
      <summary>The PortraitFlipped orientation option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintOrientation.Landscape">
      <summary>The Landscape orientation option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintOrientation.LandscapeFlipped">
      <summary>The LandscapeFlipped orientation option.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintQuality">
      <summary>Specifies the print quality options for the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.Default">
      <summary>The default print quality option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.NotAvailable">
      <summary>A print quality option that is not available with the application or one that is not supported by the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.PrinterCustom">
      <summary>A print quality option that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.Automatic">
      <summary>The option to automatically select the print quality.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.Draft">
      <summary>The Draft print quality option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.Fax">
      <summary>The Fax print quality option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.High">
      <summary>The High print quality option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.Normal">
      <summary>The Normal print quality option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.Photographic">
      <summary>The Photographic print quality option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintQuality.Text">
      <summary>The Text print quality option.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintStaple">
      <summary>Specifies the staple options.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.Default">
      <summary>The default staple option.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.NotAvailable">
      <summary>A staple option that is not available with the application or one that is not supported by the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.PrinterCustom">
      <summary>A custom staple option that is specific to the print device.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.None">
      <summary>The option to indicate that no stapling is required.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleTopLeft">
      <summary>The option to staple the top left of the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleTopRight">
      <summary>The option to staple the top right of the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleBottomLeft">
      <summary>The option to staple the bottom left of the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleBottomRight">
      <summary>The option to staple the bottom right of the printed output.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleDualLeft">
      <summary>The option to staple the printed output in two places along the left edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleDualRight">
      <summary>The option to staple the printed output in two places along the right edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleDualTop">
      <summary>The option to staple the printed output in two places along the top edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.StapleDualBottom">
      <summary>The option to staple the printed output in two places along the bottom edge.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintStaple.SaddleStitch">
      <summary>The option to saddle stitch the printed output.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.PrintTaskCompletion">
      <summary>Specifies the completion status of a print task.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintTaskCompletion.Abandoned">
      <summary>An abandoned print task.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintTaskCompletion.Canceled">
      <summary>A canceled print task.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintTaskCompletion.Failed">
      <summary>A failed print task.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.PrintTaskCompletion.Submitted">
      <summary>A submitted print task.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.IPrintDocumentSource">
      <summary>Initialized when a print task is initialized for the print system.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.IPrintTaskOptionsCore">
      <summary>Represents the core functionality for a PrintTaskOptions object.</summary>
    </member>
    <member name="M:Windows.Graphics.Printing.IPrintTaskOptionsCore.GetPageDescription(System.UInt32)">
      <summary>Gets the page description for a print job.</summary>
      <returns>The page description data.</returns>
      <param name="jobPageNumber">The job page number.</param>
    </member>
    <member name="T:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties">
      <summary>An interface with properties that provide access to the core options for a print task.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.Binding">
      <summary>Gets or sets the binding option for a print task.</summary>
      <returns>The binding option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.Collation">
      <summary>Gets or sets the collation option for a print task.</summary>
      <returns>The collation option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.ColorMode">
      <summary>Gets or sets the color mode option for the print task.</summary>
      <returns>The color mode option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.Duplex">
      <summary>Gets or sets the duplex option for a print task.</summary>
      <returns>The duplex option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.HolePunch">
      <summary>Gets or sets the hole punch option for the print task.</summary>
      <returns>The hole punch option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.MaxCopies">
      <summary>Gets the MaxCopies option for the print task.</summary>
      <returns>The MaxCopies option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.MediaSize">
      <summary>Gets or sets the media size option of the print task.</summary>
      <returns>The media size option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.MediaType">
      <summary>Gets or sets the media type option for the print task.</summary>
      <returns>The media type option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.MinCopies">
      <summary>Gets the MinCopies option for the print task.</summary>
      <returns>The MinCopies option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.NumberOfCopies">
      <summary>Gets or sets the NumberOfCopies option for a print task.</summary>
      <returns>The NumberOfCopies option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.Orientation">
      <summary>Gets or sets the orientation option for a print task.</summary>
      <returns>The orientation option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.PrintQuality">
      <summary>Gets or sets the print quality option for a print task.</summary>
      <returns>The print quality option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreProperties.Staple">
      <summary>Gets or sets the staple option for a print task.</summary>
      <returns>The staple option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.IPrintTaskOptionsCoreUIConfiguration">
      <summary>An interface that provides access to the core UI configuration functionality that is supported by the print task options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.IPrintTaskOptionsCoreUIConfiguration.DisplayedOptions">
      <summary>Gets the DisplayedOptions option for a print task.</summary>
      <returns>The DisplayedOptions option.</returns>
    </member>
    <member name="N:Windows.Graphics.Printing.OptionDetails">
      <summary>Extends the basic print task options to enable you to have greater control over the printing experience that you present to your users.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails">
      <summary>Represents the list of print binding options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails.Items">
      <summary>Gets the list of items for the print binding options.</summary>
      <returns>A pointer to the list of items.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails.OptionId">
      <summary>Gets the ID of the print binding option.</summary>
      <returns>The ID of the print binding option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails.OptionType">
      <summary>Gets the option type of the print binding option.</summary>
      <returns>The binding option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails.State">
      <summary>Gets or sets the state of the print binding option.</summary>
      <returns>The binding option state.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the print binding option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the print binding option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the print binding option.</summary>
      <returns>The binding option value.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails">
      <summary>Represents the list of print collation options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails.Items">
      <summary>Gets the list of items for the print collation option.</summary>
      <returns>Pointer to the list of items.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails.OptionId">
      <summary>Gets the ID of the print collation option.</summary>
      <returns>The ID of the collation option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails.OptionType">
      <summary>Gets the option type for the print collation option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails.State">
      <summary>Gets or sets the state of the print collation option.</summary>
      <returns>The state of the collation option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the print collation option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the print collation option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the print collation option.</summary>
      <returns>The value of the print collation option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails">
      <summary>Represents the list of print color mode options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails.Items">
      <summary>Gets the list of items for the print color mode option.</summary>
      <returns>Pointer to the list of items.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails.OptionId">
      <summary>Gets the ID for the print color mode option.</summary>
      <returns>The ID of the color mode option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails.OptionType">
      <summary>Gets the option type for the print color mode option.</summary>
      <returns>The color mode option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails.State">
      <summary>Gets or sets the state of the print color mode option.</summary>
      <returns>The state of the print color mode option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the print color mode option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the print color mode option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the print color mode option.</summary>
      <returns>The state of the print color mode option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails">
      <summary>Represents the option for the number of printed copies.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.MaxValue">
      <summary>Gets the value for the maximum number of printed copies allowed.</summary>
      <returns>The maximum number of printed copies allowed.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.MinValue">
      <summary>Gets the value for the minimum number of printed copies allowed.</summary>
      <returns>The minimum number of printed copies allowed.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.OptionId">
      <summary>Gets the ID for the option for the number of printed copies.</summary>
      <returns>The ID of the option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.OptionType">
      <summary>Gets the option type for the option for the number of printed copies.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.State">
      <summary>Gets or sets the state of the option for the number of printed copies.</summary>
      <returns>The state of the option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the print copies option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the print copies option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails.Value">
      <summary>Gets or sets the number of copies for a print task.</summary>
      <returns>The number of copies for a print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintCustomItemDetails">
      <summary>Allows apps to add a collection of enumerable options to the app print experience.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemDetails.ItemDisplayName">
      <summary>Gets or sets the display name of the custom print task option item.</summary>
      <returns>The display name of the option item.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemDetails.ItemId">
      <summary>Gets the ID of the custom print task option item.</summary>
      <returns>The ID of the print task option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails">
      <summary>Represents a list of the custom print task option items.</summary>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.AddItem(System.String,System.String)">
      <summary>Sets the ID or display name of an item in the list of custom print task options.</summary>
      <param name="itemId">The ID of the option item.</param>
      <param name="displayName">The display name of the option item.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.DisplayName">
      <summary>Gets or sets the display name of an item in the list of custom print task options.</summary>
      <returns>The display name of the option item.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.Items">
      <summary>Gets an item from the list of custom print tasks.</summary>
      <returns>Pointer to the item.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.OptionId">
      <summary>Gets the ID of a custom print task option.</summary>
      <returns>The option ID.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.OptionType">
      <summary>Gets the option type for a custom print task option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.State">
      <summary>Gets or sets the state of the list of custom print task option items.</summary>
      <returns>The state value.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the item ID or the display name of the custom item.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the item ID or the display name of the custom item.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails.Value">
      <summary>Gets or sets the value of the list of custom print tasks.</summary>
      <returns>The value of the list.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails">
      <summary>Represents a custom print task option.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.DisplayName">
      <summary>Gets or sets the display name of the custom print task option.</summary>
      <returns>The display name of the option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.MaxCharacters">
      <summary>Gets or sets the maximum number of characters for the display name of the custom print task option.</summary>
      <returns>The maximum number of characters.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.OptionId">
      <summary>Gets the ID of the custom print task option.</summary>
      <returns>The ID of the custom option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.OptionType">
      <summary>Gets the option type for the custom print task option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.State">
      <summary>Gets or sets the state of a custom print task option.</summary>
      <returns>The state of the custom option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the custom print task.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the custom print task.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails.Value">
      <summary>Gets or sets the value of a custom print task option.</summary>
      <returns>The value of the custom option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails">
      <summary>Represents the list of print duplex options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails.Items">
      <summary>Gets the list of print duplex options.</summary>
      <returns>The list of print duplex options.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails.OptionId">
      <summary>Gets the ID of the print duplex option.</summary>
      <returns>The ID of the print duplex option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails.OptionType">
      <summary>Gets the option type of the print duplex option.</summary>
      <returns>The option type of the print duplex option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails.State">
      <summary>Gets or sets the state of the print duplex options.</summary>
      <returns>The state of the print duplex option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the duplex option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the duplex option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails.Value">
      <summary>Gets or sets the enumerated vlaue of the print duplex option.</summary>
      <returns>The enumerated value of the print duplex option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails">
      <summary>Represents the list of punch hole options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails.Items">
      <summary>Gets the list of items for the hole punch option.</summary>
      <returns>A pointer to the list.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails.OptionId">
      <summary>Gets the ID for the hole punch option.</summary>
      <returns>The ID for the option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails.OptionType">
      <summary>Gets the option type for the hole punch option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails.State">
      <summary>Gets or sets the state of the hole punch option.</summary>
      <returns>The state of the hole punch option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the hole punch option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the hole punch option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the hole punch option.</summary>
      <returns>The enumerated value of the hole punch option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails">
      <summary>Represents the list of media size options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails.Items">
      <summary>Gets the list of print media size option items.</summary>
      <returns>A pointer to the list of items.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails.OptionId">
      <summary>Gets the ID for the print media size option.</summary>
      <returns>The ID for the media size option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails.OptionType">
      <summary>Gets the option type for the option for the number of printed copies.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails.State">
      <summary>Gets or sets the state of the option for the number of printed copies.</summary>
      <returns>The state of the option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the media size option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the media size option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails.Value">
      <summary>Gets or sets the number of copies for a print task.</summary>
      <returns>The number of copies for a print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails">
      <summary>Represents the list of print media type options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails.Items">
      <summary>Gets the list of items for the print media type options.</summary>
      <returns>A pointer to the list of media type options.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails.OptionId">
      <summary>Gets the ID for the print media type option.</summary>
      <returns>The ID for the media type option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails.OptionType">
      <summary>Gets the option type for the print media type option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails.State">
      <summary>Gets or sets the state for the print media type option.</summary>
      <returns>The state of the media type option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the media type option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the media type option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the print media type option.</summary>
      <returns>The enumerated value of the media type option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails">
      <summary>Represents the list of print orientation options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails.Items">
      <summary>Gets the list of items for the print media type options.</summary>
      <returns>A pointer to the list of media type options.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails.OptionId">
      <summary>Gets the ID for the print orientation option.</summary>
      <returns>The ID for the print orientation option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails.OptionType">
      <summary>Gets the option type for the print media type option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails.State">
      <summary>Gets or sets the state for the print media type option.</summary>
      <returns>The state of the media type option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the print orientation option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the print orientation option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the print media type option.</summary>
      <returns>The enumerated value of the media type option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails">
      <summary>Represents the list of print quality options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails.Items">
      <summary>Gets the list of items for the print quality options.</summary>
      <returns>A pointer to the list of items.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails.OptionId">
      <summary>Gets the ID for the print quality option.</summary>
      <returns>The ID for the print quality option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails.OptionType">
      <summary>Gets the option type for the print quality option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails.State">
      <summary>Gets or sets the state of the print quality option.</summary>
      <returns>The state of the print quality option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the print quality option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the print quality option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the print quality option.</summary>
      <returns>The enumerated value of the print quality option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails">
      <summary>Represents a list of the stapling options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails.Items">
      <summary>Gets the list of items for the stapling options.</summary>
      <returns>A pointer to the list of items.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails.OptionId">
      <summary>Gets the ID for the stapling option.</summary>
      <returns>The ID for the stapling option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails.OptionType">
      <summary>Gets the option type for the stapling option.</summary>
      <returns>The option type.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails.State">
      <summary>Gets or sets the state of the stapling option.</summary>
      <returns>The state of the stapling option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the staple opiton.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the staple opiton.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails.Value">
      <summary>Gets or sets the enumerated value of the stapling option.</summary>
      <returns>The enumerated value of the stapling option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionChangedEventArgs">
      <summary>Called when a print task option has changed.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionChangedEventArgs.OptionId">
      <summary>Gets the ID of the print task option that changed.</summary>
      <returns>The ID of the property that changed.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails">
      <summary>A collection of events, methods and properties for advanced print tasks.</summary>
    </member>
    <member name="E:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.BeginValidation">
      <summary>Raised when the print system begins a validation pass on the current state of the print ticket.</summary>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.CreateItemListOption(System.String,System.String)">
      <summary>Creates a custom list of items that allow the user to choose the page format.</summary>
      <returns>The list of custom items.</returns>
      <param name="optionId">The ID for the custom item.</param>
      <param name="displayName">The display name for the custom item.</param>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.CreateTextOption(System.String,System.String)">
      <summary>Creates a CustomPrintTaskOptionText object to handle the display name and other parameters of the advanced print task option item.</summary>
      <returns>The CustomPrintTaskOptionText object.</returns>
      <param name="optionId">The ID of the print task option.</param>
      <param name="displayName">The display name of the print task option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.DisplayedOptions">
      <summary>Gets the list of print task options that are currently displayed.</summary>
      <returns>A pointer to the list of options.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.GetFromPrintTaskOptions(Windows.Graphics.Printing.PrintTaskOptions)">
      <summary>Used to retrieve the available options for a print task.</summary>
      <returns>Pointer to a PrintTaskOptionDetails object.</returns>
      <param name="printTaskOptions">Pointer to a PrintTaskOptions object.</param>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.GetPageDescription(System.UInt32)">
      <summary>Returns a PrintPageDescription object for the referenced page number.</summary>
      <returns>The PrintPageDescription object.</returns>
      <param name="jobPageNumber">The page number.</param>
    </member>
    <member name="E:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.OptionChanged">
      <summary>Raised when any one of the advanced print task options is changed.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.Options">
      <summary>Gets the list of options for the advanced print task.</summary>
      <returns>The list of options for the advanced print task.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintOptionStates">
      <summary>Specifies the print task option states.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.OptionDetails.PrintOptionStates.None">
      <summary>The UI for the print tasks has not been enabled.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.OptionDetails.PrintOptionStates.Enabled">
      <summary>The UI for the print tasks has been enabled.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.OptionDetails.PrintOptionStates.Constrained">
      <summary>The UI for the print tasks is visible to the user.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.PrintOptionType">
      <summary>Specifies the print task option types.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.OptionDetails.PrintOptionType.Unknown">
      <summary>Unknown option type.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.OptionDetails.PrintOptionType.Number">
      <summary>A type of option that is numerical.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.OptionDetails.PrintOptionType.Text">
      <summary>A type of option that is a string or some text.</summary>
    </member>
    <member name="F:Windows.Graphics.Printing.OptionDetails.PrintOptionType.ItemList">
      <summary>A type of option that is a list of items.</summary>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.IPrintCustomOptionDetails">
      <summary>Represents the base class for all CustomPrintTaskOptionXxx objects.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintCustomOptionDetails.DisplayName">
      <summary>Gets or sets the display name of the custom print task option.</summary>
      <returns>The display name of the custom print task option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.IPrintItemListOptionDetails">
      <summary>Represents objects that list print task option items.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintItemListOptionDetails.Items">
      <summary>Gets a list of the print task option items.</summary>
      <returns>A pointer to the list of the print task option items.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.IPrintNumberOptionDetails">
      <summary>Represents objects that define the enumerated values of the print task options.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintNumberOptionDetails.MaxValue">
      <summary>Gets the maximum enumerated value of the print task option.</summary>
      <returns>The maximum enumerated value of the print task option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintNumberOptionDetails.MinValue">
      <summary>Gets the minimum enumerated value of the print task option.</summary>
      <returns>The minimum enumerated value of the print task option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails">
      <summary>Represents the base class for the PrintTaskOptionXxx objects.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.ErrorText">
      <summary>Gets or sets the string for an error condition.</summary>
      <returns>String that describes the error condition.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.OptionId">
      <summary>Gets the ID for a print task option.</summary>
      <returns>The ID for the print task option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.OptionType">
      <summary>Gets the option type for a print task option.</summary>
      <returns>The option type for a print task option.</returns>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.State">
      <summary>Gets or sets the state of a print task option.</summary>
      <returns>The state of a print task option.</returns>
    </member>
    <member name="M:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.TrySetValue(System.Object)">
      <summary>Sets the value for the print task option.</summary>
      <returns>Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.</returns>
      <param name="value">Value for the print task option.</param>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.Value">
      <summary>Gets the enumerated value of a print task option.</summary>
      <returns>The enumerated value of a print task option.</returns>
    </member>
    <member name="T:Windows.Graphics.Printing.OptionDetails.IPrintTextOptionDetails">
      <summary>Represents objects that describe the text of a print task option.</summary>
    </member>
    <member name="P:Windows.Graphics.Printing.OptionDetails.IPrintTextOptionDetails.MaxCharacters">
      <summary>Gets the maximum allowed number of characters for the text of a print task option.</summary>
      <returns>The maximum allowed number of characters for the text of a print task option.</returns>
    </member>
    <member name="N:Windows.Management.Core">
      <summary>Provides core functionality for managing apps.</summary>
    </member>
    <member name="T:Windows.Management.Core.ApplicationDataManager">
      <summary>Enables you to access and manage the app data store for a package family.</summary>
    </member>
    <member name="M:Windows.Management.Core.ApplicationDataManager.CreateForPackageFamily(System.String)">
      <summary>Provides access to the app data store for the specified package family.</summary>
      <returns>The app data store.</returns>
      <param name="packageFamilyName">The package family name.</param>
    </member>
    <member name="N:Windows.Management.Deployment">
      <summary>Provides functionality for managing app packages.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.DeploymentOptions">
      <summary>Specifies the package deployment options.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentOptions.None">
      <summary>The default behavior is used.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentOptions.ForceApplicationShutdown">
      <summary>If this package, or any package that depends on this package, is currently in use, the processes associated with the package are shut down forcibly so that registration can continue.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentOptions.DevelopmentMode">
      <summary>When you set this option, the app is installed in development mode. For info about development mode, see Remarks. Use this option to enable key app development scenarios.You can't use this option in conjunction with a bundle package. If you use this option with a bundle package, your call returns ERROR_INSTALL_FAILED.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentOptions.InstallAllResources">
      <summary>When you set this option, the app is instructed to skip resource applicability checks. This effectively stages or registers all resource packages that a user passes in to the command, which forces applicability for all packages contained in a bundle. If a user passes in a bundle, all contained resource packages will be registered.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.DeploymentProgress">
      <summary>Contains progress information for the deployment request.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentProgress.state">
      <summary>The progress state of the deployment request.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentProgress.percentage">
      <summary>The progress percentage of the deployment request.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.DeploymentProgressState">
      <summary>Represents the state of a deployment request.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentProgressState.Queued">
      <summary>The deployment request is queued.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.DeploymentProgressState.Processing">
      <summary>The deployment request is being processed.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.DeploymentResult">
      <summary>Provides the result of a deployment request.</summary>
    </member>
    <member name="P:Windows.Management.Deployment.DeploymentResult.ActivityId">
      <summary>Gets the activity identifier used to look up an event in Windows Event Viewer. Gets the activity identifier used to look up an event. All events of a deployment operation are logged with the same activityId.</summary>
      <returns>The activity identifier.</returns>
    </member>
    <member name="P:Windows.Management.Deployment.DeploymentResult.ErrorText">
      <summary>Gets extended error text for the error if the deployment operation is not successful.</summary>
      <returns>The extended error text.</returns>
    </member>
    <member name="P:Windows.Management.Deployment.DeploymentResult.ExtendedErrorCode">
      <summary>The extended error code can be used to distinguish a specific error condition which needs to be handled differently from the general error indicated by the return code. The extended error code may provide a more specific reason for the failure that caused the general error.
Also, it usually corresponds directly to the specific message in the ErrorText.</summary>
      <returns>The error code.</returns>
    </member>
    <member name="T:Windows.Management.Deployment.PackageInstallState">
      <summary>Represents the install state of the package.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageInstallState.NotInstalled">
      <summary>The package has not been installed.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageInstallState.Staged">
      <summary>The package has been downloaded.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageInstallState.Installed">
      <summary>The package is ready for use.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.PackageManager">
      <summary>Manages the software available to a user.</summary>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.AddPackageAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1,Windows.Management.Deployment.DeploymentOptions)">
      <summary>Adds a package (main package) and its dependencies for the current logged-in user.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="packageUri">The source URI of the main package. The URI must follow file URI scheme (file://) since the only supported URI schemes are local file paths and local network paths.</param>
      <param name="dependencyPackageUris">The source URIs of the dependency packages. If there are no dependency packages or if the dependency packages are already registered, this parameter can be null.</param>
      <param name="deploymentOptions">One of the permitted enumeration values from the deployment options. ForceApplicationShutdown and None are the only valid options for this method and specifying any other option will result in an E_INVALIDARG return value.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.CleanupPackageForUserAsync(System.String,System.String)">
      <summary>Cleans up a specified package for a specified user. Used to cleanup packages installed for a user after their user profile is deleted.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="packageName">The package name.</param>
      <param name="userSecurityId">The user security identifier (SID).</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackage(System.String)">
      <summary>Retrieves information about the specified package installed for any user.</summary>
      <returns>If this method succeeds it returns a package object that contains information about the specified package, including but not limited to its name, publisher, version, and install location. If the specified package is not found, this method returns null.</returns>
      <param name="packageFullName">The full name of the package. This parameter cannot be null.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackageForUser(System.String,System.String)">
      <summary>Retrieves information about a specific package installed for a specific user or for all users.</summary>
      <returns>The package.</returns>
      <param name="userSecurityId">This user security ID of the user for whom the specified package is being retrieved. If this parameter is null, the specified package is retrieved for the current user.</param>
      <param name="packageFullName">The full name of the package.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackages">
      <summary>Retrieves information about a specified family of packages installed across all users.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each Package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location.</returns>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackages(System.String)">
      <summary>Retrieves information about a specified family of packages installed across all users.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects with the same package family name will be returned. Each Package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified package family name are found, this method returns an empty list.</returns>
      <param name="packageFamilyName">The package family name. This parameter cannot be null.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackages(System.String,System.String)">
      <summary>Finds all installed packages with the specified name and publisher.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects with the same package name and publisher name is returned. Each Package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified name and publisher are found, this method returns an empty list.</returns>
      <param name="packageName">The package name. This parameter cannot be null.</param>
      <param name="packagePublisher">The package publisher. This parameter cannot be null.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesForUser(System.String)">
      <summary>Finds all packages installed for the specified user.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each Package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location.</returns>
      <param name="userSecurityId">The user security identifier (SID). If this parameter is null, the packages are retrieved for the current user.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesForUser(System.String,System.String)">
      <summary>Retrieves information about a specified family of packages installed for a specific user.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each Package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified package family name are found, this method returns an empty list.</returns>
      <param name="userSecurityId">The user security identifier (SID). If this parameter is null, the packages are retrieved for the current user.</param>
      <param name="packageFamilyName">The family name of packages to find. This parameter cannot be null.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesForUser(System.String,System.String,System.String)">
      <summary>Retrieves information about all packages with the specified package name and publisher name, installed for a specific user.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each Package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified name and publisher are found, this method returns an empty list.</returns>
      <param name="userSecurityId">The user security identifier (SID). If this parameter is null, the packages are retrieved for the current user.</param>
      <param name="packageName">The package name. This parameter cannot be null.</param>
      <param name="packagePublisher">The package publisher. This parameter cannot be null.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesForUserWithPackageTypes(System.String,Windows.Management.Deployment.PackageTypes)">
      <summary>Finds packages of specific types that are installed for the specified user.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. The packageTypes parameter determines the types of packages to return.</returns>
      <param name="userSecurityId">The user security identifier (SID). If this parameter is null, the packages are retrieved for the current user. Any user SID other than that of current user requires administrative privileges.</param>
      <param name="packageTypes">A combination of PackageTypes-typed values that are combined by using a bitwise OR operation. The resulting value specifies the types of packages to be included in the result set.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesForUserWithPackageTypes(System.String,System.String,Windows.Management.Deployment.PackageTypes)">
      <summary>Retrieves information about a specified family of packages and of specific types that are installed for the specified user.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified package family name are found, this method returns an empty list. The packageTypes parameter determines the types of packages to return.</returns>
      <param name="userSecurityId">The user security identifier (SID). If this parameter is null, the packages are retrieved for the current user. Any user SID other than that of current user requires administrative privileges.</param>
      <param name="packageFamilyName">The family name of packages to find. This parameter can't be null.</param>
      <param name="packageTypes">A combination of PackageTypes-typed values that are combined by using a bitwise OR operation. The resulting value specifies the types of packages to be included in the result set.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesForUserWithPackageTypes(System.String,System.String,System.String,Windows.Management.Deployment.PackageTypes)">
      <summary>Retrieves information about packages of specific types with the specified package name and publisher name, installed for a specific user.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified package publisher and family name are found, this method returns an empty list. The packageTypes parameter determines the types of packages to return.</returns>
      <param name="userSecurityId">The user security identifier (SID). If this parameter is null, the packages are retrieved for the current user. Any user SID other than that of current user requires administrative privileges.</param>
      <param name="packageName">The package name. This parameter can't be null.</param>
      <param name="packagePublisher">The package publisher. This parameter can't be null.</param>
      <param name="packageTypes">A combination of PackageTypes-typed values that are combined by using a bitwise OR operation. The resulting value specifies the types of packages to be included in the result set.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesWithPackageTypes(Windows.Management.Deployment.PackageTypes)">
      <summary>Retrieves information about specific package types that are installed across all users.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects is returned. Each package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. The packageTypes parameter determines the types of packages to return.</returns>
      <param name="packageTypes">A combination of PackageTypes-typed values that are combined by using a bitwise OR operation. The resulting value specifies the types of packages to be included in the result set.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesWithPackageTypes(System.String,Windows.Management.Deployment.PackageTypes)">
      <summary>Retrieves information about a specified family of packages and specific package types that are installed across all users.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects with the same package family name is returned. Each package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified package family name are found, this method returns an empty list. The packageTypes parameter determines the types of packages to return.</returns>
      <param name="packageFamilyName">The package family name. This parameter can't be null.</param>
      <param name="packageTypes">A combination of PackageTypes-typed values that are combined by using a bitwise OR operation. The resulting value specifies the types of packages to be included in the result set.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindPackagesWithPackageTypes(System.String,System.String,Windows.Management.Deployment.PackageTypes)">
      <summary>Finds all installed packages of specific types with the specified name and publisher.</summary>
      <returns>If the method succeeds, an enumerable collection of package objects with the same package name and publisher name is returned. Each package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified name and publisher are found, this method returns an empty list. The packageTypes parameter determines the types of packages to return.</returns>
      <param name="packageName">The package name. This parameter can't be null.</param>
      <param name="packagePublisher">The package publisher. This parameter can't be null.</param>
      <param name="packageTypes">A combination of PackageTypes-typed values that are combined by using a bitwise OR operation. The resulting value specifies the types of packages to be included in the result set.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.FindUsers(System.String)">
      <summary>Finds the users who have installed the specified package.</summary>
      <returns>If the method succeeds, an enumerable collection of package user information objects is returned. Each PackageUserInformation object in this collection contains the user security identifier (user SID) of a user for whom the specified package is installed. If no packages with the specified package full name are found, this method returns an empty list.</returns>
      <param name="packageFullName">The full name of the package. This parameter cannot be null.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.#ctor">
      <summary>Creates and initializes a new instance of the object.</summary>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.RegisterPackageAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1,Windows.Management.Deployment.DeploymentOptions)">
      <summary>Registers a package (the main package) and its dependency packages for the current user.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="manifestUri">The path to the package manifest of the main package.</param>
      <param name="dependencyPackageUris">The paths to the dependency packages. If there are no dependency packages or if the dependency packages are already registered, this parameter can be null. When DeploymentOptions is set to DevelopmentMode this parameter should be null.</param>
      <param name="deploymentOptions">One of the enumeration values.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.RegisterPackageByFullNameAsync(System.String,Windows.Foundation.Collections.IIterable`1,Windows.Management.Deployment.DeploymentOptions)">
      <summary>Registers a package (the main package) by its full name and its dependency packages for the current user.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="mainPackageFullName">A string that specifies the full name of the main package to be registered.</param>
      <param name="dependencyPackageFullNames">Strings that specify the full names of the dependency packages to be registered.</param>
      <param name="deploymentOptions">A DeploymentOptions-typed value that specifies the package deployment option.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.RemovePackageAsync(System.String)">
      <summary>Removes a package for the current user asynchronously and receives progress and status messages on the removal operation.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="packageFullName">A string representation of the package identity to identify the package to be removed.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.RemovePackageAsync(System.String,Windows.Management.Deployment.RemovalOptions)">
      <summary>Removes a package for the current user asynchronously and receives progress and status messages on the removal operation.</summary>
      <returns>A pointer that receives the address of an object that implements the IAsyncOperationWithProgress interface.</returns>
      <param name="packageFullName">A string representation of the package identity to identify the package to be removed.</param>
      <param name="removalOptions">A RemovalOptions-typed value that modifies the removal operation.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.SetPackageState(System.String,Windows.Management.Deployment.PackageState)">
      <summary>Sets the state of a package, for example, to usable, tampered with, and so on.</summary>
      <param name="packageFullName">The full name of the package.</param>
      <param name="packageState">One of the enumeration values.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.StagePackageAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1)">
      <summary>Stages a package to the system without registering it.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="packageUri">The source URI of the main package.</param>
      <param name="dependencyPackageUris">The source URIs of the dependency packages. If there are no dependency packages or dependency packages are already staged, this parameter can be null.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.StagePackageAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1,Windows.Management.Deployment.DeploymentOptions)">
      <summary>Stages a package to the system without registering it.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="packageUri">The source URI of the main package.</param>
      <param name="dependencyPackageUris">The source URIs of the dependency packages. If there are no dependency packages or dependency packages are already staged, this parameter can be null.</param>
      <param name="deploymentOptions">A combination of DeploymentOptions-typed values that are combined by using a bitwise OR operation. The resulting value specifies the package deployment options.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.StageUserDataAsync(System.String)">
      <summary>Stages a package's user data to the system without registering it.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="packageFullName">A string that specifies the full name of the package that contains the user data to be staged.</param>
    </member>
    <member name="M:Windows.Management.Deployment.PackageManager.UpdatePackageAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1,Windows.Management.Deployment.DeploymentOptions)">
      <summary>Updates an installed package or its dependency packages for the current user.</summary>
      <returns>The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.</returns>
      <param name="packageUri">The source URI of the main package.</param>
      <param name="dependencyPackageUris">The source URIs of the dependency packages.</param>
      <param name="deploymentOptions">One of the permitted enumeration values. ForceApplicationShutdown and None are the only valid options for this method and specifying any other deployment option results in an E_INVALIDARG return value.</param>
    </member>
    <member name="T:Windows.Management.Deployment.PackageState">
      <summary>Represents the state of the package.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageState.Normal">
      <summary>The package is usable.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageState.LicenseInvalid">
      <summary>The license of the package is not valid.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageState.Modified">
      <summary>The package payload was modified by an unknown source.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageState.Tampered">
      <summary>The package payload was tampered with intentionally.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.PackageTypes">
      <summary>Defines the types of packages to be included in the result set of a query.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageTypes.None">
      <summary>Default inventorying behavior.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageTypes.Main">
      <summary>Include the main packages when you enumerate the package repository.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageTypes.Framework">
      <summary>Include the framework packages when you enumerate the package repository.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageTypes.Resource">
      <summary>Include the resource packages when you enumerate the package repository.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.PackageTypes.Bundle">
      <summary>Include the bundle packages when you enumerate the package repository.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.RemovalOptions">
      <summary>Values that modify the removal of a package.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.RemovalOptions.None">
      <summary>No removal options are specified. This is the default deployment behavior.</summary>
    </member>
    <member name="F:Windows.Management.Deployment.RemovalOptions.PreserveApplicationData">
      <summary>Don't remove any application data when the package is removed. This can only apply to packages that were deployed with the DeploymentOptions::DevelopmentMode value.
If you specify PreserveApplicationData on an incompatible package, PackageManager::RemovePackageAsync(String, RemovalOptions) returns E_INVALIDARG.</summary>
    </member>
    <member name="T:Windows.Management.Deployment.PackageUserInformation">
      <summary>Provides information about the users of an installed package.</summary>
    </member>
    <member name="P:Windows.Management.Deployment.PackageUserInformation.InstallState">
      <summary>Gets the install state of the package for the user.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.Management.Deployment.PackageUserInformation.UserSecurityId">
      <summary>Gets the security identifier (SID) of the package user.</summary>
      <returns>The SID.</returns>
    </member>
    <member name="N:Windows.Management.Workplace">
      <summary>Provides functionality for managing apps in an enterprise.</summary>
    </member>
    <member name="T:Windows.Management.Workplace.WorkplaceSettings">
      <summary>Enables Windows Store app to access select enterprise settings that are managed through group policy or other management services.</summary>
    </member>
    <member name="P:Windows.Management.Workplace.WorkplaceSettings.IsMicrosoftAccountOptional">
      <summary>Gets a value that indicates whether an enterprise ID can be used instead of a Microsoft account.</summary>
      <returns>true if an enterprise ID can be used instead of a Microsoft account; otherwise, false.</returns>
    </member>
    <member name="N:Windows.Media">
      <summary>Provides classes for creating and working with media such as photos, audio recordings and videos.</summary>
    </member>
    <member name="T:Windows.Media.AudioProcessing">
      <summary>Defines the audio processing modes.</summary>
    </member>
    <member name="F:Windows.Media.AudioProcessing.Default">
      <summary>Default audio processing mode.</summary>
    </member>
    <member name="F:Windows.Media.AudioProcessing.Raw">
      <summary>Uncompressed audio processing mode.</summary>
    </member>
    <member name="T:Windows.Media.ImageDisplayProperties">
      <summary>Provides properties for image information that is displayed by SystemMediaTransportControlsDisplayUpdater class.</summary>
    </member>
    <member name="P:Windows.Media.ImageDisplayProperties.Subtitle">
      <summary>Gets or sets the subtitle of the image.</summary>
      <returns>The subtitle of the image.</returns>
    </member>
    <member name="P:Windows.Media.ImageDisplayProperties.Title">
      <summary>Gets or sets the title of the image.</summary>
      <returns>The title of the image.</returns>
    </member>
    <member name="T:Windows.Media.IMediaExtension">
      <summary>Encapsulates the method needed to set the configuration properties on a registered media parser or codec.</summary>
    </member>
    <member name="M:Windows.Media.IMediaExtension.SetProperties(Windows.Foundation.Collections.IPropertySet)">
      <summary>Sets the configuration properties that were supplied when the media parser or codec was registered.</summary>
      <param name="configuration">The configuration properties for the media parser or codec.</param>
    </member>
    <member name="T:Windows.Media.IMediaMarker">
      <summary>Represents a marker at specific location in a media stream time-line.</summary>
    </member>
    <member name="P:Windows.Media.IMediaMarker.MediaMarkerType">
      <summary>Gets the type of the media marker.</summary>
      <returns>The marker type.</returns>
    </member>
    <member name="P:Windows.Media.IMediaMarker.Text">
      <summary>Gets the text associated with the marker.</summary>
      <returns>The text associated with the marker.</returns>
    </member>
    <member name="P:Windows.Media.IMediaMarker.Time">
      <summary>Gets the offset in the media time-line that the maker occurs.</summary>
      <returns>The offset in the media time-line that the maker occurs.</returns>
    </member>
    <member name="T:Windows.Media.IMediaMarkers">
      <summary>Represents a collection of media markers.</summary>
    </member>
    <member name="P:Windows.Media.IMediaMarkers.Markers">
      <summary>Gets the collection of media markers.</summary>
      <returns>The collection of media markers.</returns>
    </member>
    <member name="T:Windows.Media.MediaControl">
      <summary>Describes the object that applications register with, to receive media focus and transport control notifications.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="P:Windows.Media.MediaControl.AlbumArt">
      <summary>Gets or sets the path to the artwork for the album cover.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
      <returns>Path to the artwork for the album cover.</returns>
    </member>
    <member name="P:Windows.Media.MediaControl.ArtistName">
      <summary>Gets or sets the name of the artist.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
      <returns>The name of the artist.</returns>
    </member>
    <member name="E:Windows.Media.MediaControl.ChannelDownPressed">
      <summary>Event raised when a ChannelDown command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.ChannelUpPressed">
      <summary>Event raised when a ChannelUp command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.FastForwardPressed">
      <summary>Event raised when a FastForward command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="P:Windows.Media.MediaControl.IsPlaying">
      <summary>Gets or sets the state of the Play button.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
      <returns>The state of the Play button.</returns>
    </member>
    <member name="E:Windows.Media.MediaControl.NextTrackPressed">
      <summary>Event raised when a NextTrack command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.PausePressed">
      <summary>Event raised when a Pause command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.PlayPauseTogglePressed">
      <summary>Event raised when a PlayPauseToggle command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.PlayPressed">
      <summary>Event raised when a Play command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.PreviousTrackPressed">
      <summary>Event raised when a PreviousTrack command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.RecordPressed">
      <summary>Event raised when a Record command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.RewindPressed">
      <summary>Event raised when a Rewind command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="P:Windows.Media.MediaControl.SoundLevel">
      <summary>Gets the current sound level.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
      <returns>The current sound level.</returns>
    </member>
    <member name="E:Windows.Media.MediaControl.SoundLevelChanged">
      <summary>Event raised when the sound level changes.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="E:Windows.Media.MediaControl.StopPressed">
      <summary>Event raised when a Stop command is issued to the application.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
    </member>
    <member name="P:Windows.Media.MediaControl.TrackName">
      <summary>Gets or sets the track name.</summary>
      <deprecated type="deprecate">MediaControl may be altered or unavailable for releases after Windows 8.1. Instead, use SystemMediaTransportControls.</deprecated>
      <returns>The name of the track.</returns>
    </member>
    <member name="T:Windows.Media.MediaExtensionManager">
      <summary>Registers a media parser or codec.</summary>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterSchemeHandler(System.String,System.String)">
      <summary>Registers a scheme handler for the specified URL scheme.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the scheme handler. The runtime class must implement the IMediaExtension interface.</param>
      <param name="scheme">The URL scheme that will be recognized to invoke the scheme handler. For example, myscheme://.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterSchemeHandler(System.String,System.String,Windows.Foundation.Collections.IPropertySet)">
      <summary>Registers a scheme handler for the specified URL scheme with an optional configuration parameter.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the scheme handler. The runtime class must implement the IMediaExtension interface.</param>
      <param name="scheme">The URL scheme that will be recognized to invoke the scheme handler. For example, myscheme://.</param>
      <param name="configuration">An optional parameter that contains configuration properties for the scheme handler.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterByteStreamHandler(System.String,System.String,System.String)">
      <summary>Registers a byte-stream handler by file name extension and MIME type.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the byte-stream handler. The runtime class must implement the IMediaExtension interface.</param>
      <param name="fileExtension">The file name extension that is registered for this byte-stream handler.</param>
      <param name="mimeType">The MIME type that is registered for this byte-stream handler.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterByteStreamHandler(System.String,System.String,System.String,Windows.Foundation.Collections.IPropertySet)">
      <summary>Registers a byte-stream handler by file name extension and MIME type, with an optional configuration parameter.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the byte-stream handler. The runtime class must implement the IMediaExtension interface.</param>
      <param name="fileExtension">The file name extension that is registered for this byte-stream handler.</param>
      <param name="mimeType">The MIME type that is registered for this byte-stream handler.</param>
      <param name="configuration">An optional parameter that contains configuration properties for the byte-stream handler.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterAudioDecoder(System.String,System.Guid,System.Guid)">
      <summary>Registers an audio decoder for the specified input and output media types.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the audio decoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the audio decoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the audio decoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterAudioDecoder(System.String,System.Guid,System.Guid,Windows.Foundation.Collections.IPropertySet)">
      <summary>Registers an audio decoder for the specified input and output media types with an optional configuration parameter.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the audio decoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the audio decoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the audio decoder.</param>
      <param name="configuration">An optional parameter that contains the configuration properties to be passed to the audio decoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterAudioEncoder(System.String,System.Guid,System.Guid)">
      <summary>Registers an audio encoder for the specified input and output media types.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the audio encoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the audio encoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the audio encoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterAudioEncoder(System.String,System.Guid,System.Guid,Windows.Foundation.Collections.IPropertySet)">
      <summary>Registers an audio encoder for the specified input and output media types with an optional configuration parameter.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the audio encoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the audio encoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the audio encoder.</param>
      <param name="configuration">An optional parameter that contains the configuration properties to be passed to the audio encoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterVideoDecoder(System.String,System.Guid,System.Guid)">
      <summary>Registers an video decoder for the specified input and output media types.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the video decoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the video decoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the video decoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterVideoDecoder(System.String,System.Guid,System.Guid,Windows.Foundation.Collections.IPropertySet)">
      <summary>Registers a video decoder for the specified input and output media types with an optional configuration parameter.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the video decoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the video decoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the video decoder.</param>
      <param name="configuration">An optional parameter that contains the configuration properties to be passed to the video decoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterVideoEncoder(System.String,System.Guid,System.Guid)">
      <summary>Registers a video encoder for the specified input and output media types.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the video encoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the video encoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the video encoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.RegisterVideoEncoder(System.String,System.Guid,System.Guid,Windows.Foundation.Collections.IPropertySet)">
      <summary>Registers a video encoder for the specified input and output media types with an optional configuration parameter.</summary>
      <param name="activatableClassId">The class identifier of the activatable runtime class of the video encoder. The runtime class must implement the IMediaExtension interface.</param>
      <param name="inputSubtype">The guid identifier of the media type that the video encoder accepts as input.</param>
      <param name="outputSubtype">The guid identifier of the media type that is output by the video encoder.</param>
      <param name="configuration">An optional parameter that contains the configuration properties to be passed to the video encoder.</param>
    </member>
    <member name="M:Windows.Media.MediaExtensionManager.#ctor">
      <summary>Creates a new MediaExtensionManager object that is used to register a media parser or codec.</summary>
    </member>
    <member name="T:Windows.Media.MediaMarkerTypes">
      <summary>Provides a static list of media marker types.</summary>
    </member>
    <member name="P:Windows.Media.MediaMarkerTypes.Bookmark">
      <summary>Gets the value of the Bookmark type which is returned as the string "Bookmark"</summary>
      <returns>The bookmark type which is return as the string "Bookmark".</returns>
    </member>
    <member name="T:Windows.Media.MediaPlaybackStatus">
      <summary>Defines values for the status of the media playback.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackStatus.Closed">
      <summary>The media is closd.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackStatus.Changing">
      <summary>The media is changing.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackStatus.Stopped">
      <summary>The media is stopped.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackStatus.Playing">
      <summary>The media is playing.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackStatus.Paused">
      <summary>The media is paused.</summary>
    </member>
    <member name="T:Windows.Media.MediaPlaybackType">
      <summary>Defines values for the types of media playback.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackType.Unknown">
      <summary>The media type is unknown.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackType.Music">
      <summary>The media type is audio music.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackType.Video">
      <summary>The media type is video.</summary>
    </member>
    <member name="F:Windows.Media.MediaPlaybackType.Image">
      <summary>The media type is an image.</summary>
    </member>
    <member name="T:Windows.Media.MusicDisplayProperties">
      <summary>Provides properties for music information that is displayed by the SystemMediaTransportControlsDisplayUpdater class.</summary>
    </member>
    <member name="P:Windows.Media.MusicDisplayProperties.AlbumArtist">
      <summary>Gets or sets the name of the album artist.</summary>
      <returns>The name of the album artist.</returns>
    </member>
    <member name="P:Windows.Media.MusicDisplayProperties.Artist">
      <summary>Gets or set the name of the song artist.</summary>
      <returns>The name of the song artist.</returns>
    </member>
    <member name="P:Windows.Media.MusicDisplayProperties.Title">
      <summary>Gets or set the title of the song.</summary>
      <returns>The title of the song.</returns>
    </member>
    <member name="T:Windows.Media.SystemMediaTransportControls">
      <summary>Represents an object that enables integrate with the system media transport controls and support for media commands.</summary>
    </member>
    <member name="E:Windows.Media.SystemMediaTransportControls.ButtonPressed">
      <summary>Occurs when a button is pressed on the SystemMediaTransportControls.</summary>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.DisplayUpdater">
      <summary>Gets the display updater for the SystemMediaTransportControls which enable updating the information displayed about the currently playing song.</summary>
      <returns>The display updater for the SystemMediaTransportControls.</returns>
    </member>
    <member name="M:Windows.Media.SystemMediaTransportControls.GetForCurrentView">
      <summary>The system transport controls for the current view.</summary>
      <returns>The system transport controls for the current view.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsChannelDownEnabled">
      <summary>Gets or sets a value that specifies if the channel down button is supported.</summary>
      <returns>true if the channel down button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsChannelUpEnabled">
      <summary>Gets or sets a value that specifies if the channel up button is supported.</summary>
      <returns>true if the channel up button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsFastForwardEnabled">
      <summary>Gets or sets a value that specifies if the fast forward button is supported.</summary>
      <returns>true if the fast forward button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsEnabled">
      <summary>Enables and disables the system media transport controls for the app.</summary>
      <returns>true if the system transport controls are enabled for the app; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsNextEnabled">
      <summary>Gets or sets a value that specifies if the next button is supported.</summary>
      <returns>true if the next button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsPauseEnabled">
      <summary>Gets or sets a value that specifies if the pause button is supported.</summary>
      <returns>true if the pause button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsPlayEnabled">
      <summary>Gets or sets a value that specifies if the play button is supported.</summary>
      <returns>true if the play is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsPreviousEnabled">
      <summary>Gets or sets a value that specifies if the previous button is supported.</summary>
      <returns>true if the previous button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsRecordEnabled">
      <summary>Gets or sets a value that specifies if the record button is supported.</summary>
      <returns>true if the record button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsRewindEnabled">
      <summary>Gets or sets a value that specifies if the rewind button is supported.</summary>
      <returns>true if the rewind button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.IsStopEnabled">
      <summary>Gets or sets a value that specifies if the stop button is supported.</summary>
      <returns>true if the stop button is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.PlaybackStatus">
      <summary>Gets the playback status of the media.</summary>
      <returns>The playback status.</returns>
    </member>
    <member name="E:Windows.Media.SystemMediaTransportControls.PropertyChanged">
      <summary>Occurs when a property on the SystemMediaTransportControls has changed.</summary>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControls.SoundLevel">
      <summary>Gets the sound level of the media for the capture and render streams.</summary>
      <returns>The sound level.</returns>
    </member>
    <member name="T:Windows.Media.SystemMediaTransportControlsButton">
      <summary>Defines values for the buttons on the SystemMediaTransportControls.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.Play">
      <summary>The play button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.Pause">
      <summary>The pause button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.Stop">
      <summary>The stop button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.Record">
      <summary>The record button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.FastForward">
      <summary>The fast forward button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.Rewind">
      <summary>The rewind button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.Next">
      <summary>The next button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.Previous">
      <summary>The previous button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.ChannelUp">
      <summary>The channel up button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.ChannelDown">
      <summary>The channel down button.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsButton.MaxButtons">
      <summary>The max button.</summary>
    </member>
    <member name="T:Windows.Media.SystemMediaTransportControlsButtonPressedEventArgs">
      <summary>Provides data for the SystemMediaTransportControls.ButtonPressed event.</summary>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsButtonPressedEventArgs.Button">
      <summary>Gets the button on the SystemMediaTransportControls that was pressed.</summary>
      <returns>The button that was pressed.</returns>
    </member>
    <member name="T:Windows.Media.SystemMediaTransportControlsDisplayUpdater">
      <summary>Provides functionality to update the music information that is displayed on the SystemMediaTransportControls.</summary>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsDisplayUpdater.AppMediaId">
      <summary>Gets or sets the media id of the app.</summary>
      <returns>The media id.</returns>
    </member>
    <member name="M:Windows.Media.SystemMediaTransportControlsDisplayUpdater.ClearAll">
      <summary>Clears out all of the media metadata.</summary>
    </member>
    <member name="M:Windows.Media.SystemMediaTransportControlsDisplayUpdater.CopyFromFileAsync(Windows.Media.MediaPlaybackType,Windows.Storage.StorageFile)">
      <summary>Initialize the media properties using the specified file.</summary>
      <returns>When this method completes, it returns a boolean value that indicates true if the operation succeeded; otherwise, false.</returns>
      <param name="type">The type of media.</param>
      <param name="source">The file to initialize the media properties.</param>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsDisplayUpdater.ImageProperties">
      <summary>Gets the image properties associated with the currently playing media.</summary>
      <returns>The image properties.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsDisplayUpdater.MusicProperties">
      <summary>Gets the music properties associated with the currently playing media.</summary>
      <returns>The music properties.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsDisplayUpdater.Thumbnail">
      <summary>Gets or sets thumbnail image associated with the currently playing media.</summary>
      <returns>The thumbnail image.</returns>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsDisplayUpdater.Type">
      <summary>Gets or sets the type of media.</summary>
      <returns>The type of media.</returns>
    </member>
    <member name="M:Windows.Media.SystemMediaTransportControlsDisplayUpdater.Update">
      <summary>Updates the metadata for the currently playing media.</summary>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsDisplayUpdater.VideoProperties">
      <summary>Gets the video properties associated with the currently playing media.</summary>
      <returns>The video properties.</returns>
    </member>
    <member name="T:Windows.Media.SystemMediaTransportControlsProperty">
      <summary>Defines values for the properties on the SystemMediaTransportControls.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsProperty.SoundLevel">
      <summary>The sound level property.</summary>
    </member>
    <member name="F:Windows.Media.SystemMediaTransportControlsProperty.MaxProperties">
      <summary>The max properties.</summary>
    </member>
    <member name="T:Windows.Media.SystemMediaTransportControlsPropertyChangedEventArgs">
      <summary>Occurs when a property is changed on the SystemMediaTransportControls.</summary>
    </member>
    <member name="P:Windows.Media.SystemMediaTransportControlsPropertyChangedEventArgs.Property">
      <summary>The property that was changed on the SystemMediaTransportControls.</summary>
      <returns>The property that was changed.</returns>
    </member>
    <member name="T:Windows.Media.VideoDisplayProperties">
      <summary>Provides properties for video information that is displayed by SystemMediaTransportControlsDisplayUpdater class.</summary>
    </member>
    <member name="P:Windows.Media.VideoDisplayProperties.Subtitle">
      <summary>Gets or sets the subtitle of the video.</summary>
      <returns>The subtitle of the video.</returns>
    </member>
    <member name="P:Windows.Media.VideoDisplayProperties.Title">
      <summary>Gets or sets the title of the video.</summary>
      <returns>The title of the video.</returns>
    </member>
    <member name="T:Windows.Media.VideoEffects">
      <summary>Provides video-related effects.</summary>
    </member>
    <member name="P:Windows.Media.VideoEffects.VideoStabilization">
      <summary>Represents a video stabilization effect which can be used on a video object to reduce the shakiness in the video.</summary>
      <returns>The name of the effect: "Windows.Media.VideoStabilizationEffect"</returns>
    </member>
    <member name="T:Windows.Media.SoundLevel">
      <summary>Specifies the sound level of the capture or render stream.</summary>
    </member>
    <member name="F:Windows.Media.SoundLevel.Muted">
      <summary>The sound level is muted.</summary>
    </member>
    <member name="F:Windows.Media.SoundLevel.Low">
      <summary>The sound level is low.</summary>
    </member>
    <member name="F:Windows.Media.SoundLevel.Full">
      <summary>The sound level is at full volume.</summary>
    </member>
    <member name="N:Windows.Media.Capture">
      <summary>Provides classes for the capture of photos, audio recordings, and videos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUI">
      <summary>Provides a full window UI for capturing audio, video, and photos from a camera. As well as controls for trimming video, time delayed capture, and camera settings.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="M:Windows.Media.Capture.CameraCaptureUI.#ctor">
      <summary>Create a new CameraCaptureUI object.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="M:Windows.Media.Capture.CameraCaptureUI.CaptureFileAsync(Windows.Media.Capture.CameraCaptureUIMode)">
      <summary>Launches the CameraCaptureUI user interface.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>When this operation completes, a StorageFile object is returned.</returns>
      <param name="mode">Specifies whether the user interface that will be shown allows the user to capture a photo, capture a video, or capture both photos and videos.</param>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUI.PhotoSettings">
      <summary>Provides settings for capturing photos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>An object containing settings for capturing photos.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUI.VideoSettings">
      <summary>Provides settings for capturing videos. The settings include format, maximum resolution, maximum duration, and whether or not to allow trimming.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>An object that provides settings for capturing videos.</returns>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution">
      <summary>Determines the highest resolution the user can select for capturing photos.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution.HighestAvailable">
      <summary>The user can select any resolution.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution.VerySmallQvga">
      <summary>The user can select resolutions up to 320 X 240, or a similar 16:9 resolution.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution.SmallVga">
      <summary>The user can select resolutions up to 320 X 240, or a similar 16:9 resolution.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution.MediumXga">
      <summary>The user can select resolutions up to 1024 X 768, or a similar 16:9 resolution.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution.Large3M">
      <summary>The user can select resolutions up to 1920 X 1080, or a similar 4:3 resolution.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution.VeryLarge5M">
      <summary>The user can select resolutions up to 5MP.</summary>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUIMaxVideoResolution">
      <summary>Determines the highest resolution the user can select for capturing video.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxVideoResolution.HighestAvailable">
      <summary>The user can select any resolution.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxVideoResolution.LowDefinition">
      <summary>The user can select resolutions up to low definition resolutions.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxVideoResolution.StandardDefinition">
      <summary>The user can select resolutions up to standard definition resolutions.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMaxVideoResolution.HighDefinition">
      <summary>The user can select resolutions up to high definition resolutions.</summary>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUIMode">
      <summary>Determines whether the user interface for capturing from the attached camera allows capture of photos, videos, or both photos and videos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMode.PhotoOrVideo">
      <summary>Either a photo or video can be captured.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMode.Photo">
      <summary>The user can only capture a photo.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIMode.Video">
      <summary>The user can only capture a video.</summary>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings">
      <summary>Provides settings for capturing photos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings.AllowCropping">
      <summary>Determines whether photo cropping will be enabled in the user interface for capture a photo.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>True, if photo cropping will be enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings.CroppedAspectRatio">
      <summary>The aspect ratio of the captured photo.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The aspect ratio of the captured photo. If zero, the aspect ratio is not enforced.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings.CroppedSizeInPixels">
      <summary>The exact size in pixels of the captured photo.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The size of the captured photo.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings.Format">
      <summary>Determines the format that captured photos will be stored in.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>A value that indicates the format for captured photos.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings.MaxResolution">
      <summary>Determines the maximum resolution the user will be able to select.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>A value that indicates the maximum resolution the user will be able to select.</returns>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUIPhotoFormat">
      <summary>Determines the format for storing captured photos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIPhotoFormat.Jpeg">
      <summary>JPEG format.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIPhotoFormat.Png">
      <summary>PNG format.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIPhotoFormat.JpegXR">
      <summary>JPEG-XR format.</summary>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUIVideoCaptureSettings">
      <summary>Provides settings for capturing videos. The settings include format, maximum resolution, maximum duration, and whether or not to allow trimming.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIVideoCaptureSettings.AllowTrimming">
      <summary>Determines whether or not the video trimming user interface will be enabled.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>True, if the user will be allowed to trim videos; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIVideoCaptureSettings.Format">
      <summary>Determines the format for storing captured videos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>A value indicating the format for storing captured videos.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIVideoCaptureSettings.MaxDurationInSeconds">
      <summary>Determines the maximum duration of a video.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The maximum duration of a video. If this property is set to zero, no maximum duration is enforced.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CameraCaptureUIVideoCaptureSettings.MaxResolution">
      <summary>Determines the maximum resolution that the user can select.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The maximum resolution that the user can select.</returns>
    </member>
    <member name="T:Windows.Media.Capture.CameraCaptureUIVideoFormat">
      <summary>Determines the format for saving captured videos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIVideoFormat.Mp4">
      <summary>MP4/H.264/AAC format.</summary>
    </member>
    <member name="F:Windows.Media.Capture.CameraCaptureUIVideoFormat.Wmv">
      <summary>WMV format.</summary>
    </member>
    <member name="T:Windows.Media.Capture.CameraOptionsUI">
      <summary>Provides a method for displaying a UI, by which the UI contains options for the capture of photos, audio recordings and videos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="M:Windows.Media.Capture.CameraOptionsUI.Show(Windows.Media.Capture.MediaCapture)">
      <summary>Displays a UI that contains options for the capture of photos, audio recordings and videos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <param name="mediaCapture">The MediaCapture object that provides methods for the capture of photos, audio recordings and videos.</param>
    </member>
    <member name="T:Windows.Media.Capture.CapturedFrame">
      <summary>Represents a captured video frame.</summary>
    </member>
    <member name="P:Windows.Media.Capture.CapturedFrame.CanRead">
      <summary>Gets a value that indicates if the captured frame can be read from.</summary>
      <returns>true if the captured frame can be read from; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CapturedFrame.CanWrite">
      <summary>Gets a value that indicates if the captured frame can be written to.</summary>
      <returns>true if the captured frame can be written to; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.CloneStream">
      <summary>Creates a copy of the stream.</summary>
      <returns>The clone of the strem.</returns>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.Close">
      <summary>Closes the captured framed object.</summary>
    </member>
    <member name="P:Windows.Media.Capture.CapturedFrame.ContentType">
      <summary>Gets the content type of the captured frame.</summary>
      <returns>The content type of the captured frame.</returns>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.FlushAsync">
      <summary>Asynchronously commits and flushes all of the data of the CapturedFrame.</summary>
      <returns>When this method completes, a boolean value is returned which specifies true if the operation completed successfully; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.GetInputStreamAt(System.UInt64)">
      <summary>Gets the input stream at the specified position.</summary>
      <returns>The input stream.</returns>
      <param name="position">The position in the input stream.</param>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.GetOutputStreamAt(System.UInt64)">
      <summary>Gets the output stream at the specified position.</summary>
      <returns>The output stream.</returns>
      <param name="position">The position in the output stream.</param>
    </member>
    <member name="P:Windows.Media.Capture.CapturedFrame.Height">
      <summary>Gets the height of the captured frame</summary>
      <returns>The height of the frame.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CapturedFrame.Position">
      <summary>Gets the position of the captured frame.</summary>
      <returns>The position of the captured frame.</returns>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.Seek(System.UInt64)">
      <summary>Seeks the stream to the specified position.</summary>
      <param name="position">The position in the stream to seek too.</param>
    </member>
    <member name="P:Windows.Media.Capture.CapturedFrame.Size">
      <summary>Gets the size of the captured frame in bytes.</summary>
      <returns>The size of the captured frame in bytes.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CapturedFrame.Width">
      <summary>Gets the width of the captured frame.</summary>
      <returns>The width of the captured frame.</returns>
    </member>
    <member name="M:Windows.Media.Capture.CapturedFrame.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Asynchronously writes the specified data to the stream.</summary>
      <returns>Represents an asynchronous operation that returns a result and reports progress.</returns>
      <param name="buffer">The data to write to the stream.</param>
    </member>
    <member name="T:Windows.Media.Capture.CapturedPhoto">
      <summary>Represents a photo taken from a capture device such as a webcam attached.</summary>
    </member>
    <member name="P:Windows.Media.Capture.CapturedPhoto.Frame">
      <summary>Gets the photo data, represented as CapturedFrame object, associated with the CapturedPhoto object.</summary>
      <returns>The captured frame.</returns>
    </member>
    <member name="P:Windows.Media.Capture.CapturedPhoto.Thumbnail">
      <summary>Represents a thumbnail image of the capture photo.</summary>
      <returns>The thumbnail image.</returns>
    </member>
    <member name="T:Windows.Media.Capture.LowLagMediaRecording">
      <summary>Provides methods for taking a low lag media recording.</summary>
    </member>
    <member name="M:Windows.Media.Capture.LowLagMediaRecording.FinishAsync">
      <summary>Asynchronously releases the LowLagMediaRecording object and resources used by the media recording operation.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Media.Capture.LowLagMediaRecording.StartAsync">
      <summary>Asynchronously starts the low lag media recording.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Media.Capture.LowLagMediaRecording.StopAsync">
      <summary>Asynchronously stops the low lag media recording.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Media.Capture.LowLagPhotoCapture">
      <summary>Provides methods for taking a low shutter lag photo.</summary>
    </member>
    <member name="M:Windows.Media.Capture.LowLagPhotoCapture.CaptureAsync">
      <summary>Asynchronously captures a low shutter lag photo.</summary>
      <returns>When this method completes, a CapturedPhoto object is returned which contains the captured photo.</returns>
    </member>
    <member name="M:Windows.Media.Capture.LowLagPhotoCapture.FinishAsync">
      <summary>Asynchronously releases the LowLagPhotoCapture object and resources used by the capture photo operation.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Media.Capture.LowLagPhotoSequenceCapture">
      <summary>Provides methods for taking a rapid sequence of low shutter lag photos.</summary>
    </member>
    <member name="M:Windows.Media.Capture.LowLagPhotoSequenceCapture.FinishAsync">
      <summary>Asynchronously releases the LowLagPhotoSequenceCapture object and resources used by the photo sequence capture operation.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="E:Windows.Media.Capture.LowLagPhotoSequenceCapture.PhotoCaptured">
      <summary>Occurs when a photo has been captured.</summary>
    </member>
    <member name="M:Windows.Media.Capture.LowLagPhotoSequenceCapture.StartAsync">
      <summary>Asynchronously starts capturing photos.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Media.Capture.LowLagPhotoSequenceCapture.StopAsync">
      <summary>Asynchronously stops capturing photos.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Media.Capture.MediaCapture">
      <summary>Provides functionality for capturing photos, audio, and videos from a capture device, such as a webcam.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.AddEffectAsync(Windows.Media.Capture.MediaStreamType,System.String,Windows.Foundation.Collections.IPropertySet)">
      <summary>Adds an audio or video effect.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns an IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="mediaStreamType">Specifies the streams to which the effect will be applied.</param>
      <param name="effectActivationID">The class identifier of the activatable runtime class that implements the effect. The runtime class must implement the IMediaExtension interface.</param>
      <param name="effectSettings">Configuration parameters for the effect.</param>
    </member>
    <member name="P:Windows.Media.Capture.MediaCapture.AudioDeviceController">
      <summary>Gets an object that controls settings for the microphone.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>An AudioDeviceController object that controls settings for the microphone.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.CapturePhotoToStorageFileAsync(Windows.Media.MediaProperties.ImageEncodingProperties,Windows.Storage.IStorageFile)">
      <summary>Captures a photo to a storage file.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns an IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="type">The encoding properties for the output image.</param>
      <param name="file">The storage file where the image is saved.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.CapturePhotoToStreamAsync(Windows.Media.MediaProperties.ImageEncodingProperties,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Captures a photo to a random-access stream.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns an IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="type">The encoding properties for the output image.</param>
      <param name="stream">The stream where the image data is written.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.ClearEffectsAsync(Windows.Media.Capture.MediaStreamType)">
      <summary>Removes all audio and video effects from a stream.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="mediaStreamType">The stream from which to remove the effects.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.Close">
      <summary>Closes the media capture object.</summary>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="E:Windows.Media.Capture.MediaCapture.Failed">
      <summary>Raised when an error occurs during media capture.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.GetEncoderProperty(Windows.Media.Capture.MediaStreamType,System.Guid)">
      <summary>Gets the value of an encoding property.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns the value of the encoding property.</returns>
      <param name="mediaStreamType">Specifies the stream to query for the encoding property.</param>
      <param name="propertyId">The encoding property to retrieve.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.GetPreviewMirroring">
      <summary>Queries whether the video stream is mirrored horizontally.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>True if mirroring is enabled; false otherwise.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.GetPreviewRotation">
      <summary>Gets the rotation of the video preview stream.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The amount by which the video preview stream is rotated.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.GetRecordRotation">
      <summary>Gets the rotation of the recorded video.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The amount by which the recorded video is rotated.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.InitializeAsync">
      <summary>Initializes the MediaCapture object, using default settings.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.InitializeAsync(Windows.Media.Capture.MediaCaptureInitializationSettings)">
      <summary>Initializes the MediaCapture object.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="mediaCaptureInitializationSettings">The initialization settings.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.#ctor">
      <summary>Creates a new instance of the MediaCapture object.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="P:Windows.Media.Capture.MediaCapture.MediaCaptureSettings">
      <summary>Gets the configuration settings for the MediaCapture object.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>A MediaCaptureSettings object that contains the settings.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.PrepareLowLagPhotoCaptureAsync(Windows.Media.MediaProperties.ImageEncodingProperties)">
      <summary>Initializes the low shutter lag photo capture and provides the LowLagPhotoCapture object used to manage the recording.</summary>
      <returns>When this method completes, a LowLagPhotoCapture object is returned which can be used to start the photo capture.</returns>
      <param name="type">The encoding profile used for the image.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync(Windows.Media.MediaProperties.ImageEncodingProperties)">
      <summary>Initializes the low shutter lag photo sequence capture and provides the LowLagPhotoSequenceCapture object used to manage the recording.</summary>
      <returns>When this method completes, a LowLagPhotoSequenceCapture object is returned which can be used to start the photo sequence capture.</returns>
      <param name="type">The encoding profile used for the image.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.PrepareLowLagRecordToCustomSinkAsync(Windows.Media.MediaProperties.MediaEncodingProfile,Windows.Media.IMediaExtension)">
      <summary>Initializes the low lag recording using the specified custom sink to store the recording. This method provides the LowLagMediaRecording object used to managed the capture.</summary>
      <returns>When this method completes, a LowLagMediaRecording object is returned which can be used to start the photo capture.</returns>
      <param name="encodingProfile">The encoding profile to use for the recording.</param>
      <param name="customMediaSink">The media extension for the custom media sink.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.PrepareLowLagRecordToCustomSinkAsync(Windows.Media.MediaProperties.MediaEncodingProfile,System.String,Windows.Foundation.Collections.IPropertySet)">
      <summary>Initializes the low lag recording using the specified custom sink to store the recording. This method provides the LowLagMediaRecording object used to managed the recording.</summary>
      <returns>When this method completes, a LowLagMediaRecording object is returned which can be used to start the photo capture.</returns>
      <param name="encodingProfile">The encoding profile to use for the recording.</param>
      <param name="customSinkActivationId">The activatable class ID of the media extension for the custom media sink.</param>
      <param name="customSinkSettings">Contains properties of the media extension.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.PrepareLowLagRecordToStorageFileAsync(Windows.Media.MediaProperties.MediaEncodingProfile,Windows.Storage.IStorageFile)">
      <summary>Initializes the low lag recording using the specified file to store the recording. This method provides the LowLagMediaRecording object used to managed the recording.</summary>
      <returns>When this method completes, a LowLagMediaRecording object is returned which can be used to start the photo capture.</returns>
      <param name="encodingProfile">The encoding profile for the recording.</param>
      <param name="file">The storage file where the image is saved.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.PrepareLowLagRecordToStreamAsync(Windows.Media.MediaProperties.MediaEncodingProfile,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Initializes the low lag recording using the specified random-access stream to store the recording. This method provides the LowLagMediaRecording object used to managed the recording.</summary>
      <returns>When this method completes, a LowLagMediaRecording object is returned which can be used to start the photo capture.</returns>
      <param name="encodingProfile">The encoding profile for the recording.</param>
      <param name="stream">The stream where the image data is written.</param>
    </member>
    <member name="E:Windows.Media.Capture.MediaCapture.RecordLimitationExceeded">
      <summary>Occurs when the record limit is exceeded.</summary>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.SetEncoderProperty(Windows.Media.Capture.MediaStreamType,System.Guid,System.Object)">
      <summary>Sets an encoding property.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <param name="mediaStreamType">The type of media data the stream represents, such as video or audio.</param>
      <param name="propertyId">The encoding property to set.</param>
      <param name="propertyValue">The new value of the encoding property.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.SetEncodingPropertiesAsync(Windows.Media.Capture.MediaStreamType,Windows.Media.MediaProperties.IMediaEncodingProperties,Windows.Media.MediaProperties.MediaPropertySet)">
      <summary>Asynchronously sets the media encoding properties.</summary>
      <returns>Object that is used to control the asynchronous operation.</returns>
      <param name="mediaStreamType">The type of media data the stream represents, such as video or audio.</param>
      <param name="mediaEncodingProperties">The properties for the media encoding.</param>
      <param name="encoderProperties">The properties for the encoder.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.SetPreviewMirroring(System.Boolean)">
      <summary>Enables or disables horizontal mirroring of the video preview stream.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <param name="value">True to enable mirroring; false to disable mirroring.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.SetPreviewRotation(Windows.Media.Capture.VideoRotation)">
      <summary>Rotates the video preview stream.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <param name="value">The amount by which to rotate the video.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.SetRecordRotation(Windows.Media.Capture.VideoRotation)">
      <summary>Rotates the recorded video.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <param name="value">The amount by which to rotate the video.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StartPreviewAsync">
      <summary>Starts preview.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StartPreviewToCustomSinkAsync(Windows.Media.MediaProperties.MediaEncodingProfile,Windows.Media.IMediaExtension)">
      <summary>Starts sending a preview stream to a custom media sink using the specified encoding profile.</summary>
      <returns>An object that is used to control the asynchronous operation.</returns>
      <param name="encodingProfile">The encoding profile to use for the recording.</param>
      <param name="customMediaSink">The media extension for the custom media sink.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StartPreviewToCustomSinkAsync(Windows.Media.MediaProperties.MediaEncodingProfile,System.String,Windows.Foundation.Collections.IPropertySet)">
      <summary>Starts sending a preview stream to a custom media sink using the specified encoding profile and sink settings.</summary>
      <returns>An object that is used to control the asynchronous operation.</returns>
      <param name="encodingProfile">The encoding profile to use for the recording.</param>
      <param name="customSinkActivationId">The activatable class ID of the media extension for the custom media sink.</param>
      <param name="customSinkSettings">Contains properties of the media extension.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StartRecordToCustomSinkAsync(Windows.Media.MediaProperties.MediaEncodingProfile,Windows.Media.IMediaExtension)">
      <summary>Start recording to a custom media sink using the specified encoding profile.</summary>
      <returns>An object that is used to control the asynchronous operation.</returns>
      <param name="encodingProfile">The encoding profile to use for the recording.</param>
      <param name="customMediaSink">The media extension for the custom media sink.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StartRecordToCustomSinkAsync(Windows.Media.MediaProperties.MediaEncodingProfile,System.String,Windows.Foundation.Collections.IPropertySet)">
      <summary>Start recording to a custom media sink using the specified encoding profile and sink settings.</summary>
      <returns>Anobject that is used to control the asynchronous operation.</returns>
      <param name="encodingProfile">The encoding profile to use for the recording.</param>
      <param name="customSinkActivationId">The activatable class ID of the media extension for the custom media sink.</param>
      <param name="customSinkSettings">Contains properties of the media extension.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StartRecordToStorageFileAsync(Windows.Media.MediaProperties.MediaEncodingProfile,Windows.Storage.IStorageFile)">
      <summary>Starts recording asynchronously to a storage file.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="encodingProfile">The encoding profile for the recording.</param>
      <param name="file">The storage file where the image is saved.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StartRecordToStreamAsync(Windows.Media.MediaProperties.MediaEncodingProfile,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Starts recording to a random-access stream.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="encodingProfile">The encoding profile for the recording.</param>
      <param name="stream">The stream where the image data is written.</param>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StopPreviewAsync">
      <summary>Stops preview.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCapture.StopRecordAsync">
      <summary>Stops recording.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>Returns a IAsyncAction object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCapture.VideoDeviceController">
      <summary>Gets an object that controls settings for the video camera.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>A VideoDeviceController object.</returns>
    </member>
    <member name="T:Windows.Media.Capture.MediaCaptureFailedEventArgs">
      <summary>Provides data for the MediaCapture.Failed event.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureFailedEventArgs.Code">
      <summary>The error code of the error that caused the event.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The error code.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureFailedEventArgs.Message">
      <summary>A message string for the error.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The message string.</returns>
    </member>
    <member name="T:Windows.Media.Capture.MediaCaptureFailedEventHandler">
      <summary>Represents the method that will handle the MediaCapture.Failed event.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <param name="sender">The MediaCapture object that raised the event.</param>
      <param name="errorEventArgs">Arguments that contain information about the event.</param>
    </member>
    <member name="T:Windows.Media.Capture.MediaCaptureInitializationSettings">
      <summary>Contains initialization settings for the MediaCapture object which are passed to the MediaCapture.InitializeAsync method.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureInitializationSettings.AudioDeviceId">
      <summary>Gets the DeviceInformation.Id of the microphone.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The DeviceInformation.Id of the microphone.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureInitializationSettings.AudioProcessing">
      <summary>Gets or sets a value that specifies the audio processing mode.</summary>
      <returns>The audio processing mode.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCaptureInitializationSettings.GetVideoDevices">
      <summary>Static method that gets a collection of the video capture devices on the system.</summary>
      <returns>The video capture devices.</returns>
    </member>
    <member name="M:Windows.Media.Capture.MediaCaptureInitializationSettings.#ctor">
      <summary>Creates a new instance of the MediaCaptureInitializationSettings object.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureInitializationSettings.MediaCategory">
      <summary>Gets or set the media category.</summary>
      <returns>The media category.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureInitializationSettings.PhotoCaptureSource">
      <summary>Gets or sets the stream that is used for photo capture.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The stream that is used for photo capture.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureInitializationSettings.StreamingCaptureMode">
      <summary>Gets or sets the streaming mode.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The streaming mode.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureInitializationSettings.VideoDeviceId">
      <summary>Gets the DeviceInformation.Id of the video camera.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The DeviceInformation.Id of the video camera.</returns>
    </member>
    <member name="T:Windows.Media.Capture.MediaCaptureSettings">
      <summary>Contains read-only configuration settings for the MediaCapture object.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.AudioDeviceId">
      <summary>Gets the DeviceInformation.Id of the microphone.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The DeviceInformation.Id of the microphone.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.AudioProcessing">
      <summary>Gets the audio processing mode.</summary>
      <returns>The audio processing mode.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.CameraSoundRequiredForRegion">
      <summary>Gets a value that indicates if the operating system will make a sound when the capture device takes a picture.</summary>
      <returns>true if a sound is played when the capture device takes a picture; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.ConcurrentRecordAndPhotoSequenceSupported">
      <summary>Gets a value that indicates if the capture device supports recording video and taking a photo sequence at the same time.</summary>
      <returns>true if the capture device supports concurrently recording video and capturing a photo sequence; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.ConcurrentRecordAndPhotoSupported">
      <summary>Gets a value that indicates if the capture device supports recording video and taking a photo at the same time.</summary>
      <returns>true if the capture device supports concurrently recording video and capturing a photo; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.Horizontal35mmEquivalentFocalLength">
      <summary>Gets the horizontal 35mm equivalent focal length of the camera lens on the capture device.</summary>
      <returns>The horizontal 35mm equivalent focal length of the camera lens.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.MediaCategory">
      <summary>Gets the media category of the media.</summary>
      <returns>The media category</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.PhotoCaptureSource">
      <summary>Gets the stream that is used for photo capture.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The stream that is used for photo capture.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.PitchOffsetDegrees">
      <summary>Gets the pitch offset of the camera in degrees.</summary>
      <returns>The pitch offset in degrees.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.StreamingCaptureMode">
      <summary>Gets the streaming mode.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The streaming mode.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.Vertical35mmEquivalentFocalLength">
      <summary>Gets the vertical 35mm equivalent focal length of the camera lens on the capture device.</summary>
      <returns>The vertical 35mm equivalent focal length of the camera lens.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.VideoDeviceCharacteristic">
      <summary>Gets a value that indicates which video streams are independent of each other.</summary>
      <returns>A value of VideoDeviceCharacteristic that indicates which video streams are independent pf each other.</returns>
    </member>
    <member name="P:Windows.Media.Capture.MediaCaptureSettings.VideoDeviceId">
      <summary>Gets the DeviceInformation.Id of the video camera.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
      <returns>The DeviceInformation.Id of the video camera.</returns>
    </member>
    <member name="T:Windows.Media.Capture.MediaCategory">
      <summary>Defines values for types of media categories.</summary>
    </member>
    <member name="F:Windows.Media.Capture.MediaCategory.Other">
      <summary>Media category is other.</summary>
    </member>
    <member name="F:Windows.Media.Capture.MediaCategory.Communications">
      <summary>Media is intended for real-time communications.</summary>
    </member>
    <member name="T:Windows.Media.Capture.MediaStreamType">
      <summary>Specifies a type of stream on a media capture device.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.MediaStreamType.VideoPreview">
      <summary>A video preview stream.</summary>
    </member>
    <member name="F:Windows.Media.Capture.MediaStreamType.VideoRecord">
      <summary>A video recording stream.</summary>
    </member>
    <member name="F:Windows.Media.Capture.MediaStreamType.Audio">
      <summary>An audio stream.</summary>
    </member>
    <member name="F:Windows.Media.Capture.MediaStreamType.Photo">
      <summary>A photo stream.</summary>
    </member>
    <member name="T:Windows.Media.Capture.PhotoCapturedEventArgs">
      <summary>Provides data for the photo sequence PhotoCaptured event.</summary>
    </member>
    <member name="P:Windows.Media.Capture.PhotoCapturedEventArgs.CaptureTimeOffset">
      <summary>Gets a value that indicates time offset in the photo sequence.</summary>
      <returns>The</returns>
    </member>
    <member name="P:Windows.Media.Capture.PhotoCapturedEventArgs.Frame">
      <summary>Gets the captured image associated with the event.</summary>
      <returns>The captured image.</returns>
    </member>
    <member name="P:Windows.Media.Capture.PhotoCapturedEventArgs.Thumbnail">
      <summary>Gets a thumbnail version of the captured image associated with the event.</summary>
      <returns>The thumbnail image.</returns>
    </member>
    <member name="T:Windows.Media.Capture.PhotoCaptureSource">
      <summary>Specifies which stream on a video camera is used to capture photos.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.PhotoCaptureSource.Auto">
      <summary>Automatically select the stream.</summary>
    </member>
    <member name="F:Windows.Media.Capture.PhotoCaptureSource.VideoPreview">
      <summary>Use the video stream.</summary>
    </member>
    <member name="F:Windows.Media.Capture.PhotoCaptureSource.Photo">
      <summary>Use the photo stream.</summary>
    </member>
    <member name="T:Windows.Media.Capture.PowerlineFrequency">
      <summary>Specifies the local power line frequency.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.PowerlineFrequency.Disabled">
      <summary>Power-line frequency control is disabled.</summary>
    </member>
    <member name="F:Windows.Media.Capture.PowerlineFrequency.FiftyHertz">
      <summary>The power-line frequency is 50 Hz.</summary>
    </member>
    <member name="F:Windows.Media.Capture.PowerlineFrequency.SixtyHertz">
      <summary>The power-line frequency is 60 Hz.</summary>
    </member>
    <member name="T:Windows.Media.Capture.RecordLimitationExceededEventHandler">
      <summary>Represents the method that will handle RecordLimitationExceeded and related events.</summary>
      <param name="sender">The object where the event handler is attached.</param>
    </member>
    <member name="T:Windows.Media.Capture.StreamingCaptureMode">
      <summary>Specifies the streaming mode for a media capture device.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.StreamingCaptureMode.AudioAndVideo">
      <summary>Capture audio and video.</summary>
    </member>
    <member name="F:Windows.Media.Capture.StreamingCaptureMode.Audio">
      <summary>Capture audio only.</summary>
    </member>
    <member name="F:Windows.Media.Capture.StreamingCaptureMode.Video">
      <summary>Capture video only.</summary>
    </member>
    <member name="T:Windows.Media.Capture.VideoDeviceCharacteristic">
      <summary>Indicates which video streams are independent of each other.</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoDeviceCharacteristic.AllStreamsIndependent">
      <summary>All streams are independent.</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoDeviceCharacteristic.PreviewRecordStreamsIdentical">
      <summary>Preview video streams are identical.</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoDeviceCharacteristic.PreviewPhotoStreamsIdentical">
      <summary>Preview photo streams are identical</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoDeviceCharacteristic.RecordPhotoStreamsIdentical">
      <summary>Video and photo streams are identical</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoDeviceCharacteristic.AllStreamsIdentical">
      <summary>All streams are identical</summary>
    </member>
    <member name="T:Windows.Media.Capture.VideoRotation">
      <summary>Specifies the rotation of the video stream.</summary>
      <capability type="webcam">Required to access cameras.</capability>
      <capability type="microphone">Required to access microphones.</capability>
    </member>
    <member name="F:Windows.Media.Capture.VideoRotation.None">
      <summary>The video stream is not rotated.</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoRotation.Clockwise90Degrees">
      <summary>The video stream is rotated 90 degrees clockwise.</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoRotation.Clockwise180Degrees">
      <summary>The video stream is rotated 180 degrees clockwise.</summary>
    </member>
    <member name="F:Windows.Media.Capture.VideoRotation.Clockwise270Degrees">
      <summary>The video stream is rotated 270 degrees clockwise.</summary>
    </member>
    <member name="N:Windows.Media.ContentRestrictions">
      <summary>Provides classes that define Family Safety settings for rated content.</summary>
    </member>
    <member name="T:Windows.Media.ContentRestrictions.ContentRestrictionsBrowsePolicy">
      <summary>Information used to filter a content catalog.</summary>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.ContentRestrictionsBrowsePolicy.GeographicRegion">
      <summary>Gets the user's geographic region.</summary>
      <returns>A String, representing the geographic region.</returns>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.ContentRestrictionsBrowsePolicy.MaxBrowsableAgeRating">
      <summary>Gets the maximum allowed age rating level to show in a content catalog. No content rated above this level should be displayed.</summary>
      <returns>An integer, that represents age.</returns>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.ContentRestrictionsBrowsePolicy.PreferredAgeRating">
      <summary>Gets the maximum allowed rating level for content consumption.</summary>
      <returns>An integer that represents the rating level.</returns>
    </member>
    <member name="T:Windows.Media.ContentRestrictions.RatedContentRestrictions">
      <summary>Contains all behavior and functionality related to a user's Family Safety content settings.</summary>
    </member>
    <member name="M:Windows.Media.ContentRestrictions.RatedContentRestrictions.GetBrowsePolicyAsync">
      <summary>Gets the user's region and max age ratings.</summary>
      <returns>Returns a ContentRestrictionsBrowsePolicy object.</returns>
    </member>
    <member name="M:Windows.Media.ContentRestrictions.RatedContentRestrictions.GetRestrictionLevelAsync(Windows.Media.ContentRestrictions.RatedContentInfo)">
      <summary>Indicates whether the rated content can be consumed.</summary>
      <returns>This method returns these values:HideThe content's rating is higher than MaxBrowsableAgeRating and shouldn't be displayed in the content catalog. BlockRequestContentAccessAsync returns false if called with this content.Allow RequestContentAccessAsync allows this content.</returns>
      <param name="RatedContentDescription">The rated content info.</param>
    </member>
    <member name="M:Windows.Media.ContentRestrictions.RatedContentRestrictions.#ctor">
      <summary>Initializes a new instance of the RatedContentRestrictions class.</summary>
    </member>
    <member name="M:Windows.Media.ContentRestrictions.RatedContentRestrictions.#ctor(System.UInt32)">
      <summary>Initializes a new instance of the RatedContentRestrictions class with the specified content.</summary>
      <param name="maxAgeRating">The max age rating.</param>
    </member>
    <member name="M:Windows.Media.ContentRestrictions.RatedContentRestrictions.RequestContentAccessAsync(Windows.Media.ContentRestrictions.RatedContentInfo)">
      <summary>Determines whether the child is allowed to consume a piece of content.</summary>
      <returns>Returns true if the child can consume the content.</returns>
      <param name="RatedContentDescription">The rated content info.</param>
    </member>
    <member name="E:Windows.Media.ContentRestrictions.RatedContentRestrictions.RestrictionsChanged">
      <summary>An event handler to notify apps when there are changes to the user's content settings.</summary>
    </member>
    <member name="T:Windows.Media.ContentRestrictions.RatedContentDescription">
      <summary>Stores information about a piece of content. App developers create a RatedContentDescription object for each piece of content in their catalog.</summary>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.RatedContentDescription.Category">
      <summary>The type of rating system applied to the content according to its region.</summary>
      <returns>Specifies the type of a piece of content and the corresponding ratings system according to the region.</returns>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.RatedContentDescription.Id">
      <summary>The ID of the content as determined by the app developer.</summary>
      <returns>The ID of the content as a string.</returns>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.RatedContentDescription.Image">
      <summary>The thumbnail image associated with the content.</summary>
      <returns>An image associated with the content.</returns>
    </member>
    <member name="M:Windows.Media.ContentRestrictions.RatedContentDescription.#ctor(System.String,System.String,Windows.Media.ContentRestrictions.RatedContentCategory)">
      <summary>Initializes a new instance of the RatedContentDescription class.</summary>
      <param name="id">The ID of the content, as specified by the app developer.</param>
      <param name="title">The title of the content.</param>
      <param name="category">The type of content that determines the ratings system associated with it.</param>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.RatedContentDescription.Ratings">
      <summary>The rating of the content, based on the corresponding rating system.</summary>
      <returns></returns>
    </member>
    <member name="P:Windows.Media.ContentRestrictions.RatedContentDescription.Title">
      <summary>The title of the content with the rating.</summary>
      <returns>The title of the content as a string. Read/Write.</returns>
    </member>
    <member name="T:Windows.Media.ContentRestrictions.ContentAccessRestrictionLevel">
      <summary>Specifies how the content is treated based on the child's settings.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.ContentAccessRestrictionLevel.Allow">
      <summary>Can be shown in the content catalog and consumed.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.ContentAccessRestrictionLevel.Warn">
      <summary>(Xbox only) If multiple users are logged in and the content is blocked for at least one user, then content is allowed with a warning displayed.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.ContentAccessRestrictionLevel.Block">
      <summary>Can be shown in the content catalog, but will be blocked by RequestContentAccessAsync.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.ContentAccessRestrictionLevel.Hide">
      <summary>Can't be shown in the content catalog. It's rating is higher than the child's settings determined by MaxBrowsableAgeRating.</summary>
    </member>
    <member name="T:Windows.Media.ContentRestrictions.RatedContentCategory">
      <summary>Specifies the type of the content to be rated.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.RatedContentCategory.General">
      <summary>In-app content for Windows 8.1 and Microsoft Xbox apps.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.RatedContentCategory.Application">
      <summary>Apps on Windows 8.1 and Microsoft Xbox.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.RatedContentCategory.Game">
      <summary>Apps on Windows 8.1 and Microsoft Xbox.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.RatedContentCategory.Movie">
      <summary>In-app content for Windows 8.1 and Microsoft Xbox apps.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.RatedContentCategory.Television">
      <summary>In-app content for Windows 8.1 and Microsoft Xbox apps.</summary>
    </member>
    <member name="F:Windows.Media.ContentRestrictions.RatedContentCategory.Music">
      <summary>In-app content for Windows 8.1 and Microsoft Xbox apps.</summary>
    </member>
    <member name="N:Windows.Media.Core">
      <summary>Contains core media streaming API that support MediaStreamSource. The MediaStreamSource Sample demonstrates how to use the MediaStreamSource.</summary>
    </member>
    <member name="T:Windows.Media.Core.AudioStreamDescriptor">
      <summary>Defines an audio media stream.</summary>
    </member>
    <member name="M:Windows.Media.Core.AudioStreamDescriptor.#ctor(Windows.Media.MediaProperties.AudioEncodingProperties)">
      <summary>Creates an instance of AudioStreamDescriptor class using the specified AudioEncodingProperties.</summary>
      <param name="encodingProperties">The encoding properties for the audio stream.</param>
    </member>
    <member name="P:Windows.Media.Core.AudioStreamDescriptor.EncodingProperties">
      <summary>The encoding properties of the stream.</summary>
      <returns>Describes the format of the audio stream.</returns>
    </member>
    <member name="P:Windows.Media.Core.AudioStreamDescriptor.IsSelected">
      <summary>Specifies whether the stream is currently in use by the MediaStreamSource.</summary>
      <returns>true if the stream is currently in use by the MediaStreamSource; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Core.AudioStreamDescriptor.Language">
      <summary>Gets or sets the RFC-1766 language code for the stream.</summary>
      <returns>The RFC-1766 language code for the stream.</returns>
    </member>
    <member name="P:Windows.Media.Core.AudioStreamDescriptor.Name">
      <summary>Gets or sets the name of the stream.</summary>
      <returns>The name of the stream.</returns>
    </member>
    <member name="T:Windows.Media.Core.IMediaSource">
      <summary>Represents a media source that delivers media samples to a media pipeline.</summary>
    </member>
    <member name="T:Windows.Media.Core.IMediaStreamDescriptor">
      <summary>Defines a media stream.</summary>
    </member>
    <member name="P:Windows.Media.Core.IMediaStreamDescriptor.IsSelected">
      <summary>Specifies whether the stream is currently in use by the MediaStreamSource.</summary>
      <returns>true if the stream is currently in use by the MediaStreamSource; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Core.IMediaStreamDescriptor.Language">
      <summary>Gets or sets the RFC-1766 language code for the stream.</summary>
      <returns>The RFC-1766 language code for the stream.</returns>
    </member>
    <member name="P:Windows.Media.Core.IMediaStreamDescriptor.Name">
      <summary>Gets or sets the name of the stream.</summary>
      <returns>The name of the stream.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSample">
      <summary>Represents a media sample used by the MediaStreamSource.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.Buffer">
      <summary>Gets the buffer which encapsulates the MediaStreamSample data.</summary>
      <returns>The buffer.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSample.CreateFromBuffer(Windows.Storage.Streams.IBuffer,Windows.Foundation.TimeSpan)">
      <summary>Creates a MediaStreamSample from an IBuffer.</summary>
      <returns>The sample created from the data in buffer.</returns>
      <param name="buffer">The buffer that contains the media data used to create the MediaStreamSample.</param>
      <param name="timestamp">The presentation time of this sample.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSample.CreateFromStreamAsync(Windows.Storage.Streams.IInputStream,System.UInt32,Windows.Foundation.TimeSpan)">
      <summary>Asynchronously creates a MediaStreamSample from an IInputStream.</summary>
      <returns>When this method completes, it returns the new file as a MediaStreamSample.</returns>
      <param name="stream">The stream that contains the media data used to create the MediaStreamSample.</param>
      <param name="count">The length of the data in the sample. This is the number of bytes that will be read from stream.</param>
      <param name="timestamp">The presentation time of this MediaStreamSample.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.DecodeTimestamp">
      <summary>Gets and sets the decode timestamp for this MediaStreamSample.</summary>
      <returns>The decode timestamp.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.Discontinuous">
      <summary>Gets or sets a value to indicate that the previous MediaStreamSample in the sequence is missing.</summary>
      <returns>true if the previous MediaStreamSample in the sequence is missing; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.Duration">
      <summary>Gets the duration of the sample.</summary>
      <returns>The duration of the sample.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.ExtendedProperties">
      <summary>Gets a property map that enables getting and setting properties on the MediaStreamSample.</summary>
      <returns>The extended properties map.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.KeyFrame">
      <summary>Gets or sets a value that indicates the MediaStreamSample contains a keyframe.</summary>
      <returns>true if the MediaStreamSample contains a frame that can be decoded independently from other frames; otherwise, false. The default value is false.</returns>
    </member>
    <member name="E:Windows.Media.Core.MediaStreamSample.Processed">
      <summary>Occurs when the MediaStreamSample has been processed by the media pipeline.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.Protection">
      <summary>Gets a MediaStreamSampleProtectionProperties object, which is used for getting and setting properties that are specific to the Digital Rights Management (DRM) protection of the MediaStreamSample.</summary>
      <returns>A collection of properties that are specific to the Digital Rights Management (DRM) protection of the MediaStreamSample.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSample.Timestamp">
      <summary>Gets the time at which a sample should be rendered. This is also referred to as the presentation time.</summary>
      <returns>The time at which the MediaStreamSample should be rendered.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSamplePropertySet">
      <summary>Contains properties for the MediaStreamSample.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Add(System.Guid,System.Object)">
      <summary>Adds an item to the MediaStreamSamplePropertySet.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Add(System.Collections.Generic.KeyValuePair(System.Guid,System.Object))">
      <summary>Adds a new key-value pair to the MediaStreamSamplePropertySet.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Clear">
      <summary>Removes all items from the property set.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Contains(KeyValuePair(System.Guid,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the MediaStreamSamplePropertySet.</summary>
      <returns>true if an item with that key exists in the MediaStreamSamplePropertySet; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the MediaStreamSamplePropertySet.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.ContainsKey(System.Guid)">
      <summary>Returns a value that indicates whether a specified key exists in the MediaStreamSamplePropertySet.</summary>
      <returns>true if an item with that key exists in the MediaStreamSamplePropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the MediaStreamSamplePropertySet.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.CopyTo(System.Collections.Generic.KeyValuePair(System.Guid,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSamplePropertySet.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.First">
      <summary>Returns an iterator to enumerate the items in the property set.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the property set if the property set is empty.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.GetView">
      <summary>Gets an immutable view of the property set.</summary>
      <returns>The immutable view.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.HasKey(System.Guid)">
      <summary>Indicates if the specified key exists in the property set.</summary>
      <returns>true if the key exists; otherwise, false.</returns>
      <param name="key">The key to check.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Insert(System.Guid,System.Object)">
      <summary>Adds the specified key and value to the property set.</summary>
      <returns>True if the method replaces a value that already exists for the key; false if this is a new key.</returns>
      <param name="key">The key to add.</param>
      <param name="value">The value of the key.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSamplePropertySet.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSamplePropertySet.Item(System.Guid)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSamplePropertySet.Keys">
      <summary>Gets an ICollection object containing the keys of the MediaStreamSamplePropertySet.</summary>
      <returns>The ICollection of all keys in this MediaStreamSamplePropertySet.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Lookup(System.Guid)">
      <summary>Retrieves the value for the specified key.</summary>
      <returns>The value, if an item with the specified key exists; otherwise, null.</returns>
      <param name="key">The key to retrieve the value for.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Remove(System.Guid)">
      <summary>Removes an item from the property set.</summary>
      <param name="key">The key to remove.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Remove(System.Guid,@System.Boolean)">
      <summary>Removes a specific item from the MediaStreamSamplePropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.Remove(System.Collections.Generic.KeyValuePair(System.Guid,System.Object))">
      <summary>Removes a specific key-value pair from the MediaStreamSamplePropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSamplePropertySet.Size">
      <summary>Gets the number of items contained in the property set.</summary>
      <returns>The number of items in the property set.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSamplePropertySet.TryGetValue(System.Guid,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the MediaStreamSamplePropertySet. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the MediaStreamSamplePropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the MediaStreamSamplePropertySet.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the MediaStreamSamplePropertySet.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSamplePropertySet.Values">
      <summary>Gets an ICollection object containing the values of the MediaStreamSamplePropertySet.</summary>
      <returns>The ICollection of all values in this MediaStreamSamplePropertySet.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSampleProtectionProperties">
      <summary>Represents a collection properties that are specific to the Digital Rights Management (DRM) protection of the MediaStreamSample.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSampleProtectionProperties.GetInitializationVector(System.Byte[]@)">
      <summary>Gets the Digital Rights Management (DRM) initialization vector from the MediaStreamSample.</summary>
      <param name="value">The initialization vector.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSampleProtectionProperties.GetKeyIdentifier(System.Byte[]@)">
      <summary>Gets the Digital Rights Management (DRM) key identifier from the MediaStreamSample.</summary>
      <param name="value">Receives the key identifier used to decrypt the data.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSampleProtectionProperties.GetSubSampleMapping(System.Byte[]@)">
      <summary>Gets the Digital Rights Management (DRM) sub-sample mapping from the MediaStreamSample.</summary>
      <param name="value">Receives the sub-sample mapping.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSampleProtectionProperties.SetInitializationVector(System.Byte[])">
      <summary>Sets the Digital Rights Management (DRM) initialization vector for the MediaStreamSample.</summary>
      <param name="value">The value to set the Digital Rights Management (DRM) initialization vector to.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSampleProtectionProperties.SetKeyIdentifier(System.Byte[])">
      <summary>Sets the Digital Rights Management (DRM) key identifier for the MediaStreamSample.</summary>
      <param name="value">The value to set the Digital Rights Management (DRM) key identifier to.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSampleProtectionProperties.SetSubSampleMapping(System.Byte[])">
      <summary>Sets the Digital Rights Management (DRM) sub-sample mapping for the MediaStreamSample.</summary>
      <param name="value">The value to set the Digital Rights Management (DRM) sub-sample mapping to.</param>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSource">
      <summary>Represents a media source that delivers media samples directly to the media pipeline.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSource.AddProtectionKey(Windows.Media.Core.IMediaStreamDescriptor,System.Byte[],System.Byte[])">
      <summary>Adds a Digital Rights Management (DRM) protection key which is used by the MediaProtectionManager to encrypt and decrypt the specified stream.</summary>
      <param name="streamDescriptor">The stream the key is used to encrypt and decrypt.</param>
      <param name="keyIdentifier">The key used to encrypt and decrypt the stream.</param>
      <param name="licenseData">The Digital Rights Management (DRM) licence for the media.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSource.AddStreamDescriptor(Windows.Media.Core.IMediaStreamDescriptor)">
      <summary>Adds a new stream descriptor to the MediaStreamSource.</summary>
      <param name="descriptor">The descriptor to add.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSource.BufferTime">
      <summary>Gets or sets the amount of data that is buffered by the MediaStreamSource.</summary>
      <returns>The duration of the buffer which corresponds to the number of MediaStreamSamples the MediaStreamSource requests. The default value is 3 seconds.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSource.CanSeek">
      <summary>Gets or sets whether or not the application supports changing its position in the media time-line.</summary>
      <returns>true if the application supports changing its position in the media time-line; otherwise, false. The default value is false.</returns>
    </member>
    <member name="E:Windows.Media.Core.MediaStreamSource.Closed">
      <summary>Occurs when the MediaStreamSource is shutting down.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSource.Duration">
      <summary>Gets or sets the duration of the media time-line.</summary>
      <returns>The duration of the media time-line. The default value is 0.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSource.MediaProtectionManager">
      <summary>Gets or sets the Digital Rights Management (DRM) MediaProtectionManager used to protect the media.</summary>
      <returns>The media protection manager.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSource.#ctor(Windows.Media.Core.IMediaStreamDescriptor)">
      <summary>Creates an instance of MediaStreamSource from the specified IMediaStreamDescriptor.</summary>
      <param name="descriptor">The AudioStreamDescriptor or VideoStreamDescriptor to create the MediaStreamSource from.</param>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSource.#ctor(Windows.Media.Core.IMediaStreamDescriptor,Windows.Media.Core.IMediaStreamDescriptor)">
      <summary>Creates an instance of MediaStreamSource from two IMediaStreamDescriptor objects.</summary>
      <param name="descriptor">The first AudioStreamDescriptor or VideoStreamDescriptor to create the MediaStreamSource from.</param>
      <param name="descriptor2">The second AudioStreamDescriptor or VideoStreamDescriptor to create the MediaStreamSource from.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSource.MusicProperties">
      <summary>Gets the music properties which are used for musicrelated metadata.</summary>
      <returns>The music properties.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSource.NotifyError(Windows.Media.Core.MediaStreamSourceErrorStatus)">
      <summary>Notifies the MediaStreamSource that an error has occurred which is preventing the application from continuing to deliver data to the MediaStreamSource.</summary>
      <param name="errorStatus">The cause of the error.</param>
    </member>
    <member name="E:Windows.Media.Core.MediaStreamSource.Paused">
      <summary>Occurs when the MediaStreamSource is paused and stops requesting MediaStreamSample objects for an unspecified period of time, but is expected to resume requesting MediaStreamSample objects from the current position.</summary>
    </member>
    <member name="E:Windows.Media.Core.MediaStreamSource.SampleRequested">
      <summary>Occurs when the MediaStreamSource request a MediaStreamSample for a specified stream.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSource.SetBufferedRange(Windows.Foundation.TimeSpan,Windows.Foundation.TimeSpan)">
      <summary>Sets the range of data that the application is currently buffering.</summary>
      <param name="startOffset">The smallest time stamp of a MediaStreamSample buffered by the application.</param>
      <param name="endOffset">The largest time stamp of a MediaStreamSample buffered by the application.</param>
    </member>
    <member name="E:Windows.Media.Core.MediaStreamSource.Starting">
      <summary>Occurs when the MediaStreamSource is ready to start requesting MediaStreamSample objects. The event can specify a position in the media time-line from which the first MediaStreamSample should be delivered.</summary>
    </member>
    <member name="E:Windows.Media.Core.MediaStreamSource.SwitchStreamsRequested">
      <summary>Occurs when the MediaStreamSource will stop requesting MediaStreamSample objects for a certain stream and will start requesting MediaStreamSample objects from a different stream instead.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSource.Thumbnail">
      <summary>Gets or sets the thumbnail which is a reference to a stream for a video thumbnail image or music album art.</summary>
      <returns>The reference to the thumbnail stream.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSource.VideoProperties">
      <summary>Gets the video properties which are used for video related metadata.</summary>
      <returns>The video properties.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceClosedEventArgs">
      <summary>Provides data for the MediaStreamSource.Closed event.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceClosedEventArgs.Request">
      <summary>Gets the object that represents the notification that the MediaStreamSource has been closed.</summary>
      <returns>Provides information regarding why the MediaStreamSource was closed.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceClosedReason">
      <summary>Specifies the reason why a MediaStreamSource was closed.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceClosedReason.Done">
      <summary>No error has occurred.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceClosedReason.UnknownError">
      <summary>An unspecified error has occurred.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceClosedReason.AppReportedError">
      <summary>The app reported an error by calling the NotifyError method on the MediaStreamSource.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceClosedReason.UnsupportedProtectionSystem">
      <summary>Components needed to implement the protection system are missing.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceClosedReason.ProtectionSystemFailure">
      <summary>A failure occurred while initializing the protection system</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceClosedReason.UnsupportedEncodingFormat">
      <summary>One or more media streams use an encoding format which cannot be handled by the media pipeline.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceClosedReason.MissingSampleRequestedEventHandler">
      <summary>The MediaStreamSource object does not have an event handler for the SampleRequested event.</summary>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceClosedRequest">
      <summary>Represents an object to be used by the MediaStreamSource.closed event to provide information to the application.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceClosedRequest.Reason">
      <summary>Gets the reason why the media stream source was closed.</summary>
      <returns>The reason why the media stream source was closed.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceErrorStatus">
      <summary>Specifies errors related to MediaStreamSource.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.Other">
      <summary>An unspecified error has occurred in the application.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.OutOfMemory">
      <summary>The application ran out of memory.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.FailedToOpenFile">
      <summary>The application failed to open a file</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.FailedToConnectToServer">
      <summary>The application failed to connect to a streaming media server or web server.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.ConnectionToServerLost">
      <summary>The network connection to the server was lost.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.UnspecifiedNetworkError">
      <summary>An unspecified network related error has occurred.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.DecodeError">
      <summary>The application encountered an error while attempting to decode the media data.</summary>
    </member>
    <member name="F:Windows.Media.Core.MediaStreamSourceErrorStatus.UnsupportedMediaFormat">
      <summary>The application does not support the media storage format or media encoding format.</summary>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceSampleRequest">
      <summary>Represents an object to be used by the MediaStreamSource.SampleRequest event to provide information to the application.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceSampleRequest.GetDeferral">
      <summary>Defers assigning a MediaStreamSample to MediaStreamSourceSampleRequest object.</summary>
      <returns>The deferral.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceSampleRequest.ReportSampleProgress(System.UInt32)">
      <summary>Provides a status update to the MediaStreamSource while the application is temporarily unable to deliver a requested MediaStreamSample.</summary>
      <param name="progress">A value between 0 to 100 that indicates the progress towards being able to deliver the requested MediaStreamSample.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceSampleRequest.Sample">
      <summary>Sets the MediaStreamSample requested by the MediaStreamSource. Applications deliver a MediaStreamSample to the MediaStreamSource by assigning a value to this property.</summary>
      <returns>The sample which is delivered to the MediaStreamSource when this property is set. The default value is null.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceSampleRequest.StreamDescriptor">
      <summary>Gets the IMediaStreamDescriptor interface of the stream for which a MediaStreamSample is being requested.</summary>
      <returns>The stream for which the MediaStreamSample is being requested.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceSampleRequestDeferral">
      <summary>Provides a way for the application to asynchronously report that it has completed retrieving the MediaStreamSample.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceSampleRequestDeferral.Complete">
      <summary>Reports that the application has completed retrieving the MediaStreamSample.</summary>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceSampleRequestedEventArgs">
      <summary>Provides the data for the SampleRequested event.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceSampleRequestedEventArgs.Request">
      <summary>Gets the object that represents the request for a MediaStreamSample.</summary>
      <returns>Provides information regrading the request for a MediaStreamSample.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceStartingEventArgs">
      <summary>Provides data for the MediaStreamSource.Starting event.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceStartingEventArgs.Request">
      <summary>Gets the object that represents the request to start accumulating MediaStreamSample data.</summary>
      <returns>Provides information regrading the request to start accumulating MediaStreamSample data.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceStartingRequest">
      <summary>Represents a request from the MediaStreamSource.Starting event for the application to start accumulating MediaStreamSample objects from a specific position in the media.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceStartingRequest.GetDeferral">
      <summary>Defers completing the MediaStreamSource.Starting event.</summary>
      <returns>The deferral.</returns>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceStartingRequest.SetActualStartPosition(Windows.Foundation.TimeSpan)">
      <summary>Specifies the starting position in the media time-line for subsequent MediaStreamSamples that will be delivered to the MediaStreamSource.</summary>
      <param name="position">The actual starting point in the media time-line chosen by the application.</param>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceStartingRequest.StartPosition">
      <summary>Specifies a reference to a TimeSpan object which represents a time position in the media time-line from which the application should return MediaStreamSample objects.</summary>
      <returns>A reference that points to a TimeSpan which specifies the position in the media time-line to start sending MediaStreamSample objects. If the reference is null, the application should continue to return MediaStreamSample objects from the current position.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceStartingRequestDeferral">
      <summary>Provides a way for the application to asynchronously report that it has completed processing the MediaStreamSource.Starting event.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceStartingRequestDeferral.Complete">
      <summary>Reports that the application has completed processing the Starting event.</summary>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequest">
      <summary>Represents an object to be used by the MediaStreamSource.SwitchStreamsRequest event to provide information to the application.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequest.GetDeferral">
      <summary>Defers completing the MediaStreamSource.SwitchStreamsRequested event.</summary>
      <returns>The deferral.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequest.NewStreamDescriptor">
      <summary>Gets the stream descriptor for the stream that is now selected by the MediaStreamSource.</summary>
      <returns>The selected stream.</returns>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequest.OldStreamDescriptor">
      <summary>Gets the stream descriptor for the stream which is no longer selected by the MediaStreamSource.</summary>
      <returns>The previously selected stream.</returns>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestDeferral">
      <summary>Provides a way for the application to asynchronously report that it has completed the MediaStreamSource.SwitchStreamsRequested event.</summary>
    </member>
    <member name="M:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestDeferral.Complete">
      <summary>Reports that the application has completed processing the MediaStreamSource.SwitchStreamsRequested event.</summary>
    </member>
    <member name="T:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestedEventArgs">
      <summary>Provides data for the MediaStreamSource.SwitchStreamsRequested event.</summary>
    </member>
    <member name="P:Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestedEventArgs.Request">
      <summary>Gets the object that represents the request to switch the streams.</summary>
      <returns>Provides information regrading the request to switch the streams.</returns>
    </member>
    <member name="T:Windows.Media.Core.VideoStreamDescriptor">
      <summary>Defines an video media stream.</summary>
    </member>
    <member name="P:Windows.Media.Core.VideoStreamDescriptor.EncodingProperties">
      <summary>Gets the encoding properties on the video stream.</summary>
      <returns>The encoding properties on the video stream.</returns>
    </member>
    <member name="P:Windows.Media.Core.VideoStreamDescriptor.IsSelected">
      <summary>Specifies whether the stream is currently in use by the MediaStreamSource.</summary>
      <returns>true if the stream is currently in use by the MediaStreamSource; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Core.VideoStreamDescriptor.Language">
      <summary>Gets or sets the RFC-1766 language code for the stream.</summary>
      <returns>The RFC-1766 language code for the stream.</returns>
    </member>
    <member name="P:Windows.Media.Core.VideoStreamDescriptor.Name">
      <summary>Gets or sets the name of the stream.</summary>
      <returns>The name of the stream.</returns>
    </member>
    <member name="M:Windows.Media.Core.VideoStreamDescriptor.#ctor(Windows.Media.MediaProperties.VideoEncodingProperties)">
      <summary>Creates an instance of the VideoEncodingProperties class using the specified video encoding.</summary>
      <param name="encodingProperties">The encoding properties for the video stream.</param>
    </member>
    <member name="N:Windows.Media.Devices">
      <summary>Accesses and controls devices for audio, video, and communications.</summary>
    </member>
    <member name="T:Windows.Media.Devices.AudioDeviceController">
      <summary>Controls device settings on the microphone.</summary>
    </member>
    <member name="M:Windows.Media.Devices.AudioDeviceController.GetAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType)">
      <summary>Gets a list of the supported encoding properties for the device.</summary>
      <returns>A list of the supported encoding properties.</returns>
      <param name="mediaStreamType">The type of media stream for which to get the properties.</param>
    </member>
    <member name="M:Windows.Media.Devices.AudioDeviceController.GetMediaStreamProperties(Windows.Media.Capture.MediaStreamType)">
      <summary>Gets the encoding properties for the specified media stream type for the device.</summary>
      <returns>The encoding properties.</returns>
      <param name="mediaStreamType">The type of media stream for which to get the properties.</param>
    </member>
    <member name="P:Windows.Media.Devices.AudioDeviceController.Muted">
      <summary>Mutes or unmutes the microphone.</summary>
      <returns>True if the microphone is muted; false otherwise.</returns>
    </member>
    <member name="M:Windows.Media.Devices.AudioDeviceController.SetMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType,Windows.Media.MediaProperties.IMediaEncodingProperties)">
      <summary>Sets the encoding properties asynchronously for the specified media stream type for the device.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="mediaStreamType">The type of media stream for which to set the properties.</param>
      <param name="mediaEncodingProperties">The encoding properties to set.</param>
    </member>
    <member name="P:Windows.Media.Devices.AudioDeviceController.VolumePercent">
      <summary>Gets or sets the volume of the microphone.</summary>
      <returns>The volume of the microphone. The value ranges from 0.0 (silent) to 100.0 (full volume).</returns>
    </member>
    <member name="T:Windows.Media.Devices.CallControl">
      <summary>Represents the properties, commands and events for handling calls on a telephony related device.</summary>
    </member>
    <member name="E:Windows.Media.Devices.CallControl.AnswerRequested">
      <summary>Occurs when the device receives a request to answer a call.</summary>
    </member>
    <member name="E:Windows.Media.Devices.CallControl.AudioTransferRequested">
      <summary>Occurs when the device receives a request for an audio transfer.</summary>
    </member>
    <member name="E:Windows.Media.Devices.CallControl.DialRequested">
      <summary>Occurs when a number is dialed from the device.</summary>
    </member>
    <member name="M:Windows.Media.Devices.CallControl.EndCall(System.UInt64)">
      <summary>Ends the specified call.</summary>
      <param name="callToken">The unique identifier of the specified call.</param>
    </member>
    <member name="M:Windows.Media.Devices.CallControl.FromId(System.String)">
      <summary>Returns a CallControl class that represents the audio communications device specified by the DeviceInformation ID being passed.</summary>
      <returns>A class that represents the specified audio communications device.</returns>
      <param name="deviceId">The DeviceInformation ID of the specified audio communications device.</param>
    </member>
    <member name="M:Windows.Media.Devices.CallControl.GetDefault">
      <summary>Returns a CallControl class that represents the default audio communications device.</summary>
      <returns>A class that represents the default audio communications device.</returns>
    </member>
    <member name="E:Windows.Media.Devices.CallControl.HangUpRequested">
      <summary>Occurs when the device receives a request to hang up a call.</summary>
    </member>
    <member name="P:Windows.Media.Devices.CallControl.HasRinger">
      <summary>Indicates whether the telephony device has a built-in ringer.</summary>
      <returns>A Boolean value that is True if the telephony device has a ringer, and False if it does not.</returns>
    </member>
    <member name="M:Windows.Media.Devices.CallControl.IndicateActiveCall(System.UInt64)">
      <summary>Indicates that the specified call is now active.</summary>
      <param name="callToken">The unique identifier of the specified call.</param>
    </member>
    <member name="M:Windows.Media.Devices.CallControl.IndicateNewIncomingCall(System.Boolean,System.String)">
      <summary>Informs the device that there is an incoming call.</summary>
      <returns>A call token that uniquely identifies this call.</returns>
      <param name="enableRinger">Specifies whether the device should activate its built-in ringer.</param>
      <param name="callerId">A numeric string that specifies the incoming caller ID. This parameter can be null, and often is for many VoIP calls.</param>
    </member>
    <member name="M:Windows.Media.Devices.CallControl.IndicateNewOutgoingCall">
      <summary>Updates device indicators to indicate an outgoing call.</summary>
      <returns>A call token that uniquely identifies this call.</returns>
    </member>
    <member name="E:Windows.Media.Devices.CallControl.KeypadPressed">
      <summary>Occurs when a keypad button on the device has been pressed.</summary>
    </member>
    <member name="E:Windows.Media.Devices.CallControl.RedialRequested">
      <summary>Occurs when the device receives a request to redial.</summary>
    </member>
    <member name="T:Windows.Media.Devices.DefaultAudioCaptureDeviceChangedEventArgs">
      <summary>Contains information about a default audio capture device change event.</summary>
    </member>
    <member name="P:Windows.Media.Devices.DefaultAudioCaptureDeviceChangedEventArgs.Id">
      <summary>Gets the ID of the newly selected audio capture device that caused the change event.</summary>
      <returns>ID of the newly selected audio capture device that caused the change event.</returns>
    </member>
    <member name="P:Windows.Media.Devices.DefaultAudioCaptureDeviceChangedEventArgs.Role">
      <summary>Gets the role of the newly selected audio capture device that caused the change event.</summary>
      <returns>The role of the newly selected audio capture device that caused the change event.</returns>
    </member>
    <member name="T:Windows.Media.Devices.DefaultAudioRenderDeviceChangedEventArgs">
      <summary>Contains information about a default audio render device change event.</summary>
    </member>
    <member name="P:Windows.Media.Devices.DefaultAudioRenderDeviceChangedEventArgs.Id">
      <summary>Gets the ID of the newly selected default audio render device that caused the change event.</summary>
      <returns>ID of the newly selected default audio render device that caused the change event.</returns>
    </member>
    <member name="P:Windows.Media.Devices.DefaultAudioRenderDeviceChangedEventArgs.Role">
      <summary>Gets the role of the newly selected default audio render device that caused the change event.</summary>
      <returns>The role of the newly selected default audio render device that caused the change event.</returns>
    </member>
    <member name="T:Windows.Media.Devices.DialRequestedEventArgs">
      <summary>Contains information for the DialRequested event.</summary>
    </member>
    <member name="P:Windows.Media.Devices.DialRequestedEventArgs.Contact">
      <summary>Returns the contact that was dialed.</summary>
      <returns>The contact.</returns>
    </member>
    <member name="M:Windows.Media.Devices.DialRequestedEventArgs.Handled">
      <summary>Indicates that the DialRequested event has been handled.</summary>
    </member>
    <member name="T:Windows.Media.Devices.ExposureCompensationControl">
      <summary>Provides functionality for modifying exposure levels of captured photos.</summary>
    </member>
    <member name="P:Windows.Media.Devices.ExposureCompensationControl.Max">
      <summary>Gets the maximum exposure time.</summary>
      <returns>The maximum exposure time.</returns>
    </member>
    <member name="P:Windows.Media.Devices.ExposureCompensationControl.Min">
      <summary>Gets the minimum exposure time.</summary>
      <returns>The minimum exposure time.</returns>
    </member>
    <member name="M:Windows.Media.Devices.ExposureCompensationControl.SetValueAsync(System.Single)">
      <summary>Asynchronously sets the exposure compensation.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="value">The exposure compensation level to set the Value property to. The minimum and maximum values are specified by Min and Max.</param>
    </member>
    <member name="P:Windows.Media.Devices.ExposureCompensationControl.Step">
      <summary>Gets the smallest exposure compensation increment supported by the capture device.</summary>
      <returns>The smallest exposure compensation increment.</returns>
    </member>
    <member name="P:Windows.Media.Devices.ExposureCompensationControl.Supported">
      <summary>Gets a value that specifies if the capture device supports the exposure compensation control.</summary>
      <returns>true if the exposure compensation control is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.ExposureCompensationControl.Value">
      <summary>Gets the exposure compensation level.</summary>
      <returns>The exposure time.</returns>
    </member>
    <member name="T:Windows.Media.Devices.ExposureControl">
      <summary>Provides functionality for controlling the exposure settings on a capture device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.ExposureControl.Auto">
      <summary>Gets a value that indicates if auto exposure is enabled.</summary>
      <returns>true if auto exposure is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.ExposureControl.Max">
      <summary>Gets the maximum exposure time.</summary>
      <returns>The maximum exposure time.</returns>
    </member>
    <member name="P:Windows.Media.Devices.ExposureControl.Min">
      <summary>Gets the minimum exposure time.</summary>
      <returns>The minimum exposure time.</returns>
    </member>
    <member name="M:Windows.Media.Devices.ExposureControl.SetAutoAsync(System.Boolean)">
      <summary>Asynchronously enables or disable auto exposure.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="value">Specifies whether or not to enable or disable auto exposure.</param>
    </member>
    <member name="M:Windows.Media.Devices.ExposureControl.SetValueAsync(Windows.Foundation.TimeSpan)">
      <summary>Asynchronously sets the exposure time.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="shutterDuration">The exposure time to set the Value property to. The minimum and maximum values are specified by Min and Max.</param>
    </member>
    <member name="P:Windows.Media.Devices.ExposureControl.Step">
      <summary>Gets the smallest exposure time increment supported by the capture device.</summary>
      <returns>The smallest exposure time increment.</returns>
    </member>
    <member name="P:Windows.Media.Devices.ExposureControl.Supported">
      <summary>Gets a value that specifies if the capture device supports the exposure control.</summary>
      <returns>true if the exposure control is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.ExposureControl.Value">
      <summary>Gets the exposure time.</summary>
      <returns>The exposure time.</returns>
    </member>
    <member name="T:Windows.Media.Devices.FlashControl">
      <summary>Provides functionality for controlling the flash settings on a capture device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.FlashControl.Auto">
      <summary>Gets or sets a value that specifies if flash is automatically set.</summary>
      <returns>true if auto flash is set; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FlashControl.Enabled">
      <summary>Gets a value that specifies if the flash on the capture device is enabled or disabled.</summary>
      <returns>true if the flash is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FlashControl.PowerPercent">
      <summary>Gets or sets the intensity of the flash.</summary>
      <returns>The power percent the torch LED is set to.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FlashControl.PowerSupported">
      <summary>Gets a value that specifics if the device allows the torch LED power settings to be changed.</summary>
      <returns>true if the device allows the torch LED power settings to be changed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FlashControl.RedEyeReduction">
      <summary>Gets a value that specifies if the red eye reduction is enabled or disabled.</summary>
      <returns>true if red eye reduction is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FlashControl.RedEyeReductionSupported">
      <summary>Gets a value that specifies if the capture device supports red eye reduction.</summary>
      <returns>true if the capture device supports red eye reduction; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FlashControl.Supported">
      <summary>Gets a value that specifies if the capture device supports the flash control.</summary>
      <returns>true if the capture device supports the FlashControl; otherwise, false.</returns>
    </member>
    <member name="T:Windows.Media.Devices.FocusControl">
      <summary>Provides functionality for controlling the focus settings on a capture device.</summary>
    </member>
    <member name="M:Windows.Media.Devices.FocusControl.FocusAsync">
      <summary>Asynchronously focuses the device.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FocusControl.Max">
      <summary>Gets the maximum focus length, specified in millimeters.</summary>
      <returns>The maximum focus.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FocusControl.Min">
      <summary>Gets the minimum focus length, specified in millimeters.</summary>
      <returns>The minimum focus length.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FocusControl.Preset">
      <summary>Gets the focus preset.</summary>
      <returns>The focus preset.</returns>
    </member>
    <member name="M:Windows.Media.Devices.FocusControl.SetPresetAsync(Windows.Media.Devices.FocusPreset)">
      <summary>Asynchronously sets the focus Preset.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="preset">The focus preset to set the Preset property to.</param>
    </member>
    <member name="M:Windows.Media.Devices.FocusControl.SetPresetAsync(Windows.Media.Devices.FocusPreset,System.Boolean)">
      <summary>Asynchronously sets the focus Preset, specifying if the operation must complete before the device is focused.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="preset">The focus preset to set the Preset property to.</param>
      <param name="completeBeforeFocus">Specifies if the asynchronous operation must compelte before the device if focused.</param>
    </member>
    <member name="M:Windows.Media.Devices.FocusControl.SetValueAsync(System.UInt32)">
      <summary>Asynchronously sets the focus Value specified in millimeters.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="focus">The value to set the focus to. The minimum and maximum values are specified by Min and Max.</param>
    </member>
    <member name="P:Windows.Media.Devices.FocusControl.Step">
      <summary>Gets the smallest focus increment supported by the capture device.</summary>
      <returns>The smallest focus increment.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FocusControl.Supported">
      <summary>Gets a value that specifies if the capture device supports the focus control.</summary>
      <returns>true if the capture device supports the FocusControl; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FocusControl.SupportedPresets">
      <summary>Gets the focus presets that the capture device supports.</summary>
      <returns>The supported focus presets.</returns>
    </member>
    <member name="P:Windows.Media.Devices.FocusControl.Value">
      <summary>Asynchronously sets the focus Value.</summary>
      <returns>The focus value to set the Value property to. The minimum and maximum values are specified by Min and Max.</returns>
    </member>
    <member name="T:Windows.Media.Devices.IsoSpeedControl">
      <summary>Provides functionality for controlling the ISO film speed settings on a capture device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.IsoSpeedControl.Preset">
      <summary>Gets the ISO film speep preset.</summary>
      <returns>The ISO preset.</returns>
    </member>
    <member name="M:Windows.Media.Devices.IsoSpeedControl.SetPresetAsync(Windows.Media.Devices.IsoSpeedPreset)">
      <summary>Asynchronously sets the ISO film speed Preset.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="preset">The ISO preset value to set the Preset property to.</param>
    </member>
    <member name="P:Windows.Media.Devices.IsoSpeedControl.Supported">
      <summary>Gets a value the specifies if the capture device supports the ISO speed control.</summary>
      <returns>true if the ISO control is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.IsoSpeedControl.SupportedPresets">
      <summary>Gets the ISO presets that the capture device supports.</summary>
      <returns>The supported ISO presets.</returns>
    </member>
    <member name="T:Windows.Media.Devices.KeypadPressedEventArgs">
      <summary>Contains information for the KeypadPressed event.</summary>
    </member>
    <member name="P:Windows.Media.Devices.KeypadPressedEventArgs.TelephonyKey">
      <summary>Returns the value of the keypad button on the device that was pressed.</summary>
      <returns>The key. One of the values of the TelephonyKey enumeration.</returns>
    </member>
    <member name="T:Windows.Media.Devices.LowLagPhotoControl">
      <summary>Provides functionality for managing the low shutter lag photo capture mode on the capture device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoControl.DesiredThumbnailSize">
      <summary>Gets or sets the desired size for thumbnails, which is the largest length of the image, either width or height.</summary>
      <returns>The desired thumbnail size.</returns>
    </member>
    <member name="M:Windows.Media.Devices.LowLagPhotoControl.GetCurrentFrameRate">
      <summary>Gets the current frame rate at which pictures can be taken.</summary>
      <returns>The current frame rate.</returns>
    </member>
    <member name="M:Windows.Media.Devices.LowLagPhotoControl.GetHighestConcurrentFrameRate(Windows.Media.MediaProperties.IMediaEncodingProperties)">
      <summary>Gets the highest frame rate supported when video and photos are being captured concurrently.</summary>
      <returns>The highest concurrent frames per second.</returns>
      <param name="captureProperties">The media encoding properties.</param>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoControl.HardwareAcceleratedThumbnailSupported">
      <summary>Gets a value that specifies if hardware acceleration is supported for thumbnails.</summary>
      <returns>true if hardware acceleration for thumbnails is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoControl.ThumbnailEnabled">
      <summary>Gets a value that enables and disables thumbnail support.</summary>
      <returns>true if thumbnails are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoControl.ThumbnailFormat">
      <summary>Gets or sets the media format for the thumbnails.</summary>
      <returns>The media format for the thumbnails.</returns>
    </member>
    <member name="T:Windows.Media.Devices.LowLagPhotoSequenceControl">
      <summary>Provides functionality for managing the low shutter lag photo sequence mode on the capture device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.DesiredThumbnailSize">
      <summary>Gets or sets the desired size for thumbnails, which is the largest length of the image, either width or height.</summary>
      <returns>The desired thumbnail size.</returns>
    </member>
    <member name="M:Windows.Media.Devices.LowLagPhotoSequenceControl.GetCurrentFrameRate">
      <summary>Gets the current frame rate at which pictures can be taken.</summary>
      <returns>The current frame rate.</returns>
    </member>
    <member name="M:Windows.Media.Devices.LowLagPhotoSequenceControl.GetHighestConcurrentFrameRate(Windows.Media.MediaProperties.IMediaEncodingProperties)">
      <summary>Gets the highest frame rate supported when video and photos sequences are being captured concurrently.</summary>
      <returns>The highest concurrent frames per second.</returns>
      <param name="captureProperties">The media encoding properties.</param>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.HardwareAcceleratedThumbnailSupported">
      <summary>Gets a value that specifies if hardware acceleration is supported for thumbnails in photo sequence mode.</summary>
      <returns>true if hardware acceleration is supported for thumbnails in photo sequence mode; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.MaxPastPhotos">
      <summary>Gets the maximum number of past photos that can be stored.</summary>
      <returns>The maximum number of past photos.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.MaxPhotosPerSecond">
      <summary>Gets the maximum number of photos that can be taken per second.</summary>
      <returns>The maximum number of photos per second.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.PastPhotoLimit">
      <summary>Gets or sets a value that specifies the number of past photos to store.</summary>
      <returns>The number of past photos to store. To determine the maximum number of past photos that can be stored, check the MaxPastPhotos property.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.PhotosPerSecondLimit">
      <summary>Gets or sets the number of photos that are taken per second.</summary>
      <returns>The number of photos taken per second.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.Supported">
      <summary>Gets a value that specifies if the capture device supports low shutter lag photo sequence mode.</summary>
      <returns>true if photo sequence mode is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.ThumbnailEnabled">
      <summary>Gets a value that enables and disables thumbnail support in photo sequence mode.</summary>
      <returns>true if thumbnails are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.LowLagPhotoSequenceControl.ThumbnailFormat">
      <summary>Gets or sets the media format for the thumbnails.</summary>
      <returns>The media format for the thumbnails.</returns>
    </member>
    <member name="T:Windows.Media.Devices.MediaDevice">
      <summary>Provides methods used to select devices for capturing and rendering audio, and for capturing video.</summary>
    </member>
    <member name="E:Windows.Media.Devices.MediaDevice.DefaultAudioCaptureDeviceChanged">
      <summary>Raised when the default audio capture device is changed.</summary>
    </member>
    <member name="E:Windows.Media.Devices.MediaDevice.DefaultAudioRenderDeviceChanged">
      <summary>Raised when the default audio render device is changed.</summary>
    </member>
    <member name="M:Windows.Media.Devices.MediaDevice.GetAudioCaptureSelector">
      <summary>Returns the identifier string of a device for capturing audio.</summary>
      <returns>The identifier string of the audio capture device.</returns>
    </member>
    <member name="M:Windows.Media.Devices.MediaDevice.GetAudioRenderSelector">
      <summary>Returns the identifier string of a device for rendering audio.</summary>
      <returns>The identifier string of the audio rendering device.</returns>
    </member>
    <member name="M:Windows.Media.Devices.MediaDevice.GetDefaultAudioCaptureId(Windows.Media.Devices.AudioDeviceRole)">
      <summary>Returns the identifier string of the default device for capturing audio in the specified role.</summary>
      <returns>The identifier string of the default device.</returns>
      <param name="role">The specified audio device role (console, media, or communications).</param>
    </member>
    <member name="M:Windows.Media.Devices.MediaDevice.GetDefaultAudioRenderId(Windows.Media.Devices.AudioDeviceRole)">
      <summary>Returns the identifier string of the default device for rendering audio in the specified role.</summary>
      <returns>The identifier string of the default device.</returns>
      <param name="role">The specified audio device role (console, media, or communications).</param>
    </member>
    <member name="M:Windows.Media.Devices.MediaDevice.GetVideoCaptureSelector">
      <summary>Returns the identifier string of a device for capturing video.</summary>
      <returns>The identifier string of the video capture device.</returns>
    </member>
    <member name="T:Windows.Media.Devices.MediaDeviceControl">
      <summary>Gets or sets a device setting on a camera.</summary>
    </member>
    <member name="P:Windows.Media.Devices.MediaDeviceControl.Capabilities">
      <summary>Gets the capabilities of the camera for this camera setting.</summary>
      <returns>The capabilities, including the supported range of values, the default value, and the step size.</returns>
    </member>
    <member name="M:Windows.Media.Devices.MediaDeviceControl.TryGetAuto(System.Boolean@)">
      <summary>Indicates whether automatic adjustment of the camera setting is enabled.</summary>
      <returns>Returns true if the method succeeds, or false otherwise.</returns>
      <param name="value">True if automatic adjustment is enabled; false otherwise.</param>
    </member>
    <member name="M:Windows.Media.Devices.MediaDeviceControl.TryGetValue(System.Double@)">
      <summary>Gets the value of the camera setting.</summary>
      <returns>Returns true if the method succeeds, or false otherwise.</returns>
      <param name="value">The current value of the setting. The units depend on the setting.</param>
    </member>
    <member name="M:Windows.Media.Devices.MediaDeviceControl.TrySetAuto(System.Boolean)">
      <summary>Enables or disables automatic adjustment of the camera setting.</summary>
      <returns>Returns true if the method succeeds, or false otherwise.</returns>
      <param name="value">True to enable automatic adjustment; or false to disable automatic adjustment. If false, call TrySetValue to adjust the setting.</param>
    </member>
    <member name="M:Windows.Media.Devices.MediaDeviceControl.TrySetValue(System.Double)">
      <summary>Sets the camera setting.</summary>
      <returns>Returns true if the method succeeds, or false otherwise.</returns>
      <param name="value">The new value of the camera setting. The units depend on the setting.</param>
    </member>
    <member name="T:Windows.Media.Devices.MediaDeviceControlCapabilities">
      <summary>Gets the capabilities of a camera setting.</summary>
    </member>
    <member name="P:Windows.Media.Devices.MediaDeviceControlCapabilities.AutoModeSupported">
      <summary>Queries whether the camera supports automatic adjustment of the setting.</summary>
      <returns>True if the camera supports automatic adjustment of the setting; otherwise false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.MediaDeviceControlCapabilities.Default">
      <summary>Gets the default value of the camera setting.</summary>
      <returns>The default value.</returns>
    </member>
    <member name="P:Windows.Media.Devices.MediaDeviceControlCapabilities.Max">
      <summary>Sets the maximum value of the camera setting.</summary>
      <returns>The maximum value.</returns>
    </member>
    <member name="P:Windows.Media.Devices.MediaDeviceControlCapabilities.Min">
      <summary>Gets the minimum value of the camera setting.</summary>
      <returns>The minimum value.</returns>
    </member>
    <member name="P:Windows.Media.Devices.MediaDeviceControlCapabilities.Step">
      <summary>Ges the step size for the setting.</summary>
      <returns>The step size.</returns>
    </member>
    <member name="P:Windows.Media.Devices.MediaDeviceControlCapabilities.Supported">
      <summary>Indicates whether the camera supports this camera setting.</summary>
      <returns>True if the camera supports the setting; otherwise false.</returns>
    </member>
    <member name="T:Windows.Media.Devices.RedialRequestedEventArgs">
      <summary>Contains information for the RedialRequested event.</summary>
    </member>
    <member name="M:Windows.Media.Devices.RedialRequestedEventArgs.Handled">
      <summary>Indicates that the RedialRequested event has been handled.</summary>
    </member>
    <member name="T:Windows.Media.Devices.RegionOfInterest">
      <summary>Represents a region of interest which is a rectangular region on the image which is used for functions such as focus and exposure.</summary>
    </member>
    <member name="P:Windows.Media.Devices.RegionOfInterest.AutoExposureEnabled">
      <summary>Gets or sets a value that specifies if auto exposure is enabled.</summary>
      <returns>true if auto exposure is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.RegionOfInterest.AutoFocusEnabled">
      <summary>Gets or sets a value that specifies if auto focus is enabled.</summary>
      <returns>true if auto focus is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.RegionOfInterest.AutoWhiteBalanceEnabled">
      <summary>Gets or sets a value that specifies if auto white balance is enabled.</summary>
      <returns>true if auto white balance; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.RegionOfInterest.Bounds">
      <summary>Gets or sets the rectangle that defines the region of focus.</summary>
      <returns>The rectangle that defines the region of focus.</returns>
    </member>
    <member name="M:Windows.Media.Devices.RegionOfInterest.#ctor">
      <summary>Creates a new instance of the RegionOfInterest control.</summary>
    </member>
    <member name="T:Windows.Media.Devices.RegionsOfInterestControl">
      <summary>Provides functionality to mange the regions of interest on a device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.RegionsOfInterestControl.AutoExposureSupported">
      <summary>Gets a value that specifies if auto exposure is supported on the capture device.</summary>
      <returns>true if auto exposure is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.RegionsOfInterestControl.AutoFocusSupported">
      <summary>Gets a value that specifies if auto focus is supported on the capture device.</summary>
      <returns>true if auto focus is supported; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.RegionsOfInterestControl.AutoWhiteBalanceSupported">
      <summary>Gets a value that specifies if auto white balance is supported on the capture device.</summary>
      <returns>true if auto white balance is supported; otherwise, false.</returns>
    </member>
    <member name="M:Windows.Media.Devices.RegionsOfInterestControl.ClearRegionsAsync">
      <summary>Asynchronously clears the regions of interests.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Media.Devices.RegionsOfInterestControl.MaxRegions">
      <summary>Gets the maximum number of regions of interest that can be specified.</summary>
      <returns>The maximum number of regions of interest.</returns>
    </member>
    <member name="M:Windows.Media.Devices.RegionsOfInterestControl.SetRegionsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Asynchronously sets the regions of interest.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="regions">The regions of interest.</param>
    </member>
    <member name="M:Windows.Media.Devices.RegionsOfInterestControl.SetRegionsAsync(Windows.Foundation.Collections.IIterable`1,System.Boolean)">
      <summary>Asynchronously sets the regions of interest.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="regions">The regions of interests.</param>
      <param name="lockValues">Specifies if the values should be locked.</param>
    </member>
    <member name="T:Windows.Media.Devices.SceneModeControl">
      <summary>Provides functionality for controlling the scene mode settings on a capture device.</summary>
    </member>
    <member name="M:Windows.Media.Devices.SceneModeControl.SetValueAsync(Windows.Media.Devices.CaptureSceneMode)">
      <summary>Asynchronously sets the color temperature Value.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="sceneMode">The scene mode to set the Value property to.</param>
    </member>
    <member name="P:Windows.Media.Devices.SceneModeControl.SupportedModes">
      <summary>Gets the scene modes supported on the capture device.</summary>
      <returns>The supported scene modes.</returns>
    </member>
    <member name="P:Windows.Media.Devices.SceneModeControl.Value">
      <summary>Gets the current scene mod ethe capture device is set to.</summary>
      <returns>The scene mode.</returns>
    </member>
    <member name="T:Windows.Media.Devices.TorchControl">
      <summary>Provides functionality for controlling the torch LED settings on a capture device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.TorchControl.Enabled">
      <summary>Gets or sets a value that enables and disables the torch LED on the device.</summary>
      <returns>true if the torch LED is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.TorchControl.PowerPercent">
      <summary>Gets or sets the intensity of the torch LED.</summary>
      <returns>The power percent the torch LED is set to.</returns>
    </member>
    <member name="P:Windows.Media.Devices.TorchControl.PowerSupported">
      <summary>Gets a value that specifics if the device allows the torch LED power settings to be changed.</summary>
      <returns>true if the power settings can be modified; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.TorchControl.Supported">
      <summary>Gets a value that specifies if the capture device supports the torch control.</summary>
      <returns>true if the capture device supports the torch control; otherwise, false.</returns>
    </member>
    <member name="T:Windows.Media.Devices.VideoDeviceController">
      <summary>Controls device settings on the camera.</summary>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.ExposureCompensationControl">
      <summary>Gets the exposure compensation control for this video device.</summary>
      <returns>The exposure compensation control</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.ExposureControl">
      <summary>Gets the exposure control for this video device.</summary>
      <returns>The exposure control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.FlashControl">
      <summary>Gets the flash control for this video device.</summary>
      <returns>The flash control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.FocusControl">
      <summary>Gets the focus control for this video device.</summary>
      <returns>The focus control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.IsoSpeedControl">
      <summary>Gets the ISO film speed control for this video device.</summary>
      <returns>The ISO film speed control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.LowLagPhoto">
      <summary>Gets the low shutter lag photo control for this video device.</summary>
      <returns>The low shutter lag photo control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.LowLagPhotoSequence">
      <summary>Gets the low shutter lag photo sequence control for this video device.</summary>
      <returns>The photo sequence control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.PrimaryUse">
      <summary>Gets or sets the primary use for the device.</summary>
      <returns>The primary use for the device.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.RegionsOfInterestControl">
      <summary>Gets the regions of interest control for this video device.</summary>
      <returns>The regions of interest control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.SceneModeControl">
      <summary>Gets the scene mode control for this video device.</summary>
      <returns>The scene mode control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.TorchControl">
      <summary>Gets the torch control for this video device.</summary>
      <returns>The torch control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.WhiteBalanceControl">
      <summary>Gets the white balance control for this video device.</summary>
      <returns>The white balance control.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.BacklightCompensation">
      <summary>Specifies whether back-light compensation is enabled on the camera.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the back-light compensation.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Brightness">
      <summary>Gets or sets the brightness level on the camera.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the brightness.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Contrast">
      <summary>Gets or sets the contrast level on the camera.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the contrast.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Exposure">
      <summary>Gets or sets the camera's exposure time.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the exposure time.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Focus">
      <summary>Gets or sets the camera's focus setting.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the focus.</returns>
    </member>
    <member name="M:Windows.Media.Devices.VideoDeviceController.GetAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType)">
      <summary>Gets a list of the supported encoding properties for the video device.</summary>
      <returns>A list of the supported encoding properties.</returns>
      <param name="mediaStreamType">The type of media stream for which to get the properties.</param>
    </member>
    <member name="M:Windows.Media.Devices.VideoDeviceController.GetDeviceProperty(System.String)">
      <summary>Gets a property on the camera.</summary>
      <returns>The property value.</returns>
      <param name="propertyId">The property identifier.</param>
    </member>
    <member name="M:Windows.Media.Devices.VideoDeviceController.GetMediaStreamProperties(Windows.Media.Capture.MediaStreamType)">
      <summary>Gets the encoding properties for the specified media stream type for the video device.</summary>
      <returns>The encoding properties.</returns>
      <param name="mediaStreamType">The type of media stream for which to get the properties.</param>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Hue">
      <summary>Gets or sets the camera's hue setting.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the hue.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Pan">
      <summary>Gets or sets the camera's pan setting.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the pan.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Roll">
      <summary>Gets or sets the camera's roll setting.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the roll.</returns>
    </member>
    <member name="M:Windows.Media.Devices.VideoDeviceController.SetDeviceProperty(System.String,System.Object)">
      <summary>Sets a property on the device.</summary>
      <param name="propertyId">The property identifier.</param>
      <param name="propertyValue">The new value of the property.</param>
    </member>
    <member name="M:Windows.Media.Devices.VideoDeviceController.SetMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType,Windows.Media.MediaProperties.IMediaEncodingProperties)">
      <summary>Sets the encoding properties asynchronously for the specified media stream type for the video device.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="mediaStreamType">The type of media stream for which to set the properties.</param>
      <param name="mediaEncodingProperties">The encoding properties to set.</param>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Tilt">
      <summary>Gets or sets the camera's tilt setting.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the tilt.</returns>
    </member>
    <member name="M:Windows.Media.Devices.VideoDeviceController.TryGetPowerlineFrequency(Windows.Media.Capture.PowerlineFrequency@)">
      <summary>Gets the local power line frequency.</summary>
      <returns>Returns true if the method succeeded, or false otherwise.</returns>
      <param name="value">The power line frequency.</param>
    </member>
    <member name="M:Windows.Media.Devices.VideoDeviceController.TrySetPowerlineFrequency(Windows.Media.Capture.PowerlineFrequency)">
      <summary>Sets the local power line frequency.</summary>
      <returns>Returns true if the method succeeded, or false otherwise.</returns>
      <param name="value">The power line frequency.</param>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.WhiteBalance">
      <summary>Gets or sets the white balance on the camera.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the white balance.</returns>
    </member>
    <member name="P:Windows.Media.Devices.VideoDeviceController.Zoom">
      <summary>Gets and sets the camera's zoom setting.</summary>
      <returns>A MediaDeviceControl object that provides methods to get and set the zoom.</returns>
    </member>
    <member name="T:Windows.Media.Devices.WhiteBalanceControl">
      <summary>Provides functionality for controlling the white balance settings on a capture device.</summary>
    </member>
    <member name="P:Windows.Media.Devices.WhiteBalanceControl.Max">
      <summary>Gets the maximum white balance value.</summary>
      <returns>The maximum white balance value.</returns>
    </member>
    <member name="P:Windows.Media.Devices.WhiteBalanceControl.Min">
      <summary>Gets the minimum white balance value.</summary>
      <returns>The minimum white balance value.</returns>
    </member>
    <member name="P:Windows.Media.Devices.WhiteBalanceControl.Preset">
      <summary>Gets the color temperature preset.</summary>
      <returns>The color temperature preset.</returns>
    </member>
    <member name="M:Windows.Media.Devices.WhiteBalanceControl.SetPresetAsync(Windows.Media.Devices.ColorTemperaturePreset)">
      <summary>Asynchronously sets the color temperature Preset.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="preset">The color temperate preset to set the Preset property to.</param>
    </member>
    <member name="M:Windows.Media.Devices.WhiteBalanceControl.SetValueAsync(System.UInt32)">
      <summary>Asynchronously sets the color temperature Value.</summary>
      <returns>The object that is used to control the asynchronous operation.</returns>
      <param name="temperature">The temperature value to set the Value property to.</param>
    </member>
    <member name="P:Windows.Media.Devices.WhiteBalanceControl.Step">
      <summary>Gets the step value.</summary>
      <returns>The step value.</returns>
    </member>
    <member name="P:Windows.Media.Devices.WhiteBalanceControl.Supported">
      <summary>Gets a value that specifies if the capture device supports the white balance control.</summary>
      <returns>true if the capture device supports the white balance control; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.Devices.WhiteBalanceControl.Value">
      <summary>Gets the color temperature value.</summary>
      <returns>The color temperature value.</returns>
    </member>
    <member name="T:Windows.Media.Devices.AudioDeviceRole">
      <summary>Indicates the role of an audio device.</summary>
    </member>
    <member name="F:Windows.Media.Devices.AudioDeviceRole.Default">
      <summary>The audio device is used in the default role.</summary>
    </member>
    <member name="F:Windows.Media.Devices.AudioDeviceRole.Communications">
      <summary>The audio device is used for communications.</summary>
    </member>
    <member name="T:Windows.Media.Devices.CaptureSceneMode">
      <summary>Defines the possible capture scene modes.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Auto">
      <summary>Indicates that the best settings and exposure optimization are automatically performed.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Manual">
      <summary>Indicates that no optimization is performed on the captured frame.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Macro">
      <summary>Indicates that the captured framed is optimized for macro photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Portrait">
      <summary>Indicates that the captured framed is optimized for portrait photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Sport">
      <summary>Indicates that the captured framed is optimized for sports photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Snow">
      <summary>Indicates that the captured framed is optimized for photos that include snow.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Night">
      <summary>Indicates that the captured framed is optimized for night photos</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Beach">
      <summary>Indicates that the captured framed is optimized for beach photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Sunset">
      <summary>Indicates that the captured framed is optimized for sunset photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Candlelight">
      <summary>Indicates that the captured framed is optimized for candlelight photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Landscape">
      <summary>Indicates that the captured framed is optimized for photos of landscape.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.NightPortrait">
      <summary>Indicates that the captured framed is optimized for low-light portrait photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureSceneMode.Backlit">
      <summary>Indicates that the captured framed is optimized for photos that are backlit.</summary>
    </member>
    <member name="T:Windows.Media.Devices.CaptureUse">
      <summary>Defines the values for the primary use of the capture device.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureUse.Photo">
      <summary>The capture device is used primarily for photos.</summary>
    </member>
    <member name="F:Windows.Media.Devices.CaptureUse.Video">
      <summary>The capture device is used primarily for video.</summary>
    </member>
    <member name="T:Windows.Media.Devices.ColorTemperaturePreset">
      <summary>Defines the values for the possible color temperature presets.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Auto">
      <summary>Indicates that the color temperature is set automatically.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Manual">
      <summary>Indicates that the color temperature is set manually.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Cloudy">
      <summary>Indicates that the color temperature is adjusted for a cloudy scene.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Daylight">
      <summary>Indicates that the color temperature is adjusted for a daylight scene.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Flash">
      <summary>Indicates that the color temperature is adjusted for a scene lit by a flash.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Fluorescent">
      <summary>Indicates that the color temperature is adjusted for a scene lit by florescent light.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Tungsten">
      <summary>Indicates that the color temperature is adjusted for a scene lit by tungsten light.</summary>
    </member>
    <member name="F:Windows.Media.Devices.ColorTemperaturePreset.Candlelight">
      <summary>Indicates that the color temperature is adjusted for a scene lit by candlelight.</summary>
    </member>
    <member name="T:Windows.Media.Devices.FocusPreset">
      <summary>Defines the values for the possible focus presets.</summary>
    </member>
    <member name="F:Windows.Media.Devices.FocusPreset.Auto">
      <summary>Indicates that focus is automatically set by the capture.</summary>
    </member>
    <member name="F:Windows.Media.Devices.FocusPreset.Manual">
      <summary>Indicates that focus is manually set.</summary>
    </member>
    <member name="F:Windows.Media.Devices.FocusPreset.AutoMacro">
      <summary>Indicates that the capture device uses a close autofocus range.</summary>
    </member>
    <member name="F:Windows.Media.Devices.FocusPreset.AutoNormal">
      <summary>Indicates that the capture device uses a normal autofocus range.</summary>
    </member>
    <member name="F:Windows.Media.Devices.FocusPreset.AutoInfinity">
      <summary>Indicates that the capture device uses an infinite autofocus range.</summary>
    </member>
    <member name="F:Windows.Media.Devices.FocusPreset.AutoHyperfocal">
      <summary>Indicates that the capture device uses a hyperfocal autofocus range.</summary>
    </member>
    <member name="T:Windows.Media.Devices.IsoSpeedPreset">
      <summary>Defines the possible values for ISO speed presets.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Auto">
      <summary>The film speed is automatically set.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso50">
      <summary>The film speed is set to 50 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso80">
      <summary>The film speed is set to 80 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso100">
      <summary>The film speed is set to 100 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso200">
      <summary>The film speed is set to 200 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso400">
      <summary>The film speed is set to 400 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso800">
      <summary>The film speed is set to 800 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso1600">
      <summary>The film speed is set to 1600 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso3200">
      <summary>The film speed is set to 3200 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso6400">
      <summary>The film speed is set to 6400 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso12800">
      <summary>The film speed is set to 12800 ISO.</summary>
    </member>
    <member name="F:Windows.Media.Devices.IsoSpeedPreset.Iso25600">
      <summary>The film speed is set to 25600 ISO.</summary>
    </member>
    <member name="T:Windows.Media.Devices.TelephonyKey">
      <summary>Indicates the keypad button that was pressed on a telephony device.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D0">
      <summary>The 0 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D1">
      <summary>The 1 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D2">
      <summary>The 2 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D3">
      <summary>The 3 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D4">
      <summary>The 4 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D5">
      <summary>The 5 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D6">
      <summary>The 6 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D7">
      <summary>The 7 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D8">
      <summary>The 8 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D9">
      <summary>The 9 keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.Star">
      <summary>The * keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.Pound">
      <summary>The # keypad button.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.A">
      <summary>Keypad button A.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.B">
      <summary>Keypad button B.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.C">
      <summary>Keypad button C.</summary>
    </member>
    <member name="F:Windows.Media.Devices.TelephonyKey.D">
      <summary>Keypad button D.</summary>
    </member>
    <member name="T:Windows.Media.Devices.IDefaultAudioDeviceChangedEventArgs">
      <summary>Called when the default audio device is changed for either audio render or capture.</summary>
    </member>
    <member name="P:Windows.Media.Devices.IDefaultAudioDeviceChangedEventArgs.Id">
      <summary>Gets the ID of the newly selected audio device that raised the device change event.</summary>
      <returns>ID of the newly selected audio device that raised the device change event.</returns>
    </member>
    <member name="P:Windows.Media.Devices.IDefaultAudioDeviceChangedEventArgs.Role">
      <summary>Gets the role of the newly selected audio device that raised the device change event.</summary>
      <returns>The role of the newly selected audio device that raised the device change event.</returns>
    </member>
    <member name="T:Windows.Media.Devices.IMediaDeviceController">
      <summary>Controls device settings on a video camera or microphone.</summary>
    </member>
    <member name="M:Windows.Media.Devices.IMediaDeviceController.GetAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType)">
      <summary>Gets a list of the supported encoding properties for the device.</summary>
      <returns>A list of the supported encoding properties.</returns>
      <param name="mediaStreamType">The type of media stream for which to get the properties.</param>
    </member>
    <member name="M:Windows.Media.Devices.IMediaDeviceController.GetMediaStreamProperties(Windows.Media.Capture.MediaStreamType)">
      <summary>Gets the encoding properties for the specified media stream type for the device.</summary>
      <returns>The encoding properties.</returns>
      <param name="mediaStreamType">The type of media stream for which to get the properties.</param>
    </member>
    <member name="M:Windows.Media.Devices.IMediaDeviceController.SetMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType,Windows.Media.MediaProperties.IMediaEncodingProperties)">
      <summary>Sets the encoding properties asynchronously for the specified media stream type for the device.</summary>
      <returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
      <param name="mediaStreamType">The type of media stream for which to set the properties.</param>
      <param name="mediaEncodingProperties">The encoding properties to set.</param>
    </member>
    <member name="T:Windows.Media.Devices.CallControlEventHandler">
      <summary>Handles the AnswerRequested and AudioTransferRequested events.</summary>
      <param name="sender">The CallControl object that raised the event.</param>
    </member>
    <member name="T:Windows.Media.Devices.DialRequestedEventHandler">
      <summary>Handles the DialRequested event.</summary>
      <param name="sender">The CallControl object that raised the event.</param>
      <param name="e">A class containing information for the event.</param>
    </member>
    <member name="T:Windows.Media.Devices.KeypadPressedEventHandler">
      <summary>Handles the KeypadPressed event.</summary>
      <param name="sender">The CallControl object that raised the event.</param>
      <param name="e">A class containing information for the event.</param>
    </member>
    <member name="T:Windows.Media.Devices.RedialRequestedEventHandler">
      <summary>Handles the RedialRequested event.</summary>
      <param name="sender">The CallControl object that raised the event.</param>
      <param name="e">A class containing information for the event.</param>
    </member>
    <member name="N:Windows.Media.Effects">
      <summary>Contains classes for discovering the audio processing chain on a device.</summary>
    </member>
    <member name="T:Windows.Media.Effects.AudioEffect">
      <summary>Represents an audio effect.</summary>
    </member>
    <member name="P:Windows.Media.Effects.AudioEffect.AudioEffectType">
      <summary>Gets the type of the audio effect.</summary>
      <returns>The type of the audio effect</returns>
    </member>
    <member name="T:Windows.Media.Effects.AudioCaptureEffectsManager">
      <summary>Represent an audio capture effects manager which can be used to discover the audio processing chain on a device for a specific media category and audio processing mode.</summary>
    </member>
    <member name="E:Windows.Media.Effects.AudioCaptureEffectsManager.AudioCaptureEffectsChanged">
      <summary>Occurs when audio process chain changes.</summary>
    </member>
    <member name="M:Windows.Media.Effects.AudioCaptureEffectsManager.GetAudioCaptureEffects">
      <summary>Gets the list of audio effects on the device.</summary>
      <returns>The list of audio effects.</returns>
    </member>
    <member name="T:Windows.Media.Effects.AudioEffectsManager">
      <summary>Provides functionality for creating audio capture and render effects manager objects.</summary>
    </member>
    <member name="M:Windows.Media.Effects.AudioEffectsManager.CreateAudioCaptureEffectsManager(System.String,Windows.Media.Capture.MediaCategory)">
      <summary>Creates a AudioCaptureEffectsManager object for the specified device for a specific media category.</summary>
      <returns>The new audio capture effects manager.</returns>
      <param name="deviceId">The device id.</param>
      <param name="category">The media category.</param>
    </member>
    <member name="M:Windows.Media.Effects.AudioEffectsManager.CreateAudioCaptureEffectsManager(System.String,Windows.Media.Capture.MediaCategory,Windows.Media.AudioProcessing)">
      <summary>Creates a AudioCaptureEffectsManager object for the specified device for a specific media category and audio processing mode.</summary>
      <returns>The new audio capture effects manager.</returns>
      <param name="deviceId">The device id.</param>
      <param name="category">The media category.</param>
      <param name="mode">The audio processing mode.</param>
    </member>
    <member name="M:Windows.Media.Effects.AudioEffectsManager.CreateAudioRenderEffectsManager(System.String,Windows.Media.Render.AudioRenderCategory,Windows.Media.AudioProcessing)">
      <summary>Creates a AudioRenderEffectsManager object for the specified device for a specific media category.</summary>
      <returns>The new audio render effects manager.</returns>
      <param name="deviceId">The device id.</param>
      <param name="category">The audio render category.</param>
      <param name="mode">The audio precessing mode.</param>
    </member>
    <member name="M:Windows.Media.Effects.AudioEffectsManager.CreateAudioRenderEffectsManager(System.String,Windows.Media.Render.AudioRenderCategory)">
      <summary>Creates a AudioRenderEffectsManager object for the specified device for a specific media category and audio processing mode.</summary>
      <returns>The new audio render effects manager.</returns>
      <param name="deviceId">The device id.</param>
      <param name="category">The audio render category.</param>
    </member>
    <member name="T:Windows.Media.Effects.AudioRenderEffectsManager">
      <summary>Represent an audio render effects manager which can be used to discover the audio processing chain on a device for a specific media category and audio processing mode.</summary>
    </member>
    <member name="E:Windows.Media.Effects.AudioRenderEffectsManager.AudioRenderEffectsChanged">
      <summary>Occurs when audio process chain changes.</summary>
    </member>
    <member name="M:Windows.Media.Effects.AudioRenderEffectsManager.GetAudioRenderEffects">
      <summary>Gets the list of audio effects on the device.</summary>
      <returns>The list of audio effects.</returns>
    </member>
    <member name="T:Windows.Media.Effects.AudioEffectType">
      <summary>Defines values for audio effect types.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.Other">
      <summary>Other.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.AcousticEchoCancellation">
      <summary>An acoustic echo cancellation effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.NoiseSuppression">
      <summary>A noise suppression effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.AutomaticGainControl">
      <summary>A automatic gain control effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.BeamForming">
      <summary>A beam forming effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.ConstantToneRemoval">
      <summary>A constant tone removal effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.Equalizer">
      <summary>A equalizer effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.LoudnessEqualizer">
      <summary>A loudness equalizer effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.BassBoost">
      <summary>A bass boost effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.VirtualSurround">
      <summary>A virtual surround sound effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.VirtualHeadphones">
      <summary>A virtual headphones effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.SpeakerFill">
      <summary>A speaker fill effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.RoomCorrection">
      <summary>A room correction effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.BassManagement">
      <summary>A bass management effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.EnvironmentalEffects">
      <summary>An environmental effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.SpeakerProtection">
      <summary>A speaker protection effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.SpeakerCompensation">
      <summary>A speaker compensation effect.</summary>
    </member>
    <member name="F:Windows.Media.Effects.AudioEffectType.DynamicRangeCompression">
      <summary>A dynamic range compression effect.</summary>
    </member>
    <member name="N:Windows.Media.MediaProperties">
      <summary>Provides classes and other programming elements needed to create properties for media formats.</summary>
    </member>
    <member name="T:Windows.Media.MediaProperties.AudioEncodingProperties">
      <summary>Describes the format of an audio stream.</summary>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.#ctor">
      <summary>Creates a new instance of the AudioEncodingProperties class.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.AudioEncodingProperties.Bitrate">
      <summary>Gets or sets the audio bit rate.</summary>
      <returns>The average bit rate of the audio stream, in bits per second.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.AudioEncodingProperties.BitsPerSample">
      <summary>Gets or sets the number of bits per audio sample.</summary>
      <returns>The number of bits per audio sample.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.AudioEncodingProperties.ChannelCount">
      <summary>Gets or sets the number of audio channels.</summary>
      <returns>The number of audio channels.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.CreateAac(System.UInt32,System.UInt32,System.UInt32)">
      <summary>Creates an instance of AudioEncodingProperties for Advanced Audio Coding (AAC) audio.</summary>
      <returns>The audio encoding properties.</returns>
      <param name="sampleRate">The audio sampling rate.</param>
      <param name="channelCount">The number of audio channels.</param>
      <param name="bitrate">The audio bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.CreateAacAdts(System.UInt32,System.UInt32,System.UInt32)">
      <summary>Creates an instance of AudioEncodingProperties for Advanced Audio Coding (AAC) audio in Audio Data Transport Stream (ADTS) format.</summary>
      <returns>The audio encoding properties.</returns>
      <param name="sampleRate">The audio sampling rate.</param>
      <param name="channelCount">The number of audio channels.</param>
      <param name="bitrate">The audio bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.CreateMp3(System.UInt32,System.UInt32,System.UInt32)">
      <summary>Creates an instance of AudioEncodingProperties for MPEG Audio Layer-3 (MP3) audio.</summary>
      <returns>The audio encoding properties.</returns>
      <param name="sampleRate">The audio sampling rate.</param>
      <param name="channelCount">The number of audio channels.</param>
      <param name="bitrate">The audio bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.CreatePcm(System.UInt32,System.UInt32,System.UInt32)">
      <summary>Creates an instance of AudioEncodingProperties for Pulse Code Modulation (PCM) audio.</summary>
      <returns>The audio encoding properties.</returns>
      <param name="sampleRate">The audio sampling rate.</param>
      <param name="channelCount">The number of audio channels.</param>
      <param name="bitsPerSample">The audio bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.CreateWma(System.UInt32,System.UInt32,System.UInt32)">
      <summary>Creates an instance of AudioEncodingProperties for Windows Media Audio (WMA).</summary>
      <returns>The audio encoding properties.</returns>
      <param name="sampleRate">The audio sampling rate.</param>
      <param name="channelCount">The number of audio channels.</param>
      <param name="bitrate">The audio bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.GetFormatUserData(System.Byte[]@)">
      <summary>Gets the media format user data.</summary>
      <param name="value">Receives the media format data.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.AudioEncodingProperties.Properties">
      <summary>Gets additional format properties for the audio stream.</summary>
      <returns>A property set that contains format properties.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.AudioEncodingProperties.SampleRate">
      <summary>Gets or sets audio sampling rate.</summary>
      <returns>The number of audio samples per second.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.AudioEncodingProperties.SetFormatUserData(System.Byte[])">
      <summary>Sets the media format user data.</summary>
      <param name="value">The media data to set.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.AudioEncodingProperties.Subtype">
      <summary>Gets or sets the subtype of the format.</summary>
      <returns>The subtype.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.AudioEncodingProperties.Type">
      <summary>Gets the format type.</summary>
      <returns>The format type. For audio streams, the format type is Audio.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.AudioEncodingQuality">
      <summary>Describes the level of quality of the audio encoding. The higher the quality, the better the audio fidelity, and the larger the resulting file.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.AudioEncodingQuality.Auto">
      <summary>Auto fills in the proper settings based on the current camera settings. So when Auto is used, settings that are manually modified are ignored. For example, if you create a preset profile using one the static create methods, such as CreateM4a, and specify Auto as the encoding quality, any changes you make to the properties will be overwritten with values based on the current camera settings.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.AudioEncodingQuality.High">
      <summary>Stereo, Professional audio sampling rate (48 kHz), 192 kilobits per second (kbps) data transfer rate.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.AudioEncodingQuality.Medium">
      <summary>Stereo, CD quality sampling rate (44.1 kHz), 128 kilobits per second (kbps) data transfer rate.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.AudioEncodingQuality.Low">
      <summary>Mono, CD quality sampling rate (44.1 kHz), 96 kilobits per second (kbps) data transfer rate.</summary>
    </member>
    <member name="T:Windows.Media.MediaProperties.ContainerEncodingProperties">
      <summary>Describes a media container format.</summary>
    </member>
    <member name="M:Windows.Media.MediaProperties.ContainerEncodingProperties.#ctor">
      <summary>Creates a new instance of the ContainerEncodingProperties class.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.ContainerEncodingProperties.Properties">
      <summary>Gets additional format properties for the media container.</summary>
      <returns>A property set that contains format properties.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.ContainerEncodingProperties.Subtype">
      <summary>Gets or sets the subtype of the media container.</summary>
      <returns>The subtype.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.ContainerEncodingProperties.Type">
      <summary>Gets the format type.</summary>
      <returns>The format type. For media containers, the format type is Container.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.H264ProfileIds">
      <summary>Provides properties for getting H.265 profile ids.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.Baseline">
      <summary>Gets the H.264 baseline profile.</summary>
      <returns>The baseline profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.ConstrainedBaseline">
      <summary>Gets the H.264 constrained baseline profile.</summary>
      <returns>The constrained baseline profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.Extended">
      <summary>Gets the H.264 extended profile.</summary>
      <returns>The extended profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.High">
      <summary>Gets the H.264 high profile.</summary>
      <returns>The high profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.High10">
      <summary>Gets the H.264 high 10 profile.</summary>
      <returns>The high 10 profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.High422">
      <summary>Gets the H.264 high 4:2:2 profile.</summary>
      <returns>The high 4:2:2 profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.High444">
      <summary>Gets the H.264 high 4:4:4 profile.</summary>
      <returns>The high 4:4:4 profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.Main">
      <summary>Gets the H.264 main profile.</summary>
      <returns>Gets the main profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.MultiviewHigh">
      <summary>Gets the H.264 multiview profile.</summary>
      <returns>The multiview profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.H264ProfileIds.StereoHigh">
      <summary>Gets the H.264 stereo high profile.</summary>
      <returns>The stereo high profile.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.ImageEncodingProperties">
      <summary>Describes the format of an image stream.</summary>
    </member>
    <member name="M:Windows.Media.MediaProperties.ImageEncodingProperties.CreateBmp">
      <summary>Creates an instance of ImageEncodingProperties for a BMP image.</summary>
      <returns>The image encoding properties.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.ImageEncodingProperties.CreateJpeg">
      <summary>Creates an instance of ImageEncodingProperties for a JPEG image.</summary>
      <returns>The properties for the image stream.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.ImageEncodingProperties.CreateJpegXR">
      <summary>Creates an instance of ImageEncodingProperties for a JPEG XR image.</summary>
      <returns>The properties for the image stream.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.ImageEncodingProperties.CreatePng">
      <summary>Creates an instance of ImageEncodingProperties for a PNG image.</summary>
      <returns>The properties for the image stream.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.ImageEncodingProperties.CreateUncompressed(Windows.Media.MediaProperties.MediaPixelFormat)">
      <summary>Creates an instance of ImageEncodingProperties for an uncompressed image.</summary>
      <returns>The image encoding properties.</returns>
      <param name="format">The media pixel format.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.ImageEncodingProperties.Height">
      <summary>Gets or sets the image height.</summary>
      <returns>The height of the image, in pixels.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.ImageEncodingProperties.#ctor">
      <summary>Creates a new instance of the ImageEncodingProperties class.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.ImageEncodingProperties.Properties">
      <summary>Gets additional format properties for the image stream.</summary>
      <returns>A property set that contains format properties.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.ImageEncodingProperties.Subtype">
      <summary>Gets or sets the subtype of the format.</summary>
      <returns>The subtype.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.ImageEncodingProperties.Type">
      <summary>Gets the format type.</summary>
      <returns>The format type. For image streams, the format type is Image.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.ImageEncodingProperties.Width">
      <summary>Gets or sets the image width.</summary>
      <returns>The width of the image, in pixels.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.IMediaEncodingProperties">
      <summary>Describes the format of a media stream or media container.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.IMediaEncodingProperties.Properties">
      <summary>Gets additional format properties.</summary>
      <returns>A property set that contains format properties.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.IMediaEncodingProperties.Subtype">
      <summary>Gets or sets the subtype of the format.</summary>
      <returns>The subtype.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.IMediaEncodingProperties.Type">
      <summary>Gets the format type.</summary>
      <returns>The format type. The value can be the string representation of a GUID in canonical form, or one of the predefined values listed in the following table.ValueDescriptionAudioAudio stream.
To get details of the audio format, use AudioEncodingProperties. ContainerMedia container.
ImageStill image data. To get details of the image format, use ImageEncodingProperties. VideoVideo stream.
To get details of the video format, use VideoEncodingProperties.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.MediaEncodingProfile">
      <summary>Describes the encoding profile for an audio or video file. The encoding profile includes descriptions of the audio and video encoding formats, and a description of the media container.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingProfile.Audio">
      <summary>Gets or sets the encoding properties for the audio stream.</summary>
      <returns>The encoding properties of the audio stream. If the profile does not contain an audio stream, the value is null.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingProfile.Container">
      <summary>Gets or sets the properties of the media container.</summary>
      <returns>The properties of the media container.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateAvi(Windows.Media.MediaProperties.VideoEncodingQuality)">
      <summary>Creates an instance of MediaEncodingProfile for AVI.</summary>
      <returns>The media encoding profile.</returns>
      <param name="quality">The video quality.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateFromFileAsync(Windows.Storage.IStorageFile)">
      <summary>Creates an encoding profile from an existing media file.</summary>
      <returns>An object that is used to control the asynchronous operation.</returns>
      <param name="file">The media file from which to create the profile.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateFromStreamAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Creates an encoding profile from a stream that contains media data.</summary>
      <returns>An object that is used to control the asynchronous operation.</returns>
      <param name="stream">The media stream from which to create the profile.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateM4a(Windows.Media.MediaProperties.AudioEncodingQuality)">
      <summary>Creates an encoding profile for AAC audio.</summary>
      <returns>Returns a media encoding profile.</returns>
      <param name="quality">Specifies whether to create a profile with a low bit rate, medium bit rate, or high bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateMp3(Windows.Media.MediaProperties.AudioEncodingQuality)">
      <summary>Creates an encoding profile for MP3 (MPEG-1 layer 3) audio.</summary>
      <returns>Returns a media encoding profile.</returns>
      <param name="quality">Specifies whether to create a profile with a low bit rate, medium bit rate, or high bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateMp4(Windows.Media.MediaProperties.VideoEncodingQuality)">
      <summary>Creates an encoding profile for H.264 video.</summary>
      <returns>Returns a media encoding profile.</returns>
      <param name="quality">Specifies the video resolution of the profile.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateWav(Windows.Media.MediaProperties.AudioEncodingQuality)">
      <summary>Creates an instance of MediaEncodingProfile for WAV</summary>
      <returns>The media encoding profile.</returns>
      <param name="quality">The audio encoding quality.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateWma(Windows.Media.MediaProperties.AudioEncodingQuality)">
      <summary>Creates an encoding profile for Windows Media Audio (WMA).</summary>
      <returns>Returns a media encoding profile.</returns>
      <param name="quality">Specifies whether to create a profile with a low bit rate, medium bit rate, or high bit rate.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateWmv(Windows.Media.MediaProperties.VideoEncodingQuality)">
      <summary>Creates an encoding profile for Windows Media Video (WMV).</summary>
      <returns>Returns a media encoding profile.</returns>
      <param name="quality">Specifies the video resolution of the profile.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaEncodingProfile.#ctor">
      <summary>Creates a new instance of the MediaEncodingProfile class.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingProfile.Video">
      <summary>Gets or sets the encoding properties for the video stream.</summary>
      <returns>The encoding properties of the video stream. If the profile does not contain a video stream, the value is null.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.MediaEncodingSubtypes">
      <summary>Provides properties for getting the standard names for media subtypes.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Aac">
      <summary>Gets the name for Advanced Audio Coding (AAC).</summary>
      <returns>The name for AAC.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.AacAdts">
      <summary>Gets the name for Advanced Audio Coding (AAC) audio in Audio Data Transport Stream (ADTS) format.</summary>
      <returns>The name for AAC ADTS.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Ac3">
      <summary>Gets the name for Dolby Digital audio (AC-3).</summary>
      <returns>The name for AC-3.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.AmrNb">
      <summary>Gets the name for Adaptive Multi-Rate (AmrNb).</summary>
      <returns>The name of AMR-NB.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.AmrWb">
      <summary>Gets the name for Adaptive Multi-Rate Wideband.</summary>
      <returns>The name for AMR-WB</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Argb32">
      <summary>Gets the name for RGB 32 with alpha channel.</summary>
      <returns>The name for AGB32.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Asf">
      <summary>Gets the name for Advanced Systems Format (ASF).</summary>
      <returns>The name for ASF.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Avi">
      <summary>Gets the name for Audio Video Interleave (AVI).</summary>
      <returns>The name for AVI.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Bgra8">
      <summary>Gets the name for BGRA8.</summary>
      <returns>The name for BGRA8.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Bmp">
      <summary>Gets the name for BMP file format.</summary>
      <returns>The name from BMP.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Eac3">
      <summary>Gets the name Dolby Digital Plus (E-AC-3).</summary>
      <returns>Gets the name for E-AC-3.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Float">
      <summary>Gets the name for Uncompressed IEEE floating-point audio.</summary>
      <returns>Gets the name for float.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Gif">
      <summary>Gets the name for Graphics Interchange Format (GIF).</summary>
      <returns>Gets the name for GIF.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.H263">
      <summary>Gets the name for H.263.</summary>
      <returns>The name for H.263.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.H264">
      <summary>The name for H.264.</summary>
      <returns>The name for H.264.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.H264Es">
      <summary>Get the name for H.264Es.</summary>
      <returns>The name for H.264Es.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Hevc">
      <summary>Gets the name for High Efficiency Video Coding (HEVC).</summary>
      <returns>The name for HEVC.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.HevcEs">
      <summary>Gets the name for HEVCES.</summary>
      <returns>The name for HEVCES.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Iyuv">
      <summary>Gets the name for IYUV.</summary>
      <returns>The name for IYUV.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Jpeg">
      <summary>Gets the name for JPEG.</summary>
      <returns>The name for JPEG.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.JpegXr">
      <summary>Gets the name for JPEG-XR.</summary>
      <returns>The name for JPEG-XR.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Mjpg">
      <summary>Gets the name for Motion JPEG (MJPG).</summary>
      <returns>The name for MJPG.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Mp3">
      <summary>Gete the name for MPEG Audio Layer-3 (MP3).</summary>
      <returns>The name for MP3.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Mpeg">
      <summary>Gets the name for MPEG.</summary>
      <returns>The name for MPEG.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Mpeg1">
      <summary>Gets the name for MPEG-1.</summary>
      <returns>The name for MPEG-1.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Mpeg2">
      <summary>Gets the name for MPEG-2.</summary>
      <returns>The name for MPEG-2.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Mpeg4">
      <summary>Gets the name for MPEG-4.</summary>
      <returns>The name for MPEG-4.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Nv12">
      <summary>Gets the name for NV12.</summary>
      <returns>The name for NV12.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Pcm">
      <summary>Gets the name for PCM.</summary>
      <returns>The name for PCM.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Png">
      <summary>Gets the name for Portable Network Graphics (PNG).</summary>
      <returns>Gets the name for PNG.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Rgb24">
      <summary>Gets the name RGB 24.</summary>
      <returns>The name for RGB 24.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Rgb32">
      <summary>Gets the name for RGB 32.</summary>
      <returns>The name for RGB 32.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Tiff">
      <summary>Gets the name for TIFF.</summary>
      <returns>The name for TIFF.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Wave">
      <summary>Gets the name for Waveform Audio File (WAVE).</summary>
      <returns>The name for WAVE.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Wma8">
      <summary>Gets the name for Windows Media Audio 8.</summary>
      <returns>Gets the name for WMA 8.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Wma9">
      <summary>Gets the name for Windows Media Audio 8.</summary>
      <returns>The name for WMA 9.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Wmv3">
      <summary>Gets the name for Windows Media Video 9.</summary>
      <returns>Gets the name for WMV3.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Wvc1">
      <summary>Gets the name for Windows Media Video 9 Advanced Profile.</summary>
      <returns>Gets the name for WVC1.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Yuy2">
      <summary>Gets the name for YUY2.</summary>
      <returns>The name for YUY2.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Yv12">
      <summary>Gets the name for YV12.</summary>
      <returns>The name for YV12.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.MediaPixelFormat">
      <summary>Defines values for media pixel formats.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.MediaPixelFormat.Nv12">
      <summary>NV12 media pixel format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.MediaPixelFormat.Bgra8">
      <summary>BGRA8 media pixel format.</summary>
    </member>
    <member name="T:Windows.Media.MediaProperties.MediaPropertySet">
      <summary>Represents a set of media properties.</summary>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Add(System.Guid,System.Object)">
      <summary>Adds an item to the MediaPropertySet.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Add(System.Collections.Generic.KeyValuePair(System.Guid,System.Object))">
      <summary>Adds a new key-value pair to the MediaPropertySet.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Clear">
      <summary>Removes all items from the property set.</summary>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Contains(KeyValuePair(System.Guid,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the MediaPropertySet.</summary>
      <returns>true if an item with that key exists in the MediaPropertySet; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the MediaPropertySet.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.ContainsKey(System.Guid)">
      <summary>Returns a value that indicates whether a specified key exists in the MediaPropertySet.</summary>
      <returns>true if an item with that key exists in the MediaPropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the MediaPropertySet.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.CopyTo(System.Collections.Generic.KeyValuePair(System.Guid,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaPropertySet.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.First">
      <summary>Returns an iterator to enumerate the items in the property set.</summary>
      <returns>The iterator. The current position of the iterator is index 0, or the end of the property set if the property set is empty.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.GetView">
      <summary>Returns an immutable view of the property set.</summary>
      <returns>The immutable view.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.HasKey(System.Guid)">
      <summary>Indicates whether the property set has an item with the specified key.</summary>
      <returns>True if the property set has an item with the specified key; otherwise, false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Insert(System.Guid,System.Object)">
      <summary>Adds an item to the property set.</summary>
      <returns>True if the method replaced a value that already existed for the key; false if this is a new key.</returns>
      <param name="key">The key of the item to insert.</param>
      <param name="value">The value of the item to insert.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaPropertySet.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaPropertySet.Item(System.Guid)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaPropertySet.Keys">
      <summary>Gets an ICollection object containing the keys of the MediaPropertySet.</summary>
      <returns>The ICollection of all keys in this MediaPropertySet.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Lookup(System.Guid)">
      <summary>Retrieves the value for the specified key.</summary>
      <returns>The value, if an item with the specified key exists. Otherwise, null.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.#ctor">
      <summary>Creates an instance for MediaPropertySet.</summary>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Remove(System.Guid)">
      <summary>Removes an item from the property set.</summary>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Remove(System.Guid,@System.Boolean)">
      <summary>Removes a specific item from the MediaPropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.Remove(System.Collections.Generic.KeyValuePair(System.Guid,System.Object))">
      <summary>Removes a specific key-value pair from the MediaPropertySet.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaPropertySet.Size">
      <summary>Gets the number of items contained in the property set.</summary>
      <returns>The number of items in the property set.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.MediaPropertySet.TryGetValue(System.Guid,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the MediaPropertySet. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the MediaPropertySet; otherwise, false.</returns>
      <param name="key">The key to check for in the MediaPropertySet.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the MediaPropertySet.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaPropertySet.Values">
      <summary>Gets an ICollection object containing the values of the MediaPropertySet .</summary>
      <returns>The ICollection of all values in this MediaPropertySet.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.MediaRatio">
      <summary>Represents ratios used in media operations.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaRatio.Denominator">
      <summary>The denominator of the MediaRatio.</summary>
      <returns>The denominator value.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.MediaRatio.Numerator">
      <summary>The numerator of the MediaRatio.</summary>
      <returns>The numerator value.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.MediaThumbnailFormat">
      <summary>Defines values for media formats for thumbnails.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.MediaThumbnailFormat.Bmp">
      <summary>BMP media format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.MediaThumbnailFormat.Bgra8">
      <summary>BGRA8 media format.</summary>
    </member>
    <member name="T:Windows.Media.MediaProperties.Mpeg2ProfileIds">
      <summary>Provides properties for getting MPEG-2 profile ids.</summary>
    </member>
    <member name="P:Windows.Media.MediaProperties.Mpeg2ProfileIds.High">
      <summary>Gets the MPEG-2 high profile.</summary>
      <returns>The MPEG-2 high profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.Mpeg2ProfileIds.Main">
      <summary>Gets the MPEG-2 main profile.</summary>
      <returns>The MPEG-2 main profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.Mpeg2ProfileIds.SignalNoiseRatioScalable">
      <summary>Gets the MPEG-2 signal to noise ratio scalable profile.</summary>
      <returns>The MPEG-2 signal to noise ratio scalable profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.Mpeg2ProfileIds.Simple">
      <summary>Gets the MPEG-2 simple profile.</summary>
      <returns>The MPEG-2 simple profile.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.Mpeg2ProfileIds.SpatiallyScalable">
      <summary>Gets the MPEG-2 spatially scalable profile.</summary>
      <returns>The MPEG-2 spatially scalable profile.</returns>
    </member>
    <member name="T:Windows.Media.MediaProperties.VideoEncodingProperties">
      <summary>Describes the format of a video stream.</summary>
    </member>
    <member name="M:Windows.Media.MediaProperties.VideoEncodingProperties.CreateH264">
      <summary>Creates an instance of VideoEncodingProperties for a H.263 video.</summary>
      <returns>The video encoding properties.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.VideoEncodingProperties.CreateMpeg2">
      <summary>Creates an instance of VideoEncodingProperties for a MPEG-2 video.</summary>
      <returns>The video encoding properties.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.VideoEncodingProperties.CreateUncompressed(System.String,System.UInt32,System.UInt32)">
      <summary>Creates an instance of VideoEncodingProperties for a uncompressed video.</summary>
      <returns>The video encoding properties.</returns>
      <param name="subtype">The media subtype of the format.</param>
      <param name="width">The video image width.</param>
      <param name="height">The video image height.</param>
    </member>
    <member name="M:Windows.Media.MediaProperties.VideoEncodingProperties.GetFormatUserData(System.Byte[]@)">
      <summary>Gets the media format user data.</summary>
      <param name="value">Receives the media format data.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.ProfileId">
      <summary>Gets or sets the media format profile.</summary>
      <returns>The media format profile.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.VideoEncodingProperties.SetFormatUserData(System.Byte[])">
      <summary>Sets the media format user data.</summary>
      <param name="value">The media data to set.</param>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.Bitrate">
      <summary>Gets or sets the video bit rate.</summary>
      <returns>The average bit rate of the video stream, in bits per second.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.FrameRate">
      <summary>Gets or sets the video frame rate.</summary>
      <returns>The frame rate, in frames per second.The frame rate is expressed as a ratio. For example, if the frame rate is 30 frames per second (fps), the ratio is 30/1. If the frame rate is 29.97 fps, the ratio is 30,000/1001.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.Height">
      <summary>Gets or sets the video image height.</summary>
      <returns>The height of the video image, in pixels.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.PixelAspectRatio">
      <summary>Gets or sets the pixel aspect ratio.</summary>
      <returns>The pixel aspect ratio.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.Properties">
      <summary>Gets additional format properties for the video stream.</summary>
      <returns>A property set that contains format properties.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.Subtype">
      <summary>Gets or sets the subtype of the format.</summary>
      <returns>The subtype.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.Type">
      <summary>Gets the format type.</summary>
      <returns>The format type. For video streams, the format type is Video.</returns>
    </member>
    <member name="P:Windows.Media.MediaProperties.VideoEncodingProperties.Width">
      <summary>Gets or sets the video image width.</summary>
      <returns>The width of the video image, in pixels.</returns>
    </member>
    <member name="M:Windows.Media.MediaProperties.VideoEncodingProperties.#ctor">
      <summary>Creates a new instance of the VideoEncodingProperties class.</summary>
    </member>
    <member name="T:Windows.Media.MediaProperties.VideoEncodingQuality">
      <summary>Determines the video encoding format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.Auto">
      <summary>Auto fills in the proper settings based on the current camera settings. So when Auto is used, settings that are manually modified are ignored. For example, if you create a preset profile using one the static create methods, such as CreateWmv, and specify Auto as the encoding quality, any changes you make to the properties will be overwritten with values based on the current camera settings.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.HD1080p">
      <summary>HD1080p format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.HD720p">
      <summary>HD720p format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.Wvga">
      <summary>Wvga format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.Ntsc">
      <summary>Ntsc format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.Pal">
      <summary>Pal format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.Vga">
      <summary>Vga format.</summary>
    </member>
    <member name="F:Windows.Media.MediaProperties.VideoEncodingQuality.Qvga">
      <summary>Qvga format.</summary>
    </member>
    <member name="N:Windows.Media.Playlists">
      <summary>Provides classes for creating and saving media playlists for playback.</summary>
    </member>
    <member name="T:Windows.Media.Playlists.Playlist">
      <summary>Provides access to a media playlist.</summary>
    </member>
    <member name="M:Windows.Media.Playlists.Playlist.#ctor">
      <summary>Creates a new instance of a Playlist object.</summary>
    </member>
    <member name="M:Windows.Media.Playlists.Playlist.LoadAsync(Windows.Storage.IStorageFile)">
      <summary>Asynchronously loads files into a playlist.</summary>
      <returns>Represents the asynchronous operation for loading the playlist. The GetResults method of this IAsyncOperation object returns the playlist.</returns>
      <param name="file">Represents the files to load.</param>
    </member>
    <member name="M:Windows.Media.Playlists.Playlist.SaveAsAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)">
      <summary>Asynchronously saves the playlist to a specified file and folder.</summary>
      <returns>Represents the asynchronous operation to save the playlist to a specified file and folder.</returns>
      <param name="saveLocation">The folder in which to save the playlist.</param>
      <param name="desiredName">The name of the playlist to save.</param>
      <param name="option">The action to take if the playlist is saved to an existing file. One of the values of the NameCollisionOption enumeration.</param>
    </member>
    <member name="M:Windows.Media.Playlists.Playlist.SaveAsAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption,Windows.Media.Playlists.PlaylistFormat)">
      <summary>Asynchronously saves the playlist to a specified file and folder, in a specified format.</summary>
      <returns>Represents the asynchronous operation to save the playlist to a specified file and folder.</returns>
      <param name="saveLocation">The folder in which to save the playlist.</param>
      <param name="desiredName">The name of the playlist to save.</param>
      <param name="option">The action to take if the playlist is saved to an existing file. One of the values of the NameCollisionOption enumeration.</param>
      <param name="playlistFormat">The playlist format. One of the values of the PlaylistFormat enumeration.</param>
    </member>
    <member name="M:Windows.Media.Playlists.Playlist.SaveAsync">
      <summary>Asynchronously saves the playlist.</summary>
      <returns>Represents the asynchronous action to save the playlist.</returns>
    </member>
    <member name="P:Windows.Media.Playlists.Playlist.Files">
      <summary>The set of media files that make up the playlist.</summary>
      <returns>The list of media files that make up the playlist.</returns>
    </member>
    <member name="T:Windows.Media.Playlists.PlaylistFormat">
      <summary>Indicates the format of a playlist file.</summary>
    </member>
    <member name="F:Windows.Media.Playlists.PlaylistFormat.WindowsMedia">
      <summary>Windows Media playlist.</summary>
    </member>
    <member name="F:Windows.Media.Playlists.PlaylistFormat.Zune">
      <summary>Zune playlist.</summary>
    </member>
    <member name="F:Windows.Media.Playlists.PlaylistFormat.M3u">
      <summary>M3U playlist.</summary>
    </member>
    <member name="N:Windows.Media.PlayTo">
      <summary>Supports the streaming of audio, video, and images to remote devices.</summary>
    </member>
    <member name="T:Windows.Media.PlayTo.CurrentTimeChangeRequestedEventArgs">
      <summary>Provides information about the CurrentTimeChangeRequested event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.CurrentTimeChangeRequestedEventArgs.Time">
      <summary>Gets the new time that the Play To source audio or video stream has been changed to.</summary>
      <returns>The new time that the Play To source audio or video has been changed to.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.MuteChangeRequestedEventArgs">
      <summary>Provides information about the MuteChangeRequested event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.MuteChangeRequestedEventArgs.Mute">
      <summary>Gets a value that indicates whether mute or unmute was requested.</summary>
      <returns>True if mute was requested; otherwise false.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.PlaybackRateChangeRequestedEventArgs">
      <summary>Provides information about the PlaybackRateChangeRequested event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlaybackRateChangeRequestedEventArgs.Rate">
      <summary>Gets the new playback rate.</summary>
      <returns>The new playback rate.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToConnection">
      <summary>Provides information about a Play To connection.</summary>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToConnection.Error">
      <summary>Occurs when an error is encountered for the Play To connection.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToConnection.State">
      <summary>Gets the state of the Play To connection.</summary>
      <returns>The state of the Play To connection.</returns>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToConnection.StateChanged">
      <summary>Occurs when the state of the Play To connection has changed.</summary>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToConnection.Transferred">
      <summary>Occurs when the Play To connection is transferred to the next Play To source.</summary>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToConnectionError">
      <summary>Describes an error on a Play To connection.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionError.None">
      <summary>No error occurred.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionError.DeviceNotResponding">
      <summary>The Play To target device has not responded for at least 5 seconds.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionError.DeviceError">
      <summary>The Play To target device has encountered an error.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionError.DeviceLocked">
      <summary>The Play To target device is locked.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionError.ProtectedPlaybackFailed">
      <summary>The Play To target device failed to play the protected content.</summary>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToConnectionErrorEventArgs">
      <summary>Provides information about the Error event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToConnectionErrorEventArgs.Code">
      <summary>Gets the error code for a Play To connection error.</summary>
      <returns>The error code for a Play To connection error.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToConnectionErrorEventArgs.Message">
      <summary>Gets the error message for a Play To connection error.</summary>
      <returns>The error message for a Play To connection error.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToConnectionState">
      <summary>Describes the status of a Play To connection.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionState.Disconnected">
      <summary>The connection is disconnected.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionState.Connected">
      <summary>The connection is connected.</summary>
    </member>
    <member name="F:Windows.Media.PlayTo.PlayToConnectionState.Rendering">
      <summary>The connection is rendering media on the Play To target device.</summary>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToConnectionStateChangedEventArgs">
      <summary>Provides information about the StateChanged event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToConnectionStateChangedEventArgs.CurrentState">
      <summary>Gets the current state after the Play To connection state has changed.</summary>
      <returns>The current state after the Play To connection state has changed.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToConnectionStateChangedEventArgs.PreviousState">
      <summary>Gets the previous state before the Play To connection state was changed.</summary>
      <returns>The previous state before the Play To connection state was changed.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToConnectionTransferredEventArgs">
      <summary>Provides information about the Transferred event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToConnectionTransferredEventArgs.CurrentSource">
      <summary>Gets the current Play To source that a connection was transferred to.</summary>
      <returns>The current Play To source that a connection was transferred to.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToConnectionTransferredEventArgs.PreviousSource">
      <summary>Gets the previous Play To source that a connection was transferred from.</summary>
      <returns>The previous Play To source that a connection was transferred from.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToManager">
      <summary>Provides access to Play To capabilities.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToManager.DefaultSourceSelection">
      <summary>Enables or disables the default source selection for Play To.</summary>
      <returns>True to enable default source selection; otherwise false. The default is true.</returns>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToManager.GetForCurrentView">
      <summary>Gets the Play To manager for the current view.</summary>
      <returns>The Play To manager for the current view.</returns>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToManager.ShowPlayToUI">
      <summary>Displays the Play To UI.</summary>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToManager.SourceRequested">
      <summary>Occurs when a user requests media to stream to a Play To target device.</summary>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToManager.SourceSelected">
      <summary>Occurs when a Play To source element has been selected.</summary>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToReceiver">
      <summary>Represents a Play To target.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.CurrentTimeChangeRequested">
      <summary>Occurs when the time location of the playback has changed.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToReceiver.FriendlyName">
      <summary>Gets or sets the display name of the Play To target.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>The display name of the Play To target.</returns>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.MuteChangeRequested">
      <summary>Occurs when the audio has been muted or unmuted.</summary>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyDurationChange(Windows.Foundation.TimeSpan)">
      <summary>Notifies the Play To receiver that the duration of the audio or video playback has changed.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <param name="duration">The new duration of the audio or video media.</param>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyEnded">
      <summary>Notifies the Play To receiver that the audio or video playback has ended.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyError">
      <summary>Notifies the Play To receiver that an error has occurred in displaying or playing the media.</summary>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyLoadedMetadata">
      <summary>Notifies the Play To receiver that metadata for the media has finished loading.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyPaused">
      <summary>Notifies the Play To receiver that the audio or video playback has been paused.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyPlaying">
      <summary>Notifies the Play To receiver that the audio or video playback has started.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyRateChange(System.Double)">
      <summary>Notifies the Play To receiver that the rate of the audio or video playback has changed.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <param name="rate">The new value of the playback rate.</param>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifySeeked">
      <summary>Notifies the Play To receiver that the audio or video playback element has started at a new playback location.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifySeeking">
      <summary>Notifies the Play To receiver that the audio or video playback element is seeking a new playback location.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyStopped">
      <summary>Notifies the Play To receiver that the audio or video playback has stopped.</summary>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyTimeUpdate(Windows.Foundation.TimeSpan)">
      <summary>Notifies the Play To receiver that the time location of the audio or video playback has changed.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <param name="currentTime">The new time location of the playback.</param>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.NotifyVolumeChange(System.Double,System.Boolean)">
      <summary>Notifies the Play To receiver that the volume of the audio or video playback has changed.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <param name="volume">The new value for the volume.</param>
      <param name="mute">True if the volume was muted; otherwise false.</param>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.PauseRequested">
      <summary>Occurs when audio or video playback has been paused.</summary>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.PlaybackRateChangeRequested">
      <summary>Occurs when the rate of audio or video playback has changed.</summary>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.PlayRequested">
      <summary>Occurs when audio or video playback starts.</summary>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.#ctor">
      <summary>Creates a new instance of a Play To receiver.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToReceiver.Properties">
      <summary>Gets a set of custom properties for the Play To receiver.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>A set of custom properties for the Play To receiver.</returns>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.SourceChangeRequested">
      <summary>Occurs when the source media for the Play To receiver have changed.</summary>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.StartAsync">
      <summary>Start receiving Play To commands.</summary>
      <returns>An asynchronous handler that's called when the start operation is complete.</returns>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToReceiver.StopAsync">
      <summary>Stop receiving Play To commands.</summary>
      <returns>An asynchronous handler that's called when the stop operation is complete.</returns>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.StopRequested">
      <summary>Occurs when a request has been made for the Play To receiver to stop playing the streamed media.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToReceiver.SupportsAudio">
      <summary>Gets or sets a value that indicates whether the Play To target supports audio.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>True if the Play To target supports audio; otherwise false.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToReceiver.SupportsImage">
      <summary>Gets or sets a value that indicates whether the Play To target supports images.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>True if the Play To target supports images; otherwise false.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToReceiver.SupportsVideo">
      <summary>Gets or sets a value that indicates whether the Play To target supports video.</summary>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>True if the Play To target supports video; otherwise false.</returns>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.TimeUpdateRequested">
      <summary>Occurs when the current playback position has changed.</summary>
    </member>
    <member name="E:Windows.Media.PlayTo.PlayToReceiver.VolumeChangeRequested">
      <summary>Occurs when the volume for the source audio or video has changed.</summary>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToSource">
      <summary>Represents a media element to connect to a Play To target.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSource.Connection">
      <summary>Gets the connection to the Play To target.</summary>
      <returns>The connection to the Play To target.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSource.Next">
      <summary>Gets or sets the next Play To source element.</summary>
      <returns>The next Play To source element.</returns>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToSource.PlayNext">
      <summary>Connects the next Play To source element to the Play To target.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSource.PreferredSourceUri">
      <summary>Specifies a preferred Uniform Resource Identifier (URI) for the media stream, such as a cloud based media server, used is used for Play To by reference.</summary>
      <returns>The preferred URI to stream the media from.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToSourceDeferral">
      <summary>Represents a deferred operation when you're supplying a source media element for Play To.</summary>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToSourceDeferral.Complete">
      <summary>Ends the deferral.</summary>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToSourceRequest">
      <summary>Represents a request to connect a media element with a Play To target.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSourceRequest.Deadline">
      <summary>Gets the time limit to supply the Play To source element.</summary>
      <returns>The time limit to supply the Play To source element.</returns>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToSourceRequest.DisplayErrorString(System.String)">
      <summary>Displays an error message in the Play To UI.</summary>
      <param name="errorString">The error message to display in the Play To UI.</param>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToSourceRequest.GetDeferral">
      <summary>Defers connecting a media source to a Play To target.</summary>
      <returns>A deferral object that you can use to identify when the deferral is complete.</returns>
    </member>
    <member name="M:Windows.Media.PlayTo.PlayToSourceRequest.SetSource(Windows.Media.PlayTo.PlayToSource)">
      <summary>Sets the source element to connect to the Play To target.</summary>
      <param name="value">The source element to connect to the Play To target.</param>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToSourceRequestedEventArgs">
      <summary>Provides information about the SourceRequested event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSourceRequestedEventArgs.SourceRequest">
      <summary>Gets the media object to connect to a Play To target.</summary>
      <returns>The media object to connect to a Play To target.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.PlayToSourceSelectedEventArgs">
      <summary>Provides information about the SourceSelected event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSourceSelectedEventArgs.FriendlyName">
      <summary>Gets the display name of the selected Play To source.</summary>
      <returns>The display name of the selected Play To source.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSourceSelectedEventArgs.Icon">
      <summary>Gets the display icon for the selected Play To source.</summary>
      <returns>The display icon for the selected Play To source.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSourceSelectedEventArgs.SupportsAudio">
      <summary>Gets a value that indicates whether the selected Play To source supports audio.</summary>
      <returns>True if the selected Play To source supports audio; otherwise false.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSourceSelectedEventArgs.SupportsImage">
      <summary>Gets a value that indicates whether the selected Play To source supports displaying images.</summary>
      <returns>True if the selected Play To source supports displaying images; otherwise false.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.PlayToSourceSelectedEventArgs.SupportsVideo">
      <summary>Gets a value that indicates whether the selected Play To source supports video.</summary>
      <returns>True if the selected Play To source supports video; otherwise false.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.SourceChangeRequestedEventArgs">
      <summary>Provides information about the SourceChangeRequested event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Album">
      <summary>Gets the name of the album that contains the song in the audio stream.</summary>
      <returns>The name of the album that contains the song in the audio stream.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Author">
      <summary>Gets the author of the content in the media stream.</summary>
      <returns>The author of the content in the media stream.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Date">
      <summary>Gets the date that the content in the media stream was published.</summary>
      <returns>The date that the content in the media stream was published.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Description">
      <summary>Gets the description of the content in the media stream.</summary>
      <returns>The description of the content in the media stream.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Genre">
      <summary>Gets the names of the genres that the content in the media stream belongs to.</summary>
      <returns>Gets the names of the genres that the content in the media stream belongs to.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Properties">
      <summary>Gets custom property names and values for the content in the media stream.</summary>
      <returns>Custom property names and values for the content in the media stream.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Rating">
      <summary>Gets the rating for the content in the media stream.</summary>
      <returns>The rating for the content in the media stream.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Stream">
      <summary>Gets the media stream for the Play To receiver.</summary>
      <returns>The media stream for the Play To receiver.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Thumbnail">
      <summary>Gets the thumbnail image for the content in the media stream.</summary>
      <returns>The thumbnail image for the content in the media stream.</returns>
    </member>
    <member name="P:Windows.Media.PlayTo.SourceChangeRequestedEventArgs.Title">
      <summary>Gets the title of the content in the media stream.</summary>
      <returns>The title of the content in the media stream.</returns>
    </member>
    <member name="T:Windows.Media.PlayTo.VolumeChangeRequestedEventArgs">
      <summary>Provides information about the VolumeChangeRequested event.</summary>
    </member>
    <member name="P:Windows.Media.PlayTo.VolumeChangeRequestedEventArgs.Volume">
      <summary>Gets the new volume level.</summary>
      <returns>The new volume level.</returns>
    </member>
    <member name="N:Windows.Media.Protection">
      <summary>Provides types that provide content protection management for media content.</summary>
    </member>
    <member name="T:Windows.Media.Protection.ComponentRenewal">
      <summary>Enables applications to initiate renewal of components which need updating in order to play protected media content.</summary>
    </member>
    <member name="M:Windows.Media.Protection.ComponentRenewal.RenewSystemComponentsAsync(Windows.Media.Protection.RevocationAndRenewalInformation)">
      <summary>Initiates updating of critical content protection components after prompting the user.</summary>
      <returns>An object that is used to control the asynchronous operation.</returns>
      <param name="information">Revocation and renewal information.</param>
    </member>
    <member name="T:Windows.Media.Protection.ComponentLoadFailedEventArgs">
      <summary>Contains event data for a MediaProtectionManager object when the load of binary data fails.</summary>
    </member>
    <member name="P:Windows.Media.Protection.ComponentLoadFailedEventArgs.Completion">
      <summary>Returns an indication of the completion of the event.</summary>
      <returns>An object that contains an indication of the completion of the event.</returns>
    </member>
    <member name="P:Windows.Media.Protection.ComponentLoadFailedEventArgs.Information">
      <summary>Returns a list of components in the RevocationAndRenewalInformation object that need to be revoked and renewed with updated components.</summary>
      <returns>An object that contains a list of components to be revoked and renewed with updated components.</returns>
    </member>
    <member name="T:Windows.Media.Protection.MediaProtectionManager">
      <summary>Contains a content protection manager object, for an application that handles protected media content.</summary>
    </member>
    <member name="E:Windows.Media.Protection.MediaProtectionManager.ComponentLoadFailed">
      <summary>Fires when the load of binary data fails.</summary>
    </member>
    <member name="M:Windows.Media.Protection.MediaProtectionManager.#ctor">
      <summary>Initializes a new instance of the MediaProtectionManager class.</summary>
    </member>
    <member name="P:Windows.Media.Protection.MediaProtectionManager.Properties">
      <summary>Gets a PropertySet object containing any properties attached to the protection manager.</summary>
      <returns>The PropertySet object that contains the properties for this protection manager.</returns>
    </member>
    <member name="E:Windows.Media.Protection.MediaProtectionManager.RebootNeeded">
      <summary>Fires when a reboot is needed after the component is renewed.</summary>
    </member>
    <member name="E:Windows.Media.Protection.MediaProtectionManager.ServiceRequested">
      <summary>Fires when a service is requested.</summary>
    </member>
    <member name="T:Windows.Media.Protection.MediaProtectionServiceCompletion">
      <summary>Contains a method that indicates whether a protection service has completed successfully.</summary>
    </member>
    <member name="M:Windows.Media.Protection.MediaProtectionServiceCompletion.Complete(System.Boolean)">
      <summary>Indicates whether a protection service has completed successfully.</summary>
      <param name="success">Indicates the successful completion of a protection service.</param>
    </member>
    <member name="T:Windows.Media.Protection.RevocationAndRenewalInformation">
      <summary>Contains information about components that need to be revoked and renewed.</summary>
    </member>
    <member name="P:Windows.Media.Protection.RevocationAndRenewalInformation.Items">
      <summary>Returns a list of components that need to be revoked and renewed with updated components.</summary>
      <returns>List of components that need to be revoked and renewed.</returns>
    </member>
    <member name="T:Windows.Media.Protection.RevocationAndRenewalItem">
      <summary>Represents a component that is being revoked and renewed with a trusted component.</summary>
    </member>
    <member name="P:Windows.Media.Protection.RevocationAndRenewalItem.HeaderHash">
      <summary>Returns the header hash for the component being revoked.</summary>
      <returns>The string for the header hash.</returns>
    </member>
    <member name="P:Windows.Media.Protection.RevocationAndRenewalItem.Name">
      <summary>Returns the name for the component being revoked.</summary>
      <returns>The name of the component.</returns>
    </member>
    <member name="P:Windows.Media.Protection.RevocationAndRenewalItem.PublicKeyHash">
      <summary>Returns the public key hash for the component.</summary>
      <returns>The public key hash.</returns>
    </member>
    <member name="P:Windows.Media.Protection.RevocationAndRenewalItem.Reasons">
      <summary>Returns the reason for revocation of component.</summary>
      <returns>Defines reasons for the revocation and renewal of a certificate for a media component.</returns>
    </member>
    <member name="P:Windows.Media.Protection.RevocationAndRenewalItem.RenewalId">
      <summary>Returns the GUID for the renewal object.</summary>
      <returns>The renewal object GUID.</returns>
    </member>
    <member name="T:Windows.Media.Protection.ServiceRequestedEventArgs">
      <summary>Contains event data for a MediaProtectionManager object when a service is requested.</summary>
    </member>
    <member name="P:Windows.Media.Protection.ServiceRequestedEventArgs.Completion">
      <summary>Returns an indication of the completion of the service request.</summary>
      <returns>An object that contains an indication of the completion of the service request.</returns>
    </member>
    <member name="P:Windows.Media.Protection.ServiceRequestedEventArgs.Request">
      <summary>Contains the service request.</summary>
      <returns>Contains the service request.</returns>
    </member>
    <member name="T:Windows.Media.Protection.GraphicsTrustStatus">
      <summary>Describes the status of graphics trusted output.</summary>
    </member>
    <member name="F:Windows.Media.Protection.GraphicsTrustStatus.TrustNotRequired">
      <summary>Trusted output is not required.</summary>
    </member>
    <member name="F:Windows.Media.Protection.GraphicsTrustStatus.TrustEstablished">
      <summary>Trust output has been established.</summary>
    </member>
    <member name="F:Windows.Media.Protection.GraphicsTrustStatus.EnvironmentNotSupported">
      <summary>The environment is not supported for trusted output.</summary>
    </member>
    <member name="F:Windows.Media.Protection.GraphicsTrustStatus.DriverNotSupported">
      <summary>Driver not supported for trusted output.</summary>
    </member>
    <member name="F:Windows.Media.Protection.GraphicsTrustStatus.DriverSigningFailure">
      <summary>Driver signing failed for trusted output.</summary>
    </member>
    <member name="F:Windows.Media.Protection.GraphicsTrustStatus.UnknownFailure">
      <summary>Unspecified error occurred.</summary>
    </member>
    <member name="T:Windows.Media.Protection.RenewalStatus">
      <summary>Defines the possible values returned from RenewSystemComponentsAsync.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RenewalStatus.NotStarted">
      <summary>Specifies that renewal has not started.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RenewalStatus.UpdatesInProgress">
      <summary>Specifies that there are updates and the user has allowed updated to proceed</summary>
    </member>
    <member name="F:Windows.Media.Protection.RenewalStatus.UserCancelled">
      <summary>Specifies that the user declined to allow updates to proceed.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RenewalStatus.AppComponentsMayNeedUpdating">
      <summary>Specifies that no system components were detected that need updating. But app components may need to be updated, in which case the user may need to get an updated application from the store.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RenewalStatus.NoComponentsFound">
      <summary>Specifies that no components were found that need to be updated.</summary>
    </member>
    <member name="T:Windows.Media.Protection.RevocationAndRenewalReasons">
      <summary>Defines reasons for the revocation and renewal of a certificate for a media component.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.UserModeComponentLoad">
      <summary>User-mode component.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.KernelModeComponentLoad">
      <summary>Kernel-mode component.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.AppComponent">
      <summary>App component.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.GlobalRevocationListLoadFailed">
      <summary>Could not load the global revocation list (GRL).</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.InvalidGlobalRevocationListSignature">
      <summary>The GRL signature is invalid.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.GlobalRevocationListAbsent">
      <summary>The GRL was not found.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.ComponentRevoked">
      <summary>A trusted component was revoked.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.InvalidComponentCertificateExtendedKeyUse">
      <summary>A certificate's extended key usage (EKU) object is invalid.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.ComponentCertificateRevoked">
      <summary>A certificate in a trusted component's certificate chain was revoked.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.InvalidComponentCertificateRoot">
      <summary>The root certificate is not valid.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.ComponentHighSecurityCertificateRevoked">
      <summary>The high-security certificate for authenticating the protected environment (PE) was revoked. The high-security certificate is typically used by ITAs that handle high-definition content and next-generation formats such as HD-DVD.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.ComponentLowSecurityCertificateRevoked">
      <summary>The low-security certificate for authenticating the PE was revoked. The low-security certificate is typically used by ITAs that handle standard-definition content and current-generation formats.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.BootDriverVerificationFailed">
      <summary>A boot driver could not be verified.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.ComponentSignedWithTestCertificate">
      <summary>A component was signed by a test certificate.</summary>
    </member>
    <member name="F:Windows.Media.Protection.RevocationAndRenewalReasons.EncryptionFailure">
      <summary>A certificate chain was not well-formed, or a boot driver is unsigned or is signed with an untrusted certificate.</summary>
    </member>
    <member name="T:Windows.Media.Protection.IMediaProtectionServiceRequest">
      <summary>Allows a content enabler object to be exposed directly to an application rather than through a wrapper supplied by the ContentEnabler object.</summary>
    </member>
    <member name="P:Windows.Media.Protection.IMediaProtectionServiceRequest.ProtectionSystem">
      <summary>Allows the application to identify the content protection system being used and therefore how to interpret the protection task.</summary>
      <returns>The vendor content protection system ID.</returns>
    </member>
    <member name="P:Windows.Media.Protection.IMediaProtectionServiceRequest.Type">
      <summary>Retrieves the GUID for the type of operation that the IMediaProtectionServiceRequest performs.</summary>
      <returns>The GUID to retrieve.</returns>
    </member>
    <member name="T:Windows.Media.Protection.ComponentLoadFailedEventHandler">
      <summary>Represents the method that handles the data passed by the MediaProtectionManager when a load of binary data fails.</summary>
      <param name="sender">Contains the MediaProtectionManager object that was loading the binary data when the load failed.</param>
      <param name="e">Contains event data for a MediaProtectionManager object when the load of binary data fails.</param>
    </member>
    <member name="T:Windows.Media.Protection.RebootNeededEventHandler">
      <summary>Represents the method that handles the data passed by the MediaProtectionManager that requires a reboot.</summary>
      <param name="sender">Contains the MediaProtectionManager object that requires a reboot to occur.</param>
    </member>
    <member name="T:Windows.Media.Protection.ServiceRequestedEventHandler">
      <summary>Represents the method that handles the data passed by the MediaProtectionManager when the resume operation is completed.</summary>
      <param name="sender">Contains the MediaProtectionManager object that is requesting the service.</param>
      <param name="e">Contains event data for a MediaProtectionManager object when a service is requested.</param>
    </member>
    <member name="N:Windows.Media.Render">
      <summary>Provides classes for managing media rendering.</summary>
    </member>
    <member name="T:Windows.Media.Render.AudioRenderCategory">
      <summary>Describes the purpose of the audio information in an audio stream.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.Other">
      <summary>All other streams.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.ForegroundOnlyMedia">
      <summary>Audio is for general media, for example audio for video, or streaming audio, but should not be played as background.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.BackgroundCapableMedia">
      <summary>Audio is for general media, for example audio for video, or streaming audio, and can be played as background.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.Communications">
      <summary>Audio is for peer-to-peer communications, for example chat or VoIP.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.Alerts">
      <summary>Audio is for system or application notifications, for example ring tones.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.SoundEffects">
      <summary>Audio is for sound effects.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.GameEffects">
      <summary>Audio is for game-specific sound effects.</summary>
    </member>
    <member name="F:Windows.Media.Render.AudioRenderCategory.GameMedia">
      <summary>Audio is background (non-event or ambient) audio for games.</summary>
    </member>
    <member name="N:Windows.Media.SpeechSynthesis">
      <summary>Provides support for initializing and configuring a speech synthesis engine (voice) to convert a text string to an audio stream, also known as text-to-speech (TTS). Voice characteristics, pronunciation, volume, pitch, rate or speed, emphasis, and so on are customized through Speech Synthesis Markup Language (SSML).</summary>
    </member>
    <member name="T:Windows.Media.SpeechSynthesis.VoiceGender">
      <summary>Specifies the gender settings for an installed speech synthesis engine (voice).</summary>
    </member>
    <member name="F:Windows.Media.SpeechSynthesis.VoiceGender.Male">
      <summary>Male</summary>
    </member>
    <member name="F:Windows.Media.SpeechSynthesis.VoiceGender.Female">
      <summary>Female</summary>
    </member>
    <member name="T:Windows.Media.SpeechSynthesis.VoiceInformation">
      <summary>Provides info about an installed speech synthesis engine (voice).</summary>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.VoiceInformation.Description">
      <summary>Gets the description of the speech synthesis engine (voice).</summary>
      <returns>The description, based on a combination of DisplayName and Language. For example, Microsoft David - English (United States).</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.VoiceInformation.DisplayName">
      <summary>Gets the display name associated with the speech synthesis engine (voice).</summary>
      <returns>The display name of the voice.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.VoiceInformation.Gender">
      <summary>Gets the gender setting of the speech synthesis engine (voice).</summary>
      <returns>The gender of the voice.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.VoiceInformation.Id">
      <summary>Gets the unique ID of the speech synthesis engine (voice).</summary>
      <returns>The unique ID.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.VoiceInformation.Language">
      <summary>Gets the normalized BCP-47 language tag of the speech synthesis engine (voice).</summary>
      <returns>The normalized BCP-47 language tag.</returns>
    </member>
    <member name="T:Windows.Media.SpeechSynthesis.SpeechSynthesisStream">
      <summary>Supports reading and writing audio data generated by the speech synthesis engine (voice) to/from a random access stream.</summary>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.Size">
      <summary>Gets or sets the size of the SpeechSynthesisStream.</summary>
      <returns>The size of the stream.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.CanRead">
      <summary>Gets whether SpeechSynthesisStream can be read from.</summary>
      <returns>True if the stream can be read from; otherwise false.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.CanWrite">
      <summary>Gets a value that indicates whether SpeechSynthesisStream can be written to.</summary>
      <returns>True if the stream can be written to; otherwise false.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.Position">
      <summary>Gets the position within SpeechSynthesisStream.</summary>
      <returns>The current position within the stream.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.ContentType">
      <summary>Gets the MIME type of the content of SpeechSynthesisStream.</summary>
      <returns>The MIME type (audio/wav) of the stream.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.Markers">
      <summary>Gets the collection of timeline markers associated with SpeechSynthesisStream.</summary>
      <returns>When this method completes successfully, it returns a collection of IMediaMarker objects that represent the timeline markers in the stream.</returns>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.GetInputStreamAt(System.UInt64)">
      <summary>Retrieves an input stream at a specified location in SpeechSynthesisStream.</summary>
      <returns>The input stream.</returns>
      <param name="position">The location in the stream at which to begin.</param>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.GetOutputStreamAt(System.UInt64)">
      <summary>Retrieves an output stream at a specified location in SpeechSynthesisStream.</summary>
      <returns>The output stream.</returns>
      <param name="position">The location in the stream at which to begin.</param>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.Seek(System.UInt64)">
      <summary>Goes to the specified position within SpeechSynthesisStream.</summary>
      <param name="position">The desired position within the stream.</param>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.CloneStream">
      <summary>Creates a copy of SpeechSynthesisStream that references the same bytes as the original stream.</summary>
      <returns>The new stream. The Position (0), Seek pointer, and lifetime of this new stream are independent from those of the original stream.</returns>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.Close">
      <summary>Releases system resources that are exposed by SpeechSynthesisStream.</summary>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Reads data asynchronously in a sequential stream.</summary>
      <returns>An asynchronous operation that includes progress updates. For more information, see ReadAsync method.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>An asynchronous operation that includes progress updates. For more information, see WriteAsync method.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation places the bytes to write.</param>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesisStream.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>An asynchronous operation. For more information, see FlushAsync method.</returns>
    </member>
    <member name="T:Windows.Media.SpeechSynthesis.SpeechSynthesizer">
      <summary>Provides access to the functionality of an installed speech synthesis engine (voice).</summary>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesizer.Voice">
      <summary>Gets or sets the speech synthesis engine (voice).</summary>
      <returns>A speech synthesis engine (voice). The default value is the system voice.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesizer.AllVoices">
      <summary>Gets a collection of all installed speech synthesis engines (voices).</summary>
      <returns>All installed voices.</returns>
    </member>
    <member name="P:Windows.Media.SpeechSynthesis.SpeechSynthesizer.DefaultVoice">
      <summary>Gets the default speech synthesis engine (voice).</summary>
      <returns>A voice based on language settings and installed voices.</returns>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesizer.SynthesizeTextToStreamAsync(System.String)">
      <summary>Asynchronously generate speech output from a string.</summary>
      <returns>A SpeechSynthesisStream that represents the speech generated from the text.</returns>
      <param name="text">The text to speak.</param>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesizer.SynthesizeSsmlToStreamAsync(System.String)">
      <summary>Asynchronously generate speech output from a string containing Speech Synthesis Markup Language (SSML).</summary>
      <returns>A SpeechSynthesisStream that represents the speech generated from the Speech Synthesis Markup Language (SSML).</returns>
      <param name="Ssml">The SSML-modified text to speak.</param>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesizer.Close">
      <summary>Closes the SpeechSynthesizer and releases system resources.</summary>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesizer.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Media.SpeechSynthesis.SpeechSynthesizer.#ctor">
      <summary>Initializes a new instance of a SpeechSynthesizer object.</summary>
    </member>
    <member name="N:Windows.Media.Transcoding">
      <summary>Contains classes for transcoding audio and video files.</summary>
    </member>
    <member name="T:Windows.Media.Transcoding.MediaTranscoder">
      <summary>Transcodes audio and video files.</summary>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.AddAudioEffect(System.String)">
      <summary>Adds the specified audio effect.</summary>
      <param name="activatableClassId">The identifier of the audio effect.</param>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.AddAudioEffect(System.String,System.Boolean,Windows.Foundation.Collections.IPropertySet)">
      <summary>Adds the specified audio effect with configuration properties, and indicates whether the effect is required.</summary>
      <param name="activatableClassId">The identifier of the audio effect.</param>
      <param name="effectRequired">Indicates whether the audio effect is required.</param>
      <param name="configuration">Configuration properties for the audio effect.</param>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.AddVideoEffect(System.String)">
      <summary>Adds the specified video effect.</summary>
      <param name="activatableClassId">The identifier of the video effect.</param>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.AddVideoEffect(System.String,System.Boolean,Windows.Foundation.Collections.IPropertySet)">
      <summary>Adds the specified video effect with configuration properties and indicates whether the effect is required.</summary>
      <param name="activatableClassId">The identifier of the video effect.</param>
      <param name="effectRequired">Indicates whether the video effect is required.</param>
      <param name="configuration">Configuration properties for the video effect.</param>
    </member>
    <member name="P:Windows.Media.Transcoding.MediaTranscoder.AlwaysReencode">
      <summary>Specifies whether the media transcoder always re-encodes the source.</summary>
      <returns>true if the media transcoder always re-encodes the source; otherwise false . The default value is false.</returns>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.ClearEffects">
      <summary>Removes all audio and video effects from the transcode session.</summary>
    </member>
    <member name="P:Windows.Media.Transcoding.MediaTranscoder.HardwareAccelerationEnabled">
      <summary>Specifies whether hardware acceleration is enabled.</summary>
      <returns>Set to true if enabled, otherwise false.</returns>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.#ctor">
      <summary>Creates a new instance of the MediaTranscoder class.</summary>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.PrepareFileTranscodeAsync(Windows.Storage.IStorageFile,Windows.Storage.IStorageFile,Windows.Media.MediaProperties.MediaEncodingProfile)">
      <summary>Asynchronously initializes the trancode operation on the specified file and returns a PrepareTranscodeResult object which can be used to start the transcode operation.</summary>
      <returns>When this method completes, a PrepareTranscodeResult object is returned which can be used to start the transcode.</returns>
      <param name="source">The source file.</param>
      <param name="destination">The destination file.</param>
      <param name="profile">The profile to use for the operation.</param>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.PrepareMediaStreamSourceTranscodeAsync(Windows.Media.Core.IMediaSource,Windows.Storage.Streams.IRandomAccessStream,Windows.Media.MediaProperties.MediaEncodingProfile)">
      <summary>Asynchronously initializes the trancode operation on the specified media source and returns a PrepareTranscodeResult object which can be used to start the transcode operation.</summary>
      <returns>When this method completes, a PrepareTranscodeResult object is returned which can be used to start the transcode.</returns>
      <param name="source">The media source to perform the transcode operation on.</param>
      <param name="destination">The destination stream for the transcoded media data.</param>
      <param name="profile">The profile to use for the operation.</param>
    </member>
    <member name="M:Windows.Media.Transcoding.MediaTranscoder.PrepareStreamTranscodeAsync(Windows.Storage.Streams.IRandomAccessStream,Windows.Storage.Streams.IRandomAccessStream,Windows.Media.MediaProperties.MediaEncodingProfile)">
      <summary>Asynchronously initializes the trancode operation on the specified stream and returns a PrepareTranscodeResult object which can be used to start the transcode operation.</summary>
      <returns>When this method completes, a PrepareTranscodeResult object is returned which can be used to start the transcode.</returns>
      <param name="source">The source stream.</param>
      <param name="destination">The destination stream.</param>
      <param name="profile">The profile to use for the operation.</param>
    </member>
    <member name="P:Windows.Media.Transcoding.MediaTranscoder.TrimStartTime">
      <summary>Gets or sets the time interval to trim from the start of the output.</summary>
      <returns>A TimeSpan structure that contains the time interval.</returns>
    </member>
    <member name="P:Windows.Media.Transcoding.MediaTranscoder.TrimStopTime">
      <summary>Gets or sets the time interval to trim from the end of the output.</summary>
      <returns>A TimeSpan structure that contains the time interval.</returns>
    </member>
    <member name="P:Windows.Media.Transcoding.MediaTranscoder.VideoProcessingAlgorithm">
      <summary>Gets or sets the video processing algorithm which will be used for transcoding.</summary>
      <returns>The video processing algorithm.</returns>
    </member>
    <member name="T:Windows.Media.Transcoding.MediaVideoProcessingAlgorithm">
      <summary>Defines the available algorithms used by the Transcode Video Processor (XVP).</summary>
    </member>
    <member name="F:Windows.Media.Transcoding.MediaVideoProcessingAlgorithm.Default">
      <summary>Default video processing algorithm. This algorithm prefers performance, speed, and space over quality. This algorithm will makes use of hardware.</summary>
    </member>
    <member name="F:Windows.Media.Transcoding.MediaVideoProcessingAlgorithm.MrfCrf444">
      <summary>Prefers quality over performance. This mode always runs in software and insures that hardware implementations, which may differ from the XVP are not used.</summary>
    </member>
    <member name="T:Windows.Media.Transcoding.PrepareTranscodeResult">
      <summary>Represents an asynchronous media transcode deferral operation which can be used to start the transcode operation.</summary>
    </member>
    <member name="P:Windows.Media.Transcoding.PrepareTranscodeResult.CanTranscode">
      <summary>Indicates whether the trancode operation can be performed successfully.</summary>
      <returns>True if the trancode operation can be performed successfully; false otherwise.</returns>
    </member>
    <member name="P:Windows.Media.Transcoding.PrepareTranscodeResult.FailureReason">
      <summary>Specifies the reason for the transcode failure.</summary>
      <returns>The reason for the transcode failure.</returns>
    </member>
    <member name="M:Windows.Media.Transcoding.PrepareTranscodeResult.TranscodeAsync">
      <summary>Creates an object to perform an asynchronous media transcode operation on media data.</summary>
      <returns>An object that is used to control the asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Media.Transcoding.TranscodeFailureReason">
      <summary>Specifies the reason the transcode operation failed.</summary>
    </member>
    <member name="F:Windows.Media.Transcoding.TranscodeFailureReason.None">
      <summary>None.</summary>
    </member>
    <member name="F:Windows.Media.Transcoding.TranscodeFailureReason.Unknown">
      <summary>Reason unknown.</summary>
    </member>
    <member name="F:Windows.Media.Transcoding.TranscodeFailureReason.InvalidProfile">
      <summary>Profile is invalid.</summary>
    </member>
    <member name="F:Windows.Media.Transcoding.TranscodeFailureReason.CodecNotFound">
      <summary>The codec was not found.</summary>
    </member>
    <member name="N:Windows.Networking">
      <summary>Provides access to hostnames and endpoints used by network apps.</summary>
    </member>
    <member name="T:Windows.Networking.EndpointPair">
      <summary>Provides data for the local endpoint and remote endpoint for a network connection used by network apps.</summary>
    </member>
    <member name="P:Windows.Networking.EndpointPair.LocalHostName">
      <summary>Get or set the local hostname for the EndpointPair object.</summary>
      <returns>The local hostname for the EndpointPair object.</returns>
    </member>
    <member name="P:Windows.Networking.EndpointPair.LocalServiceName">
      <summary>Get or set the local service name for the EndpointPair object.</summary>
      <returns>The local service name for the EndpointPair object.</returns>
    </member>
    <member name="P:Windows.Networking.EndpointPair.RemoteHostName">
      <summary>Get or set the remote hostname for the EndpointPair object.</summary>
      <returns>The remote hostname for the EndpointPair object.</returns>
    </member>
    <member name="P:Windows.Networking.EndpointPair.RemoteServiceName">
      <summary>Get or set the remote service name for the EndpointPair object.</summary>
      <returns>The remote service name for the EndpointPair object.</returns>
    </member>
    <member name="M:Windows.Networking.EndpointPair.#ctor(Windows.Networking.HostName,System.String,Windows.Networking.HostName,System.String)">
      <summary>Creates a new EndpointPair object.</summary>
      <param name="localHostName">The local hostname or IP address for the EndpointPair object.</param>
      <param name="localServiceName">The local service name or the local TCP or UDP port number for the EndpointPair object.</param>
      <param name="remoteHostName">The remote hostname or IP address for the EndpointPair object.</param>
      <param name="remoteServiceName">The remote service name or the remote TCP or UDP port number for the EndpointPair object.</param>
    </member>
    <member name="T:Windows.Networking.HostName">
      <summary>Provides data for a hostname or an IP address.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.HostName.CanonicalName">
      <summary>Gets the canonical name for the HostName object.</summary>
      <returns>The canonical name for the HostName object.</returns>
    </member>
    <member name="M:Windows.Networking.HostName.Compare(System.String,System.String)">
      <summary>Compares two strings to determine if they represent the same hostname.</summary>
      <returns>The return value indicates the lexicographic relation of value1 to value2. If the two parameters represent the same canonical hostname, then zero is returned. If value1 is less than value2, the return value is less than zero. If value1 is greater than value2, the return vale is greater than zero.</returns>
      <param name="value1">A hostname or IP address.</param>
      <param name="value2">A hostname or IP address.</param>
    </member>
    <member name="P:Windows.Networking.HostName.DisplayName">
      <summary>Gets the display name for the HostName object.</summary>
      <returns>The display name for the HostName object.</returns>
    </member>
    <member name="P:Windows.Networking.HostName.IPInformation">
      <summary>Gets the IPInformation object for a local IP address assigned to a HostName object.</summary>
      <returns>The IPInformation object for the IP address.</returns>
    </member>
    <member name="M:Windows.Networking.HostName.IsEqual(Windows.Networking.HostName)">
      <summary>Determines whether the specified HostName object has an equivalent value to the current HostName object.</summary>
      <returns>A Boolean value that indicates whether the specified HostName object is equal to the current HostName object.</returns>
      <param name="hostName">A HostName object that is compared with the current HostName.</param>
    </member>
    <member name="P:Windows.Networking.HostName.RawName">
      <summary>Gets the original string used to construct the HostName object.</summary>
      <returns>The original string used to construct the HostName object.</returns>
    </member>
    <member name="M:Windows.Networking.HostName.ToString">
      <summary>Returns a string that represents the HostName object.</summary>
      <returns>A string that represents the HostName object.</returns>
    </member>
    <member name="P:Windows.Networking.HostName.Type">
      <summary>Gets the HostNameType of the HostName object.</summary>
      <returns>The HostNameType of the HostName object.</returns>
    </member>
    <member name="M:Windows.Networking.HostName.#ctor(System.String)">
      <summary>Creates a new HostName object from a string that contains a hostname or an IP address.</summary>
      <param name="hostName">A string that contains a hostname or an IP address.</param>
    </member>
    <member name="T:Windows.Networking.DomainNameType">
      <summary>The domain type of the HostName object when the HostNameType is a domain name.</summary>
    </member>
    <member name="F:Windows.Networking.DomainNameType.Suffix">
      <summary>The suffix of a domain name.</summary>
    </member>
    <member name="F:Windows.Networking.DomainNameType.FullyQualified">
      <summary>A fully-qualified domain name.</summary>
    </member>
    <member name="T:Windows.Networking.HostNameSortOptions">
      <summary>Options for how a list of EndpointPair objects is sorted.</summary>
    </member>
    <member name="F:Windows.Networking.HostNameSortOptions.None">
      <summary>Sort a list of EndpointPair objects by the default criteria used the system which is to minimize connection delays.</summary>
    </member>
    <member name="F:Windows.Networking.HostNameSortOptions.OptimizeForLongConnections">
      <summary>Sort a list of EndpointPair objects to optimize for long connections.</summary>
    </member>
    <member name="T:Windows.Networking.HostNameType">
      <summary>The type of a HostName object.</summary>
    </member>
    <member name="F:Windows.Networking.HostNameType.DomainName">
      <summary>A domain name.</summary>
    </member>
    <member name="F:Windows.Networking.HostNameType.Ipv4">
      <summary>An IPv4 address.</summary>
    </member>
    <member name="F:Windows.Networking.HostNameType.Ipv6">
      <summary>An IPv6 address.</summary>
    </member>
    <member name="F:Windows.Networking.HostNameType.Bluetooth">
      <summary>A Bluetooth address. This represents the hardware or media access control (MAC) address for a Bluetooth device.</summary>
    </member>
    <member name="N:Windows.Networking.BackgroundTransfer">
      <summary>Enables advanced download and upload transfer capabilities within an app.</summary>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundDownloader">
      <summary>Used to configure downloads prior to the actual creation of the download operation using CreateDownload.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.FailureTileNotification">
      <summary>Gets or sets the TileNotification used to define the visuals, identification tag, and expiration time of a tile notification used to update the app tile when indicating failure of a download to the user.</summary>
      <returns>The TileNotification used to indicate download failure.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.FailureToastNotification">
      <summary>Gets or sets the ToastNotification that defines the content, associated metadata, and events used in a toast notification to indicate failure of a download to the user.</summary>
      <returns>The ToastNotification used to indicate download failure.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.SuccessTileNotification">
      <summary>Gets or sets the TileNotification used to define the visuals, identification tag, and expiration time of a tile notification used to update the app tile when indicating success of a download to the user.</summary>
      <returns>The TileNotification used to indicate download success.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.SuccessToastNotification">
      <summary>Gets or sets the ToastNotification that defines the content, associated metadata, and events used in a toast notification to indicate success of a download to the user.</summary>
      <returns>The ToastNotification used to indicate download success.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.#ctor">
      <summary>Instantiates a new BackgroundDownloader object.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.CostPolicy">
      <summary>Gets or sets the cost policy for the background download operation.</summary>
      <returns>Indicates whether transfers can occur on costed networks.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.CreateDownload(Windows.Foundation.Uri,Windows.Storage.IStorageFile,Windows.Storage.IStorageFile)">
      <summary>Initializes a DownloadOperation object with the resource Uri, the file that the response is written to, and the request entity body.</summary>
      <returns>The resultant download operation.</returns>
      <param name="uri">The location of the resource.</param>
      <param name="resultFile">The file that the response will be written to.</param>
      <param name="requestBodyFile">A file that represents the request entity body, which contains additional data the server requires before the download can begin. The file this object points to must be valid for the duration of the download.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.CreateDownload(Windows.Foundation.Uri,Windows.Storage.IStorageFile)">
      <summary>Initializes a DownloadOperation object that contains the specified Uri and the file that the response is written to.</summary>
      <returns>The resultant download operation.</returns>
      <param name="uri">The location of the resource.</param>
      <param name="resultFile">The file that the response will be written to.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.CreateDownloadAsync(Windows.Foundation.Uri,Windows.Storage.IStorageFile,Windows.Storage.Streams.IInputStream)">
      <summary>Creates an asynchronous download operation that includes a URI, the file that the response will be written to, and the IInputStream object from which the file contents are read.</summary>
      <returns>The resultant asynchronous download operation.</returns>
      <param name="uri">The location of the resource.</param>
      <param name="resultFile">Represents the file that the response will be written to.</param>
      <param name="requestBodyStream">A stream that represents the request entity body.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.GetCurrentDownloadsAsync">
      <summary>Returns a collection of pending downloads that are not associated with a group.</summary>
      <returns>A collection of pending downloads for the current application instance.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.GetCurrentDownloadsAsync(System.String)">
      <summary>Returns a collection of pending downloads for a specific Group.</summary>
      <deprecated type="deprecate">GetCurrentDownloadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentDownloadsForTransferGroupAsync.</deprecated>
      <returns>A collection of pending downloads for the specific group.</returns>
      <param name="group">A string indicating a specific group of transfers.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.GetCurrentDownloadsForTransferGroupAsync(Windows.Networking.BackgroundTransfer.BackgroundTransferGroup)">
      <summary>Gets all downloads associated with the provided BackgroundTransferGroup</summary>
      <returns>A list of downloads currently associated with the specified group.</returns>
      <param name="group">Contains information used to identify a group of downloads.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.Group">
      <summary>Gets or sets a string value (e.g. a GUID) indicating the group the transfer will belong to. A download operation with a group ID will only appear in operation enumerations using GetCurrentDownloadsAsync(String)</summary>
      <deprecated type="deprecate">Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.</deprecated>
      <returns>The group name.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.Method">
      <summary>Gets or sets the HTTP method used for the background download</summary>
      <returns>The method to use for the background download. Setting this property will override the default method used for the operation.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.ProxyCredential">
      <summary>Gets or sets the proxy credentials for the background transfer.</summary>
      <returns>The credentials used to authenticate with an HTTP proxy.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.RequestUnconstrainedDownloadsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Used to request an unconstrained download operation. When this method is called the user is provided with a UI prompt that they can use to indicate their consent for an unconstrained operation.</summary>
      <returns>Indicates if the operations will run unconstrained.</returns>
      <param name="operations">The download operation to run unconstrained.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.ServerCredential">
      <summary>Gets or sets the credentials to use to authenticate with the origin server.</summary>
      <returns>The credential to use for authentication.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundDownloader.SetRequestHeader(System.String,System.String)">
      <summary>Used to set an HTTP request header.</summary>
      <param name="headerName">The header name.</param>
      <param name="headerValue">The header value.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.TransferGroup">
      <summary>Gets or sets the group that a download operation will belong to.</summary>
      <returns>The group to associate with the download.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart">
      <summary>Represents a content part of a multi-part transfer request. Each BackgroundTransferContentPart object can represent either a single string of text content or a single file payload, but not both.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart.#ctor">
      <summary>Creates a BackgroundTransferContentPart object.</summary>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart.#ctor(System.String,System.String)">
      <summary>Creates a BackgroundTransferContentPart object that identifies the file content and the name of the file that it represents.</summary>
      <param name="name">Identifies the content.</param>
      <param name="fileName">The fully qualified file name, including the local path.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart.#ctor(System.String)">
      <summary>Creates a BackgroundTransferContentPart object that identifies the content it represents.</summary>
      <param name="name">Identifies the content.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart.SetFile(Windows.Storage.IStorageFile)">
      <summary>Sets the source file for a BackgroundTransferContentPart containing the file for upload.</summary>
      <param name="value">The source file.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart.SetHeader(System.String,System.String)">
      <summary>Sets content disposition header values that indicate the nature of the information that this BackgroundTransferContentPart represents.</summary>
      <param name="headerName">The header name.</param>
      <param name="headerValue">The header value.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart.SetText(System.String)">
      <summary>Use this method to set text information that the BackgroundTransferContentPart represents.</summary>
      <param name="value">A string value used to represent text information. (e.g. api_sig, api_key, auth_token, etc...)</param>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundTransferError">
      <summary>Used to provide errors encountered during a transfer operation.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferError.GetStatus(System.Int32)">
      <summary>Gets the specific error using the returned HRESULT value. Possible values are defined by WebErrorStatus.</summary>
      <returns>The error encountered.</returns>
      <param name="hresult">An HRESULT returned during the operation.</param>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundTransferGroup">
      <summary>A named group used to associate multiple download or upload operations. This class makes it easy for your app to create these groups and to complete downloads and uploads simultaneously, in serial, or based on priority.</summary>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundTransferGroup.CreateGroup(System.String)">
      <summary>Creates a transfer group using the provided group name.</summary>
      <returns>The new BackgroundTransferGroup.</returns>
      <param name="name">The name of the group. If a group with the this name already exists, this method will return a reference to the existing group object.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundTransferGroup.Name">
      <summary>Gets the name of the group.</summary>
      <returns>The group name.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundTransferGroup.TransferBehavior">
      <summary>Gets or sets the property used to specify if transfers within this group run simultaneously or in serial. Possible values are defined by BackgroundTransferBehavior.</summary>
      <returns>The group transfer behavior.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundUploader">
      <summary>Used to configure upload prior to the actual creation of the upload operation using CreateUpload.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.FailureTileNotification">
      <summary>Gets and sets the TileNotification used to define the visuals, identification tag, and expiration time of a tile notification used to update the app tile when indicating failure of an upload to the user.</summary>
      <returns>The TileNotification used to indicate upload failure.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.FailureToastNotification">
      <summary>Gets or sets the ToastNotification that defines the content, associated metadata, and events used in a toast notification to indicate failure of an upload to the user.</summary>
      <returns>The ToastNotification used to indicate upload failure.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.SuccessTileNotification">
      <summary>Gets and sets the TileNotification used to define the visuals, identification tag, and expiration time of a tile notification used to update the app tile when indicating success of an upload to the user.</summary>
      <returns>The TileNotification used to indicate upload success.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.SuccessToastNotification">
      <summary>Gets or sets the ToastNotification that defines the content, associated metadata, and events used in a toast notification to indicate success of an upload to the user.</summary>
      <returns>The ToastNotification used to indicate upload success.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.#ctor">
      <summary>Instantiates a new BackgroundUploader object.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.CostPolicy">
      <summary>Gets or sets the cost policy for the background upload operation.</summary>
      <returns>Indicates whether transfers can occur on costed networks.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.CreateUpload(Windows.Foundation.Uri,Windows.Storage.IStorageFile)">
      <summary>Initializes an UploadOperation that indicates the location for and file for upload.</summary>
      <returns>The resultant upload operation.</returns>
      <param name="uri">The location for the upload.</param>
      <param name="sourceFile">The file for upload.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.CreateUploadAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1)">
      <summary>Returns an asynchronous operation that, on completion, returns an UploadOperation with the specified URI and one or more BackgroundTransferContentPart objects.</summary>
      <returns>The resultant asynchronous UploadOperation</returns>
      <param name="uri">The location for the upload.</param>
      <param name="parts">One or more BackgroundTransferContentPart objects.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.CreateUploadAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1,System.String,System.String)">
      <summary>Returns an asynchronous operation that, on completion, returns an UploadOperation with the specified URI, multipart subtype, one or more BackgroundTransferContentPart objects, and the delimiter boundary value used to separate each part.</summary>
      <returns>The resultant asynchronous UploadOperation</returns>
      <param name="uri">The location for the upload.</param>
      <param name="parts">One or more BackgroundTransferContentPart objects.</param>
      <param name="subType">The multipart subtype. For example, "related" for content of type "multipart/related".</param>
      <param name="boundary">A string that is used to identify the delimiter used to indicate separation between provided content parts.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.CreateUploadAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Returns an asynchronous operation that, on completion, returns an UploadOperation with the specified URI, one or more BackgroundTransferContentPart objects, and the multipart subtype.</summary>
      <returns>The resultant asynchronous UploadOperation.</returns>
      <param name="uri">The location for the upload.</param>
      <param name="parts">One or more BackgroundTransferContentPart objects.</param>
      <param name="subType">The multipart subtype. For example, "related" for content of type "multipart/related".</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.CreateUploadFromStreamAsync(Windows.Foundation.Uri,Windows.Storage.Streams.IInputStream)">
      <summary>Returns an asynchronous operation that, on completion, returns an UploadOperation with the specified URI and the source stream.</summary>
      <returns>The resultant asynchronous upload operation.</returns>
      <param name="uri">The URI associated with the resource.</param>
      <param name="sourceStream">Represents the source stream.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.GetCurrentUploadsAsync">
      <summary>Returns a collection of pending uploads that are not associated with a group.</summary>
      <returns>A collection of pending uploads for the current application instance.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.GetCurrentUploadsAsync(System.String)">
      <summary>Returns a collection of pending uploads for a specific Group.</summary>
      <deprecated type="deprecate">GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.</deprecated>
      <returns>A collection of pending uploads for the specific group.</returns>
      <param name="group">A string indicating a specific group of uploads.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.GetCurrentUploadsForTransferGroupAsync(Windows.Networking.BackgroundTransfer.BackgroundTransferGroup)">
      <summary>Gets all uploads associated with the provided BackgroundTransferGroup</summary>
      <returns>A list of uploads currently associated with the specified group.</returns>
      <param name="group">Contains information used to identify a group of uploads.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.Group">
      <summary>Gets or sets a string value (e.g. a GUID) indicating the group the upload will belong to. An upload operation with a group ID will only appear in operation enumerations using GetCurrentDownloadsAsync(String) with the specific group string value.</summary>
      <deprecated type="deprecate">Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.</deprecated>
      <returns>The group name.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.Method">
      <summary>Gets or sets the HTTP method used for the upload</summary>
      <returns>The method to use for the background upload. Setting this property will override the default method used for the operation.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.ProxyCredential">
      <summary>Gets or sets the proxy credentials for the upload.</summary>
      <returns>The credentials used to authenticate with an HTTP proxy.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.RequestUnconstrainedUploadsAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Used to request an unconstrained upload operation. When this method is called the user is provided with a UI prompt that they can use to indicate their consent for an unconstrained operation.</summary>
      <returns>Indicates if the operations will run unconstrained.</returns>
      <param name="operations">The upload operation to run unconstrained.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.ServerCredential">
      <summary>Gets or sets the credentials to use to authenticate with the origin server.</summary>
      <returns>The credential to use for authentication.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.BackgroundUploader.SetRequestHeader(System.String,System.String)">
      <summary>Used to set an HTTP request header.</summary>
      <param name="headerName">The header name.</param>
      <param name="headerValue">The header value.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.BackgroundUploader.TransferGroup">
      <summary>Gets or sets the group that an upload operation will belong to.</summary>
      <returns>The group to associate with the upload.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.ContentPrefetcher">
      <summary>Provides properties for specifying web resources to be prefetched. Windows will use heuristics to attempt to download the specified resources in advance of your app being launched by the user.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.ContentPrefetcher.ContentUris">
      <summary>Array of URIs to download when prefetch is performed for the app.</summary>
      <returns>A list of Uri objects.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.ContentPrefetcher.IndirectContentUri">
      <summary>Specifies the location of a well-formed XML file that contains a list of resources to be prefetched.</summary>
      <returns>A Uri for a web resource.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.DownloadOperation">
      <summary>Performs an asynchronous download operation. The Background Transfer sample demonstrates this functionality.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.Priority">
      <summary>Gets or sets the transfer priority of this download operation when within a BackgroundTransferGroup. Possible values are defined by BackgroundTransferPriority.</summary>
      <returns>The operation priority.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.DownloadOperation.AttachAsync">
      <summary>Returns an asynchronous operation that can be used to monitor progress and completion of the attached download. Calling this method allows an app to attach download operations that were started in a previous app instance.</summary>
      <returns>Download operation with callback.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.CostPolicy">
      <summary>Gets and sets the cost policy for the download.</summary>
      <returns>Specifies whether the transfer can happen over costed networks.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.DownloadOperation.GetResponseInformation">
      <summary>Gets the response information.</summary>
      <returns>Contains the data returned by a server response.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.DownloadOperation.GetResultStreamAt(System.UInt64)">
      <summary>Gets the partially downloaded response at the specified position.</summary>
      <returns>The result stream.</returns>
      <param name="position">The position at which to start reading.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.Group">
      <summary>Gets a string value indicating the group the transfer belongs to.</summary>
      <deprecated type="deprecate">Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.</deprecated>
      <returns>The group name.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.Guid">
      <summary>This is a unique identifier for a specific download operation. A GUID associated to a download operation will not change for the duration of the download.</summary>
      <returns>The unique ID for this download operation.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.Method">
      <summary>Gets the method to use for the download.</summary>
      <returns>The method to use for the download. This value can be GET, PUT, RETR, or STOR.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.DownloadOperation.Pause">
      <summary>Pauses a download operation.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.Progress">
      <summary>Gets the current progress of the upload operation.</summary>
      <returns>The download operation status change.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.RequestedUri">
      <summary>Gets the URI from which to download the file.</summary>
      <returns>The URI to download from.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.ResultFile">
      <summary>Returns the IStorageFile object provided by the caller when creating the DownloadOperation object using CreateDownload.</summary>
      <returns>The returned file object.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.DownloadOperation.Resume">
      <summary>Resumes a paused download operation.</summary>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.DownloadOperation.StartAsync">
      <summary>Starts an asynchronous download operation.</summary>
      <returns>An asynchronous download operation that includes progress updates.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.DownloadOperation.TransferGroup">
      <summary>Gets the group that this download operation belongs to.</summary>
      <returns>The transfer group.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.ResponseInformation">
      <summary>Represents data that is returned by a server response.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.ResponseInformation.ActualUri">
      <summary>Gets the URI that contains the requested data.</summary>
      <returns>The URI that contains the requested data.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.ResponseInformation.Headers">
      <summary>Gets all response headers sent by the server.</summary>
      <returns>Contains all response headers sent by the server.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.ResponseInformation.IsResumable">
      <summary>Gets a value that specifies whether the download is resumable.</summary>
      <returns>This property returns true if a download is resumable; otherwise false is returned.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.ResponseInformation.StatusCode">
      <summary>Gets the status code returned by the server.</summary>
      <returns>The status code returned by the server.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.UnconstrainedTransferRequestResult">
      <summary>Represents the result a request for unconstrained transfers from a BackgroundDownloader or BackgroundUploader object.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UnconstrainedTransferRequestResult.IsUnconstrained">
      <summary>Gets a value that indicates if the download or upload operations will run without the resource restrictions normally associated with background network operations while a device running on battery.</summary>
      <returns>true if the operation runs unconstrained; otherwise, false.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.UploadOperation">
      <summary>Performs an asynchronous upload operation.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.Priority">
      <summary>Gets or sets the transfer priority of this upload operation when within a BackgroundTransferGroup. Possible values are defined by BackgroundTransferPriority.</summary>
      <returns>The operation priority.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.UploadOperation.AttachAsync">
      <summary>Returns an asynchronous operation that can be used to monitor progress and completion of the attached upload. Calling this method allows an app to attach upload operations that were started in a previous app instance.</summary>
      <returns>Upload operation with callback.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.CostPolicy">
      <summary>Gets and sets the cost policy for the upload.</summary>
      <returns>Specifies whether the transfer can happen over costed networks.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.UploadOperation.GetResponseInformation">
      <summary>Gets the response information.</summary>
      <returns>Contains the data returned by a server response.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.UploadOperation.GetResultStreamAt(System.UInt64)">
      <summary>Gets the partially uploaded response at the specified location.</summary>
      <returns>The result stream.</returns>
      <param name="position">The position at which to start reading.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.Group">
      <summary>Gets a string value indicating the group the upload belongs to.</summary>
      <deprecated type="deprecate">Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.</deprecated>
      <returns>The group name.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.Guid">
      <summary>This is a unique identifier for a specific upload operation. A GUID associated to a upload operation will not change for the duration of the upload.</summary>
      <returns>The unique ID for this upload operation.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.Method">
      <summary>Gets the method to use for the upload.</summary>
      <returns>The method to use for the upload. This value can be GET, PUT, POST, RETR, STOR, or any custom value supported by the server.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.Progress">
      <summary>Gets the current progress of the upload operation.</summary>
      <returns>The delegate to invoke when progress is available for a transfer operation.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.RequestedUri">
      <summary>Gets the URI to upload from.</summary>
      <returns>The URI to upload from.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.UploadOperation.StartAsync">
      <summary>Starts an asynchronous upload operation.</summary>
      <returns>An asynchronous upload operation that includes progress updates.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.SourceFile">
      <summary>Specifies the IStorageFile to upload.</summary>
      <returns>The file item to upload.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.UploadOperation.TransferGroup">
      <summary>Gets the group that this upload operation belongs to.</summary>
      <returns>The transfer group.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress">
      <summary>Contains status information about the download operation.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress.BytesReceived">
      <summary>Current total number of bytes received. This value does not include bytes received as response headers. If the download operation has restarted, this value may be smaller than in the previous progress report.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress.TotalBytesToReceive">
      <summary>The total number of data bytes to download. If the number is unknown, this value is 0 by default.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress.Status">
      <summary>Indicates the current operation status.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress.HasResponseChanged">
      <summary>TRUE if the download request response has changed; otherwise, FALSE. Whenever new response information is available due to a new request being invoked, this field is set to true. The application can then choose to read the new response information and update its state, if needed.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress.HasRestarted">
      <summary>TRUE if a data transfer operation has restarted; otherwise FALSE. When a download is interrupted and a new request is sent to the server to resume the download, HasRestarted is set to true if the server does not support resume and the download had to start over.</summary>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress">
      <summary>Contains status information about the upload operation.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress.BytesReceived">
      <summary>The current number of bytes received. This value does not include bytes received as part of response headers.
If the upload operation has restarted, this value may be smaller than in the previous progress report.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress.BytesSent">
      <summary>The current number of bytes sent. If the upload operation has restarted, this value may be smaller than in the previous progress report.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress.TotalBytesToReceive">
      <summary>The total number of data bytes to upload. If the number is unknown, this value is 0.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress.TotalBytesToSend">
      <summary>The total number of bytes to upload.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress.Status">
      <summary>Specifies the current status of the transfer.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress.HasResponseChanged">
      <summary>TRUE if the upload request response has changed; otherwise, FALSE. Whenever new response information is available due to a new request being invoked, this field is set to true. The application can then choose to read the new response information and update its state, if needed.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundUploadProgress.HasRestarted">
      <summary>TRUE if a upload transfer operation has restarted; otherwise FALSE. Uploads cannot be resumed. Whenever a new request is sent to the server to restart the upload, this property is set to true in the first progress notification for the new request.</summary>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundTransferBehavior">
      <summary>Defines values used to indicate if downloads and uploads within a BackgroundTransferGroup run in simultaneously or in serial.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferBehavior.Parallel">
      <summary>Background Transfer operations run simultaneously.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferBehavior.Serialized">
      <summary>Background Transfer operations run in serial.</summary>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundTransferCostPolicy">
      <summary>Defines values used to specify whether transfers can occur on metered networks.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferCostPolicy.Default">
      <summary>Allow transfers on metered networks.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferCostPolicy.UnrestrictedOnly">
      <summary>Do not allow transfers on metered networks.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferCostPolicy.Always">
      <summary>Always download regardless of network cost. (e.g. even while a user is roaming)This behavior is based only on network cost policy, and doesn't affect other app scenarios, like system suspension.</summary>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundTransferPriority">
      <summary>Defines the values used to indicate the priority of a download or upload operation when within a BackgroundTransferGroup.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferPriority.Default">
      <summary>Default priority setting for an operation. By default when a new operation is created, it is placed at the end of the current transfer queue.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferPriority.High">
      <summary>High priority setting for an operation. Ensures that the operation doesn't get placed at the very end of the queue, and is instead placed near the front.</summary>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus">
      <summary>Defines transfer operation status values.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.Idle">
      <summary>The application is idle.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.Running">
      <summary>The transfer is currently in progress.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.PausedByApplication">
      <summary>The application has paused the transfer operation.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.PausedCostedNetwork">
      <summary>The transfer operation is paused due to cost policy (e.g. transitioned to a costed network).</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.PausedNoNetwork">
      <summary>The transfer operation is paused due to a lack of network connectivity.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.Completed">
      <summary>The transfer operation has completed.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.Canceled">
      <summary>The transfer operation has been cancelled.</summary>
    </member>
    <member name="F:Windows.Networking.BackgroundTransfer.BackgroundTransferStatus.Error">
      <summary>An error was encountered during the transfer operation.</summary>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.IBackgroundTransferBase">
      <summary>Represents a background transfer operation.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferBase.CostPolicy">
      <summary>Gets or sets the cost policy for the background transfer operation.</summary>
      <returns>Specifies whether transfers can occur over costed networks.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferBase.Group">
      <summary>Gets are sets a string value indicating the group the transfer will belong to.</summary>
      <deprecated type="deprecate">Group may be altered or unavailable for releases after Windows 8.1. Instead, use the relevant DownloadOperation or UploadOperation TransferGroup.</deprecated>
      <returns>The group name.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferBase.Method">
      <summary>Gets or sets the method to use for the background transfer.</summary>
      <returns>The method to use for the download. This value can be GET, PUT, RETR, or STOR.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferBase.ProxyCredential">
      <summary>Gets or sets the proxy credentials for the background transfer.</summary>
      <returns>The proxy credentials for the transfer.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferBase.ServerCredential">
      <summary>Gets or sets the credentials used to authenticate with the origin server.</summary>
      <returns>The credential to use for authentication.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.IBackgroundTransferBase.SetRequestHeader(System.String,System.String)">
      <summary>Sets the request headers.</summary>
      <param name="headerName">The header name.</param>
      <param name="headerValue">The header value.</param>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.IBackgroundTransferContentPartFactory">
      <summary>Creates a BackgroundTransferContentPart object.</summary>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.IBackgroundTransferContentPartFactory.CreateWithName(System.String)">
      <summary>Creates a BackgroundTransferContentPart object that indicates the specified content type.</summary>
      <returns>The resultant BackgroundTransferContentPart.</returns>
      <param name="name">Identifies the content type.</param>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.IBackgroundTransferContentPartFactory.CreateWithNameAndFileName(System.String,System.String)">
      <summary>Creates a BackgroundTransferContentPart object that identifies the content type and name of the file.</summary>
      <returns>The resultant BackgroundTransferContentPart object.</returns>
      <param name="name">Identifies the content type.</param>
      <param name="fileName">The fully qualified file name; this includes the local path.</param>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation">
      <summary>Represents a background transfer operation.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.CostPolicy">
      <summary>Gets and sets the cost policy for the background transfer.</summary>
      <returns>Specifies whether the transfer can happen over costed networks.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.GetResponseInformation">
      <summary>Gets the response infomation.</summary>
      <returns>Contains the data returned by a server response.</returns>
    </member>
    <member name="M:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.GetResultStreamAt(System.UInt64)">
      <summary>Gets the partial response at the specified position.</summary>
      <returns>The result stream.</returns>
      <param name="position">The position at which to start reading.</param>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.Group">
      <summary>Gets a string value indicating the group the transfer belongs to.</summary>
      <deprecated type="deprecate">Group may be altered or unavailable for releases after Windows 8.1. Instead, use the relevant DownloadOperation or UploadOperation TransferGroup.</deprecated>
      <returns>The group name.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.Guid">
      <summary>Gets the Guid for the background transfer operation.</summary>
      <returns>The unique ID for the background transfer operation.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.Method">
      <summary>Specifies the method to use for the background transfer operation.</summary>
      <returns>The method to use. This value can be GET, PUT, RETR, or STOR.</returns>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.RequestedUri">
      <summary>Gets the URI for the background transfer.</summary>
      <returns>The URI.</returns>
    </member>
    <member name="T:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperationPriority">
      <summary>Use this interface to determine the priority of a downloads or uploads within a BackgroundTransferGroup. Possible values are defined by the BackgroundTransferPriority enumeration.</summary>
    </member>
    <member name="P:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperationPriority.Priority">
      <summary>Gets or sets the priority of a download or upload operation. Possible values are defined by the BackgroundTransferPriority enumeration.</summary>
      <returns>The priority of the operation.</returns>
    </member>
    <member name="N:Windows.Networking.Connectivity">
      <summary>Retrieves connection profiles that provide connectivity, usage, and data plan information for established network connections.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.CellularApnContext">
      <summary>This class contains properties used to specify an Access Point Name (APN) for a 3GPP based cellular Data Connection (PDP context).</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.CellularApnContext.AccessPointName">
      <summary>Indicates the name of the access point to establish a connection with.</summary>
      <returns>The access point name.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.CellularApnContext.AuthenticationType">
      <summary>Indicates the authentication method, as defined by CellularApnAuthenticationType, that is used by the access point.</summary>
      <returns>The authentication type.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.CellularApnContext.#ctor">
      <summary>Creates an instance of CellularApnContext.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.CellularApnContext.IsCompressionEnabled">
      <summary>Indicates if data compression will be used at the data link for header and data transfer.</summary>
      <returns>A Boolean value. TRUE if enabled; otherwise FALSE.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.CellularApnContext.Password">
      <summary>Indicates the password used to authenticate when connecting to the access point.</summary>
      <returns>The password associated with the user name.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.CellularApnContext.ProviderId">
      <summary>Indicates the provider ID associated with the access point.</summary>
      <returns>The provider ID.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.CellularApnContext.UserName">
      <summary>Indicates the user name used to authenticate when connecting to the access point.</summary>
      <returns>The user name.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.ConnectionCost">
      <summary>Provides access to property values that indicate the current cost of a network connection.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionCost.ApproachingDataLimit">
      <summary>Gets a value that indicates if a connection is approaching the data usage allowance specified by the data plan.</summary>
      <returns>TRUE if the connection profile is close to the data limit threshold; otherwise, FALSE.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionCost.NetworkCostType">
      <summary>Gets a value that indicates the current network cost for a connection.</summary>
      <returns>The network cost of the connection.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionCost.OverDataLimit">
      <summary>Gets a value that indicates if the connection has exceeded the data usage allowance specified by the data plan.</summary>
      <returns>TRUE if the current total data usage is over the specified data limit; otherwise, FALSE.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionCost.Roaming">
      <summary>Gets a value that indicates whether the connection is connected to a network outside of the home provider.</summary>
      <returns>TRUE if the connection on a roaming network; otherwise, FALSE.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.ConnectionProfile">
      <summary>Represents a network connection, which includes either the currently connected network or prior network connections. Provides information about the connection status and connectivity statistics.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetConnectivityIntervalsAsync(Windows.Foundation.DateTime,Windows.Foundation.DateTime,Windows.Networking.Connectivity.NetworkUsageStates)">
      <summary>Gets a list of ConnectivityInterval objects, which indicate the timestamp for when the network connection began, and a time-span for the duration of that connection.</summary>
      <returns>When the method completes, it returns a list of ConnectivityInterval objects, which indicate the start time and duration for the current or prior connections.</returns>
      <param name="startTime">The start time over which to retrieve data. Can be no more than 60 days prior to the current time.</param>
      <param name="endTime">The end time over which to retrieve data.</param>
      <param name="states">The state of the connection profile for which usage data should be returned.</param>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetConnectionCost">
      <summary>Gets the cost information for the connection.</summary>
      <returns>The cost information for the connection.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetDataPlanStatus">
      <summary>Gets the current status of the data plan associated with the connection.</summary>
      <returns>Current data plan status information.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetDomainConnectivityLevel">
      <summary>Gets the current domain authentication status for a network connection. Possible values are defined by DomainConnectivityLevel.</summary>
      <returns>A value indicating the authentication status for a connection to a network domain.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetLocalUsage(Windows.Foundation.DateTime,Windows.Foundation.DateTime)">
      <summary>Gets the estimated data usage for a connection during over a specific period of time.</summary>
      <deprecated type="deprecate">GetLocalUsage may be altered or unavailable for releases after Windows 8.1. Instead, use GetNetworkUsageAsync</deprecated>
      <returns>The requested local data usage information.</returns>
      <param name="StartTime">The start date/time for the usage data request.</param>
      <param name="EndTime">The end date/time for the usage data request.</param>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetLocalUsage(Windows.Foundation.DateTime,Windows.Foundation.DateTime,Windows.Networking.Connectivity.RoamingStates)">
      <summary>Gets the estimated data usage for a connection over a specific period of time and roaming state.</summary>
      <deprecated type="deprecate">GetLocalUsage may be altered or unavailable for releases after Windows 8.1. Instead, use GetNetworkUsageAsync</deprecated>
      <returns>The requested local data usage information.</returns>
      <param name="StartTime">The start date/time for the usage data request.</param>
      <param name="EndTime">The end date/time for the usage data request.</param>
      <param name="States">The roaming state to scope the request to.</param>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetNetworkConnectivityLevel">
      <summary>Gets the network connectivity level for this connection. This value indicates what network resources, if any, are currently available.</summary>
      <returns>The level of network connectivity.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetNetworkNames">
      <summary>Retrieves names associated with the network with which the connection is currently established.</summary>
      <returns>An array of string values representing friendly names used to identify the local endpoint.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetNetworkUsageAsync(Windows.Foundation.DateTime,Windows.Foundation.DateTime,Windows.Networking.Connectivity.DataUsageGranularity,Windows.Networking.Connectivity.NetworkUsageStates)">
      <summary>Gets a list of the estimated data traffic and connection duration over a specified period of time, for a specific network usage state.</summary>
      <returns>When the method completes, it returns a list of NetworkUsage objects, which indicate the sent and received values, in bytes, and the total amount of time the profile was connected during the corresponding time interval.</returns>
      <param name="startTime">The start time over which to retrieve data. Can be no more than 60 days prior to the current time. If the specified granularity is PerMinute, the start time can be no more than 120 minutes prior to the current time.</param>
      <param name="endTime">The end time over which to retrieve data.</param>
      <param name="granularity">The desired granularity of the returned usage statistics. Each elements in the list corresponds to the network usage per the specified granularity, e.g., usage per hour.</param>
      <param name="states">The state of the connection profile for which usage data should be returned.</param>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.IsWlanConnectionProfile">
      <summary>Gets a value that indicates if connection profile is a WLAN (WiFi) connection. This determines whether or not WlanConnectionProfileDetails is null.</summary>
      <returns>Indicates if the connection profile represents a WLAN (WiFi) connection.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.IsWwanConnectionProfile">
      <summary>Gets a value that indicates if connection profile is a WWAN (mobile) connection. This determines whether or not WwanConnectionProfileDetails is null.</summary>
      <returns>Indicates if the connection profile represents a WWAN (mobile) connection.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfile.GetSignalBars">
      <summary>Gets a value that indicates the current number of signal bars displayed by the Windows UI for the connection.</summary>
      <returns>An integer value within a range of 0-5 that corresponds to the number of signal bars displayed by the UI.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.ServiceProviderGuid">
      <summary>Gets the ID of the network operator who provisioned the connection profile.</summary>
      <returns>The network operator ID.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.WlanConnectionProfileDetails">
      <summary>Contains properties and methods defined by WlanConnectionProfile that are specific to WLAN (WiFi) connections.</summary>
      <returns>The WLAN (WiFi) connection details defined by the WlanConnectionProfile.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.WwanConnectionProfileDetails">
      <summary>Contains the properties and methods defined by WwanConnectionProfile that are specific to mobile broadband connections.</summary>
      <returns>The mobile broadband connection details defined by the WwanConnectionProfile.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.NetworkAdapter">
      <summary>Gets the object representing the network adapter providing connectivity for the connection.</summary>
      <returns>The network adapter object.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.NetworkSecuritySettings">
      <summary>Retrieves the security settings for the network.</summary>
      <returns>The current network security settings.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfile.ProfileName">
      <summary>Gets the name of the connection profile.</summary>
      <returns>The name of the connection profile.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.ConnectionProfileFilter">
      <summary>The ConnectionProfileFilter class defines a set of properties that are used to improve the relevance of FindConnectionProfilesAsync results.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionProfileFilter.#ctor">
      <summary>Creates an instance of ConnectionProfileFilter, which contains a set of properties that are used to improve the relevance of FindConnectionProfilesAsync results.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfileFilter.IsConnected">
      <summary>Indicates if connection profiles that represent currently established connections are included in query results.</summary>
      <returns>A Boolean value that determines if profiles for established connections are included.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfileFilter.IsWlanConnectionProfile">
      <summary>Indicates if connection profiles that represent WLAN (WiFi) connections are included in query results.</summary>
      <returns>A Boolean value that indicates if WLAN (WiFi) connections are included.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfileFilter.IsWwanConnectionProfile">
      <summary>Indicates if connection profiles that represent WWAN (mobile) connections are included in query results.</summary>
      <returns>A Boolean value that indicates if WWAN (mobile) connections are included.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfileFilter.NetworkCostType">
      <summary>Defines a specific NetworkCostType value to query for.</summary>
      <returns>The connection network cost type.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionProfileFilter.ServiceProviderGuid">
      <summary>Indicates a specific network operator ID to query for.</summary>
      <returns>The network operator ID.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.ConnectionSession">
      <summary>The ConnectionSession class is used to represent a connection to an access point established with AcquireConnectionAsync.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionSession.Close">
      <summary>Closes the connection to the access point.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectionSession.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectionSession.ConnectionProfile">
      <summary>Retrieves the ConnectionProfile associated with the connection session.</summary>
      <returns>The connection profile used to define the properties of the access point connection.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.ConnectivityInterval">
      <summary>Provides the start time and duration for an established or prior connection.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectivityInterval.ConnectionDuration">
      <summary>Indicates the duration of connectivity.</summary>
      <returns>The period of time that represents the duration of connectivity.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ConnectivityInterval.StartTime">
      <summary>Indicates when the connection was initially established.</summary>
      <returns>The time at which the connection was established.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.ConnectivityManager">
      <summary>Methods defined by the ConnectivityManager class enable enforcement of traffic routing on a specific network adapter for the specified destination suffix.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectivityManager.AcquireConnectionAsync(Windows.Networking.Connectivity.CellularApnContext)">
      <summary>Establishes a connection to a specific access point on a network. The request is defined using a CellularApnContext object.</summary>
      <returns>The established APN connection.</returns>
      <param name="CellularApnContext">Provides specific details about the APN.</param>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectivityManager.AddHttpRoutePolicy(Windows.Networking.Connectivity.RoutePolicy)">
      <summary>Specifies a RoutePolicy that the Http stack (WinInet) will follow when routing traffic.</summary>
      <param name="RoutePolicy">Indicates the policy for traffic routing.</param>
    </member>
    <member name="M:Windows.Networking.Connectivity.ConnectivityManager.RemoveHttpRoutePolicy(Windows.Networking.Connectivity.RoutePolicy)">
      <summary>Removes a previously specified RoutePolicy from the Http stack (WinInet).</summary>
      <param name="RoutePolicy">The RoutePolicy to remove.</param>
    </member>
    <member name="T:Windows.Networking.Connectivity.DataPlanStatus">
      <summary>Represents the current status information for the data plan associated with a connection.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanStatus.DataLimitInMegabytes">
      <summary>Gets a value indicating the maximum data transfer allowance for a connection within each billing cycle, as defined by the data plan.</summary>
      <returns>The maximum number of megabytes allowed as defined by the network carrier.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanStatus.DataPlanUsage">
      <summary>Gets a DataPlanUsage object that indicates the amount of data transferred over the connection, in megabytes, and the last time this value was refreshed.</summary>
      <returns>The data usage and the last updated time.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanStatus.InboundBitsPerSecond">
      <summary>Gets a value indicating the nominal rate of the inbound data transfer occurring on the connection.</summary>
      <returns>The rate of inbound data transfer.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanStatus.MaxTransferSizeInMegabytes">
      <summary>Gets a value indicates the maximum size of a transfer that is allowed without user consent on a metered network.</summary>
      <returns>The maximum size of a transfer that is allowed without user consent on a metered network.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanStatus.NextBillingCycle">
      <summary>Gets a value indicating the date and time of the next billing cycle.</summary>
      <returns>The date and time of the next billing cycle.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanStatus.OutboundBitsPerSecond">
      <summary>Gets a value indicating the nominal rate of the outbound data transfer.</summary>
      <returns>The outbound data transfer rate.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.DataPlanUsage">
      <summary>Represents data plan specific data usage information for a connection.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanUsage.LastSyncTime">
      <summary>Gets a DateTime object indicating when the network operator last updated the MegabytesUsed property.</summary>
      <returns>The date and time the MegabytesUsed property was last updated.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataPlanUsage.MegabytesUsed">
      <summary>Gets a value indicating the total amount of data transferred, in megabytes, over the connection.</summary>
      <returns>The number of megabytes of data transferred.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.DataUsage">
      <summary>Represents data usage information returned by the ConnectionProfile.GetLocalUsage method.</summary>
      <deprecated type="deprecate">DataUsage may be altered or unavailable for releases after Windows 8.1. Instead, use NetworkUsage</deprecated>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataUsage.BytesReceived">
      <summary>Gets a value indicating the number of bytes received by a connection over a specific period of time.</summary>
      <deprecated type="deprecate">DataUsage may be altered or unavailable for releases after Windows 8.1. Instead, use NetworkUsage</deprecated>
      <returns>The number of bytes received.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.DataUsage.BytesSent">
      <summary>Gets a value indicating the number of bytes sent by the connection over a specific period of time.</summary>
      <deprecated type="deprecate">DataUsage may be altered or unavailable for releases after Windows 8.1. Instead, use NetworkUsage</deprecated>
      <returns>The number of bytes sent.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.IPInformation">
      <summary>Represents the association between an IP address and an adapter on the network.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.IPInformation.NetworkAdapter">
      <summary>Retrieves the network adapter associated with the IP address.</summary>
      <returns>The associated network adapter.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.IPInformation.PrefixLength">
      <summary>Retrieves the length of the prefix, or network part of the IP address.</summary>
      <returns>The length, in bytes, of the prefix or network part.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.LanIdentifier">
      <summary>Represents physical identification data for a specific NetworkAdapter object.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.LanIdentifier.InfrastructureId">
      <summary>Gets a LanIdentifierData object containing locality identification information for the network adapter's connection.</summary>
      <returns>Location information for the network adapter providing connectivity for the connection.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.LanIdentifier.NetworkAdapterId">
      <summary>Gets the adapter GUID that identifies the network adapter to associate with the locality information.</summary>
      <returns>The adapter ID for the network adapter associated with the LanIdentifier information.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.LanIdentifier.PortId">
      <summary>Gets a LanIdentifierData object containing the port ID from the Link Layer Discovery Protocol (LLDP) locality information for an Ethernet type network adapter.</summary>
      <returns>The port ID information for the network adapter.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.LanIdentifierData">
      <summary>Represents the port specific data that enables LAN locality capabilities.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.LanIdentifierData.Type">
      <summary>Gets a value indicating the type of data stored in the value field of the LanIdentifierData object according to the Link Layer Discovery Protocol (LLDP) protocol.</summary>
      <returns>A numeric value that maps to a value-type defined by the LLDP protocol used to define the locality information.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.LanIdentifierData.Value">
      <summary>Gets the serialized value.</summary>
      <returns>A byte array that contains the serialized value of the data.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkAdapter">
      <summary>Represents a network adapter.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkAdapter.GetConnectedProfileAsync">
      <summary>Gets the connection profile currently associated with the network adapter.</summary>
      <returns>The connection profile associated with this network adapter.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkAdapter.IanaInterfaceType">
      <summary>Gets a value indicating the network interface type as defined by the Internet Assigned Names Authority (IANA) for the NetworkAdapter.</summary>
      <returns>The interface type as defined by the Internet Assigned Names Authority (IANA). The table below lists common values for the interface type although many other values are possible.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkAdapter.InboundMaxBitsPerSecond">
      <summary>Gets a value indicating the maximum inbound data transfer rate in bits per second.</summary>
      <returns>The maximum inbound transfer rate in bits per second.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkAdapter.NetworkAdapterId">
      <summary>Gets the network adapter ID.</summary>
      <returns>The network adapter ID.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkAdapter.NetworkItem">
      <summary>Gets the NetworkItem object that represents the connected network.</summary>
      <returns>The connected network.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkAdapter.OutboundMaxBitsPerSecond">
      <summary>Gets a value indicating the maximum outbound speed in bits per second.</summary>
      <returns>The maximum outbound transfer rate in bits per second.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkInformation">
      <summary>Provides access to network connection information for the local machine.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkInformation.FindConnectionProfilesAsync(Windows.Networking.Connectivity.ConnectionProfileFilter)">
      <summary>Returns an array of ConnectionProfile objects that match the filtering criteria defined by ConnectionProfileFilter.</summary>
      <returns>An array of ConnectionProfile objects.</returns>
      <param name="pProfileFilter">Provides the filtering criteria.</param>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkInformation.GetConnectionProfiles">
      <summary>Gets a list of profiles for connections, active or otherwise, on the local machine.</summary>
      <returns>An array of ConnectionProfile objects.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkInformation.GetHostNames">
      <summary>Gets a list of host names associated with the local machine.</summary>
      <returns>An array of host names for the local machine.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkInformation.GetInternetConnectionProfile">
      <summary>Gets the connection profile associated with the internet connection currently used by the local machine.</summary>
      <returns>The profile for the connection currently used to connect the machine to the internet.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkInformation.GetLanIdentifiers">
      <summary>Gets an array of LanIdentifier objects that contain locality information for each NetworkAdapter object that currently connected to a network.</summary>
      <returns>An array of LanIdentifier objects.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkInformation.GetProxyConfigurationAsync(Windows.Foundation.Uri)">
      <summary>Gets a proxy configuration for the connection using the specified URI.</summary>
      <returns>Information about the connection proxy.</returns>
      <param name="uri">The proxy configuration URI.</param>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkInformation.GetSortedEndpointPairs(Windows.Foundation.Collections.IIterable`1,Windows.Networking.HostNameSortOptions)">
      <summary>Gets a sorted list of EndpointPair objects.</summary>
      <returns>A sorted array of EndpointPair objects.</returns>
      <param name="destinationList">A list of EndpointPair objects to be sorted.</param>
      <param name="sortOptions">Indicates sorting options for the returned array.</param>
    </member>
    <member name="E:Windows.Networking.Connectivity.NetworkInformation.NetworkStatusChanged">
      <summary>Occurs when the network status changes for a connection.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkItem">
      <summary>Represents a connected network.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.NetworkItem.GetNetworkTypes">
      <summary>Gets a NetworkTypes value indicating the network type for a NetworkItem.</summary>
      <returns>The type of a network.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkItem.NetworkId">
      <summary>Gets the network ID.</summary>
      <returns>The network ID.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkSecuritySettings">
      <summary>Represents the current network security settings.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkSecuritySettings.NetworkAuthenticationType">
      <summary>Retrieves the type of authentication used by the network.</summary>
      <returns>The network authentication type.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkSecuritySettings.NetworkEncryptionType">
      <summary>Retrieves the type of encryption used by the network.</summary>
      <returns>The network encryption type.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkStateChangeEventDetails">
      <summary>Indicates which properties of a network have changed after a network state change background trigger.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkStateChangeEventDetails.HasNewConnectionCost">
      <summary>Indicates if a connected network has a new connection cost.</summary>
      <returns>true if there is a new connection cost; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkStateChangeEventDetails.HasNewDomainConnectivityLevel">
      <summary>Indicates a connected network has a new domain connectivity level.</summary>
      <returns>true if the connectivity level changed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkStateChangeEventDetails.HasNewHostNameList">
      <summary>Indicates if the list of host names returned by GetHostNames has changed.</summary>
      <returns>true if a new Host Name list was provided; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkStateChangeEventDetails.HasNewInternetConnectionProfile">
      <summary>Indicates if the local machine has a new connection profile associated with the current internet connection.</summary>
      <returns>true if the connection has changed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkStateChangeEventDetails.HasNewNetworkConnectivityLevel">
      <summary>Indicates if the network connectivity level for any connection profiles has changed.</summary>
      <returns>true if the network connectivity level changed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkStateChangeEventDetails.HasNewWwanRegistrationState">
      <summary>Indicates if the network state change event represents a change to the registration state of a WWAN connection. The current registration state can be retrieved from WwanConnectionProfileDetails.GetNetworkRegistrationState</summary>
      <returns>true if the registration state has changed; otherwise, false.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkUsage">
      <summary>Represents network usage statistics returned by the ConnectionProfile.GetNetworkUsageAsync method.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkUsage.BytesReceived">
      <summary>Indicates the number of bytes received by the connection of a specific period of time.</summary>
      <returns>The number of bytes received.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkUsage.BytesSent">
      <summary>Indicates the number of bytes sent by a connection over a specific period of time.</summary>
      <returns>The number of bytes sent.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.NetworkUsage.ConnectionDuration">
      <summary>Indicates the duration of connectivity.</summary>
      <returns>The period of time that represents the duration of connectivity.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.ProxyConfiguration">
      <summary>Represents the proxy configuration for the current user.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.Connectivity.ProxyConfiguration.CanConnectDirectly">
      <summary>Gets a value that indicates if this configuration can connect directly.</summary>
      <returns>TRUE if this configuration can connect directly; otherwise, FALSE.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.ProxyConfiguration.ProxyUris">
      <summary>Gets a list of URIs for the proxy configuration.</summary>
      <returns>A list of URIs for the proxy configuration.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.RoutePolicy">
      <summary>The RoutePolicy class is used to represent the traffic routing policy for a special PDP Context/APN .</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.RoutePolicy.ConnectionProfile">
      <summary>Retrieves the connection profile for an access point connection.</summary>
      <returns>The associated connection profile.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.RoutePolicy.HostName">
      <summary>Provides the host name for the route policy to the special PDP context.</summary>
      <returns>The host name.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.RoutePolicy.#ctor(Windows.Networking.Connectivity.ConnectionProfile,Windows.Networking.HostName)">
      <summary>Creates an instance of RoutePolicy using the defined connection profile and host name values.</summary>
      <param name="pConnectionProfile">The connection profile</param>
      <param name="pHostName">The host name for the route policy to the special PDP context.</param>
    </member>
    <member name="T:Windows.Networking.Connectivity.WlanConnectionProfileDetails">
      <summary>Used to access information specific to a WLAN connection.</summary>
    </member>
    <member name="M:Windows.Networking.Connectivity.WlanConnectionProfileDetails.GetConnectedSsid">
      <summary>Retrieves the Service Set Identifier (SSID) for a WLAN connection.</summary>
      <returns>The service set identifier (SSID).</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.WwanConnectionProfileDetails">
      <summary>Used to access information specific to a WWAN connection.</summary>
    </member>
    <member name="P:Windows.Networking.Connectivity.WwanConnectionProfileDetails.AccessPointName">
      <summary>Indicates the name of the access point used to establish the WWAN connection.</summary>
      <returns>The access point name.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.WwanConnectionProfileDetails.GetCurrentDataClass">
      <summary>Indicates the class of data service offered by the network currently in use for the WWAN connection.</summary>
      <returns>The class of data service currently provided.</returns>
    </member>
    <member name="M:Windows.Networking.Connectivity.WwanConnectionProfileDetails.GetNetworkRegistrationState">
      <summary>Retrieves the current network registration state for the WWAN connection.</summary>
      <returns>The current network registration state.</returns>
    </member>
    <member name="P:Windows.Networking.Connectivity.WwanConnectionProfileDetails.HomeProviderId">
      <summary>Indicates the Home Network Provider ID.</summary>
      <returns>The Home Network Provider ID.</returns>
    </member>
    <member name="T:Windows.Networking.Connectivity.CellularApnAuthenticationType">
      <summary>Defines values that indicate the authentication type used for a APN. These values are referenced when providing APN details using a CellularApnContext object.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.CellularApnAuthenticationType.None">
      <summary>No authentication.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.CellularApnAuthenticationType.Pap">
      <summary>Password authentication.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.CellularApnAuthenticationType.Chap">
      <summary>Challenge-Handshake authentication.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.CellularApnAuthenticationType.Mschapv2">
      <summary>Microsoft Challenge-Handshake authentication (v2)</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.DataUsageGranularity">
      <summary>Defines levels of granularity used when retrieving data usage statistics with GetNetworkUsageAsync</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.DataUsageGranularity.PerMinute">
      <summary>Provide data usage per minute.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.DataUsageGranularity.PerHour">
      <summary>Provide data usage per hour.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.DataUsageGranularity.PerDay">
      <summary>Provide data usage per day.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.DataUsageGranularity.Total">
      <summary>Provide data usage overall.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.DomainConnectivityLevel">
      <summary>Defines the domain authentication status for a network connection.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.DomainConnectivityLevel.None">
      <summary>No domain controller detected on this network.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.DomainConnectivityLevel.Unauthenticated">
      <summary>A domain controller has been detected, but the current user or local machine have not been authenticated on the domain.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.DomainConnectivityLevel.Authenticated">
      <summary>The machine or user is authenticated on the domain connection.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkConnectivityLevel">
      <summary>Defines the level of connectivity currently available.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkConnectivityLevel.None">
      <summary>No connectivity.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkConnectivityLevel.LocalAccess">
      <summary>Local network access only.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkConnectivityLevel.ConstrainedInternetAccess">
      <summary>Limited internet access. This value indicates captive portal connectivity, where local access to a web portal is provided, but access to the Internet requires that specific credentials are provided via the portal. This level of connectivity is generally encountered when using connections hosted in public locations (e.g. coffee shops and book stores). This doesn't guarantee detection of a captive portal. Windows Store apps should also test if the captive portal can be reached using a URL for the captive portal, or by attempting access to a public web site which will then redirect to the captive portal when Windows reports LocalAccess as the current NetworkConnectivityLevel.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkConnectivityLevel.InternetAccess">
      <summary>Local and Internet access.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkCostType">
      <summary>Defines the network cost types.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkCostType.Unknown">
      <summary>Cost information is not available.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkCostType.Unrestricted">
      <summary>The connection is unlimited and has unrestricted usage charges and capacity constraints.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkCostType.Fixed">
      <summary>The use of this connection is unrestricted up to a specific limit.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkCostType.Variable">
      <summary>The connection is costed on a per-byte basis.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkAuthenticationType">
      <summary>Defines values that indicate the type of authentication used by the network.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.None">
      <summary>No authentication enabled.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.Unknown">
      <summary>Authentication method unknown.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.Open80211">
      <summary>Open authentication over 802.11 wireless. Devices are authenticated and can connect to an access point, but communication with the network requires a matching Wired Equivalent Privacy (WEP) key.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.SharedKey80211">
      <summary>Specifies an IEEE 802.11 Shared Key authentication algorithm that requires the use of a pre-shared Wired Equivalent Privacy (WEP) key for the 802.11 authentication.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.Wpa">
      <summary>Specifies a Wi-Fi Protected Access (WPA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.WpaPsk">
      <summary>Specifies a Wi-Fi Protected Access (WPA) algorithm that uses pre-shared keys (PSK). IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.WpaNone">
      <summary>Wi-Fi Protected Access.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.Rsna">
      <summary>Specifies an IEEE 802.11i Robust Security Network Association (RSNA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.RsnaPsk">
      <summary>Specifies an IEEE 802.11i RSNA algorithm that uses PSK. IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkAuthenticationType.Ihv">
      <summary>Specifies an authentication type defined by an independent hardware vendor (IHV).</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkEncryptionType">
      <summary>Defines values that indicate the type of encryption used for authentication.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.None">
      <summary>No encryption enabled.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.Unknown">
      <summary>Encryption method unknown.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.Wep">
      <summary>Specifies a WEP cipher algorithm with a cipher key of any length.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.Wep40">
      <summary>Specifies a Wired Equivalent Privacy (WEP) algorithm, which is the RC4-based algorithm that is specified in the IEEE 802.11-1999 standard. This enumerator specifies the WEP cipher algorithm with a 40-bit cipher key.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.Wep104">
      <summary>Specifies a WEP cipher algorithm with a 104-bit cipher key.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.Tkip">
      <summary>Specifies a Temporal Key Integrity Protocol (TKIP) algorithm, which is the RC4-based cipher suite that is based on the algorithms that are defined in the WPA specification and IEEE 802.11i-2004 standard. This cipher also uses the Michael Message Integrity Code (MIC) algorithm for forgery protection.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.Ccmp">
      <summary>Specifies an AES-CCMP algorithm, as specified in the IEEE 802.11i-2004 standard and RFC 3610. Advanced Encryption Standard (AES) is the encryption algorithm defined in FIPS PUB 197.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.WpaUseGroup">
      <summary>Specifies a Wifi Protected Access (WPA) Use Group Key cipher suite. For more information about the Use Group Key cipher suite, refer to Clause 7.3.2.25.1 of the IEEE 802.11i-2004 standard.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.RsnUseGroup">
      <summary>Specifies a Robust Security Network (RSN) Use Group Key cipher suite. For more information about the Use Group Key cipher suite, refer to Clause 7.3.2.25.1 of the IEEE 802.11i-2004 standard.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkEncryptionType.Ihv">
      <summary>Specifies an encryption type defined by an independent hardware vendor (IHV).</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkTypes">
      <summary>Defines the network connection types.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkTypes.None">
      <summary>No network.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkTypes.Internet">
      <summary>Internet.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkTypes.PrivateNetwork">
      <summary>Private network.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.RoamingStates">
      <summary>Defines the roaming states.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.RoamingStates.None">
      <summary>No roaming information.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.RoamingStates.NotRoaming">
      <summary>The connection is not currently roaming.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.RoamingStates.Roaming">
      <summary>The connection is currently roaming.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.TriStates">
      <summary>Used with the NetworkUsageStates structure to define the desired roaming state and shared state of a network connection.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.TriStates.DoNotCare">
      <summary>Used when the corresponding state should not be used as a filter, e.g., both yes and no.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.TriStates.No">
      <summary>The corresponding state is not set.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.TriStates.Yes">
      <summary>The corresponding state is set.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.WwanDataClass">
      <summary>Defines values used to indicate the class of data service provided by a WWAN network connection.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.None">
      <summary>The network does not provide a data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Gprs">
      <summary>The network provides General Packet Radio Service (GPRS) data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Edge">
      <summary>The network provides Enhanced Data for Global Evolution (EDGE).</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Umts">
      <summary>The network provides Universal Mobile Telecommunications System (UMTS) data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Hsdpa">
      <summary>The network provides High-Speed Downlink Packet Access (HSDPA) data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Hsupa">
      <summary>The network provides High-Speed Uplink Packet Access (HSUPA) data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.LteAdvanced">
      <summary>The network provides LTE Advanced data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Cdma1xRtt">
      <summary>The network provides CDMA 1x Radio Transmission Technology (1xRTT) data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Cdma1xEvdo">
      <summary>This network provides CDMA Evolution-Data Optimized (originally Data Only, 1xEDVO, also known as CDMA2000 1x EV-DO, or 1x EVDO) data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Cdma1xEvdoRevA">
      <summary>The network provides 1xEVDO RevA data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Cdma1xEvdv">
      <summary>The network provides CDMA Evolution-Data/Voice (also known as CDMA 2000 1x EV-DV, or 1x EVDV) data service is supported.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Cdma3xRtt">
      <summary>The network provides CDMA 3x Radio Transmission Technology (3xRTT) data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Cdma1xEvdoRevB">
      <summary>The network provides 1xEVDO RevB data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.CdmaUmb">
      <summary>The network provides UMB data service.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanDataClass.Custom">
      <summary>The network provides a data service not listed in this table.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.WwanNetworkRegistrationState">
      <summary>Defines the network registration states for a WWAN connection.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.None">
      <summary>No networks found for this connection.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Deregistered">
      <summary>The connection is not registered with a network.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Searching">
      <summary>Searching for available networks.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Home">
      <summary>The connection is registered with a home network.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Roaming">
      <summary>The connection is registered with a roaming network.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Partner">
      <summary>The connection is registered with a roaming network partner.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Denied">
      <summary>Registration of the connection with all available networks is denied. However, emergency voice calls may still be made. This value applies only to voice connections, and not to data connections.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkUsageStates">
      <summary>Defines the desired state of the connection profile for which usage data is returned by the method GetNetworkUsageAsync.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkUsageStates.Roaming">
      <summary>Defines the desired roaming state of the network connection.</summary>
    </member>
    <member name="F:Windows.Networking.Connectivity.NetworkUsageStates.Shared">
      <summary>Defines the desired sharing state of the network connection.</summary>
    </member>
    <member name="T:Windows.Networking.Connectivity.NetworkStatusChangedEventHandler">
      <summary>Represents the method that handles network status change notifications. This method is called when any properties exposed by the NetworkInformation object changes while the app is active.</summary>
      <param name="sender">A Object that raised the event.</param>
    </member>
    <member name="N:Windows.Networking.NetworkOperators">
      <summary>Contains classes that support Mobile Broadband Account management.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.HotspotAuthenticationContext">
      <summary>Provides the authentication context that contains details of the current authentication attempt and provides methods to perform the authentication.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.AbortAuthentication(System.Boolean)">
      <summary>Aborts the current authentication attempt and disconnects the WLAN interface from the hotspot.</summary>
      <param name="markAsManual">If true, Windows disables the auto-connect property for the corresponding WLAN profile and avoids future auto-connects to this hotspot. Otherwise, false.</param>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.AuthenticationUrl">
      <summary>Gets the HTTPS URL specified in the Wireless Internet Service Provider roaming (WISPr) redirect message.</summary>
      <returns>A URI that contains the HTTPS authentication URL.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.IssueCredentials(System.String,System.String,System.String,System.Boolean)">
      <summary>Provides credentials to Windows for hotspot authentication</summary>
      <param name="userName">The UserName parameter of the Wireless Internet Service Provider roaming (WISPr) authentication protocol. IssueCredentials performs URL encoding before submitting the value to the server. If this string is empty, the corresponding authentication parameter is skipped.</param>
      <param name="password">The Password parameter of the WISPr authentication protocol. IssueCredentials performs URL encoding before submitting the value to the server. If this string is empty, the corresponding authentication parameter is skipped.</param>
      <param name="extraParameters">Additional parameters to be appended to the authentication string. IssueCredentials appends this parameter after an &amp; character to the HTTP POST string as is without any encoding. This can be used to add multiple parameters. The default for this parameter is an empty string.</param>
      <param name="markAsManualConnectOnFailure">If true, an application permanently disables the auto-connect property on a connection. If authentication fails, the connection will be disconnected and not retried in the current user session. Otherwise, false.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.IssueCredentialsAsync(System.String,System.String,System.String,System.Boolean)">
      <summary>Asynchronously provides credentials to Windows for hotspot authentication</summary>
      <returns>Results of the Hotspot authentication request.</returns>
      <param name="userName">The UserName parameter of the Wireless Internet Service Provider roaming (WISPr) authentication protocol. IssueCredentials performs URL encoding before submitting the value to the server. If this string is empty, the corresponding authentication parameter is skipped.</param>
      <param name="password">The Password parameter of the WISPr authentication protocol. IssueCredentials performs URL encoding before submitting the value to the server. If this string is empty, the corresponding authentication parameter is skipped.</param>
      <param name="extraParameters">Additional parameters to be appended to the authentication string. IssueCredentials appends this parameter after an &amp; character to the HTTP POST string as is without any encoding. This can be used to add multiple parameters. The default for this parameter is an empty string.</param>
      <param name="markAsManualConnectOnFailure">If true, an application permanently disables the auto-connect property on a connection. If authentication fails, the connection will be disconnected and not retried in the current user session. Otherwise, false.</param>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.NetworkAdapter">
      <summary>Gets the network interface that is connected to the WLAN access point of the hotspot.</summary>
      <returns>An object that uniquely identifies the network.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.RedirectMessageUrl">
      <summary>Gets the URL of the web page where the Wireless Internet Service Provider roaming (WISPr) redirect message was found.</summary>
      <returns>A URI that contains the HTTPS or HTTP redirect URL.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.RedirectMessageXml">
      <summary>Gets the XML blob of the Wireless Internet Service Provider roaming (WISPr) redirect message of the hotspot.</summary>
      <returns>The WISPr XML blob from the hotspot redirect message.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.SkipAuthentication">
      <summary>Skips Wireless Internet Service Provider roaming (WISPr) Windows authentication.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.TriggerAttentionRequired(System.String,System.String)">
      <summary>Called by a background task handler to launch the foreground application when there is an authentication attempt to complete.</summary>
      <param name="packageRelativeApplicationId">The foreground application ID within its application package. The application must belong to the same package as the background task handler.</param>
      <param name="applicationParameters">Optional command line parameters that are passed to the application at launch.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.TryGetAuthenticationContext(System.String,Windows.Networking.NetworkOperators.HotspotAuthenticationContext@)">
      <summary>Gets the context of an authentication attempt.</summary>
      <returns>If true, the authentication context was retrieved. The authentication context can only be retrieved if the calling application matches the application ID specified in the hotspot profile of the underlying WLAN connection and if the authentication hasn't be completed by the corresponding context already or timed out.</returns>
      <param name="evenToken">The event token retrieved from the network operator hotspot authentication event. The token is a GUID in string format.</param>
      <param name="context">The network operator hotspot authentication context.</param>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotAuthenticationContext.WirelessNetworkId">
      <summary>Gets the SSID of the WLAN access point of the hotspot.</summary>
      <returns>A byte array that contains the SSID.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.HotspotCredentialsAuthenticationResult">
      <summary>Represents the results of a Hotspot authentication request.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotCredentialsAuthenticationResult.AuthenticationReplyXml">
      <summary>Provides the XML blob containing the WISPr authentication reply message from the server.</summary>
      <returns>Authentication reply message.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotCredentialsAuthenticationResult.HasNetworkErrorOccurred">
      <summary>Indicates if a network error has occurred that prevented the authentication attempt. If true, the other properties should not be examined.</summary>
      <returns>true if an error occurred; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotCredentialsAuthenticationResult.LogoffUrl">
      <summary>Provides the most recent Logoff URL as returned from the server in the authentication reply or from an earlier redirect message. If no Logoff URL was provided by the server, this property returns an empty URI.</summary>
      <returns>The most recent Logoff URL.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotCredentialsAuthenticationResult.ResponseCode">
      <summary>Provides the WISPr Response Code for the authentication attempt as returned from the server. Possible values are defined by HotspotAuthenticationResponseCode.</summary>
      <returns>The authentication result.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.HotspotAuthenticationEventDetails">
      <summary>Provides the content of the event that is raised for background task handlers for the hotspot authentication event.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.HotspotAuthenticationEventDetails.EventToken">
      <summary>Gets a GUID that uniquely identifies the authentication attempt for which this event was raised.</summary>
      <returns>A GUID that uniquely identifies the connection attempt.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandAccount">
      <summary>Represents a mobile broadband account and related information about the network provider for the account.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccount.AvailableNetworkAccountIds">
      <summary>A list of all network account IDs for the network service provider.</summary>
      <returns>A list of all network account IDs for the network service provider.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.MobileBroadbandAccount.CreateFromNetworkAccountId(System.String)">
      <summary>Creates a mobile broadband account for the mobile device associated with the supplied network account ID.</summary>
      <returns>A mobile broadband account for the mobile device associated with the supplied network account ID.</returns>
      <param name="networkAccountId">The network account ID to use to select the corresponding mobile broadband device to use for the account.</param>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccount.CurrentDeviceInformation">
      <summary>Gets the mobile broadband device information associated with this account.</summary>
      <returns>The mobile broadband device information associated with this account.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccount.CurrentNetwork">
      <summary>Gets the Mobile Broadband network object for this account.</summary>
      <returns>The Mobile Broadband network object for this account.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.MobileBroadbandAccount.GetConnectionProfiles">
      <summary>Retrieves an array of ConnectionProfile objects that represent connections associated with the Mobile Broadband account.</summary>
      <returns>An array of ConnectionProfile objects.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccount.NetworkAccountId">
      <summary>Gets a unique identifier for the mobile broadband account.</summary>
      <returns>A unique identifier for the mobile broadband account.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccount.ServiceProviderGuid">
      <summary>A unique identifier for the network provider for the mobile broadband account.</summary>
      <returns>A unique identifier for the network provider for the mobile broadband account.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccount.ServiceProviderName">
      <summary>The name of the network provider for the mobile broadband account.</summary>
      <returns>The name of the network provider for the mobile broadband account.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandAccountEventArgs">
      <summary>Provides information for the AccountAdded and AccountRemoved events.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccountEventArgs.NetworkAccountId">
      <summary>Gets the network account Id that was added or removed.</summary>
      <returns>The network account Id that was added or removed.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandAccountUpdatedEventArgs">
      <summary>Provides information for the AccountUpdated event.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccountUpdatedEventArgs.HasDeviceInformationChanged">
      <summary>Gets a value indicating whether the device information has changed for the account.</summary>
      <returns>A value indicating whether the device information has changed for the account.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccountUpdatedEventArgs.HasNetworkChanged">
      <summary>Gets a value that indicates if the CurrentNetwork was updated for the account.</summary>
      <returns>A value that indicates if the CurrentNetwork was updated for the account.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccountUpdatedEventArgs.NetworkAccountId">
      <summary>Gets the network account Id of the updated account.</summary>
      <returns>The network account Id of the updated account.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher">
      <summary>Provides information regarding availability of and updates to Mobile Broadband Accounts.</summary>
    </member>
    <member name="E:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.AccountAdded">
      <summary>Occurs when a Mobile Broadband Account is added to the client.</summary>
    </member>
    <member name="E:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.AccountRemoved">
      <summary>Occurs when a Mobile Broadband Account is removed from the client.</summary>
    </member>
    <member name="E:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.AccountUpdated">
      <summary>Occurs when a Mobile Broadband Account is updated on the client.</summary>
    </member>
    <member name="E:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.EnumerationCompleted">
      <summary>Occurs when the account watcher has finished enumerating accounts for the client.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.#ctor">
      <summary>Creates a new instance of a MobileBroadbandAccountWatcher.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.Start">
      <summary>Starts the account watcher.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.Status">
      <summary>Gets the status of the account watcher.</summary>
      <returns>The status of the account watcher.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.Stop">
      <summary>Stops the account watcher.</summary>
    </member>
    <member name="E:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher.Stopped">
      <summary>Occurs when the MobileBroadbandAccountWatcher has stopped.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandNetwork">
      <summary>Represents a mobile broadband network and the current network state.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.AccessPointName">
      <summary>The name of the currently connected access point.</summary>
      <returns>The name of the currently connected access point.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.ActivationNetworkError">
      <summary>Attempts to get the latest network activation error.</summary>
      <returns>The latest network activation error.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.NetworkAdapter">
      <summary>Gets the unique network interface that identifies the mobile broadband network.</summary>
      <returns>An object that uniquely identifies the network.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.NetworkRegistrationState">
      <summary>Gets the current network registration state.</summary>
      <returns>The current network registration state.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.PacketAttachNetworkError">
      <summary>Gets the latest packet attach network error.</summary>
      <returns>The latest packet attach network error.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.RegisteredDataClass">
      <summary>Gets the data class of the current mobile network.</summary>
      <returns>The data class of the current mobile network.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.RegisteredProviderId">
      <summary>Gets the provider ID for the currently registered mobile network.</summary>
      <returns>The provider ID for the currently registered mobile network.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.RegisteredProviderName">
      <summary>Gets the provider name for the currently registered mobile network.</summary>
      <returns>The provider name for the currently registered mobile network.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.RegistrationNetworkError">
      <summary>Gets the latest network registration error.</summary>
      <returns>The latest network registration error.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.MobileBroadbandNetwork.ShowConnectionUI">
      <summary>Displays the connect UI for a specific mobile network.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation">
      <summary>Represents the current state of the mobile broadband network device for the account.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.CellularClass">
      <summary>Gets the cellular technology used by the mobile broadband network device.</summary>
      <returns>The cellular technology used by the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.CurrentRadioState">
      <summary>Gets a value indicating the radio state of the device.</summary>
      <returns>A value indicating the radio state of the device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.CustomDataClass">
      <summary>Gets the name of the data class when the DataClasses property returns Custom.</summary>
      <returns>The name of the data class when the DataClasses property returns Custom.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.DataClasses">
      <summary>Gets the cellular data services supported by the mobile broadband network device.</summary>
      <returns>The cellular data services supported by the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.DeviceId">
      <summary>Gets the DeviceInformation Id of the mobile broadband device.</summary>
      <returns>The DeviceInformation Id of the mobile broadband device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.DeviceType">
      <summary>Gets a value indicating the type of Mobile Broadband device.</summary>
      <returns>A value indicating the type of Mobile Broadband device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.FirmwareInformation">
      <summary>Gets the device-specific firmware information for the mobile broadband network device.</summary>
      <returns>The device-specific firmware information for the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.Manufacturer">
      <summary>Gets the name of the manufacturer of the mobile broadband network device.</summary>
      <returns>The name of the manufacturer of the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.MobileEquipmentId">
      <summary>Gets the value that uniquely identifies the mobile broadband device to the network provider.</summary>
      <returns>The value that uniquely identifies the mobile broadband device to the network provider.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.Model">
      <summary>Gets the name of the model of the mobile broadband network device.</summary>
      <returns>The name of the model of the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.NetworkDeviceStatus">
      <summary>Gets the readiness status of the mobile broadband network device.</summary>
      <returns>The readiness status of the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.SimIccId">
      <summary>Gets the SIM integrated circuit card identifier (ICCID) for the mobile broadband network device.</summary>
      <returns>The SIM integrated circuit card identifier (ICCID) for the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.SubscriberId">
      <summary>Gets the subscriber identifier for the mobile broadband network device.</summary>
      <returns>The subscriber identifier for the mobile broadband network device.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation.TelephoneNumbers">
      <summary>Gets the telephone numbers for the mobile broadband device.</summary>
      <returns>The telephone numbers for the mobile broadband device.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails">
      <summary>Provides details for a network operator notification.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails.AuthorizeTethering(System.Boolean,System.String)">
      <summary>Used to indicate if tethering is permitted for a device. If it is not, a reason can be provided.</summary>
      <param name="allow">true if tethering is permitted; otherwise, false.</param>
      <param name="entitlementFailureReason">The reason tethering is not permitted.</param>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails.EncodingType">
      <summary>Gets the data-coding scheme (DCS) of the received message.</summary>
      <returns>The data-coding scheme (DCS) of the received message.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails.Message">
      <summary>Gets the message for the network operator notification.</summary>
      <returns>The message for the network operator notification.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails.NetworkAccountId">
      <summary>Gets a unique identifier for the mobile broadband account that received the notification.</summary>
      <returns>A unique identifier for a mobile broadband account.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails.NotificationType">
      <summary>Gets the type of the network notification.</summary>
      <returns>The type of the network notification.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails.RuleId">
      <summary>Gets the identifier of the provisioned rule that matched and triggered the notification.</summary>
      <returns>The provisioned rule identifier.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails.SmsMessage">
      <summary>Gets an SMS message for the mobile broadband account that received the notification.</summary>
      <returns>If the network operator notification is triggered by a new mobile network operator SMS, it contains the SMS message object for the network operator notification. NULL if no SMS message was received as part of the notification.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.NetworkOperatorTetheringAccessPointConfiguration">
      <summary>Provides the ability to configure and create a NetworkOperatorTetheringAccessPointConfiguration object that contains a specific network account id and specifies the pass-phrase used for authentication when establishing a tethered network connection.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorTetheringAccessPointConfiguration.#ctor">
      <summary>Creates an instance of the NetworkOperatorTetheringAccessPointConfiguration.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorTetheringAccessPointConfiguration.Passphrase">
      <summary>Gets or sets the pass-phrase used to authenticate the connection.</summary>
      <returns>The network pass-phrase.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorTetheringAccessPointConfiguration.Ssid">
      <summary>Gets or sets the network account ID.</summary>
      <returns>The network account ID</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager">
      <summary>This interface exposes the methods and properties used to control and configure tethering capabilities for a specific network account.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.ClientCount">
      <summary>Gets the current number of clients on the tethering network.</summary>
      <returns>The current number of clients.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.ConfigureAccessPointAsync(Windows.Networking.NetworkOperators.NetworkOperatorTetheringAccessPointConfiguration)">
      <summary>Use this method to provide tethering network configuration details for a network account.</summary>
      <returns>The asynchronous action.</returns>
      <param name="configuration">Provides a network account id and specifies the pass-phrase used for authentication when establishing a tethered network connection.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.CreateFromNetworkAccountId(System.String)">
      <summary>Creates an instance of NetworkOperatorTetheringManager for a specific network account using the provided network account ID.</summary>
      <returns>A NetworkOperatorTetheringManager object.</returns>
      <param name="networkAccountId">The network account ID.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.GetCurrentAccessPointConfiguration">
      <summary>Gets the current access point configuration for a network account as defined by a NetworkOperatorTetheringAccessPointConfiguration object.</summary>
      <returns>Indicates the network account id and specifies the pass-phrase used for authentication when establishing a connection over the tethering network.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.GetTetheringCapability(System.String)">
      <summary>Gets the current tethering capabilities for the specified network account. Possible values are defined by TetheringCapability.</summary>
      <returns>The tethering capabilities of a network account.</returns>
      <param name="networkAccountId">The network account ID.</param>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.MaxClientCount">
      <summary>Gets the maximum number of client connections over a tethered network.</summary>
      <returns>The maximum number of client connections</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.StartTetheringAsync">
      <summary>Establishes the tethering network.</summary>
      <returns>The result of the tethering network operation.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.StopTetheringAsync">
      <summary>Shuts down the tethering network.</summary>
      <returns>The result of the tethering network operation.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager.TetheringOperationalState">
      <summary>Gets the current operational state of a device's tethering capability. Possible values are defined by TetheringOperationalState</summary>
      <returns>The current operational state.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.NetworkOperatorTetheringOperationResult">
      <summary>Represents the results of a StartTetheringAsync or StopTetheringAsync operation. In addition to the TetheringOperationStatus value, it can include an optional error message string that provides mobile operator specific context to the error.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorTetheringOperationResult.AdditionalErrorMessage">
      <summary>An optional error message string that provides mobile operator specific context to the error.</summary>
      <returns>The mobile operator defined error context.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.NetworkOperatorTetheringOperationResult.Status">
      <summary>Indicates the result of a tethering operation. Possible values are defined by TetheringOperationStatus.</summary>
      <returns>The result of a tethering operation.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.ProvisionedProfile">
      <summary>Updates cost and usage information for a mobile broadband profile.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.ProvisionedProfile.UpdateCost(Windows.Networking.Connectivity.NetworkCostType)">
      <summary>Called by the application to update the cost for a specific profile.</summary>
      <param name="value">Updates the cost for the profile.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.ProvisionedProfile.UpdateUsage(Windows.Networking.NetworkOperators.ProfileUsage)">
      <summary>Called by the application to update the usage for a specific profile.</summary>
      <param name="value">Updates the usage for a profile.</param>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.ProvisionFromXmlDocumentResults">
      <summary>The results object returned to the application when the provisioning operation has completed.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.ProvisionFromXmlDocumentResults.AllElementsProvisioned">
      <summary>Determines whether all elements specified in the provisioning XML were applied.</summary>
      <returns>True if all elements specified in the provisioning XML could be applied; otherwise false.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.ProvisionFromXmlDocumentResults.ProvisionResultsXml">
      <summary>Indicates which elements in the provisioning profile could not be successfully provisioned.</summary>
      <returns>An instance of ResultsSchema that indicates which elements in the provisioning profile could not be successfully provisioned.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.ProvisioningAgent">
      <summary>Represents an agent that provisions connectivity and subscription information with a network provider.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.ProvisioningAgent.CreateFromNetworkAccountId(System.String)">
      <summary>Creates a provisioning agent for the mobile device associated with the supplied network account ID.</summary>
      <returns>The provisioning agent for the mobile device associated with the supplied network account ID.</returns>
      <param name="networkAccountId">The network account ID to use to select the corresponding mobile broadband device to use for the provisioning agent.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.ProvisioningAgent.GetProvisionedProfile(Windows.Networking.NetworkOperators.ProfileMediaType,System.String)">
      <summary>Retrieves cost and plan information associated with the mobile broadband profile.</summary>
      <returns>The profile.</returns>
      <param name="mediaType">The media type that the profile belongs to.</param>
      <param name="profileName">The name of the profile that the cost will be applied to.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.ProvisioningAgent.ProvisionFromXmlDocumentAsync(System.String)">
      <summary>Provisions a device for network connectivity asynchronously, based on the supplied XML document.</summary>
      <returns>An asynchronous handler to start the provisioning attempt and track its completion.</returns>
      <param name="provisioningXmlDocument">An instance of CarrierControlSchema that contains the network connectivity provisioning information.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.ProvisioningAgent.#ctor">
      <summary>Creates a new instance of a ProvisioningAgent.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.UssdMessage">
      <summary>Represents a USSD message that is used for sending messages to and receiving messages from the network.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.UssdMessage.DataCodingScheme">
      <summary>Gets or sets the encoding scheme of the payload of this UssdMessage.</summary>
      <returns>The encoding scheme of the payload of this UssdMessage.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.UssdMessage.GetPayload">
      <summary>Gets the raw payload of this UssdMessage.</summary>
      <returns>The raw payload of this UssdMessage.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.UssdMessage.PayloadAsText">
      <summary>Gets or sets the payload of this UssdMessage as text.</summary>
      <returns>The payload of this UssdMessage as text.</returns>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.UssdMessage.SetPayload(System.Byte[])">
      <summary>Sets the raw payload of this UssdMessage.</summary>
      <param name="value">The raw payload of this UssdMessage.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.UssdMessage.#ctor(System.String)">
      <summary>Creates a new instance of a UssdMessage and encodes the supplied string into the message payload.</summary>
      <param name="messageText">The payload for the UssdMessage.</param>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.UssdReply">
      <summary>Represents the network response after sending a USSD message.</summary>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.UssdReply.Message">
      <summary>Gets the message for the USSD response.</summary>
      <returns>The message for the USSD response.</returns>
    </member>
    <member name="P:Windows.Networking.NetworkOperators.UssdReply.ResultCode">
      <summary>Gets the result code for the USSD response.</summary>
      <returns>The result code for the USSD response.</returns>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.UssdSession">
      <summary>Represents a session of the USSD network protocol.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.UssdSession.Close">
      <summary>Closes the USSD session with the network.</summary>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.UssdSession.CreateFromNetworkAccountId(System.String)">
      <summary>Creates a USSD session for the mobile device associated with the supplied network account ID.</summary>
      <returns>The USSD session for the mobile device associated with the supplied network account ID.</returns>
      <param name="networkAccountId">The network account ID to use to select the corresponding mobile broadband device to use for the USSD session.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.UssdSession.CreateFromNetworkInterfaceId(System.String)">
      <summary>Creates a USSD session for the mobile device associated with the supplied network interface ID.</summary>
      <returns>The USSD session for the mobile device associated with the supplied network interface ID.</returns>
      <param name="networkInterfaceId">The network interface ID to use to select the corresponding mobile broadband device to use for the USSD session.</param>
    </member>
    <member name="M:Windows.Networking.NetworkOperators.UssdSession.SendMessageAndGetReplyAsync(Windows.Networking.NetworkOperators.UssdMessage)">
      <summary>Sends a message to a USSD session and returns a handler to retrieve the reply asynchronously.</summary>
      <returns>An asynchronous handler to retrieve the USSD response to the sent message.</returns>
      <param name="message">The message to send to the USSD session.</param>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.ProfileUsage">
      <summary>Used to update the usage of plan data.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.ProfileUsage.UsageInMegabytes">
      <summary>Updates the usage in megabytes.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.ProfileUsage.LastSyncTime">
      <summary>The last time UsageInMegabytes was updated.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.DataClasses">
      <summary>Describes the cellular data services supported by a mobile broadband network device.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.None">
      <summary>No data services supported.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Gprs">
      <summary>The device supports the GPRS data service implemented by GSM providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Edge">
      <summary>The device supports the EDGE data service implemented by GSM providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Umts">
      <summary>The device supports the UMTS data service implemented by GSM providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Hsdpa">
      <summary>The device supports the HSDPA data service implemented by GSM providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Hsupa">
      <summary>The device supports the HSUPA (High Speed Uplink Packet Access) data service.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.LteAdvanced">
      <summary>The device supports the HSDPA Lite data service implemented by GSM providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Cdma1xRtt">
      <summary>The device supports the 1xRTT data service implemented by CDMA providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Cdma1xEvdo">
      <summary>The device supports the 1xEV-DO data service implemented by CDMA providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Cdma1xEvdoRevA">
      <summary>The device supports the 1xEV-DO RevA data service implemented by CDMA providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Cdma1xEvdv">
      <summary>The device supports the 1xEV-DV data service implemented by CDMA providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Cdma3xRtt">
      <summary>The device supports the 3xRTT data service implemented by CDMA providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Cdma1xEvdoRevB">
      <summary>The device supports the 1xEV-DO RevB data service, which is identified for future use.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.CdmaUmb">
      <summary>The device supports the UMB data service implemented by CDMA providers.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.DataClasses.Custom">
      <summary>The device supports a custom data service.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode">
      <summary>Defines values used to indicate status of connection authentication with a mobile hotspot. Provides the response code from the WISPr server for an authentication attempt.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.NoError">
      <summary>No response returned.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.LoginSucceeded">
      <summary>Hotspot authentication successful.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.LoginFailed">
      <summary>Hotspot authentication failed.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.RadiusServerError">
      <summary>No response from authentication server.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.NetworkAdministratorError">
      <summary>An error occurred that requires contacting the network administrator.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.LoginAborted">
      <summary>The authentication request was aborted.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.AccessGatewayInternalError">
      <summary>An internal error occurred in the access gateway.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus">
      <summary>Describes different states of a MobileBroadbandAccountWatcherStatus object.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus.Created">
      <summary>The watcher has been created but not started and is in its initial state.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus.Started">
      <summary>The watcher has been started and has yet to enumerate the existing accounts.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus.EnumerationCompleted">
      <summary>The watcher is running and has finished enumerating the existing accounts.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus.Stopped">
      <summary>The watcher has been stopped. No events will be delivered while the watcher is in this state.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus.Aborted">
      <summary>The watcher has aborted its watching operation due to an unexpected error condition. No events will be delivered while the watcher is in this state.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandDeviceType">
      <summary>Describes different types of Mobile Broadband devices.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandDeviceType.Unknown">
      <summary>The device type is unknown.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandDeviceType.Embedded">
      <summary>The device is embedded in the system.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandDeviceType.Removable">
      <summary>The device is removable.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandDeviceType.Remote">
      <summary>The device is remote. For example, a tethered cellular phone modem.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.MobileBroadbandRadioState">
      <summary>Describes radio states for a Mobile Broadband device.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandRadioState.Off">
      <summary>The radio is off. This can be because it has been turned off using a physical switch on the device, or using a software mechanism such as Airplane Mode on the control panel.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.MobileBroadbandRadioState.On">
      <summary>The radio is on.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.NetworkDeviceStatus">
      <summary>Describes the readiness of a device to connect to a wireless network.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.DeviceNotReady">
      <summary>The mobile broadband device is off.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.DeviceReady">
      <summary>The device is powered on and ready for mobile broadband operations.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.SimNotInserted">
      <summary>The mobile broadband device does not have a SIM card.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.BadSim">
      <summary>The SIM card is not valid. This can occur when PIN Unblock Key attempts have exceeded the limit.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.DeviceHardwareFailure">
      <summary>The mobile broadband device hardware is not responding.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.AccountNotActivated">
      <summary>A subscription account for the mobile broadband device is not active.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.DeviceLocked">
      <summary>The mobile broadband device is locked by a PIN or password preventing the device from initializing and registering with a wireless network.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkDeviceStatus.DeviceBlocked">
      <summary>The mobile broadband device is blocked by a PIN or password preventing the device from initializing and registering with a wireless network.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType">
      <summary>Describes the type of a network operator notification message.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.Gsm">
      <summary>The message type is GSM.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.Cdma">
      <summary>The message type is CDMA.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.Ussd">
      <summary>The message type is USSD.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.DataPlanThresholdReached">
      <summary>Data plan data threshold has been reached.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.DataPlanReset">
      <summary>Data plan has been reset.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.DataPlanDeleted">
      <summary>Data plan has been deleted.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.ProfileConnected">
      <summary>Profile connected to mobile operator.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.ProfileDisconnected">
      <summary>Profile disconnected from mobile operator.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.RegisteredRoaming">
      <summary>Mobile broadband device registered as roaming.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.RegisteredHome">
      <summary>Mobile broadband device registered as home.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType.TetheringEntitlementCheck">
      <summary>Mobile broadband device can be used for tethering.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.NetworkRegistrationState">
      <summary>Describes the network registration state of a mobile broadband device.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkRegistrationState.None">
      <summary>No connectivity.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkRegistrationState.Deregistered">
      <summary>The device is not registered and is not searching for a network provider.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkRegistrationState.Searching">
      <summary>The device is not registered and is searching for a network provider.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkRegistrationState.Home">
      <summary>The device is on a home network provider.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkRegistrationState.Roaming">
      <summary>The device is on a roaming network provider.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkRegistrationState.Partner">
      <summary>The device is on a roaming partner network provider.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.NetworkRegistrationState.Denied">
      <summary>The device was denied registration. Emergency voice calls may be made. This applies to voice and not data.</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.ProfileMediaType">
      <summary>Describes network types for provisioned network connectivity profiles.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.ProfileMediaType.Wlan">
      <summary>The profile is for a wireless local area network (WLAN).</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.ProfileMediaType.Wwan">
      <summary>The profile is for a wireless wide area network (WWAN).</summary>
    </member>
    <member name="T:Windows.Networking.NetworkOperators.UssdResultCode">
      <summary>Describes the USSD response codes for messages sent to the network.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.UssdResultCode.NoActionRequired">
      <summary>The USSD message that was received is either a USSD notification from the network or a response to an earlier request. No further information is necessary. The USSD session is closed.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.UssdResultCode.ActionRequired">
      <summary>The USSD message that was received is either a USSD request from the network or a response to a message sent to the network. Additional information is needed. The USSD session is open.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.UssdResultCode.Terminated">
      <summary>The USSD session has been terminated by the network or a local client.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.UssdResultCode.OtherLocalClient">
      <summary>The previous USSD request failed because another local client has an active USSD session.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.UssdResultCode.OperationNotSupported">
      <summary>The previous USSD request failed because the request was invalid or cannot be handled by the driver, device, or network.</summary>
    </member>
    <member name="F:Windows.Networking.NetworkOperators.UssdResultCode.NetworkTimeout">
      <summary>The USSD session has been closed because there was no response from the network.</summary>
    </member>
    <member name="N:Windows.Networking.Proximity">
      <summary>Contains classes that support connections between devices that are within close range.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="T:Windows.Networking.Proximity.ConnectionRequestedEventArgs">
      <summary>Contains properties that are passed to an application with the ConnectionRequested event.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.ConnectionRequestedEventArgs.PeerInformation">
      <summary>Gets the information for a peer that's requesting a connection.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The information for a peer that's requesting a connection.</returns>
    </member>
    <member name="T:Windows.Networking.Proximity.PeerFinder">
      <summary>Enables you to discover another instance of your app on a nearby device and create a socket connection between the peer apps by using a tap gesture or by browsing.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.AllowBluetooth">
      <summary>Specifies whether the PeerFinder class may connect a StreamSocket object by using Bluetooth.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>True if the PeerFinder class may connect a StreamSocket object by using Bluetooth; otherwise false. The default is true.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.AllowInfrastructure">
      <summary>Specifies whether the PeerFinder class may connect to a StreamSocket object using TCP/IP.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>True if the PeerFinder class may connect to a StreamSocket object using TCP/IP; otherwise false.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.AllowWiFiDirect">
      <summary>Specifies whether the PeerFinder class may connect a StreamSocket object by using Wi-Fi Direct.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>True if the PeerFinder class may connect a StreamSocket object by using Wi-Fi Direct; otherwise false. The default is true.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.AlternateIdentities">
      <summary>Gets a list of alternate appId values to match with peer applications on other platforms.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A list of alternate appId values to match with peer applications on other platforms.</returns>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerFinder.ConnectAsync(Windows.Networking.Proximity.PeerInformation)">
      <summary>Connects to a peer discovered by a call to the FindAllPeersAsync method.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>An asynchronous operation for connecting to a remote peer using the supplied StreamSocket object.</returns>
      <param name="peerInformation">A peer information object representing the peer to connect to.</param>
    </member>
    <member name="E:Windows.Networking.Proximity.PeerFinder.ConnectionRequested">
      <summary>Occurs when a remote peer requests a connection using the ConnectAsync method.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerFinder.CreateWatcher">
      <summary>Creates a new instance of a PeerWatcher object for dynamic discovery of peer apps.</summary>
      <returns>An instance of a PeerWatcher object for dynamic discovery of peer apps.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.DiscoveryData">
      <summary>Gets or sets user or device data to include during device discovery.</summary>
      <returns>User or device data to include during device discovery. Must be less than 32 bytes.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.DisplayName">
      <summary>Gets or sets the name that identifies your computer to remote peers.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The name that identifies your computer to remote peers.</returns>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerFinder.FindAllPeersAsync">
      <summary>Asynchronously browses for peer computers that are running the same app within wireless range.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The asynchronous operation for browsing for peers by using Wi-Fi Direct.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.Metadata">
      <summary>Gets or sets app-specific metadata for the app in peer-to-peer connections.</summary>
      <returns>The app-specific metadata for the app in peer-to-peer connections.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.Role">
      <summary>Gets or sets the role of the app in peer-to-peer connections.</summary>
      <returns>The role of the app in peer-to-peer connections.</returns>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerFinder.Start">
      <summary>Starts the process of finding peer apps and makes an app discoverable to remote peers.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerFinder.Start(System.String)">
      <summary>Delivers a message to a peer app on a proximate device.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <param name="peerMessage">The message to deliver to the proximate device.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerFinder.Stop">
      <summary>Stops the process of finding peer apps or advertising for a peer connection.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerFinder.SupportedDiscoveryTypes">
      <summary>Gets a value that indicates which discovery options are available to use with the PeerFinder class.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A value that indicates which discovery options are available to use with the PeerFinder class.</returns>
    </member>
    <member name="E:Windows.Networking.Proximity.PeerFinder.TriggeredConnectionStateChanged">
      <summary>Occurs during a tap gesture from a remote peer.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="T:Windows.Networking.Proximity.PeerInformation">
      <summary>Contains information that identifies a peer.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerInformation.DiscoveryData">
      <summary>Gets or sets user or device data to include during device discovery.</summary>
      <returns>User or device data to include during device discovery. Must be less than 32 bytes.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerInformation.DisplayName">
      <summary>Gets the display name of the peer.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The display name of the peer.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerInformation.Id">
      <summary>Gets the app id for the peer app.</summary>
      <returns>The app id for the peer app.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerInformation.Metadata">
      <summary>Gets app-specific metadata for the peer app.</summary>
      <returns>App-specific metadata for the peer app.</returns>
    </member>
    <member name="T:Windows.Networking.Proximity.PeerWatcher">
      <summary>Dynamically discovers peer apps within wireless range.</summary>
    </member>
    <member name="E:Windows.Networking.Proximity.PeerWatcher.Added">
      <summary>Occurs when a peer app is found within wireless range.</summary>
    </member>
    <member name="E:Windows.Networking.Proximity.PeerWatcher.EnumerationCompleted">
      <summary>Occurs after a scan operation is complete and all peer apps within wireless range have been found.</summary>
    </member>
    <member name="E:Windows.Networking.Proximity.PeerWatcher.Removed">
      <summary>Occurs when a peer app is no longer within wireless range.</summary>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerWatcher.Start">
      <summary>Begin dynamically searching for peer apps within wireless range.</summary>
    </member>
    <member name="P:Windows.Networking.Proximity.PeerWatcher.Status">
      <summary>Gets the current state of the PeerWatcher object.</summary>
      <returns>The current state of the PeerWatcher object.</returns>
    </member>
    <member name="M:Windows.Networking.Proximity.PeerWatcher.Stop">
      <summary>Stop dynamically searching for peer apps within wireless range.</summary>
    </member>
    <member name="E:Windows.Networking.Proximity.PeerWatcher.Stopped">
      <summary>Occurs when the PeerWatcher object has been stopped.</summary>
    </member>
    <member name="E:Windows.Networking.Proximity.PeerWatcher.Updated">
      <summary>Occurs when the DisplayName or Metadata for a peer app within wireless range has changed.</summary>
    </member>
    <member name="T:Windows.Networking.Proximity.ProximityDevice">
      <summary>Enables you to publish messages to proximate devices or subscribe to messages from proximate devices.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.ProximityDevice.BitsPerSecond">
      <summary>Gets the transfer rate of a proximity device.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The transfer rate of a proximity device.</returns>
    </member>
    <member name="E:Windows.Networking.Proximity.ProximityDevice.DeviceArrived">
      <summary>Occurs when a device enters the proximate range.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="E:Windows.Networking.Proximity.ProximityDevice.DeviceDeparted">
      <summary>Occurs when a device leaves the proximate range.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.ProximityDevice.DeviceId">
      <summary>Gets the DeviceInformation Id for a proximity device.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The DeviceInformation Id for a proximity device.</returns>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.FromId(System.String)">
      <summary>Creates an instance of a ProximityDevice class and activates the specified proximity device interface.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A new ProximityDevicethat uses the specified proximity device interface. Throws a System.IO.FileNotFoundException exception if the specified proximity device interface isunavailable.</returns>
      <param name="deviceInterfaceId">The DeviceInformation Id of a proximity device.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.GetDefault">
      <summary>Creates an instance of a ProximityDevice class and activates the default proximity provider.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A new proximity device that uses the default proximity provider. Returns NULL if no proximity devices are installed.</returns>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.GetDeviceSelector">
      <summary>Returns the class selection string that you can use to enumerate proximity devices.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The class selection string for proximity devices.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.ProximityDevice.MaxMessageBytes">
      <summary>Gets the maximum size of a published message that this proximity device supports.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The maximum size of a published message that this proximity device supports.</returns>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.PublishBinaryMessage(System.String,Windows.Storage.Streams.IBuffer)">
      <summary>Publishes a message that contains binary data to subscribers of the specified message type.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A unique publication ID for the published message.</returns>
      <param name="messageType">The type of message to deliver to subscribers.</param>
      <param name="message">The binary message data to deliver to subscribers.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.PublishBinaryMessage(System.String,Windows.Storage.Streams.IBuffer,Windows.Networking.Proximity.MessageTransmittedHandler)">
      <summary>Publishes a message that contains binary data to subscribers of the specified message type. The specified handler is called when the message has been transmitted.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A unique publication ID for the published message.</returns>
      <param name="messageType">The type of message to deliver to subscribers.</param>
      <param name="message">The binary message data to deliver to subscribers.</param>
      <param name="messageTransmittedHandler">The handler to call when the message has been transmitted.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.PublishMessage(System.String,System.String)">
      <summary>Publishes a message to subscribers of the specified message type.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A unique publication ID for the published message. Pass this value to the StopPublishingMessage method to stop publishing the message.</returns>
      <param name="messageType">The type of message to deliver to subscribers.</param>
      <param name="message">The message to deliver to subscribers.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.PublishMessage(System.String,System.String,Windows.Networking.Proximity.MessageTransmittedHandler)">
      <summary>Publishes a message to subscribers of the specified message type. The specified handler is called when the message has been transmitted.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A unique publication ID for the published message.</returns>
      <param name="messageType">The type of message to deliver to subscribers.</param>
      <param name="message">The message to deliver to subscribers.</param>
      <param name="messageTransmittedHandler">The handler to call when the message has been transmitted.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.PublishUriMessage(Windows.Foundation.Uri)">
      <summary>Publishes a Uniform Resource Identifier (URI) to a proximate device.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The publication ID of the message.</returns>
      <param name="message">The URI to publish.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.PublishUriMessage(Windows.Foundation.Uri,Windows.Networking.Proximity.MessageTransmittedHandler)">
      <summary>Publishes a Uniform Resource Identifier (URI) to a proximate device. The specified handler is called when the message has been transmitted.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The publication ID of the message.</returns>
      <param name="message">The URI to publish.</param>
      <param name="messageTransmittedHandler">The handler to call when the message has been transmitted.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.StopPublishingMessage(System.Int64)">
      <summary>Stops publishing a message.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <param name="messageId">The publication ID for the message.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.StopSubscribingForMessage(System.Int64)">
      <summary>Cancels a message subscription.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <param name="subscriptionId">The subscription ID for the message.</param>
    </member>
    <member name="M:Windows.Networking.Proximity.ProximityDevice.SubscribeForMessage(System.String,Windows.Networking.Proximity.MessageReceivedHandler)">
      <summary>Creates a subscription for a specified message type.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>A unique ID for the subscription.</returns>
      <param name="messageType">The type of message to deliver to this subscription.</param>
      <param name="messageReceivedHandler">The handler that the proximity provider will call when it delivers a message.</param>
    </member>
    <member name="T:Windows.Networking.Proximity.ProximityMessage">
      <summary>Represents a message that's received from a subscription.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.ProximityMessage.Data">
      <summary>Gets the binary data of the message.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The binary data of the message.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.ProximityMessage.DataAsString">
      <summary>Gets the message data as text.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The message data as text.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.ProximityMessage.MessageType">
      <summary>Gets the type of the message.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The type of the message.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.ProximityMessage.SubscriptionId">
      <summary>Gets the subscription ID of the message.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The subscription ID of the message.</returns>
    </member>
    <member name="T:Windows.Networking.Proximity.TriggeredConnectionStateChangedEventArgs">
      <summary>Contains properties that the TriggeredConnectionStateChanged event passes to an application.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="P:Windows.Networking.Proximity.TriggeredConnectionStateChangedEventArgs.Id">
      <summary>Gets the unique identifier for the connection in progress.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The unique identifier for the connection in progress.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.TriggeredConnectionStateChangedEventArgs.Socket">
      <summary>Gets the StreamSocket instance for the connection.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The StreamSocket instance for the connection.</returns>
    </member>
    <member name="P:Windows.Networking.Proximity.TriggeredConnectionStateChangedEventArgs.State">
      <summary>Gets the state of the connection in progress.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <returns>The state of the connection in progress.</returns>
    </member>
    <member name="T:Windows.Networking.Proximity.PeerDiscoveryTypes">
      <summary>Indicates which discovery options are available to use with the PeerFinder class.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerDiscoveryTypes.None">
      <summary>No supported discovery types are available. You can't use the PeerFinder class.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerDiscoveryTypes.Browse">
      <summary>You can use Wifi-Direct to find peers by using the FindAllPeersAsync and ConnectAsync methods of the PeerFinder class.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerDiscoveryTypes.Triggered">
      <summary>You can tap to connect to peers by using the PeerFinder class.</summary>
    </member>
    <member name="T:Windows.Networking.Proximity.PeerRole">
      <summary>Describes the role of the peer app when connected to multiple peers.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerRole.Peer">
      <summary>The app is part of a two-peer connection.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerRole.Host">
      <summary>The app is the host peer app in a multi-peer connection.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerRole.Client">
      <summary>The app is a client peer app in a multi-peer connection.</summary>
    </member>
    <member name="T:Windows.Networking.Proximity.PeerWatcherStatus">
      <summary>Describes the status of a PeerWatcher object.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerWatcherStatus.Created">
      <summary>The peer watcher has been created and can start watching for peer apps within wireless range.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerWatcherStatus.Started">
      <summary>The peer watcher has started watching for peer apps within wireless range.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerWatcherStatus.EnumerationCompleted">
      <summary>A scan operation is complete and all peer apps within wireless range have been found.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerWatcherStatus.Stopping">
      <summary>The peer watcher is stopping.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerWatcherStatus.Stopped">
      <summary>The peer watcher has stopped watching for peer apps within wireless range.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.PeerWatcherStatus.Aborted">
      <summary>Watching for peers has stopped due to a failure.</summary>
    </member>
    <member name="T:Windows.Networking.Proximity.TriggeredConnectState">
      <summary>Indicates the current state of a connection to a peer application.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
    </member>
    <member name="F:Windows.Networking.Proximity.TriggeredConnectState.PeerFound">
      <summary>A device that supports proximity socket connections is within proximity. The tap gesture is complete.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.TriggeredConnectState.Listening">
      <summary>This side of the socket connection will be the host and is waiting for a connection from the peer.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.TriggeredConnectState.Connecting">
      <summary>This side of the socket connection will be the client and is attempting to connect to the peer.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.TriggeredConnectState.Completed">
      <summary>The connection is complete, and the StreamSocket class can now be used to communicate with the peer.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.TriggeredConnectState.Canceled">
      <summary>The connection was stopped before it was completed.</summary>
    </member>
    <member name="F:Windows.Networking.Proximity.TriggeredConnectState.Failed">
      <summary>An error prevented a successful connection.</summary>
    </member>
    <member name="T:Windows.Networking.Proximity.DeviceArrivedEventHandler">
      <summary>Describes the method that handles the DeviceArrived event.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <param name="sender">The proximity device that raised the DeviceArrived event.</param>
    </member>
    <member name="T:Windows.Networking.Proximity.DeviceDepartedEventHandler">
      <summary>Describes the method that handles the DeviceDeparted event.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <param name="sender">The proximity device that raised the DeviceDeparted event.</param>
    </member>
    <member name="T:Windows.Networking.Proximity.MessageReceivedHandler">
      <summary>Describes the method that will handle the event that's fired when a message that has been subscribed to has been received.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <param name="sender">The proximity device that received the message.</param>
      <param name="message">The message and related data that were passed to the event handler.</param>
    </member>
    <member name="T:Windows.Networking.Proximity.MessageTransmittedHandler">
      <summary>Describes the method that will handle the event that's fired when a published message has been transmitted.</summary>
      <capability type="proximity">Required to establish connections with proximity devices.</capability>
      <param name="sender">The proximity device that published the message.</param>
      <param name="messageId">The publication ID of the message.</param>
    </member>
    <member name="N:Windows.Networking.PushNotifications">
      <summary>Contains classes and interfaces that encapsulate push notifications.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="T:Windows.Networking.PushNotifications.PushNotificationChannel">
      <summary>Represents a delivery vehicle and addressing mechanism for push notifications. The channel Uniform Resource Identifier (URI) represented by this interface is used by a third-party application server to communicate with the Windows Push Notification Services (WNS). The push notification channel is used by the client to intercept notifications.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="M:Windows.Networking.PushNotifications.PushNotificationChannel.Close">
      <summary>Explicitly invalidates this channel. Any notifications pushed to this channel after this method is called are not delivered.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationChannel.ExpirationTime">
      <summary>Gets the time at which the channel expires. Notifications sent to this channel after this time are rejected.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <returns>The time at which the channel expires. Notifications sent to this channel after this time are rejected.</returns>
    </member>
    <member name="E:Windows.Networking.PushNotifications.PushNotificationChannel.PushNotificationReceived">
      <summary>Fires when a push notification has arrived on this channel.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationChannel.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) to which an app server sends a push notification intended for an application or secondary tile bound to this channel. This Uniform Resource Identifier (URI) is transmitted to and stored by the third-party app server.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <returns>The Uniform Resource Identifier (URI) (https) that the app server uses to post notifications.</returns>
    </member>
    <member name="T:Windows.Networking.PushNotifications.PushNotificationChannelManager">
      <summary>Creates objects that you use to retrieve push notification channels from the Windows Push Notification Services (WNS). These channels are bound to an app or secondary tile.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="M:Windows.Networking.PushNotifications.PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync">
      <summary>Creates an object, bound to the calling app, through which you retrieve a push notification channel from Windows Push Notification Services (WNS).</summary>
      <returns>The object, bound to the calling app, that is used to request a PushNotificationChannel from the Windows Push Notification Services (WNS).</returns>
    </member>
    <member name="M:Windows.Networking.PushNotifications.PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync(System.String)">
      <summary>Creates an object, bound to a specified app, through which you retrieve a push notification channel from Windows Push Notification Services (WNS).</summary>
      <returns>The object, bound to the app specified in applicationId, that is used to request a PushNotificationChannel from the Windows Push Notification Services (WNS).</returns>
      <param name="applicationId">The Package Relative Application ID (PRAID) of the app to bind to the push notification channel.</param>
    </member>
    <member name="M:Windows.Networking.PushNotifications.PushNotificationChannelManager.CreatePushNotificationChannelForSecondaryTileAsync(System.String)">
      <summary>Creates an object, bound to a secondary tile, through which you retrieve a push notification channel from Windows Push Notification Services (WNS).</summary>
      <returns>The object, bound to the secondary tile, that is used to request a PushNotificationChannel from the Windows Push Notification Services (WNS).</returns>
      <param name="tileId">The ID of the secondary tile to bind to the push notification channel.</param>
    </member>
    <member name="T:Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs">
      <summary>Encapsulates a push notification that has been received from the app server, identifying the type and supplying the content of the notification. Windows passes this information in the PushNotificationReceived event.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs.BadgeNotification">
      <summary>Gets the content of a badge update to perform in response to this push notification.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <returns>Holds the update information. If NotificationType is not of type Badge, this value is NULL.</returns>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs.Cancel">
      <summary>Gets or sets whether Windows should perform its default handling of the notification.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <returns>True to prevent default processing of the notification by Windows, otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs.NotificationType">
      <summary>Gets the type of push notification that has been received from the app server.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <returns>The type (badge, tile, toast, or raw) of push notification that has been received.</returns>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs.RawNotification">
      <summary>Gets the app-defined content contained in this push notification, the contents of which are used to perform a background task on the app.</summary>
      <returns>Encapsulates the app-defined content of the raw notification. If NotificationType is not of type Raw, this value is NULL.</returns>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs.TileNotification">
      <summary>Gets the content of a tile update to perform in response to this push notification.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <returns>Holds the update information. If NotificationType is not of type Tile, this value is NULL.</returns>
    </member>
    <member name="P:Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs.ToastNotification">
      <summary>Gets the content of a toast to display in response to this push notification.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <returns>Holds the toast information. If NotificationType is not of type Toast, this value is NULL.</returns>
    </member>
    <member name="T:Windows.Networking.PushNotifications.PushNotificationType">
      <summary>The type of push notification that has been received from the app server.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="F:Windows.Networking.PushNotifications.PushNotificationType.Toast">
      <summary>A push notification to display as toast.</summary>
    </member>
    <member name="F:Windows.Networking.PushNotifications.PushNotificationType.Tile">
      <summary>A push notification to update one or more elements of a tile.</summary>
    </member>
    <member name="F:Windows.Networking.PushNotifications.PushNotificationType.Badge">
      <summary>A push notification to update a tile's badge overlay.</summary>
    </member>
    <member name="F:Windows.Networking.PushNotifications.PushNotificationType.Raw">
      <summary>A push notification to perform an update to a tile that does not involve UI.</summary>
    </member>
    <member name="T:Windows.Networking.PushNotifications.RawNotification">
      <summary>Encapsulates the app-defined content of a raw notification (a push notification that does not involve UI). Its contents can be used in an app's background task, if the app has that capability, or otherwise consumed by the app and acted on as needed.</summary>
    </member>
    <member name="P:Windows.Networking.PushNotifications.RawNotification.Content">
      <summary>Gets the content of the raw notification as a string. This string specifies a background task associated with the app.</summary>
      <returns>A string that contains the app-defined notification content, as set by the app server.</returns>
    </member>
    <member name="N:Windows.Networking.Sockets">
      <summary>Provides sockets and WebSockets classes to use for network communications and classes for real-time network notifications received in the background for Windows Store app.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.ControlChannelTrigger">
      <summary>Enables real time notifications to be received in the background for class elements in the Windows.Networking.Sockets namespace and other networking transports.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.Close">
      <summary>Closes the ControlChannelTrigger object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.ControlChannelTrigger.ControlChannelTriggerId">
      <summary>Gets a string that can be used to differentiate various control channel triggers on the local computer.</summary>
      <returns>A string that can be used to differentiate various control channel triggers.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.ControlChannelTrigger.CurrentKeepAliveIntervalInMinutes">
      <summary>Gets the network keep-alive interval, in minutes, maintained by low-level network components in the TCP stack based on current network conditions.</summary>
      <returns>The network keep-alive interval, in minutes, maintained by low-level network components in the TCP stack based on current network conditions.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.DecreaseNetworkKeepAliveInterval">
      <summary>Provides a way for an app to indicate that the network keep-alive interval maintained by the system with network intermediaries to wake up was too long and should be decreased. This method applies to class elements in the Windows.Networking.Sockets and related namespaces.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.FlushTransport">
      <summary>Flushes any networking data used by the transport connection associated with the ControlChannelTrigger to the networking stack.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.ControlChannelTrigger.KeepAliveTrigger">
      <summary>Gets an object that represents the keep-alive trigger associated with the ControlChannelTrigger object that an app should use to bind the activation class with the background broker infrastructure.</summary>
      <returns>A string that represents the activation class ID for the keep-alive background task.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.ControlChannelTrigger.PushNotificationTrigger">
      <summary>Gets an object that represents the push notification trigger associated with the ControlChannelTrigger object that an app should use to bind the activation class with the background broker infrastructure.</summary>
      <returns>A string that represents the activation class ID for the push notification background task.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.ControlChannelTrigger.ServerKeepAliveIntervalInMinutes">
      <summary>Get or set the server keep-alive interval, in minutes, registered with the system to indicate when the app and associated network connections used should wake up.</summary>
      <returns>The server keep-alive interval, in minutes, registered with the system to indicate when the app and associated network connections used should wake up.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.ControlChannelTrigger.TransportObject">
      <summary>Gets the transport object that the system is using for the transport connection associated with the ControlChannelTrigger object.</summary>
      <returns>The transport object that the system is using for the transport connection</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.UsingTransport(System.Object)">
      <summary>Sets the transport connection to be used by a control channel trigger by class elements in the Windows.Networking.Sockets and related namespaces.</summary>
      <param name="transport">The instance of the network class that represents the network transport.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.WaitForPushEnabled">
      <summary>Allows an app to notify the system that a connection has been established and the system should complete the internal configuration of the control channel trigger.</summary>
      <returns>A value that indicates if the system was able to complete configuration of a ControlChannelTrigger object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.#ctor(System.String,System.UInt32)">
      <summary>Creates a new ControlChannelTrigger object with a control channel trigger ID and a value for the server keep-alive interval.</summary>
      <param name="channelId">A string used to differentiate various control channel triggers on the local computer. The maximum length allowed for this string is 64 characters.</param>
      <param name="serverKeepAliveIntervalInMinutes">The keep-alive interval, in minutes, registered with the system to indicate when the app and network connections used should wake up. The minimum value that can be set for this parameter is 15 minutes. The maximum value that can be set is 1439 minutes (approximately 24 hours).</param>
    </member>
    <member name="M:Windows.Networking.Sockets.ControlChannelTrigger.#ctor(System.String,System.UInt32,Windows.Networking.Sockets.ControlChannelTriggerResourceType)">
      <summary>Creates a new ControlChannelTrigger object with a control channel trigger ID, a value for the server keep-alive interval, and the resource type requested for the control channel trigger.</summary>
      <param name="channelId">A string used to differentiate various control channel triggers on the local computer. The maximum length allowed for this string is 64 characters.</param>
      <param name="serverKeepAliveIntervalInMinutes">The keep-alive interval, in minutes, registered with the system to indicate when the app and network connections used should wake up. The minimum value that can be set for this parameter is 15 minutes. The maximum value that can be set is 1439 minutes (approximately 24 hours).</param>
      <param name="resourceRequestType">The resource type requested for the control channel trigger.</param>
    </member>
    <member name="T:Windows.Networking.Sockets.DatagramSocket">
      <summary>Supports network communication using a UDP datagram socket.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.BindEndpointAsync(Windows.Networking.HostName,System.String)">
      <summary>Starts a bind operation on a DatagramSocket to a local hostname and a local service name.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous bind operation on a DatagramSocket object.</returns>
      <param name="localHostName">The local hostname or IP address on which to bind the DatagramSocket object.</param>
      <param name="localServiceName">The local service name or UDP port on which to bind the DatagramSocket object.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.BindServiceNameAsync(System.String)">
      <summary>Starts a bind operation on a DatagramSocket to a local service name.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous bind operation on a DatagramSocket object.</returns>
      <param name="localServiceName">The local service name or UDP port on which to bind the DatagramSocket object.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.BindServiceNameAsync(System.String,Windows.Networking.Connectivity.NetworkAdapter)">
      <summary>Starts a bind operation on a DatagramSocket to a local service name and specific network interface.</summary>
      <returns>An asynchronous bind operation on a DatagramSocket object.</returns>
      <param name="localServiceName">The local service name or UDP port on which to bind the DatagramSocket object.</param>
      <param name="adapter">The network adapter on which to bind the DatagramSocket object.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.Close">
      <summary>Closes the DatagramSocket object.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.ConnectAsync(Windows.Networking.HostName,System.String)">
      <summary>Starts a connect operation on a DatagramSocket to a remote destination specified by a remote hostname and a remote service name.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous connect operation on a DatagramSocket object.</returns>
      <param name="remoteHostName">The hostname or IP address of the remote network destination.</param>
      <param name="remoteServiceName">The service name or UDP port of the remote network destination.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.ConnectAsync(Windows.Networking.EndpointPair)">
      <summary>Starts a connect operation on a DatagramSocket to a remote network destination specified as an EndpointPair object.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous connect operation on a DatagramSocket object.</returns>
      <param name="endpointPair">An EndpointPair object that specifies local hostname or IP address, local service name or UDP port, the remote hostname or remote IP address, and the remote service name or remote UDP port for the remote network destination.</param>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocket.Control">
      <summary>Gets socket control data on a DatagramSocket object.</summary>
      <returns>Socket control data on a DatagramSocket object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.GetEndpointPairsAsync(Windows.Networking.HostName,System.String)">
      <summary>Gets a list of EndpointPair objects based on a remote hostname and remote service name that can be used to send datagrams to a remote network destination.</summary>
      <returns>A list of EndpointPair objects.</returns>
      <param name="remoteHostName">The remote hostname or IP address.</param>
      <param name="remoteServiceName">The remote service name or UDP port.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.GetEndpointPairsAsync(Windows.Networking.HostName,System.String,Windows.Networking.HostNameSortOptions)">
      <summary>Gets a list of EndpointPair objects based on a remote hostname and remote service name and the sort order to be used.</summary>
      <returns>A list of EndpointPair objects.</returns>
      <param name="remoteHostName">The remote hostname or IP address.</param>
      <param name="remoteServiceName">The remote service name or UDP port.</param>
      <param name="sortOptions">The sort order to use when returning the list.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.GetOutputStreamAsync(Windows.Networking.HostName,System.String)">
      <summary>Starts an operation to get an IOutputStream to a remote destination specified by a remote hostname and a remote service name that can then be used to send network data.</summary>
      <returns>An IOutputStream that representing the asynchronous operation.</returns>
      <param name="remoteHostName">The remote hostname or remote IP address.</param>
      <param name="remoteServiceName">The remote service name or remote UDP port.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.GetOutputStreamAsync(Windows.Networking.EndpointPair)">
      <summary>Starts an operation to get an IOutputStream to a remote network destination specified by an EndpointPair object that can then be used to send network data.</summary>
      <returns>An IOutputStream that represents the asynchronous operation.</returns>
      <param name="endpointPair">An endpoint pair that represents the local hostname or local IP address, the local service name or local UDP port, the remote hostname or remote IP address, and the remote service name or remote UDP port.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.#ctor">
      <summary>Creates a new DatagramSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocket.Information">
      <summary>Gets socket information on the local and remote hostnames and local and remote service names for the DatagramSocket object.</summary>
      <returns>Socket information for the DatagramSocket object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocket.JoinMulticastGroup(Windows.Networking.HostName)">
      <summary>Joins a DatagramSocket object to a multicast group.</summary>
      <param name="host">The hostname or IP address for the multicast group.</param>
    </member>
    <member name="E:Windows.Networking.Sockets.DatagramSocket.MessageReceived">
      <summary>An event that indicates that a message was received on the DatagramSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocket.OutputStream">
      <summary>Gets the output stream to write to the remote host.</summary>
      <returns>A stream of bytes to be written to the remote host in a UDP datagram.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.DatagramSocketControl">
      <summary>Provides socket control data on a DatagramSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketControl.DontFragment">
      <summary>Gets or sets a Boolean value that specifies whether the DatagramSocket allows IP datagrams for UDP to be fragmented.</summary>
      <returns>Whether the DatagramSocket allows datagrams to be fragmented.true if the DatagramSocket shouldn't fragment datagrams; otherwise, false. The default is false which allows datagrams to be fragmented.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketControl.InboundBufferSizeInBytes">
      <summary>Get or set the size, in bytes, of the buffer used for receiving data on the DatagramSocket object.</summary>
      <returns>The size, in bytes, of the buffer used for receiving data on the DatagramSocket object. The default is 8192.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketControl.OutboundUnicastHopLimit">
      <summary>Gets or sets the hop limit on an outbound packet sent to a unicast IP address by the DatagramSocket object.</summary>
      <returns>The hop limit on an outbound packet sent by the DatagramSocket object. The default is 64.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketControl.QualityOfService">
      <summary>Gets or sets the quality of service on a DatagramSocket object.</summary>
      <returns>The quality of service on a DatagramSocket object. The default is normal.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.DatagramSocketInformation">
      <summary>Provides socket information on a DatagramSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketInformation.LocalAddress">
      <summary>The local IP address associated with a DatagramSocket object.</summary>
      <returns>The local hostname or IP address.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketInformation.LocalPort">
      <summary>The local service name or UDP port number associated with a DatagramSocket.</summary>
      <returns>The local service name or UDP port number.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketInformation.RemoteAddress">
      <summary>The IP address of the remote network destination associated with a DatagramSocket object.</summary>
      <returns>The IP address of the remote network destination.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketInformation.RemotePort">
      <summary>The UDP port number of the remote network destination associated with a DatagramSocket object.</summary>
      <returns>The UDP port number of the remote network destination.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs">
      <summary>Provides data for a MessageReceived event on a DatagramSocket.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs.GetDataReader">
      <summary>Gets a DataReader object to read incoming data received from the remote network destination on a DatagramSocket object.</summary>
      <returns>A DataReader object to read incoming data received from the remote network destination on a DatagramSocket object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs.GetDataStream">
      <summary>Gets an IInputStream object that represents a sequential stream of bytes to be read as a message from the remote network destination on a DatagramSocket object.</summary>
      <returns>An IInputStream object that represents a sequential stream of bytes to be read as a message.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs.LocalAddress">
      <summary>Gets the local IP address associated with a DatagramSocket when a message was received.</summary>
      <returns>The local IP address where the message was received by the DatagramSocket.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs.RemoteAddress">
      <summary>Gets the IP address of the remote sender of the datagram on the DatagramSocket when a message is received.</summary>
      <returns>The IP address of the remote network destination when the message is received on a DatagramSocket.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs.RemotePort">
      <summary>Gets the UDP port number of the remote sender of the datagram received on the DatagramSocket.</summary>
      <returns>The UDP port number of the remote network destination when a message is received on a DatagramSocket.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.MessageWebSocket">
      <summary>Supports network communication that allows reading and writing whole messages using a WebSocket.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocket.Close(System.UInt16,System.String)">
      <summary>Closes the MessageWebSocket object and indicates a reason for the closure.</summary>
      <param name="code">Status code indicating the reason for closure.</param>
      <param name="reason">Optional UTF-8-encoded data with additional information about the closure.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocket.Close">
      <summary>Closes the MessageWebSocket object and sends an empty close frame to the server.</summary>
    </member>
    <member name="E:Windows.Networking.Sockets.MessageWebSocket.Closed">
      <summary>Occurs when a close frame is received on the MessageWebSocket object as part of the close handshake.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocket.ConnectAsync(Windows.Foundation.Uri)">
      <summary>Starts an asynchronous operation to connect to a remote network destination on a MessageWebSocket object.</summary>
      <returns>An asynchronous connect operation on a MessageWebSocket object.</returns>
      <param name="uri">An absolute Uri for the server to connect to.</param>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocket.Control">
      <summary>Gets socket control data on a MessageWebSocket object.</summary>
      <returns>Socket control data on a MessageWebSocket object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocket.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocket.Information">
      <summary>Gets socket information on a MessageWebSocket object.</summary>
      <returns>Socket information on a MessageWebSocket object.</returns>
    </member>
    <member name="E:Windows.Networking.Sockets.MessageWebSocket.MessageReceived">
      <summary>An event that indicates that a message was received on the MessageWebSocket object.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocket.#ctor">
      <summary>Creates a new MessageWebSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocket.OutputStream">
      <summary>Gets the output stream to write to the remote network destination on a MessageWebSocket object.</summary>
      <returns>A sequential stream of bytes to be written to the remote destination as a single message.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocket.SetRequestHeader(System.String,System.String)">
      <summary>Adds an HTTP request header to the HTTP request message used in the WebSocket protocol handshake by the MessageWebSocket object.</summary>
      <param name="headerName">The name of the request header.</param>
      <param name="headerValue">The value of the request header.</param>
    </member>
    <member name="T:Windows.Networking.Sockets.MessageWebSocketControl">
      <summary>Provides socket control data on a MessageWebSocket.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketControl.MaxMessageSize">
      <summary>The maximum message size, in bytes, for a WebSocket message to be configured on the MessageWebSocket object.</summary>
      <returns>The maximum message size, in bytes, to be configured on the MessageWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketControl.MessageType">
      <summary>The WebSocket message type to be configured on a MessageWebSocket object for write operations.</summary>
      <returns>The WebSocket message type.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketControl.OutboundBufferSizeInBytes">
      <summary>The size, in bytes, of the send buffer to be used for sending data on a MessageWebSocket object.</summary>
      <returns>The size, in bytes, of the send buffer to be used for sending data.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketControl.ProxyCredential">
      <summary>The credential to use to authenticate to the proxy server through HTTP header authentication using a MessageWebSocket object.</summary>
      <returns>The credential to use to authenticate to the proxy server through HTTP header authentication.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketControl.ServerCredential">
      <summary>The credential to use to authenticate to the WebSocket server through HTTP header authentication using a MessageWebSocket object.</summary>
      <returns>The credential to use to authenticate to the WebSocket server through HTTP header authentication.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketControl.SupportedProtocols">
      <summary>Gets a collection that can be used to add a list of supported sub-protocols that will be advertised to the server during the connect handshake.</summary>
      <returns>A collection that contains the WebSocket sub-protocols supported by the MessageWebSocket object.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.MessageWebSocketInformation">
      <summary>Provides socket information on a MessageWebSocket.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketInformation.BandwidthStatistics">
      <summary>Gets bandwidth information for network data transfer on a MessageWebSocket object.</summary>
      <returns>Bandwidth information for network data transfer on a MessageWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketInformation.LocalAddress">
      <summary>Gets the IP address associated with a MessageWebSocket object.</summary>
      <returns>The IP address associated with a MessageWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketInformation.Protocol">
      <summary>Gets the WebSocket sub-protocol negotiated with the server during WebSocket handshake on a MessageWebSocket object.</summary>
      <returns>The sub-protocol negotiated with the server during the WebSocket handshake.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.MessageWebSocketMessageReceivedEventArgs">
      <summary>Provides data for a message received event on a MessageWebSocket.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocketMessageReceivedEventArgs.GetDataReader">
      <summary>Gets a DataReader object to read incoming data received from the remote network destination on a MessageWebSocket.</summary>
      <returns>A DataReader object to read incoming data received from the remote network destination on a MessageWebSocket.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.MessageWebSocketMessageReceivedEventArgs.GetDataStream">
      <summary>Gets an IInputStream object (a message represented as a sequential stream of bytes) from the remote network destination on a MessageWebSocket object.</summary>
      <returns>A message represented as a sequential stream of bytes.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.MessageWebSocketMessageReceivedEventArgs.MessageType">
      <summary>Gets the type of the message received by a MessageWebSocket object.</summary>
      <returns>The type of the message received.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.SocketError">
      <summary>Provides socket error status for operations on a DatagramSocket, StreamSocket, or StreamSocketListener.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.SocketError.GetStatus(System.Int32)">
      <summary>Gets a SocketErrorStatus value based on an error encountered by a socket operation.</summary>
      <returns>The socket error status value for a socket operation.</returns>
      <param name="hresult">The error encountered by a socket operation represented as an HRESULT.</param>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamSocket">
      <summary>Supports network communication using a stream socket over TCP or Bluetooth RFCOMM.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.Close">
      <summary>Closes the StreamSocket object.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.ConnectAsync(Windows.Networking.EndpointPair)">
      <summary>Starts an asynchronous operation on a StreamSocket object to connect to a remote network destination specified as an EndpointPair object.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous connect operation on a StreamSocket object.</returns>
      <param name="endpointPair">An EndpointPair object that specifies the local hostname or IP address, the local service name or TCP port, the remote hostname or remote IP address, and the remote service name or remote TCP port for the remote network destination.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.ConnectAsync(Windows.Networking.EndpointPair,Windows.Networking.Sockets.SocketProtectionLevel)">
      <summary>Starts an asynchronous operation on a StreamSocket object to connect to a remote network destination specified as an EndpointPair object and a SocketProtectionLevel enumeration. This method is not callable from JavaScript.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous connect operation on a StreamSocket object.</returns>
      <param name="endpointPair">An EndpointPair object that specifies local hostname or IP address, local service name or TCP port, the remote hostname or remote IP address, and the remote service name or remote TCP port for the remote network destination.</param>
      <param name="protectionLevel">The protection level that represents the integrity and encryption for a StreamSocket object.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.ConnectAsync(Windows.Networking.HostName,System.String)">
      <summary>Starts an asynchronous operation on a StreamSocket object to connect to a remote network destination specified by a remote hostname and a remote service name.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous connect operation on a StreamSocket object.</returns>
      <param name="remoteHostName">The hostname or IP address of the remote network destination. For Bluetooth RFCOMM, this is a MAC address.</param>
      <param name="remoteServiceName">The service name or TCP port number of the remote network destination. For Bluetooth RFCOMM, this is the Bluetooth address.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.ConnectAsync(Windows.Networking.HostName,System.String,Windows.Networking.Sockets.SocketProtectionLevel)">
      <summary>Starts an asynchronous operation on a StreamSocket object to connect to a remote destination specified by a remote hostname, a remote service name, and a SocketProtectionLevel.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous connect operation on a StreamSocket object.</returns>
      <param name="remoteHostName">The hostname or IP address of the remote network destination. For Bluetooth RFCOMM, this is a MAC address.</param>
      <param name="remoteServiceName">The service name or TCP port number of the remote network destination. For Bluetooth RFCOMM, this is the Bluetooth address.</param>
      <param name="protectionLevel">The protection level that represents the integrity and encryption for the StreamSocket object.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.ConnectAsync(Windows.Networking.HostName,System.String,Windows.Networking.Sockets.SocketProtectionLevel,Windows.Networking.Connectivity.NetworkAdapter)">
      <summary>Starts an asynchronous operation on a StreamSocket object on a specified local network adapter to connect to a remote destination specified by a remote hostname, a remote service name, and a SocketProtectionLevel.</summary>
      <returns>An asynchronous connect operation on a StreamSocket object.</returns>
      <param name="remoteHostName">The hostname or IP address of the remote network destination. For Bluetooth RFCOMM, this is a MAC address.</param>
      <param name="remoteServiceName">The service name or TCP port number of the remote network destination. For Bluetooth RFCOMM, this is the Bluetooth address.</param>
      <param name="protectionLevel">The protection level that represents the integrity and encryption for the StreamSocket object.</param>
      <param name="adapter">The local network adapter to use for the connect operation on the StreamSocket object.</param>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocket.Control">
      <summary>Gets socket control data on a StreamSocket object.</summary>
      <returns>Socket control data on a StreamSocket object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocket.Information">
      <summary>Gets socket information on a StreamSocket object.</summary>
      <returns>Socket information on a StreamSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocket.InputStream">
      <summary>Gets the input stream to read from the remote destination on a StreamSocket object.</summary>
      <returns>A sequential stream of bytes to be read from the remote destination.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocket.OutputStream">
      <summary>Gets the output stream to write to the remote host on a StreamSocket object.</summary>
      <returns>A sequential stream of bytes to be written to the remote destination.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.#ctor">
      <summary>Creates a new StreamSocket object.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocket.UpgradeToSslAsync(Windows.Networking.Sockets.SocketProtectionLevel,Windows.Networking.HostName)">
      <summary>Starts an asynchronous operation to upgrade a connected socket to use SSL on a StreamSocket object.</summary>
      <returns>An asynchronous operation to upgrade to use SSL on a StreamSocket object.</returns>
      <param name="protectionLevel">The protection level that represents the integrity and encryption on the StreamSocket object.</param>
      <param name="validationHostName">The hostname of the remote network destination that is used for validation when upgrading to SSL.</param>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamSocketControl">
      <summary>Provides socket control data on a StreamSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketControl.IgnorableServerCertificateErrors">
      <summary>Get a vector of SSL server errors to ignore when making an SSL connection with a StreamSocket.</summary>
      <returns>A vector of SSL server errors to ignore.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketControl.KeepAlive">
      <summary>A value that indicates whether keep-alive packets are sent to the remote destination on a StreamSocket object.</summary>
      <returns>Whether keep-alive packets are sent to the remote destination.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketControl.NoDelay">
      <summary>A value that indicates whether the Nagle algorithm is used on a StreamSocket object.</summary>
      <returns>A value that indicates whether the Nagle algorithm is used on the TCP connection of a StreamSocket object</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketControl.OutboundBufferSizeInBytes">
      <summary>The size, in bytes, of the send buffer to be used for sending data on a StreamSocket object.</summary>
      <returns>The size, in bytes, of the send buffer to be used for sending data.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketControl.OutboundUnicastHopLimit">
      <summary>The hop limit on an outbound packet sent to a unicast IP address by the StreamSocket object.</summary>
      <returns>The hop limit on an outbound packet sent by the StreamSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketControl.QualityOfService">
      <summary>The quality of service on a StreamSocket object.</summary>
      <returns>The quality of service on a StreamSocket object.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamSocketInformation">
      <summary>Provides socket information on a StreamSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.BandwidthStatistics">
      <summary>Gets bandwidth information for network data transfer on a StreamSocket object.</summary>
      <returns>Bandwidth information for network data transfer on a StreamSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.LocalAddress">
      <summary>Gets the local IP address associated with a StreamSocket object.</summary>
      <returns>The local IP address or hostname.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.LocalPort">
      <summary>Get the TCP port number associated with a StreamSocket.</summary>
      <returns>The local TCP port number of service name.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.ProtectionLevel">
      <summary>Gets the protection level that represents the integrity and encryption set on a StreamSocket object.</summary>
      <returns>The protection level that represents the integrity and encryption set on a StreamSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.RemoteAddress">
      <summary>Get the IP address or hostname of the remote network destination associated with a StreamSocket object.</summary>
      <returns>The IP address of the remote network endpoint after a connection is established.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.RemoteHostName">
      <summary>Get the hostname or IP address of the remote network destination associated with a StreamSocket object.</summary>
      <returns>The hostname or IP address of the remote network destination.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.RemotePort">
      <summary>Get the TCP port number or service name of the remote network destination associated with a StreamSocket object.</summary>
      <returns>The TCP port number of the remote network endpoint after a connection is established.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.RemoteServiceName">
      <summary>Get the service name or TCP port number of the remote network destination associated with a StreamSocket object.</summary>
      <returns>The service name or TCP port number of the remote network destination.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.RoundTripTimeStatistics">
      <summary>Gets round trip time information for a StreamSocket object.</summary>
      <returns>Round trip time information for a StreamSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.SessionKey">
      <summary>Get a byte array that represents the private shared secret exchanged by proximity devices.</summary>
      <returns>A byte array that represents the private shared secret exchanged by proximity devices.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.ServerCertificate">
      <summary>Gets the certificate from the server when making an SSL connection with a StreamSocket.</summary>
      <returns>The certificate from the server with the SSL information.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.ServerCertificateErrorSeverity">
      <summary>Gets the category of an error that occurred making an SSL connection with a StreamSocket.</summary>
      <returns>The category of error on an SSL connection.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.ServerCertificateErrors">
      <summary>Gets the list of errors that occurred making an SSL connection with a StreamSocket.</summary>
      <returns>The list of errors that occurred making an SSL connection.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketInformation.ServerIntermediateCertificates">
      <summary>Gets the intermediate certificates sent by the server during SSL negotiation when making an SSL connection with a StreamSocket.</summary>
      <returns>The set of certificates sent by the server during SSL negotiation.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamSocketListener">
      <summary>Supports listening for an incoming network connection using a TCP stream socket or Bluetooth RFCOMM.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocketListener.BindEndpointAsync(Windows.Networking.HostName,System.String)">
      <summary>Starts a bind operation on a StreamSocketListener to a local hostname and a local service name.</summary>
      <capability type="internetClientServer">Required to access the Internet and receive unsolicited connections.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
      <returns>An asynchronous bind operation on a StreamSocketListener object.</returns>
      <param name="localHostName">The local hostname or IP address on which to bind the StreamSocketListener object.</param>
      <param name="localServiceName">The local service name or TCP port on which to bind the StreamSocketListener object.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocketListener.BindServiceNameAsync(System.String)">
      <summary>Starts a bind operation on a StreamSocketListener to a local service name.</summary>
      <returns>The asynchronous bind operation on a StreamSocketListener object.</returns>
      <param name="localServiceName">The local service name or TCP port on which to bind the StreamSocketListener object. For Bluetooth RFCOMM, this parameter is the Bluetooth Service ID.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocketListener.BindServiceNameAsync(System.String,Windows.Networking.Sockets.SocketProtectionLevel)">
      <summary>Starts a bind operation on a StreamSocketListener to a local service name with a specified SocketProtectionLevel to set on any bound sockets.</summary>
      <returns>The asynchronous bind operation on a StreamSocketListener object.</returns>
      <param name="localServiceName">The local service name or TCP port on which to bind the StreamSocketListener object. For Bluetooth RFCOMM, this parameter is the Bluetooth Service ID.</param>
      <param name="protectionLevel">The protection level for encryption to set on any bound sockets.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocketListener.BindServiceNameAsync(System.String,Windows.Networking.Sockets.SocketProtectionLevel,Windows.Networking.Connectivity.NetworkAdapter)">
      <summary>Starts a socket bind operation on a StreamSocketListener to a local service name on a specified network adapter with a specified SocketProtectionLevel to set on any bound sockets.</summary>
      <returns>The asynchronous bind operation on a StreamSocketListener object.</returns>
      <param name="localServiceName">The local service name or TCP port on which to bind the StreamSocketListener object. For Bluetooth RFCOMM, this parameter is the Bluetooth Service ID.</param>
      <param name="protectionLevel">The protection level for encryption to set on any bound sockets.</param>
      <param name="adapter">The network adapter on which to bind the StreamSocketListener object.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocketListener.Close">
      <summary>Closes the StreamSocketListener object.</summary>
    </member>
    <member name="E:Windows.Networking.Sockets.StreamSocketListener.ConnectionReceived">
      <summary>An event that indicates that a connection was received on the StreamSocketListener object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketListener.Control">
      <summary>Gets socket control data on a StreamSocketListener object.</summary>
      <returns>Socket control data on a StreamSocketListener object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocketListener.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketListener.Information">
      <summary>Gets socket information for the StreamSocketListener object.</summary>
      <returns>Socket information for the StreamSocketListener object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamSocketListener.#ctor">
      <summary>Creates a new StreamSocketListener object.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs">
      <summary>Provides data for a ConnectionReceived event on a StreamSocketListener object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs.Socket">
      <summary>The StreamSocket object created when a connection is received by the StreamSocketListener object.</summary>
      <returns>The StreamSocket object created when a connection is received by the StreamSocketListener object.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamSocketListenerControl">
      <summary>Provides socket control data on a StreamSocketListener object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketListenerControl.QualityOfService">
      <summary>The quality of service to be set on a StreamSocket object created when a connection is received by the StreamSocketListener object.</summary>
      <returns>The quality of service set on a StreamSocket object created when a connection is received by the StreamSocketListener object.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamSocketListenerInformation">
      <summary>Provides socket information on a StreamSocketListener object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamSocketListenerInformation.LocalPort">
      <summary>Get the local TCP port number associated with a StreamSocketListener object.</summary>
      <returns>The local TCP port number or service name.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamWebSocket">
      <summary>Supports network communication that allows reading and writing streams using a WebSocket.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamWebSocket.Close(System.UInt16,System.String)">
      <summary>Closes the StreamWebSocket and indicates a reason for the closure.</summary>
      <param name="code">Status code indicating the reason for closure.</param>
      <param name="reason">Optional UTF-8-encoded data with additional information about the closure.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamWebSocket.Close">
      <summary>Closes the StreamWebSocket and sends an empty close frame to the server.</summary>
    </member>
    <member name="E:Windows.Networking.Sockets.StreamWebSocket.Closed">
      <summary>Occurs when a close frame is received on the StreamWebSocket object as part of the close handshake.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamWebSocket.ConnectAsync(Windows.Foundation.Uri)">
      <summary>Starts an asynchronous operation to connect to a remote network destination on a StreamWebSocket object.</summary>
      <returns>An asynchronous connect operation on a StreamWebSocket object.</returns>
      <param name="uri">An absolute Uri for the server to connect to.</param>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocket.Control">
      <summary>Gets socket control data on a StreamWebSocket object.</summary>
      <returns>Socket control data on a StreamWebSocket object.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamWebSocket.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocket.Information">
      <summary>Gets socket information on a StreamWebSocket object.</summary>
      <returns>Socket information on a StreamWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocket.InputStream">
      <summary>Gets the input stream to read from the remote destination on a StreamWebSocket object.</summary>
      <returns>A sequential stream of bytes to be read from the remote destination.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocket.OutputStream">
      <summary>Gets the output stream to write to the remote network destination on a StreamWebSocket object.</summary>
      <returns>A sequential stream of bytes to be written to the remote destination.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamWebSocket.SetRequestHeader(System.String,System.String)">
      <summary>Adds an HTTP request header to the HTTP request message used in the WebSocket protocol handshake by the StreamWebSocket object.</summary>
      <param name="headerName">The name of the request header.</param>
      <param name="headerValue">The value of the request header.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.StreamWebSocket.#ctor">
      <summary>Creates a new StreamWebSocket object.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamWebSocketControl">
      <summary>Provides socket control data on a StreamWebSocket object.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketControl.NoDelay">
      <summary>A value that indicates whether the Nagle algorithm is used on a StreamWebSocket object.</summary>
      <returns>A value that indicates whether the Nagle algorithm is used on the TCP connection of a StreamWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketControl.OutboundBufferSizeInBytes">
      <summary>The size, in bytes, of the send buffer to be used for sending data on a StreamWebSocket object.</summary>
      <returns>The size, in bytes, of the send buffer to be used for sending data.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketControl.ProxyCredential">
      <summary>The credential to use to authenticate to the proxy server through HTTP header authentication using a StreamWebSocket object.</summary>
      <returns>The credential to use to authenticate to the proxy server through HTTP header authentication.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketControl.ServerCredential">
      <summary>The credential to use to authenticate to the WebSocket server through HTTP header authentication using a StreamWebSocket object.</summary>
      <returns>The credential to use to authenticate to the WebSocket server through HTTP header authentication.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketControl.SupportedProtocols">
      <summary>Gets a collection that can be used to add a list of supported sub-protocols that will be advertised to the server during the connect handshake.</summary>
      <returns>A collection that contains the WebSocket sub-protocols supported by the StreamWebSocket object.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.StreamWebSocketInformation">
      <summary>Provides socket information on a StreamWebSocket object.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketInformation.BandwidthStatistics">
      <summary>Gets bandwidth information for network data transfer on a StreamWebSocket object.</summary>
      <returns>Bandwidth information for network data transfer on a StreamWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketInformation.LocalAddress">
      <summary>Gets the IP address associated with a StreamWebSocket object.</summary>
      <returns>The IP address associated with a StreamWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.StreamWebSocketInformation.Protocol">
      <summary>Gets the WebSocket sub-protocol negotiated with the server during WebSocket handshake on a StreamWebSocket object.</summary>
      <returns>The sub-protocol negotiated with the server during WebSocket handshake.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.WebSocketClosedEventArgs">
      <summary>Provides data for a closed event on a MessageWebSocket, StreamWebSocket, or IWebSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.WebSocketClosedEventArgs.Code">
      <summary>Gets information about the reason that a WebSocket object was closed.</summary>
      <returns>Status code indicating the reason for closure.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.WebSocketClosedEventArgs.Reason">
      <summary>Gets additional details about the reason that a WebSocket object was closed.</summary>
      <returns>Detailed information about the closure.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.WebSocketError">
      <summary>Provides socket error status on a MessageWebSocket or StreamWebSocket object.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.WebSocketError.GetStatus(System.Int32)">
      <summary>Gets a WebErrorStatus value based on an error encountered by a WebSocket operation.</summary>
      <returns>The socket error status value for a WebSocket operation.</returns>
      <param name="hresult">The error encountered by a WebSocket operation represented as an HRESULT.</param>
    </member>
    <member name="T:Windows.Networking.Sockets.WebSocketKeepAlive">
      <summary>Provides the ability to send a WebSocket protocol keep-alive on a connected WebSocket.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.WebSocketKeepAlive.Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance)">
      <summary>Sends a WebSocket protocol keep-alive on a connected WebSocket.</summary>
      <param name="taskInstance">Specific instance of a background task.</param>
    </member>
    <member name="M:Windows.Networking.Sockets.WebSocketKeepAlive.#ctor">
      <summary>Creates a new WebSocketKeepAlive object.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.BandwidthStatistics">
      <summary>Represents bandwidth information for network data transfer using a StreamSocket, StreamWebSocket, or MessageWebSocket object.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.BandwidthStatistics.OutboundBitsPerSecond">
      <summary>The computed outbound bandwidth estimate in bits per second.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.BandwidthStatistics.InboundBitsPerSecond">
      <summary>The computed inbound bandwidth estimate in bits per second.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.BandwidthStatistics.OutboundBitsPerSecondInstability">
      <summary>A measure of the instability of the outbound bandwidth estimate in bits per second.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.BandwidthStatistics.InboundBitsPerSecondInstability">
      <summary>A measure of the instability of the inbound bandwidth estimate in bits per second.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.BandwidthStatistics.OutboundBandwidthPeaked">
      <summary>A Boolean value that indicates whether the computed outbound bandwidth estimate for the network path has peaked. This member is set to true when the app is using enough of the connection bandwidth that the system can get a good estimate of the bandwidth delay product and can determine that the congestion window is a substantial fraction of the bandwidth delay product. This member can change from true to false if the app sends less data.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.BandwidthStatistics.InboundBandwidthPeaked">
      <summary>A Boolean value that indicates whether the computed inbound bandwidth estimate for the network has peaked. This member is set to true when the app is using enough of the connection bandwidth that the system can get a good estimate of the bandwidth delay product and can determine that the congestion window is a substantial fraction of the bandwidth delay product. This member can change from true to false if the app sends less data.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.RoundTripTimeStatistics">
      <summary>Represents round trip time information for a StreamSocket object.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.RoundTripTimeStatistics.Variance">
      <summary>The round trip time variation, in microseconds, for a StreamSocket object. This value is used for receive window auto-tuning.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.RoundTripTimeStatistics.Max">
      <summary>The maximum sampled round trip time, in microseconds, for a StreamSocket object.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.RoundTripTimeStatistics.Min">
      <summary>The minimum sampled round trip time, in microseconds, for a StreamSocket object.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.RoundTripTimeStatistics.Sum">
      <summary>A smoothed value round trip time, in microseconds, computed from all sampled round trip times for a StreamSocket object. The smoothing is a weighted additive function that uses the Variance member.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.ControlChannelTriggerResetReason">
      <summary>The reason why a ControlChannelTrigger was reset.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerResetReason.FastUserSwitched">
      <summary>The ControlChannelTrigger was reset as a result of fast user switching.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerResetReason.LowPowerExit">
      <summary>The ControlChannelTrigger was reset as a result of a low power exit (Connected Standby exit).</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerResetReason.QuietHoursExit">
      <summary>The ControlChannelTrigger was reset as a result of quiet hours being set on the device and quiet hours having ended.This value is supported on Windows 8.1 Preview, Windows Server 2012 R2 Preview, and later.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerResetReason.ApplicationRestart">
      <summary>he ControlChannelTrigger was reset as a result of an app restart.This value is supported on Windows 8.1 Preview, Windows Server 2012 R2 Preview, and later.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.ControlChannelTriggerResourceType">
      <summary>The resource type used by a control channel trigger.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerResourceType.RequestSoftwareSlot">
      <summary>Request a software slot from the system.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerResourceType.RequestHardwareSlot">
      <summary>Request a hardware slot from the system.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.ControlChannelTriggerStatus">
      <summary>Specifies if the system was able to complete configuration of a ControlChannelTrigger object for use by class elements in the Windows.Networking.Sockets and related namespaces.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerStatus.HardwareSlotRequested">
      <summary>The policy check succeeded and a hardware slot has been requested from the system.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerStatus.SoftwareSlotAllocated">
      <summary>The policy check succeeded and a software slot was allocated by the system.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerStatus.HardwareSlotAllocated">
      <summary>A hardware slot was allocated by the system.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerStatus.PolicyError">
      <summary>A policy error occurred when the system tried to complete configuration of a ControlChannelTrigger. This error can occur when an app has requested more connections for hardware or software slots than are permitted by system policy.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerStatus.SystemError">
      <summary>A system error occurred when the system tried to complete configuration of a ControlChannelTrigger for a hardware slot.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerStatus.TransportDisconnected">
      <summary>The network transport associated with the ControlChannelTrigger was disconnected. The underlying TCP connection was already disconnected by a TCP reset received from the remote destination or a graceful disconnect by either the app or the remote destination. The most common occurrence is a TCP reset or a graceful disconnect sent by the remote destination.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.ControlChannelTriggerStatus.ServiceUnavailable">
      <summary>The service provided by the ControlChannelTrigger is unavailable. This can happen if the network connection broker service is not yet ready but the app is trying to establish a ControlChannelTrigger channel. This status code is provided under the following conditions:When there is fast user switching and the new user is trying to establish the ControlChannelTrigger channel.When the system is entering a low power mode (Connected standby mode) and the app is trying to create a software slot. Software slots are available only when the system is active and not in low power mode. The mitigation in both these cases is to listen for System Event broker events and register the ControlChannelTrigger channel at that point.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.SocketErrorStatus">
      <summary>Specifies status values for a socket operation.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.Unknown">
      <summary>The socket status is unknown.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.OperationAborted">
      <summary>The operation was aborted.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.HttpInvalidServerResponse">
      <summary>A bad response was received from the HTTP server.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.ConnectionTimedOut">
      <summary>A connection timeout was exceeded.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.AddressFamilyNotSupported">
      <summary>The address family is not supported.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.SocketTypeNotSupported">
      <summary>The socket type is not supported.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.HostNotFound">
      <summary>The host was not found.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.NoDataRecordOfRequestedType">
      <summary>The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.NonAuthoritativeHostNotFound">
      <summary>This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.ClassTypeNotFound">
      <summary>The specified class was not found.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.AddressAlreadyInUse">
      <summary>The address is already in use.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CannotAssignRequestedAddress">
      <summary>Cannot assign requested address.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.ConnectionRefused">
      <summary>The connection was refused.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.NetworkIsUnreachable">
      <summary>The network is unreachable.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.UnreachableHost">
      <summary>The host is unreachable.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.NetworkIsDown">
      <summary>The network is down.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.NetworkDroppedConnectionOnReset">
      <summary>The network dropped connection on reset.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.SoftwareCausedConnectionAbort">
      <summary>Software caused a connection abort.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.ConnectionResetByPeer">
      <summary>The connection was reset by the peer.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.HostIsDown">
      <summary>The host is down.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.NoAddressesFound">
      <summary>The pipe is being closed.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.TooManyOpenFiles">
      <summary>Too many open files.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.MessageTooLong">
      <summary>A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram was smaller than the datagram itself.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateExpired">
      <summary>A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. This error is also returned if the validity periods of the certification chain do not nest correctly.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateUntrustedRoot">
      <summary>A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. This error is also returned if a certificate chain could not be built to a trusted root authority.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateCommonNameIsIncorrect">
      <summary>The certificate is not valid for the requested usage. This error is also returned if the certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateWrongUsage">
      <summary>The certificate is not valid for the requested usage.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateRevoked">
      <summary>A certificate was explicitly revoked by its issuer. This error is also returned if the certificate was explicitly marked as untrusted by the user.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateNoRevocationCheck">
      <summary>The revocation function was unable to check revocation for the certificate.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateRevocationServerOffline">
      <summary>The revocation function was unable to check revocation because the revocation server was offline.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketErrorStatus.CertificateIsInvalid">
      <summary>The supplied certificate is invalid. This can be returned for a number of reasons: A certificate that can only be used as an end-entity is being used as a CA or vice versa. A path length constraint in the certification chain has been violated. A certificate contains an unknown extension that is marked critical. A certificate is being used for a purpose other than the ones specified by its CA. A parent of a given certificate in fact did not issue that child certificate. A certificate is missing or has an empty value for an important field, such as a subject or issuer name. The signature of the certificate cannot be verified. The certificate has an invalid policy. A certificate's basic constraint extension has not been observed.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.SocketMessageType">
      <summary>Specifies the type of a message for a MessageWebSocket object.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketMessageType.Binary">
      <summary>The message type is binary.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketMessageType.Utf8">
      <summary>The message type is UTF-8 text.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.SocketProtectionLevel">
      <summary>Specifies the level of encryption to use on a StreamSocket object.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketProtectionLevel.PlainSocket">
      <summary>A plain socket with no encryption.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketProtectionLevel.Ssl">
      <summary>A socket that must use the Secure Sockets Layer (SSL) for encryption. This value requires encryption and never allows a NULL cipher.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketProtectionLevel.SslAllowNullEncryption">
      <summary>A socket that prefers to use SSL for encryption. This value prefers that full encryption be used, but allows a NULL cipher (no encryption) based on the server configuration.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketProtectionLevel.BluetoothEncryptionAllowNullAuthentication">
      <summary>A Bluetooth socket that prefers to use SSL for encryption. This value prefers that full encryption be used, but allows a NULL cipher (no encryption) based on the configuration of the Bluetooth service. This value is supported on Windows 8.1 Preview, Windows Server 2012 R2 Preview, and later.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketProtectionLevel.BluetoothEncryptionWithAuthentication">
      <summary>A Bluetooth socket that must use SSL for encryption. This value requires encryption and never allows a NULL cipher.This value is supported on Windows 8.1 Preview, Windows Server 2012 R2 Preview, and later.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.SocketQualityOfService">
      <summary>Specifies the quality of service for a DatagramSocket or StreamSocket object.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketQualityOfService.Normal">
      <summary>Normal quality of service.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketQualityOfService.LowLatency">
      <summary>Low latency quality of service commonly used for audio.</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.SocketSslErrorSeverity">
      <summary>The category of error that occurs on an SSL connection.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketSslErrorSeverity.None">
      <summary>No error occurs on the SSL connection.</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketSslErrorSeverity.Ignorable">
      <summary>Ignorable errors indicate that the SSL server's certificate cannot be properly validated. Disregarding Ignorable errors may result in the loss of privacy or integrity of the content passed over the SSL session. Reasons for encountering this severity level include:The certificate for the SSL server is expired.The certificate for the SSL server does match the SSL server's domain name.The certificate for the SSL server was not issued by a trusted certification authority</summary>
    </member>
    <member name="F:Windows.Networking.Sockets.SocketSslErrorSeverity.Fatal">
      <summary>Fatal errors indicate the SSL server's certificate cannot be validated. Reasons for encountering this severity level include:The certificate for the SSL server was revoked by the issuing certification authority.The signature for the SSL server's certificate or the content in the certificate is invalid
•	•</summary>
    </member>
    <member name="T:Windows.Networking.Sockets.IControlChannelTriggerEventDetails">
      <summary>An object instantiated by the background broker infrastructure that is used to differentiate control channel triggers.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.IControlChannelTriggerEventDetails.ControlChannelTrigger">
      <summary>Gets the ControlChannelTrigger object associated with an IControlChannelTriggerEventDetails object.</summary>
      <returns>A ControlChannelTrigger object.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.IControlChannelTriggerResetEventDetails">
      <summary>An object instantiated by the background broker infrastructure for a ControlChannelReset event to indicate that a ControlChannelTrigger was reset.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.IControlChannelTriggerResetEventDetails.HardwareSlotReset">
      <summary>A value that indicates if a hardware slot was affected by a ControlChannelTrigger reset event.</summary>
      <returns>A value that indicates if a hardware slot was affected by a ControlChannelTrigger reset event.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.IControlChannelTriggerResetEventDetails.ResetReason">
      <summary>A value that indicates the reason why a ControlChannelTrigger was reset.</summary>
      <returns>A value that indicates the reason why a ControlChannelTrigger was reset.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.IControlChannelTriggerResetEventDetails.SoftwareSlotReset">
      <summary>A value that indicates if a software slot was affected by a ControlChannelTrigger reset event.</summary>
      <returns>A value that indicates if a software slot was affected by a ControlChannelTrigger reset event.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.IWebSocket">
      <summary>Provides access to network communication that allows reading and writing using a WebSocket.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.IWebSocket.Close(System.UInt16,System.String)">
      <summary>Closes the IWebSocket.</summary>
      <param name="code">Status code indicating the reason for closure.</param>
      <param name="reason">Optional UTF-8-encoded data with additional information about the closure.</param>
    </member>
    <member name="E:Windows.Networking.Sockets.IWebSocket.Closed">
      <summary>Occurs when a close frame is received on the IWebSocket object as part of the close handshake.</summary>
    </member>
    <member name="M:Windows.Networking.Sockets.IWebSocket.ConnectAsync(Windows.Foundation.Uri)">
      <summary>Starts an asynchronous operation to connect to a remote network destination on a IWebSocket object.</summary>
      <returns>An asynchronous connect operation on a IWebSocket object.</returns>
      <param name="uri">An absolute Uri for the server to connect to.</param>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocket.OutputStream">
      <summary>Gets the output stream to write to the remote network destination on a IWebSocket object.</summary>
      <returns>A sequential stream of bytes to be written to the remote destination.</returns>
    </member>
    <member name="M:Windows.Networking.Sockets.IWebSocket.SetRequestHeader(System.String,System.String)">
      <summary>Adds an HTTP request header to the HTTP request message used in the WebSocket protocol handshake by the IWebSocket object.</summary>
      <param name="headerName">The name of the request header.</param>
      <param name="headerValue">The value of the request header.</param>
    </member>
    <member name="T:Windows.Networking.Sockets.IWebSocketControl">
      <summary>Provides socket control data on an IWebSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocketControl.OutboundBufferSizeInBytes">
      <summary>The size, in bytes, of the send buffer to be used for sending data on an IWebSocket object.</summary>
      <returns>The size, in bytes, of the send buffer to be used for sending data.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocketControl.ProxyCredential">
      <summary>The credential to use to authenticate to the proxy server through HTTP header authentication using an IWebSocket object.</summary>
      <returns>The credential to use to authenticate to the proxy server through HTTP header authentication.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocketControl.ServerCredential">
      <summary>The credential to use to authenticate to the WebSocket server through HTTP header authentication using an IWebSocket object.</summary>
      <returns>The credential to use to authenticate to the WebSocket server through HTTP header authentication.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocketControl.SupportedProtocols">
      <summary>Gets a collection that can be used to add a list of supported sub-protocols that will be advertised to the server during the connect handshake.</summary>
      <returns>A collection that contains the WebSocket sub-protocols supported by the IWebSocket object.</returns>
    </member>
    <member name="T:Windows.Networking.Sockets.IWebSocketInformation">
      <summary>Provides socket information on an IWebSocket object.</summary>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocketInformation.BandwidthStatistics">
      <summary>Gets bandwidth information for network data transfer on an IWebSocket object.</summary>
      <returns>Bandwidth information for network data transfer on an IWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocketInformation.LocalAddress">
      <summary>Gets the IP address associated with an IWebSocket object.</summary>
      <returns>The IP address associated with an IWebSocket object.</returns>
    </member>
    <member name="P:Windows.Networking.Sockets.IWebSocketInformation.Protocol">
      <summary>Gets the WebSocket sub-protocol negotiated with the server during WebSocket handshake on a IWebSocket object.</summary>
      <returns>The sub-protocol negotiated with the server during WebSocket handshake.</returns>
    </member>
    <member name="N:Windows.Networking.Vpn">
      <summary>For more information about the Windows.Networking.Vpn namespace, please work with your Microsoft Account Team representative.</summary>
    </member>
    <member name="N:Windows.Security.Authentication.OnlineId">
      <summary>Enables both Windows Store apps and desktop apps to use Live to authenticate users by using their Microsoft account. After authentication, apps can get back a JSON token with an ID that can be used for that user with your application.</summary>
    </member>
    <member name="T:Windows.Security.Authentication.OnlineId.CredentialPromptType">
      <summary>Provides the ability to control when to show or hide the credential prompt user interface. This includes the user interface for the app to collect user consent to access data stored in Live. The user must see the user interface in order for the app to obtain any user data, if not app will see an error when they try to obtain user data.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.OnlineId.CredentialPromptType.PromptIfNeeded">
      <summary>Show the UI only if an error occurred.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.OnlineId.CredentialPromptType.RetypeCredentials">
      <summary>Always show the UI. If a default username exists, the username is automatically inserted into the appropriate field.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.OnlineId.CredentialPromptType.DoNotPrompt">
      <summary>Never show the UI, even if an error occurs.</summary>
    </member>
    <member name="T:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator">
      <summary>Provides an app with the ability to start the authentication request to get JavaScript Object Notation (JSON) tokens to use with your service or request tickets that can be used to get data that the user has consented to for your app using the Live ConnectAPI.</summary>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.ApplicationId">
      <summary>Returns the ID of the application as a GUID.</summary>
      <returns>The ID of the application.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.AuthenticatedSafeCustomerId">
      <summary>Returns the ID of a user who has been successfully authenticated for your app.</summary>
      <returns>The ID of a user who has been successfully authenticated for your app.</returns>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.AuthenticateUserAsync(Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest)">
      <summary>Starts the async authentication request with one OnlineIdServiceTicketRequest. If a user is signed into a Windows 8 system with a Microsoft account, this user will be used for the authentication request.</summary>
      <returns>An object representing the authentication operation.</returns>
      <param name="request">A request object that provides the ability for an app to specify the service and policy used to authenticate a Live user to obtain identity properties and tickets.</param>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.AuthenticateUserAsync(Windows.Foundation.Collections.IIterable`1,Windows.Security.Authentication.OnlineId.CredentialPromptType)">
      <summary>Starts the async authentication request with multiple OnlineIdServiceTicketRequests and provides the ability to control the user experience by setting the CredentialPromptType to get the tickets. If a user is signed into a Windows 8 system with a Microsoft account, this user will be used for the authentication request.</summary>
      <returns>An object representing the authentication operation.</returns>
      <param name="requests">A collection of requests.</param>
      <param name="credentialPromptType">The type of credentials.</param>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.CanSignOut">
      <summary>Indicates whether a user can sign out of the app, and whether to show the sign out link in the app.</summary>
      <returns>True if the user can sign out and the sign out link should be shown in the app, otherwise false.</returns>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.#ctor">
      <summary>Creates an instance of the OnlineIdAuthenticator.</summary>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.SignOutUserAsync">
      <summary>Allows users to sign out of your app.</summary>
      <returns>An object that contains additional information about the why the user signed out.</returns>
    </member>
    <member name="T:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicket">
      <summary>Contains the ticket that is obtained after the user authenticates to this app or has provided consent to access user data stored in Live.</summary>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicket.ErrorCode">
      <summary>If there was an error in obtaining the ticket, then the error code is captured here.</summary>
      <returns>The error code number.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicket.Request">
      <summary>Represents the OnlineIdServiceTicketRequest for which the ticket was obtained.</summary>
      <returns>Provides the ability for an app to specify the service and policy that is used to authenticate a Live user to obtain identity properties and tickets.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicket.Value">
      <summary>The ticket.</summary>
      <returns>A string that represents the ticket.</returns>
    </member>
    <member name="T:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest">
      <summary>Provides the ability for an app to specify the service and policy that is used to authenticate a Live user to obtain identity properties and tickets.</summary>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest.#ctor(System.String,System.String)">
      <summary>Creates an instance of the OnlineIdServiceTicketRequest class.</summary>
      <param name="service">The service for the request.</param>
      <param name="policy">The policy for the request.</param>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest.#ctor(System.String)">
      <summary>Creates an instance of the OnlineIdServiceTicketRequest class.</summary>
      <param name="service">The service for the request.</param>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest.Policy">
      <summary>The policy used to authenticate users. Supported values are JWT, which returns data using the JSON format. For apps that are requesting user consent to access stored in Live, app developer must pass a policy of DELEGATION.</summary>
      <returns>A string that represents the policy.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest.Service">
      <summary>Identifies the service your app uses. The service name must match the DNS name you supplied when registering your app on http://go.microsoft.com/fwlink/p/?linkid=241860. Tickets are issued only for this service. For apps that are requesting user consent to access stored in Live, you must pass the offers to which your app needs access. The available list of offers can be found at our Scopes and Permissions page. The ticket can then be used with the Live Connect REST apis to access data that a user has consented to give to the app. Check out our REST APIs topic to learn more. Alternatively, the app can use the Live Connect SDK which will make these calls itself.</summary>
      <returns>A string that represents the service.</returns>
    </member>
    <member name="T:Windows.Security.Authentication.OnlineId.SignOutUserOperation">
      <summary>Allows users to sign out of your app.</summary>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.SignOutUserOperation.Cancel">
      <summary>Requests the cancellation of the operation.</summary>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.SignOutUserOperation.Close">
      <summary>Requests that work associated with the operation should terminate.</summary>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.SignOutUserOperation.Completed">
      <summary>Gets or sets a handler that is called when the operation completes.</summary>
      <returns>A method or function that is called when the operation completes.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.SignOutUserOperation.ErrorCode">
      <summary>Gets the error code should the operation fail.</summary>
      <returns>The structure that contains the error code.</returns>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.SignOutUserOperation.GetResults">
      <summary>Returns the results of the operation. For this class, there are no results to return if the operation succeeds.</summary>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.SignOutUserOperation.Id">
      <summary>Gets a unique identifier that represents the operation.</summary>
      <returns>The operation's unique ID as defined in the package manifest.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.SignOutUserOperation.Status">
      <summary>Gets the current status of the operation.</summary>
      <returns>One of the enumeration values that indicates the status.</returns>
    </member>
    <member name="T:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation">
      <summary>Asynchronously gets the user's identity and corresponding tickets and properties.</summary>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation.Cancel">
      <summary>Requests the cancellation of the operation.</summary>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation.Close">
      <summary>Requests that work associated with the operation should terminate.</summary>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation.Completed">
      <summary>Gets or sets a handler that's called when the operation completes.</summary>
      <returns>The method or function that is called when the operation completes.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation.ErrorCode">
      <summary>Gets the error code should the operation fail.</summary>
      <returns>The structure that contains the error code.</returns>
    </member>
    <member name="M:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation.GetResults">
      <summary>Returns a UserIdentity object that contains information about the user.</summary>
      <returns>An object containing information about the user's identity.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation.Id">
      <summary>Gets a unique identifier that represents the operation.</summary>
      <returns>The operation's unique ID as defined in the package manifest.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserAuthenticationOperation.Status">
      <summary>Gets the current status of the operation.</summary>
      <returns>One of the enumeration values that indicates the status.</returns>
    </member>
    <member name="T:Windows.Security.Authentication.OnlineId.UserIdentity">
      <summary>Contains the ID, tickets, and other information associated with a user</summary>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.FirstName">
      <summary>Contains the first name of the user. This value is available only to Microsoft application partners.</summary>
      <returns>The user's first name.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.IsBetaAccount">
      <summary>Indicates if the user is part of a beta program. This value is available only to Microsoft application partners.</summary>
      <returns>True if the user is part of a beta program; false otherwise.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.IsConfirmedPC">
      <summary>Indicates if the user is on a PC that they have confirmed as their PC. This value is available only to Microsoft application partners.</summary>
      <returns>True if the user is on a confirmed PC; false otherwise.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.SafeCustomerId">
      <summary>Returns the user's safe customer id. This value is available only to Microsoft application partners.</summary>
      <returns>A string that represents the safe customer id.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.SignInName">
      <summary>The sign in name of the user. This value is available only to Microsoft application partners.</summary>
      <returns>The name of the user.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.Id">
      <summary>Contains a pair-wise user ID (PUID) to identify the user.</summary>
      <returns>The PUID that identifies the user.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.LastName">
      <summary>Contains the user's last name. This value is available only to Microsoft application partners.</summary>
      <returns>The user's last name.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.OnlineId.UserIdentity.Tickets">
      <summary>Contains an array of tickets that identify the user</summary>
      <returns>An array of tickets that identify the user.</returns>
    </member>
    <member name="N:Windows.Security.Authentication.Web">
      <summary>Enables apps to integrate with online web services without exposing a user's credentials. The web authentication broker provides a set of APIs and infrastructure for apps to use Internet authentication and authorization protocols like OAuth and OpenID.</summary>
    </member>
    <member name="T:Windows.Security.Authentication.Web.WebAuthenticationBroker">
      <summary>Starts the asynchronous authentication operation.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
    </member>
    <member name="M:Windows.Security.Authentication.Web.WebAuthenticationBroker.AuthenticateAsync(Windows.Security.Authentication.Web.WebAuthenticationOptions,Windows.Foundation.Uri,Windows.Foundation.Uri)">
      <summary>Starts the asynchronous authentication operation with three inputs.</summary>
      <returns>The way to query the status and get the results of the authentication operation. If you are getting an invalid parameter error, the most common cause is that you are not using HTTPS for the requestUri parameter.</returns>
      <param name="options">The options for the authentication operation.</param>
      <param name="requestUri">The starting URI of the web service. This URI must be a secure address of https://.</param>
      <param name="callbackUri">The callback URI that indicates the completion of the web authentication. The broker matches this URI against every URI that it is about to navigate to. The broker never navigates to this URI, instead the broker returns the control back to the application when the user clicks a link or a web server redirection is made.</param>
    </member>
    <member name="M:Windows.Security.Authentication.Web.WebAuthenticationBroker.AuthenticateAsync(Windows.Security.Authentication.Web.WebAuthenticationOptions,Windows.Foundation.Uri)">
      <summary>Starts the asynchronous authentication operation with two inputs.</summary>
      <returns>The way to query the status and get the results of the authentication operation. If you are getting an invalid parameter error, the most common cause is that you are not using HTTPS for the requestUri parameter.</returns>
      <param name="options">The options for the authentication operation.</param>
      <param name="requestUri">The starting URI of the web service. This URI must be a secure address of https://.</param>
    </member>
    <member name="M:Windows.Security.Authentication.Web.WebAuthenticationBroker.GetCurrentApplicationCallbackUri">
      <summary>Gets the current application callback URI.</summary>
      <returns>The URI of the current application.</returns>
    </member>
    <member name="T:Windows.Security.Authentication.Web.WebAuthenticationOptions">
      <summary>Contains the options available to the asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationOptions.None">
      <summary>No options are requested.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationOptions.SilentMode">
      <summary>Tells the web authentication broker to not render any UI. For use with Single Sign On (SSO). If the server tries to display a webpage, the authentication operation fails. You should try again without this option.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationOptions.UseTitle">
      <summary>Tells the web authentication broker to return the window title string of the webpage in the ResponseData property.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationOptions.UseHttpPost">
      <summary>Tells the web authentication broker to return the body of the HTTP POST in the ResponseData property. For use with single sign-on (SSO) only.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationOptions.UseCorporateNetwork">
      <summary>Tells the web authentication broker to render the webpage in an app container that supports privateNetworkClientServer, enterpriseAuthentication, and sharedUserCertificate capabilities. Note the application that uses this flag must have these capabilities as well.</summary>
    </member>
    <member name="T:Windows.Security.Authentication.Web.WebAuthenticationResult">
      <summary>Indicates the result of the authentication operation.</summary>
    </member>
    <member name="P:Windows.Security.Authentication.Web.WebAuthenticationResult.ResponseData">
      <summary>Contains the protocol data when the operation successfully completes.</summary>
      <returns>The returned data.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.Web.WebAuthenticationResult.ResponseErrorDetail">
      <summary>Returns the HTTP error code when ResponseStatus is equal to WebAuthenticationStatus.ErrorHttp. This is only available if there is an error.</summary>
      <returns>The specific HTTP error, for example 400.</returns>
    </member>
    <member name="P:Windows.Security.Authentication.Web.WebAuthenticationResult.ResponseStatus">
      <summary>Contains the status of the asynchronous operation when it completes.</summary>
      <returns>One of the enumerations.</returns>
    </member>
    <member name="T:Windows.Security.Authentication.Web.WebAuthenticationStatus">
      <summary>Contains the status of the asynchronous operation.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationStatus.Success">
      <summary>The operation succeeded, and the response data is available.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationStatus.UserCancel">
      <summary>The operation was canceled by the user.</summary>
    </member>
    <member name="F:Windows.Security.Authentication.Web.WebAuthenticationStatus.ErrorHttp">
      <summary>The operation failed because a specific HTTP error was returned, for example 404.</summary>
    </member>
    <member name="N:Windows.Security.Credentials">
      <summary>Provides a common way to securely store and manage your passcodes, passphrases, and other identification information.</summary>
    </member>
    <member name="T:Windows.Security.Credentials.PasswordCredential">
      <summary>Represents the password credential store.</summary>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredential.Password">
      <summary>Gets or sets the password string of the credential.</summary>
      <returns>The password string of the credential.</returns>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredential.#ctor">
      <summary>Creates and initializes a new, empty instance of the PasswordCredential object.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredential.#ctor(System.String,System.String,System.String)">
      <summary>Creates and initializes a new instance of the PasswordCredential object that contains the provided credential data.</summary>
      <param name="resource">The resource for which the credentials are used.</param>
      <param name="userName">The user name that must be present in the credentials.</param>
      <param name="password">The password for the created credentials.</param>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredential.Properties">
      <summary>Gets the properties collection of the credential.</summary>
      <returns>The properties collection of the credential.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredential.Resource">
      <summary>Gets or sets the resource of the credential.</summary>
      <returns>The resource of the credential.</returns>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredential.RetrievePassword">
      <summary>Populates the password for the credential.</summary>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredential.UserName">
      <summary>Gets or sets the user name of the credential.</summary>
      <returns>The user name of the credential.</returns>
    </member>
    <member name="T:Windows.Security.Credentials.PasswordCredentialPropertyStore">
      <summary>Represents the password credential property store.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Add(System.String,System.Object)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <param name="key">Reserved.</param>
      <param name="value">Reserved.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Add(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <param name="item">Reserved.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Clear">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Contains(KeyValuePair(System.String,System.Object))">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
      <param name="key">Reserved.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.ContainsKey(System.String)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
      <param name="key">Reserved.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.Object)[],System.Int32)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <param name="array">Reserved.</param>
      <param name="arrayIndex">Reserved.</param>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredentialPropertyStore.Count">
      <summary>This property is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.First">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.GetView">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.HasKey(System.String)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <param name="key">Reserved.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Insert(System.String,System.Object)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <param name="key">Reserved.</param>
      <param name="value">Reserved.</param>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredentialPropertyStore.IsReadOnly">
      <summary>This property is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredentialPropertyStore.Item(System.String)">
      <summary>This property is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredentialPropertyStore.Keys">
      <summary>This property is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Lookup(System.String)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <param name="key">Reserved.</param>
    </member>
    <member name="E:Windows.Security.Credentials.PasswordCredentialPropertyStore.MapChanged">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Remove(System.String)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <param name="key">Reserved.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Remove(System.String,@System.Boolean)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
      <param name="key">Reserved.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.Remove(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
      <param name="key">Reserved.</param>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredentialPropertyStore.Size">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.TryGetValue(System.String,@System.Object)">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
      <param name="key">Reserved.</param>
      <param name="value">Reserved.</param>
    </member>
    <member name="P:Windows.Security.Credentials.PasswordCredentialPropertyStore.Values">
      <summary>This property is reserved for internal use and is not intended to be used in your code.</summary>
      <returns>Reserved.</returns>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordCredentialPropertyStore.#ctor">
      <summary>This method is reserved for internal use and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Windows.Security.Credentials.PasswordVault">
      <summary>Represents a Credential Locker of credentials.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordVault.Add(Windows.Security.Credentials.PasswordCredential)">
      <summary>Adds a credential to the Credential Locker.</summary>
      <param name="credential">The credential to be added.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordVault.FindAllByResource(System.String)">
      <summary>Searches the Credential Locker for credentials matching the resource specified.</summary>
      <returns>When this method returns, contains an IVectorView of credential objects that match the search criteria.</returns>
      <param name="resource">The resource to be searched for.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordVault.FindAllByUserName(System.String)">
      <summary>Searches the Credential Locker for credentials that match the user name specified.</summary>
      <returns>When this method returns, contains an IVectorView of credential objects that match the search criteria.</returns>
      <param name="userName">The user name to be searched for.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordVault.#ctor">
      <summary>Creates and initializes a new instance of the PasswordVault object.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordVault.Remove(Windows.Security.Credentials.PasswordCredential)">
      <summary>Removes a credential from the Credential Locker.</summary>
      <param name="credential">The credential to be removed.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordVault.Retrieve(System.String,System.String)">
      <summary>Reads a credential from the Credential Locker.</summary>
      <returns>The returned credential that contains all the data.</returns>
      <param name="resource">The resource for which the credential is used.</param>
      <param name="userName">The user name that must be present in the credential.</param>
    </member>
    <member name="M:Windows.Security.Credentials.PasswordVault.RetrieveAll">
      <summary>Retrieves all of the credentials stored in the Credential Locker.</summary>
      <returns>When this method returns, contains an IVectorView output of credential objects that match the search criteria. This output is a snapshot and not dynamic. If the results are used for updating or deleting credentials, those changes won't be reflected in the previous output.</returns>
    </member>
    <member name="T:Windows.Security.Credentials.WebAccount">
      <summary>Identifies an account from a web account provider.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.WebAccount.#ctor(Windows.Security.Credentials.WebAccountProvider,System.String,Windows.Security.Credentials.WebAccountState)">
      <summary>Creates an instance of the WebAccount class</summary>
      <param name="webAccountProvider">The web account provider associated with the web account.</param>
      <param name="userName">The user name of the web account.</param>
      <param name="state">The state of the web account.</param>
    </member>
    <member name="P:Windows.Security.Credentials.WebAccount.State">
      <summary>Gets the connected state of the web account.</summary>
      <returns>The connected state of the web account.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.WebAccount.UserName">
      <summary>Gets the username for the web account.</summary>
      <returns>The username for the web account.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.WebAccount.WebAccountProvider">
      <summary>Gets the web authentication provider for the account.</summary>
      <returns>The web authentication provider for the account.</returns>
    </member>
    <member name="T:Windows.Security.Credentials.WebAccountProvider">
      <summary>Represents a web account authentication provider.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.WebAccountProvider.#ctor(System.String,System.String,Windows.Foundation.Uri)">
      <summary>Creates an instance of the WebAccountProvider class.</summary>
      <param name="id">The web account provider id.</param>
      <param name="displayName">The display name for the web account provider.</param>
      <param name="iconUri">The Uri of the icon image to display for the web account provider.</param>
    </member>
    <member name="P:Windows.Security.Credentials.WebAccountProvider.DisplayName">
      <summary>Gets the display name for the web account provider.</summary>
      <returns>The display name for the web account provider.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.WebAccountProvider.IconUri">
      <summary>Gets the Uri of the icon image to display for the web account provider.</summary>
      <returns>The Uri of the icon image to display for the web account provider.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.WebAccountProvider.Id">
      <summary>Gets the web account provider id.</summary>
      <returns>The web account provider id.</returns>
    </member>
    <member name="T:Windows.Security.Credentials.WebAccountState">
      <summary>Describes the state of a WebAccount object.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.WebAccountState.None">
      <summary>The account is currently not connected.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.WebAccountState.Connected">
      <summary>The account is connected.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.WebAccountState.Error">
      <summary>The account was unable to connect.</summary>
    </member>
    <member name="N:Windows.Security.Credentials.UI">
      <summary>Enables you to use credentials without the complexity of the underlying operations, providing a uniform experience for credentials that reduces credential prompting to an absolute minimum.</summary>
    </member>
    <member name="T:Windows.Security.Credentials.UI.AuthenticationProtocol">
      <summary>Identifies which authentication protocol to use.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.AuthenticationProtocol.Basic">
      <summary>The authentication protocol is basic. Credentials are returned to the caller as plaintext.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.AuthenticationProtocol.Digest">
      <summary>The authentication protocol is digest. Credentials are returned to the caller as plaintext.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.AuthenticationProtocol.Ntlm">
      <summary>The authentication protocol is NTLM. Credentials are transformed before being returned to the caller.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.AuthenticationProtocol.Kerberos">
      <summary>The authentication protocol is Kerberos. Credentials are transformed before being returned to the caller.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.AuthenticationProtocol.Negotiate">
      <summary>The authentication protocol is negotiate, including negotiate extensions. Credentials are transformed before being returned to the caller.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.AuthenticationProtocol.CredSsp">
      <summary>The authentication protocol is for remote access using the Credential Security Support Provider (CredSSP) protocol.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.AuthenticationProtocol.Custom">
      <summary>The authentication protocol is anything other than the previous ones. Credentials are returned to the caller as plaintext.</summary>
    </member>
    <member name="T:Windows.Security.Credentials.UI.CredentialPicker">
      <summary>Creates an asynchronous object that displays a dialog box of credentials to the user and collects the user's response.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.UI.CredentialPicker.PickAsync(Windows.Security.Credentials.UI.CredentialPickerOptions)">
      <summary>Displays a dialog box to the user and collects credentials from the user.</summary>
      <returns>The credential and options from the user.</returns>
      <param name="options">The options on displaying and collecting the credential box.</param>
    </member>
    <member name="M:Windows.Security.Credentials.UI.CredentialPicker.PickAsync(System.String,System.String)">
      <summary>Constructor used to initiate asynchronous prompting operations using two inputs.</summary>
      <returns>The credential and options from the user.</returns>
      <param name="targetName">The target name to display.</param>
      <param name="message">The message to display in the dialog box.</param>
    </member>
    <member name="M:Windows.Security.Credentials.UI.CredentialPicker.PickAsync(System.String,System.String,System.String)">
      <summary>Constructor used to initiate asynchronous prompting operations using three inputs.</summary>
      <returns>The credential and options from the user.</returns>
      <param name="targetName">The target name to display.</param>
      <param name="message">The message to display in the dialog box.</param>
      <param name="caption">The caption to display in the dialog box.</param>
    </member>
    <member name="T:Windows.Security.Credentials.UI.CredentialPickerOptions">
      <summary>Controls the appearance and behavior of a credential prompt.</summary>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.AlwaysDisplayDialog">
      <summary>Gets or sets the option of whether the dialog box is displayed.</summary>
      <returns>Gets or sets the option of always displaying the dialog box. The default value is False.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.AuthenticationProtocol">
      <summary>Gets or sets the authentication protocol.</summary>
      <returns>Name of the authentication protocol to use for credential authentication. The default value is Negotiate.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.CallerSavesCredential">
      <summary>Gets or sets whether the caller wants to save the credentials.</summary>
      <returns>Gets or sets whether the caller wants to save the credentials. The default value is False.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.Caption">
      <summary>Gets or sets the caption text that is displayed to the user.</summary>
      <returns>Text that appears in the message header of the dialog box. The default value is the caller's app name.</returns>
    </member>
    <member name="M:Windows.Security.Credentials.UI.CredentialPickerOptions.#ctor">
      <summary>Creates and initializes a new, empty instance of the CredentialPickerOptions object.</summary>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.CredentialSaveOption">
      <summary>Gets or sets the option on saving credentials.</summary>
      <returns>The option specifies the initial state of the dialog's Save Credential check box. The default value is clear (unchecked). This property is ignored if the caller specifies Hidden in the CredentialSaveOption enumeration.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.CustomAuthenticationProtocol">
      <summary>Gets or sets whether the authentication protocol is custom rather than a standard authentication protocol.</summary>
      <returns>The authentication protocol is custom rather than a standard authentication protocol. The default value is none.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.ErrorCode">
      <summary>Gets or sets the error code.</summary>
      <returns>If nonzero, represents a Win32 ERROR_* status value that identifies the error information to be formatted and displayed in the dialog box. The default value is ERROR_SUCCESS if no error occurred.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.Message">
      <summary>Gets or sets the body of text that displays to the user.</summary>
      <returns>Text that appears in the message body of the dialog box. The default value is Enter credentials or localized equivalent.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.PreviousCredential">
      <summary>Gets or sets whether to fill dialog box fields with previous credentials.</summary>
      <returns>Determines whether dialog box fields are filled with previous credentials. The default value is not to prepopulate the fields.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerOptions.TargetName">
      <summary>Gets or sets the name of the target computer.</summary>
      <returns>Name of the target computer. The default value is the caller's computer.</returns>
    </member>
    <member name="T:Windows.Security.Credentials.UI.CredentialPickerResults">
      <summary>Describes the results of the dialog box operation.</summary>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerResults.Credential">
      <summary>Gets the opaque credential.</summary>
      <returns>A byte buffer that contains the opaque credential. If the credential is not available, a valid, but empty IBuffer object is returned.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerResults.CredentialDomainName">
      <summary>Gets the domain name portion of the unpacked credential.</summary>
      <returns>The domain name of the credential. If the domain name is not available, an empty string is returned.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerResults.CredentialPassword">
      <summary>Gets the password portion of the unpacked credential.</summary>
      <returns>The password of the credential. If the password is not available, an empty string is returned.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerResults.CredentialSaved">
      <summary>Gets the status of the credential save operation.</summary>
      <returns>Indicates whether the credential was successfully saved by the credential manager. This value is always False if the caller specified the CallerSavesCredential property.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerResults.CredentialSaveOption">
      <summary>Gets the state of the Save Credentials check box.</summary>
      <returns>Indicates the state of the dialog box Save check box. If no check box was displayed, the value is None.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerResults.CredentialUserName">
      <summary>Gets the user name of the unpacked credential.</summary>
      <returns>The user name of the credential used. If the user name is not available, an empty string is returned.</returns>
    </member>
    <member name="P:Windows.Security.Credentials.UI.CredentialPickerResults.ErrorCode">
      <summary>Gets the value of the error code.</summary>
      <returns>The value of the error code. If the operation status indicates a failure, this property contains the extended error information. If the operation status is anything except failure, the value is zero.</returns>
    </member>
    <member name="T:Windows.Security.Credentials.UI.CredentialSaveOption">
      <summary>Identifies the state of the dialog box option on whether to save credentials.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.CredentialSaveOption.Unselected">
      <summary>The Save credentials? dialog box is not selected, indicating that the user doesn't want their credentials saved.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.CredentialSaveOption.Selected">
      <summary>The Save credentials? dialog box is selected, indicating that the user wants their credentials saved.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.CredentialSaveOption.Hidden">
      <summary>The Save credentials? dialog box is not displayed at all.</summary>
    </member>
    <member name="T:Windows.Security.Credentials.UI.UserConsentVerificationResult">
      <summary>Describes the result of a biometric (fingerprint) verification operation.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerificationResult.Verified">
      <summary>The fingerprint was verified.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerificationResult.DeviceNotPresent">
      <summary>There is no biometric verifier device available.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerificationResult.NotConfiguredForUser">
      <summary>A biometric verifier device is not configured for this user.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerificationResult.DisabledByPolicy">
      <summary>Group policy has disabled the biometric verifier device.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerificationResult.DeviceBusy">
      <summary>The biometric verifier device is performing an operation and is unavailable.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerificationResult.RetriesExhausted">
      <summary>After 10 attempts, the original verification request and all subsequent attempts at the same verification were not verified.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerificationResult.Canceled">
      <summary>The verification operation was canceled.</summary>
    </member>
    <member name="T:Windows.Security.Credentials.UI.UserConsentVerifier">
      <summary>Checks for availability of a biometric (fingerprint) verifier device and performs a biometric verification.</summary>
    </member>
    <member name="M:Windows.Security.Credentials.UI.UserConsentVerifier.CheckAvailabilityAsync">
      <summary>Checks to see whether a biometric (fingerprint) verifier device is available.</summary>
      <returns>A UserConsentVerifierAvailability value that describes the result of the availability check operation.</returns>
    </member>
    <member name="M:Windows.Security.Credentials.UI.UserConsentVerifier.RequestVerificationAsync(System.String)">
      <summary>Performs a fingerprint (biometric) verification.</summary>
      <returns>A UserConsentVerificationResult value that describes the result of the biometric verification.</returns>
      <param name="message">A message to display to the user for this biometric verification request.</param>
    </member>
    <member name="T:Windows.Security.Credentials.UI.UserConsentVerifierAvailability">
      <summary>Describes the result of a check for a biometric (fingerprint) verifier device.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerifierAvailability.Available">
      <summary>A biometric verifier device is available.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerifierAvailability.DeviceNotPresent">
      <summary>There is no biometric verifier device available.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerifierAvailability.NotConfiguredForUser">
      <summary>A biometric verifier device is not configured for this user.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerifierAvailability.DisabledByPolicy">
      <summary>Group policy has disabled the biometric verifier device.</summary>
    </member>
    <member name="F:Windows.Security.Credentials.UI.UserConsentVerifierAvailability.DeviceBusy">
      <summary>The biometric verifier device is performing an operation and is unavailable.</summary>
    </member>
    <member name="N:Windows.Security.Cryptography">
      <summary>Contains a class that can be used for encoding and decoding data, generating random numbers, and converting between byte arrays and buffers.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.BinaryStringEncoding">
      <summary>Contains encoding formats that can be used in the ConvertStringToBinary and ConvertBinaryToString methods.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.BinaryStringEncoding.Utf8">
      <summary>Eight bit Unicode Transformation Format. The process encodes each Unicode code point into one to four 8-bit bytes. Code points represented by lower numerical values are encoded using fewer bytes. In particular, the first 128 characters correspond exactly to the ASCII character set and are encoded by using a single octet.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.BinaryStringEncoding.Utf16LE">
      <summary>Sixteen bit Unicode Transformation Format in little-endian byte order. The encoding process creates a variable length result of one or two 8-bit bytes per Unicode code point.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.BinaryStringEncoding.Utf16BE">
      <summary>Sixteen bit Unicode Transformation Format in big-endian byte order.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.CryptographicBuffer">
      <summary>Contains static methods that implement data management functionality common to cryptographic operations.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.Compare(Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Compares two IBuffer objects.</summary>
      <returns>True specifies that the buffers are equal. Two buffers are equal if each code point in one matches the corresponding code point in the other.</returns>
      <param name="object1">Buffer to be used for comparison.</param>
      <param name="object2">Buffer to be used for comparison.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.ConvertBinaryToString(Windows.Security.Cryptography.BinaryStringEncoding,Windows.Storage.Streams.IBuffer)">
      <summary>Converts a buffer to an encoded string.</summary>
      <returns>A string that contains the encoded data.</returns>
      <param name="encoding">Encoding format.</param>
      <param name="buffer">Data to be encoded.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.ConvertStringToBinary(System.String,Windows.Security.Cryptography.BinaryStringEncoding)">
      <summary>Converts a string to an encoded buffer.</summary>
      <returns>Encoded buffer.</returns>
      <param name="value">String to be encoded.</param>
      <param name="encoding">Encoding format.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.CopyToByteArray(Windows.Storage.Streams.IBuffer,System.Byte[]@)">
      <summary>Copies a buffer to an array of bytes.</summary>
      <param name="buffer">Input buffer.</param>
      <param name="value">An array of bytes that contains the values copied from the input buffer. You must declare the array before calling this method and pass it by using the ref keyword.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.CreateFromByteArray(System.Byte[])">
      <summary>Creates a buffer from an input byte array.</summary>
      <returns>Output buffer.</returns>
      <param name="value">An array of bytes used to create the buffer.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.DecodeFromBase64String(System.String)">
      <summary>Decodes a string that has been base64 encoded.</summary>
      <returns>Output buffer that contains the decoded string.</returns>
      <param name="value">Base64 encoded input string.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.DecodeFromHexString(System.String)">
      <summary>Decodes a string that has been hexadecimal encoded.</summary>
      <returns>Output buffer that contains the decoded string.</returns>
      <param name="value">Encoded input string.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.EncodeToBase64String(Windows.Storage.Streams.IBuffer)">
      <summary>Encodes a buffer to a base64 string.</summary>
      <returns>Base64-encoded output string.</returns>
      <param name="buffer">Input buffer.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.EncodeToHexString(Windows.Storage.Streams.IBuffer)">
      <summary>Encodes a buffer to a hexadecimal string.</summary>
      <returns>Hexadecimal encoded output string.</returns>
      <param name="buffer">Input buffer.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.GenerateRandom(System.UInt32)">
      <summary>Creates a buffer that contains random data.</summary>
      <returns>Output buffer that contains the random data.</returns>
      <param name="length">Length, in bytes, of the buffer to create.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.CryptographicBuffer.GenerateRandomNumber">
      <summary>Creates a random number.</summary>
      <returns>Integer that contains the random data.</returns>
    </member>
    <member name="N:Windows.Security.Cryptography.Certificates">
      <summary>Contains types that you can use to create certificate requests and install certificate responses.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.Certificate">
      <summary>Represents a cryptography certificate.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.Certificate.#ctor(Windows.Storage.Streams.IBuffer)">
      <summary>Create a new instance of the Certificate class using the specified certificate data.</summary>
      <param name="certBlob">The certificate data as an ASN.1 DER encoded certificate blob (.cer or .p7b).</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.Certificate.BuildChainAsync(Windows.Foundation.Collections.IIterable`1,Windows.Security.Cryptography.Certificates.ChainBuildingParameters)">
      <summary>Build a certificate chain for the specified certificates starting from the end entity certificate to the root using the specified chain building parameters.</summary>
      <returns>An asynchronous operation to retrieve the CertificateChain object that contains the entire certificate chain.</returns>
      <param name="certificates">The intermediate certificates to use when building the certificate chain.</param>
      <param name="parameters">The chain building paramaters to use when building the certificate chain.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.Certificate.BuildChainAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Build a certificate chain for the specified certificates starting from the end entity certificate to the root .</summary>
      <returns>An asynchronous operation to retrieve the CertificateChain object that contains the entire certificate chain.</returns>
      <param name="certificates">The intermediate certificates to use when building the certificate chain.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.EnhancedKeyUsages">
      <summary>Gets a collection of object identifiers (OIDs) for the enhanced key usage extension.</summary>
      <returns>A collection of object identifiers (OIDs) for the enhanced key usage extension</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.FriendlyName">
      <summary>Gets or sets the friendly name for the certificate.</summary>
      <returns>The friendly name for the certificate. If the certificate does not have a friendly name set, then an empty string is returned.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.Certificate.GetCertificateBlob">
      <summary>Gets the ASN.1 DER encoded certificate blob.</summary>
      <returns>The ASN.1 DER encoded certificate blob.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.Certificate.GetHashValue(System.String)">
      <summary>Gets the hash value for the certificate for a specified algorithm.</summary>
      <returns>The hash value of the certificate.</returns>
      <param name="hashAlgorithmName">The hash algorithm to use for the hash value of the certificate.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.Certificate.GetHashValue">
      <summary>Gets the SHA1 hash value for the certificate.</summary>
      <returns>The SHA1 hash value for the certificate.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.HasPrivateKey">
      <summary>Gets a value indicating whether the certificate has a private key.</summary>
      <returns>True if the certificate has a private key; otherwise false.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.IsStronglyProtected">
      <summary>Gets a value that indicates whether the private key associated with the certificate is strongly protected.</summary>
      <returns>True if the certificate is strongly protected; otherwise false.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.Issuer">
      <summary>Gets the name of the certificate issuer.</summary>
      <returns>The name of the certificate issuer.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.SerialNumber">
      <summary>Gets the serial number of the certificate.</summary>
      <returns>The serial number of the certificate.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.Subject">
      <summary>Gets the subject name of the certificate.</summary>
      <returns>The subject name of the certificate.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.ValidFrom">
      <summary>Gets the date and time after which the certificate is valid.</summary>
      <returns>The date and time after which the certificate is valid.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.Certificate.ValidTo">
      <summary>Gets the date and time after which the certificate is no longer valid.</summary>
      <returns>The date and time after which the certificate is no longer valid.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CertificateChain">
      <summary>Represents a certificate chain used for signature verification.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateChain.GetCertificates(System.Boolean)">
      <summary>Gets the list of certificates from the certificate chain.</summary>
      <returns>The list of certificates from the certificate chain.</returns>
      <param name="includeRoot">True to include the root certificate in the results; otherwise false.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateChain.Validate">
      <summary>Verifies whether or not the certificate chain is valid.</summary>
      <returns>The result of the certificate chain verification operation.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateChain.Validate(Windows.Security.Cryptography.Certificates.ChainValidationParameters)">
      <summary>Verifies whether or not the certificate chain is valid using the specified validation parameters.</summary>
      <returns>The result of the certificate chain verification operation.</returns>
      <param name="parameter">The validation parameters to use when verifying the certificate chain.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CertificateEnrollmentManager">
      <summary>Represents a certificate enrollment manager.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateEnrollmentManager.CreateRequestAsync(Windows.Security.Cryptography.Certificates.CertificateRequestProperties)">
      <summary>Asynchronously creates a PKCS #10 certificate request based on properties specified in a CertificateRequestProperties object.</summary>
      <returns>This method returns a string that contains the base64 encoded PKCS #10 certificate request.</returns>
      <param name="request">A CertificateRequestProperties object that contains the property values used to create the certificate request.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateEnrollmentManager.ImportPfxDataAsync(System.String,System.String,Windows.Security.Cryptography.Certificates.ExportOption,Windows.Security.Cryptography.Certificates.KeyProtectionLevel,Windows.Security.Cryptography.Certificates.InstallOptions,System.String)">
      <summary>Asynchronously imports a certificate from a Personal Information Exchange (PFX) message.</summary>
      <returns>This method does not return a value.</returns>
      <param name="pfxData">Base64-encoded PFX message.</param>
      <param name="password">The password used to decrypt and verify the PFX packet. The password must be exactly the same as the password that was used to encrypt the packet.</param>
      <param name="exportable">A value of the ExportOption enumeration that specifies whether the key can be exported.</param>
      <param name="keyProtectionLevel">A value of the KeyProtectionLevel enumeration that specifies the strength of the key protection. The default is NoConsent.</param>
      <param name="installOption">An InstallOptions enumeration value that specifies the certificate installation option.</param>
      <param name="friendlyName">The display name of the enrolled certificate. This value overwrites the FriendlyName property inside the PFX message.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateEnrollmentManager.InstallCertificateAsync(System.String,Windows.Security.Cryptography.Certificates.InstallOptions)">
      <summary>Asynchronously Installs a certificate chain into the app container on the local computer.</summary>
      <returns>This method does not return a value.</returns>
      <param name="certificate">The encoded certificate. The certificate is encoded by using Distinguished Encoding Rules (DER) as defined by the Abstract Syntax Notation One (ASN.1) standard.</param>
      <param name="installOption">An InstallOptions enumeration value that specifies the certificate installation option.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateEnrollmentManager.UserCertificateEnrollmentManager">
      <summary>Gets the associated UserCertificateEnrollmentManager.</summary>
      <returns>The associated UserCertificateEnrollmentManager.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CertificateQuery">
      <summary>Represents parameters for a query for certificates from the certificate store for an app.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateQuery.#ctor">
      <summary>Creates a new instance of a certificate query.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateQuery.EnhancedKeyUsages">
      <summary>Gets a collection of object identifiers (OIDs) for the enhanced key usage extension to search for.</summary>
      <returns>A collection of object identifiers (OIDs) for the enhanced key usage extension to search for.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateQuery.FriendlyName">
      <summary>Gets or sets the certificate friendly name to search for.</summary>
      <returns>The certificate friendly name to search for.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateQuery.HardwareOnly">
      <summary>Gets or sets a value that indicates whether only hardware certificates (SC or TPM) are to be returned from the query.</summary>
      <returns>True if only hardware certificates (SC or TPM) are to be returned from the query; otherwise false.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateQuery.IssuerName">
      <summary>Gets or sets the name of the certificate issuer to search for.</summary>
      <returns>The name of the certificate issuer to search for.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateQuery.Thumbprint">
      <summary>Gets or sets a certificate thumbprint to search for.</summary>
      <returns>A certificate thumbprint to search for.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CertificateRequestProperties">
      <summary>Represents the properties of a certificate request.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.AttestationCredentialCertificate">
      <summary>Gets or sets the CA exchange certificate that is used to encrypt a key attestation certificate request.</summary>
      <returns>The CA exchange certificate that is used to encrypt a key attestation certificate request.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.#ctor">
      <summary>Creates and initializes a new instance of the CertificateRequestProperties.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.Exportable">
      <summary>Gets or sets a value that specifies whether the private key created for the request can be exported.</summary>
      <returns>Specifies whether the key can be exported.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.FriendlyName">
      <summary>Gets or sets the display name of the enrolled certificate.</summary>
      <returns>The display name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.HashAlgorithmName">
      <summary>Gets or sets the hash algorithm used when creating the certificate request signature.</summary>
      <returns>Hash algorithm.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.KeyAlgorithmName">
      <summary>Gets or sets the public key algorithm.</summary>
      <returns>Algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.KeyProtectionLevel">
      <summary>Gets or sets the level of strong key protection.</summary>
      <returns>Strong key protection level.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.KeySize">
      <summary>Gets or sets the size, in bits, of the private key to be generated.</summary>
      <returns>The size, in bits, of the private key.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.KeyStorageProviderName">
      <summary>Gets or sets the name of the key storage provider (KSP) that will be used to generate the private key.</summary>
      <returns>The KSP name. The default value is Microsoft Software Key Storage Provider.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.KeyUsages">
      <summary>Gets or sets the operation that can be performed by the private key created for this certificate request. The default value is Signing.</summary>
      <returns>Private key usage.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.SigningCertificate">
      <summary>Gets or sets the certificate used to sign the requested certificate.</summary>
      <returns>The certificate used to sign the requested certificate.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.SmartcardReaderName">
      <summary>Gets or sets the name of the smart card reader used to create the certificate request.</summary>
      <returns>The name of the smart card reader used to create the certificate request.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.Subject">
      <summary>Gets or sets the subject name.</summary>
      <returns>The X.500 distinguished name (DN).</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CertificateStore">
      <summary>Represents a certificate store for an app.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateStore.Add(Windows.Security.Cryptography.Certificates.Certificate)">
      <summary>Adds a certificate to the certificate store.</summary>
      <param name="certificate">The certificate to add to the certificate store.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateStore.Delete(Windows.Security.Cryptography.Certificates.Certificate)">
      <summary>Deletes a certificate from the certificate store.</summary>
      <param name="certificate">The certificate to delete from the certificate store.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CertificateStores">
      <summary>Represents a collection of certificate stores.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateStores.FindAllAsync">
      <summary>Get all certificates from the certificate stores.</summary>
      <returns>An asynchronous operation to retrieve the list of certificates.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateStores.FindAllAsync(Windows.Security.Cryptography.Certificates.CertificateQuery)">
      <summary>Get all certificates from the certificate stores that match the specified query parameters.</summary>
      <returns>An asynchronous operation to retrieve the list of certificates.</returns>
      <param name="query">The certificate values to search for.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CertificateStores.GetStoreByName(System.String)">
      <summary>Gets a certificate store from the collection of certificate stores by name.</summary>
      <returns>The requested certificate store.</returns>
      <param name="storeName">The name of the certificate store to return. The storeName parameter value cannot be "MY".</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateStores.IntermediateCertificationAuthorities">
      <summary>Gets the certificate store of intermediate certification authorities for an app.</summary>
      <returns>The certificate store of intermediate certification authorities for an app.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CertificateStores.TrustedRootCertificationAuthorities">
      <summary>Gets the certificate store of trusted root certificates for an app.</summary>
      <returns>The certificate store of trusted root certificates for an app.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.ChainBuildingParameters">
      <summary>Represents parameters to use when building a certificate chain.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.#ctor">
      <summary>Creates a new instance of the ChainBuildingParameters class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.AuthorityInformationAccessEnabled">
      <summary>Gets or sets a value that indicates whether Authority Information Access (AIA) is enabled.</summary>
      <returns>True to enable Authority Information Access (AIA); otherwise false. The default is true.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.CurrentTimeValidationEnabled">
      <summary>Gets or sets a value indicating that the current time is to be used for the validation timestamp.</summary>
      <returns>True to use the current time as the validation timestamp; otherwise false. The default is true.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.EnhancedKeyUsages">
      <summary>Gets or sets a collection of object identifiers (OIDs) for the enhanced key usage extension.</summary>
      <returns>A collection of object identifiers (OIDs) for the enhanced key usage extension.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.ExclusiveTrustRoots">
      <summary>Gets or sets the list of root certificates that will be trusted.</summary>
      <returns>The list of root certificates that will be trusted.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.NetworkRetrievalEnabled">
      <summary>Gets or sets a value indicating whether to request new URLs to use for chain building and revocation checking or to use cached URLs.</summary>
      <returns>True torequest new URLs to use for chain building and revocation checking; false to use cached URLs.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.RevocationCheckEnabled">
      <summary>Gets or sets a value indicating whether revocation checking is enabled.</summary>
      <returns>True to enable revocation checking; otherwise false.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainBuildingParameters.ValidationTimestamp">
      <summary>Gets or sets the time stamp used to determine whether the certificate chain was time valid.</summary>
      <returns>The time stamp used to determine whether the certificate chain was time valid.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.ChainValidationParameters">
      <summary>Represents values to use when verifying a certificate chain.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.ChainValidationParameters.#ctor">
      <summary>Creates a new instance of the ChainValidationParameters class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainValidationParameters.CertificateChainPolicy">
      <summary>Gets or sets the certificate chain policy to use when verifying the certificate chain.</summary>
      <returns>The certificate chain policy to use when verifying the certificate chain.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.ChainValidationParameters.ServerDnsName">
      <summary>Gets or sets the server DNS name to use for SSL policy.</summary>
      <returns>The server DNS name to use for SSL policy.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CmsAttachedSignature">
      <summary>Represents a signature attached to a signed CMS message.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CmsAttachedSignature.#ctor(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a new instance of the CmsAttachedSignature class for the specified signed CMS message.</summary>
      <param name="inputBlob">A signed CMS message blob.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsAttachedSignature.Certificates">
      <summary>Gets the list of certificates that are used for chain building for the signer certificate.</summary>
      <returns>The list of certificates that are used for chain building for the signer certificate.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsAttachedSignature.Content">
      <summary>Gets the content of the signed CMS message.</summary>
      <returns>The content of the signed CMS message.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CmsAttachedSignature.GenerateSignatureAsync(Windows.Storage.Streams.IBuffer,Windows.Foundation.Collections.IIterable`1,Windows.Foundation.Collections.IIterable`1)">
      <summary>Signs the specified input data using the specified signer information and creates an attached signed CMS message.</summary>
      <returns>An asynchronous operation to retrieve the attached signed CMS message.</returns>
      <param name="data">The input data to be signed.</param>
      <param name="signers">The signer information used to compute the signature.</param>
      <param name="certificates">The list of certificates to build the chain for the signer certificates.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsAttachedSignature.Signers">
      <summary>Gets the list of signers that are used for creating or verifying the signature.</summary>
      <returns>The list of signers that are used for creating or verifying the signature.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CmsAttachedSignature.VerifySignature">
      <summary>Verifies the signature contained in the signed CMS message.</summary>
      <returns>The result of the signature verification operation.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CmsDetachedSignature">
      <summary>Represents a detached signature for a signed CMS message.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CmsDetachedSignature.#ctor(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a new instance of the CmsDetachedSignature class for the specified signed CMS message.</summary>
      <param name="inputBlob">A signed CMS message blob.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsDetachedSignature.Certificates">
      <summary>Gets the list of certificates that are used for chain building for the signer certificate.</summary>
      <returns>The list of certificates that are used for chain building for the signer certificate.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CmsDetachedSignature.GenerateSignatureAsync(Windows.Storage.Streams.IInputStream,Windows.Foundation.Collections.IIterable`1,Windows.Foundation.Collections.IIterable`1)">
      <summary>Signs the specified input data using the specified signer information and creates a detached signed CMS message.</summary>
      <returns>An asynchronous operation to retrieve the detached signed CMS message.</returns>
      <param name="data">The input data to be signed.</param>
      <param name="signers">The signer information used to compute the signature.</param>
      <param name="certificates">The list of certificates to build the chain for the signer certificates.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsDetachedSignature.Signers">
      <summary>Gets the list of signers that are used for creating or verifying the signature.</summary>
      <returns>The list of signers that are used for creating or verifying the signature.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CmsDetachedSignature.VerifySignatureAsync(Windows.Storage.Streams.IInputStream)">
      <summary>Verifies a signed CMS message against the original streaming input.</summary>
      <returns>An asynchronous operation to retrieve the result of the signature validation operation.</returns>
      <param name="data">The original input stream for the signed CMS message.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CmsSignerInfo">
      <summary>Represents signer information for a signed CMS message which contains a set of properties.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.CmsSignerInfo.#ctor">
      <summary>Creates a new instance of the CmsSignerInfo class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsSignerInfo.Certificate">
      <summary>Gets or sets the signer certificate that is used to sign the message.</summary>
      <returns>The signer certificate that is used to sign the message.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsSignerInfo.HashAlgorithmName">
      <summary>Gets or sets the hash algorithm that is used to sign the CMS message.</summary>
      <returns>The hash algorithm that is used to sign the CMS message.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsSignerInfo.TimestampInfo">
      <summary>Gets the RFC3161 unauthenticated timestamp information.</summary>
      <returns>The RFC3161 unauthenticated timestamp information.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CmsTimestampInfo">
      <summary>Represents an RFC3161 unauthenticated timestamp attribute in a signed CMS message.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsTimestampInfo.Certificates">
      <summary>Gets the list of certificates that is used for chain building for the signing certificate.</summary>
      <returns>The list of certificates that is used for chain building for the signing certificate.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsTimestampInfo.SigningCertificate">
      <summary>Gets the certificate that is used to sign the timestamp.</summary>
      <returns>The certificate that is used to sign the timestamp.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.CmsTimestampInfo.Timestamp">
      <summary>Gets the date and time of the timestamp.</summary>
      <returns>The date and time of the timestamp.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames">
      <summary>Defines several commonly used public key algorithm names. You can use this class in the KeyAlgorithmName property on the CertificateRequestProperties class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Dsa">
      <summary>Returns DSA as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Ecdh256">
      <summary>Returns ECDH256 as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Ecdh384">
      <summary>Returns ECDH384 as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Ecdh521">
      <summary>Returns ECDH521 as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Ecdsa256">
      <summary>Returns ECDSA256 as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Ecdsa384">
      <summary>Returns ECDSA384 as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Ecdsa521">
      <summary>Returns ECDSA521 as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyAlgorithmNames.Rsa">
      <summary>Returns RSA as the key algorithm name.</summary>
      <returns>The key algorithm name.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.KeyAttestationHelper">
      <summary>Provides access to key attestation methods.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.KeyAttestationHelper.DecryptTpmAttestationCredentialAsync(System.String)">
      <summary>Decrypts a TPM key attestation credential.</summary>
      <returns>The decrypted TPM key attestation credential.</returns>
      <param name="credential">The TPM key attestation credential to decrypt.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.KeyAttestationHelper.GetTpmAttestationCredentialId(System.String)">
      <summary>Gets the credential ID from a TPM key attestation credential.</summary>
      <returns>The credential ID from the TPM key attestation credential.</returns>
      <param name="credential">The TPM key attestation credential to get the credential ID from.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.KeyStorageProviderNames">
      <summary>Defines several commonly used key storage provider names. You can use this class in the KeyStorageProviderName property on the CertificateRequestProperties class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyStorageProviderNames.PlatformKeyStorageProvider">
      <summary>Returns Microsoft Platform Key Storage Provider as the provider name.</summary>
      <returns>The provider name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyStorageProviderNames.SmartcardKeyStorageProvider">
      <summary>Returns Microsoft Smart Card Key Storage Provider as the provider name.</summary>
      <returns>The provider name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Certificates.KeyStorageProviderNames.SoftwareKeyStorageProvider">
      <summary>Returns Microsoft Software Key Storage Provider as the provider name.</summary>
      <returns>The provider name.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.UserCertificateEnrollmentManager">
      <summary>Provides access to certificate creation, import, and enrollment methods.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.UserCertificateEnrollmentManager.CreateRequestAsync(Windows.Security.Cryptography.Certificates.CertificateRequestProperties)">
      <summary>Asynchronously creates a PKCS #10 certificate request based on properties specified in a CertificateRequestProperties object.</summary>
      <returns>An asynchronous operation to retrieve the base64 encoded PKCS #10 certificate request.</returns>
      <param name="request">A CertificateRequestProperties object that contains the property values used to create the certificate request.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.UserCertificateEnrollmentManager.ImportPfxDataAsync(System.String,System.String,Windows.Security.Cryptography.Certificates.ExportOption,Windows.Security.Cryptography.Certificates.KeyProtectionLevel,Windows.Security.Cryptography.Certificates.InstallOptions,System.String)">
      <summary>Asynchronously imports a certificate from a Personal Information Exchange (PFX) message.</summary>
      <returns>This method does not return a value.</returns>
      <param name="pfxData">Base64-encoded PFX message.</param>
      <param name="password">The password used to decrypt and verify the PFX packet. The password must be exactly the same as the password that was used to encrypt the packet.</param>
      <param name="exportable">A value of the ExportOption enumeration that specifies whether the key can be exported.</param>
      <param name="keyProtectionLevel">A value of the KeyProtectionLevel enumeration that specifies the strength of the key protection. The default is NoConsent.</param>
      <param name="installOption">An InstallOptions enumeration value that specifies the certificate installation option.</param>
      <param name="friendlyName">The display name of the enrolled certificate. This value overwrites the FriendlyName property inside the PFX message.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Certificates.UserCertificateEnrollmentManager.InstallCertificateAsync(System.String,Windows.Security.Cryptography.Certificates.InstallOptions)">
      <summary>Asynchronously installs a certificate chain into the app container on the local computer.</summary>
      <returns>This method does not return a value.</returns>
      <param name="certificate">The encoded certificate. The certificate is encoded by using Distinguished Encoding Rules (DER) as defined by the Abstract Syntax Notation One (ASN.1) standard.</param>
      <param name="installOption">An InstallOptions enumeration value that specifies the certificate installation option.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.CertificateChainPolicy">
      <summary>Describes the policy to use when performing a certificate chain validation.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.CertificateChainPolicy.Base">
      <summary>Use the base chain policy verification checks.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.CertificateChainPolicy.Ssl">
      <summary>Use the SSL client/server chain policy verification checks.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.CertificateChainPolicy.NTAuthentication">
      <summary>Use the Windows NT Authentication chain policy checks.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.CertificateChainPolicy.MicrosoftRoot">
      <summary>Check the last element of the first simple chain for a Microsoft root public key.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.ChainValidationResult">
      <summary>Describes the result of a certificate chain verification operation.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.Success">
      <summary>The certificate chain was verified.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.Untrusted">
      <summary>A certificate in the chain is not trusted.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.Revoked">
      <summary>A certificate in the chain has been revoked.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.Expired">
      <summary>A certificate in the chain has expired.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.IncompleteChain">
      <summary>The certificate chain is missing one or more certificates.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.InvalidSignature">
      <summary>The signature of a certificate in the chain cannot be verified.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.WrongUsage">
      <summary>A certificate in the chain is being used for a purpose other than one specified by its CA.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.InvalidName">
      <summary>A certificate in the chain has a name that is not valid. The name is either not included in the permitted list or is explicitly excluded.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.InvalidCertificateAuthorityPolicy">
      <summary>A certificate in the chain has a policy that is not valid.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.BasicConstraintsError">
      <summary>The basic constraint extension of a certificate in the chain has not been observed.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.UnknownCriticalExtension">
      <summary>A certificate in the chain contains an unknown extension that is marked "critical".</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.RevocationInformationMissing">
      <summary>No installed or registered DLL was found to verify revocation.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.RevocationFailure">
      <summary>Unable to connect to the revocation server.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ChainValidationResult.OtherErrors">
      <summary>An unexpected error occurred while validating the certificate chain.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.EnrollKeyUsages">
      <summary>Specifies the cryptographic operations that can be performed by the private key. This enumeration type is used in the KeyUsages property of a CertificateRequestProperties object.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.EnrollKeyUsages.None">
      <summary>No usage is specified for the key.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.EnrollKeyUsages.Decryption">
      <summary>The key can be used for decryption.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.EnrollKeyUsages.Signing">
      <summary>The key can be used for signing.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.EnrollKeyUsages.KeyAgreement">
      <summary>The key can be used for secret agreement encryption.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.EnrollKeyUsages.All">
      <summary>The key can be used for decryption, signing. and key agreement.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.ExportOption">
      <summary>Specifies whether a private key can be exported. This enumeration type is used in the Exportable property of a CertificateRequestProperties object.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ExportOption.NotExportable">
      <summary>The private key is not exportable.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.ExportOption.Exportable">
      <summary>The private key is exportable.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.InstallOptions">
      <summary>Specifies certificate installation options.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.InstallOptions.None">
      <summary>No options are specified.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.InstallOptions.DeleteExpired">
      <summary>Delete expired certificates.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.KeyProtectionLevel">
      <summary>Specifies the key protection level. This enumeration type is used in the KeyProtectionLevel property of a CertificateRequestProperties object.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.KeyProtectionLevel.NoConsent">
      <summary>No strong key protection.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.KeyProtectionLevel.ConsentOnly">
      <summary>The user is notified through a dialog box when the private key is created or used.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.KeyProtectionLevel.ConsentWithPassword">
      <summary>The user is prompted to enter a password for the key when the key is created or used.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.KeyProtectionLevel.ConsentWithFingerprint">
      <summary>The user is prompted to enter a fingerprint verification for the key when the key is created or used.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.KeySize">
      <summary>Specifies commonly used RSA algorithm key sizes. This enumeration type can be used in the KeySize property of a CertificateRequestProperties object.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.KeySize.Invalid">
      <summary>No size is specified.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.KeySize.Rsa2048">
      <summary>The key length is 2048 bits.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.KeySize.Rsa4096">
      <summary>The key length is 4096 bits.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Certificates.SignatureValidationResult">
      <summary>Describes the result of a signature verification operation.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.SignatureValidationResult.Success">
      <summary>The signature was verified.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.SignatureValidationResult.InvalidParameter">
      <summary>An invalid argument was encountered while verifying the signature.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.SignatureValidationResult.BadMessage">
      <summary>A severe error occurred such as missing key provider information or an incorrect algorithm id.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.SignatureValidationResult.InvalidSignature">
      <summary>The signature was not verified.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Certificates.SignatureValidationResult.OtherErrors">
      <summary>Additional errors were encountered.</summary>
    </member>
    <member name="N:Windows.Security.Cryptography.Core">
      <summary>Contains classes that enable you to create cryptographic keys, to hash and sign content, create message authentication codes, and to encrypt or decrypt data.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames">
      <summary>Contains static properties that enable you to retrieve algorithm names that can be used in the OpenAlgorithm method of the AsymmetricKeyAlgorithmProvider class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.DsaSha1">
      <summary>Retrieves a string that contains "DSA_SHA1".</summary>
      <returns>String that contains "DSA_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.DsaSha256">
      <summary>Retrieves a string that contains "DSA_SHA256".</summary>
      <returns>String that contains "DSA_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.EcdsaP256Sha256">
      <summary>Retrieves a string that contains "ECDSA_P256_SHA256".</summary>
      <returns>String that contains "ECDSA_P256_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.EcdsaP384Sha384">
      <summary>Retrieves a string that contains "ECDSA_P384_SHA384".</summary>
      <returns>String that contains "ECDSA_P384_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.EcdsaP521Sha512">
      <summary>Retrieves a string that contains "ECDSA_P521_SHA512".</summary>
      <returns>String that contains "ECDSA_P521_SHA512".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaOaepSha1">
      <summary>Retrieves a string that contains "RSA_OAEP_SHA1".</summary>
      <returns>String that contains "RSA_OAEP_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaOaepSha256">
      <summary>Retrieves a string that contains "RSA_OAEP_SHA256".</summary>
      <returns>String that contains "RSA_OAEP_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaOaepSha384">
      <summary>Retrieves a string that contains "RSA_OAEP_SHA384".</summary>
      <returns>String that contains "RSA_OAEP_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaOaepSha512">
      <summary>Retrieves a string that contains "RSA_OAEP_SHA512".</summary>
      <returns>String that contains "RSA_OAEP_SHA512".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaPkcs1">
      <summary>Retrieves a string that contains "RSA_PKCS1".</summary>
      <returns>String that contains "RSA_PKCS1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPkcs1Sha1">
      <summary>Retrieves a string that contains "RSASIGN_PKCS1_SHA1".</summary>
      <returns>String that contains "RSASIGN_PKCS1_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPkcs1Sha256">
      <summary>Retrieves a string that contains "RSASIGN_PKCS1_SHA256".</summary>
      <returns>String that contains "RSASIGN_PKCS1_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPkcs1Sha384">
      <summary>Retrieves a string that contains "RSASIGN_PKCS1_SHA384".</summary>
      <returns>String that contains "RSASIGN_PKCS1_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPkcs1Sha512">
      <summary>Retrieves a string that contains "RSASIGN_PSS_SHA512".</summary>
      <returns>String that contains "RSASIGN_PSS_SHA512".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPssSha1">
      <summary>Retrieves a string that contains "RSASIGN_PSS_SHA1".</summary>
      <returns>String that contains "RSASIGN_PSS_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPssSha256">
      <summary>Retrieves a string that contains "RSASIGN_PSS_SHA256".</summary>
      <returns>String that contains "RSASIGN_PSS_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPssSha384">
      <summary>Retrieves a string that contains "RSASIGN_PSS_SHA384".</summary>
      <returns>String that contains "RSASIGN_PSS_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPssSha512">
      <summary>Retrieves a string that contains "RSASIGN_PSS_SHA512".</summary>
      <returns>String that contains "RSASIGN_PSS_SHA512".</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider">
      <summary>Represents a provider of asymmetric (public) key algorithms.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.AlgorithmName">
      <summary>Gets the name of the open asymmetric algorithm.</summary>
      <returns>Algorithm name.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.CreateKeyPair(System.UInt32)">
      <summary>Creates a public/private key pair.</summary>
      <returns>Represents the asymmetric key pair.</returns>
      <param name="keySize">Size, in bits, of the key. Typical key sizes are 512, 1024, 2048, or 4096 bits.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.ImportKeyPair(Windows.Storage.Streams.IBuffer,Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType)">
      <summary>Imports a public/private key pair from a buffer in the specified format.</summary>
      <returns>Represents the imported key pair.</returns>
      <param name="keyBlob">Buffer that contains the key pair to import.</param>
      <param name="BlobType">A CryptographicPrivateKeyBlobType enumeration value that specifies information about the private key contained in the keyBlob buffer. The default value is Pkcs8RawPrivateKeyInfo.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.ImportKeyPair(Windows.Storage.Streams.IBuffer)">
      <summary>Imports a public/private key pair from a buffer.</summary>
      <returns>Represents the imported key pair.</returns>
      <param name="keyBlob">Buffer that contains the key pair to import.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.ImportPublicKey(Windows.Storage.Streams.IBuffer,Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType)">
      <summary>Imports a public key into a buffer for a specified format.</summary>
      <returns>Represents the imported key.</returns>
      <param name="keyBlob">Buffer that contains the key to import.</param>
      <param name="BlobType">A CryptographicPublicKeyBlobType enumeration value that specifies the format of the public key contained in the keyBlob buffer. The default value is X509SubjectPublicKeyInfo.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.ImportPublicKey(Windows.Storage.Streams.IBuffer)">
      <summary>Imports a public key into a buffer.</summary>
      <returns>Represents the imported key.</returns>
      <param name="keyBlob">Buffer that contains the key to import.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.OpenAlgorithm(System.String)">
      <summary>Creates an instance of the AsymmetricKeyAlgorithmProvider class and opens the specified algorithm for use.</summary>
      <returns>Represents a public key algorithm provider.</returns>
      <param name="algorithm">Algorithm name.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.CryptographicEngine">
      <summary>Encrypts, decrypts, and signs content, and verifies digital signatures.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.Decrypt(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Decrypts content that was previously encrypted by using a symmetric or asymmetric algorithm.</summary>
      <returns>Decrypted data.</returns>
      <param name="key">Cryptographic key to use for decryption. This can be an asymmetric or a symmetric key. For more information, see AsymmetricKeyAlgorithmProvider and SymmetricKeyAlgorithmProvider.</param>
      <param name="data">Buffer that contains the encrypted data.</param>
      <param name="iv">Buffer that contains the initialization vector. If an initialization vector (IV) was used to encrypt the data, you must use the same IV to decrypt the data. For more information, see Encrypt.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.DecryptAndAuthenticate(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Decrypts and authenticates data.</summary>
      <returns>A buffer that contains the decrypted data.If the method fails, authentication fails; if the method succeeds, the authentication succeeded as well.</returns>
      <param name="key">Symmetric key to use.</param>
      <param name="data">Data to be decrypted and authenticated.</param>
      <param name="nonce">Nonce to be used. This must be the same nonce used by the EncryptAndAuthenticate method.</param>
      <param name="authenticationTag">Authentication tag.</param>
      <param name="authenticatedData">Authenticated data. This can be Null.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.DecryptAsync(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Decrypts the encrypted input data using the supplied key.</summary>
      <returns>The decrypted data.</returns>
      <param name="key">The key to use to decrypt the encrypted input data.</param>
      <param name="data">The encrypted data to decrypt.</param>
      <param name="iv">The initial vector for a symmetric key. For an asymmetric key, set this value to null.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.DeriveKeyMaterial(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Security.Cryptography.Core.KeyDerivationParameters,System.UInt32)">
      <summary>Derives a key from another key by using a key derivation function.</summary>
      <returns>Buffer that contains the derived key.</returns>
      <param name="key">The symmetric or secret key used for derivation.</param>
      <param name="parameters">Derivation parameters. The parameters vary depending on the type of KDF algorithm used.</param>
      <param name="desiredKeySize">Requested size, in bits, of the derived key.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.Encrypt(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Encrypts data by using a symmetric or asymmetric algorithm.</summary>
      <returns>Encrypted data.</returns>
      <param name="key">Cryptographic key to use for encryption. This can be an asymmetric or a symmetric key. For more information, see AsymmetricKeyAlgorithmProvider and SymmetricKeyAlgorithmProvider.</param>
      <param name="data">Data to encrypt.</param>
      <param name="iv">Buffer that contains the initialization vector. This can be null for a symmetric algorithm and should always be null for an asymmetric algorithm. If an initialization vector (IV) was used to encrypt the data, you must use the same IV to decrypt the data. You can use the GenerateRandom method to create an IV that contains random data. Other IVs, such as nonce-generated vectors, require custom implementation. For more information, see Symmetric Key Encryption.Cipher block chaining (CBC) block cipher mode algorithms require an initialization vector. For more information, see Remarks.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.EncryptAndAuthenticate(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Performs authenticated encryption.</summary>
      <returns>The encrypted and authenticated data.If the method fails, authentication fails; if the method succeeds, the authentication succeeded as well.</returns>
      <param name="key">Symmetric key to use for encryption.</param>
      <param name="data">Data to be encrypted and authenticated.</param>
      <param name="nonce">Nonce to be used. A nonce is a variable that has minimal chance of repeating. For example,
you can use a random value that is newly generated for each use, a
time stamp, a sequence number, or some combination of these. The Microsoft GCM implementation requires a 12-byte nonce. The CCM implementation requires a 7- to 13- byte nonce.</param>
      <param name="authenticatedData">Authenticated data. This can be Null.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.Sign(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer)">
      <summary>Signs digital content.</summary>
      <returns>Signed data.</returns>
      <param name="key">Key used for signing.</param>
      <param name="data">Data to be signed.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.SignAsync(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer)">
      <summary>Computes a hash for the supplied input data, and then signs the computed hash using the specified key.</summary>
      <returns>An asynchronous operation to retrieve the hashed and signed data.</returns>
      <param name="key">The key to use to compute and sign the hash.</param>
      <param name="data">The raw input data to sign. The data is not hashed.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.SignHashedData(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer)">
      <summary>Signs the hashed input data using the specified key.</summary>
      <returns>The signed data.</returns>
      <param name="key">The key to use to sign the hash.</param>
      <param name="data">The input data to sign. The data is a hashed value which can be obtained through incremental hash.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.SignHashedDataAsync(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer)">
      <summary>Signs the hashed input data using the specified key.</summary>
      <returns>An asynchronous operation to retrieve the signed data.</returns>
      <param name="key">The key to use to sign the hash.</param>
      <param name="data">The input data to sign. The data is a hashed value which can be obtained through incremental hash.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.VerifySignature(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Verifies a message signature.</summary>
      <returns>true if the message is verified.</returns>
      <param name="key">Key used for verification. This must be the same key previously used to sign the message.</param>
      <param name="data">Message to be verified.</param>
      <param name="signature">Signature previously computed over the message to be verified.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicEngine.VerifySignatureWithHashInput(Windows.Security.Cryptography.Core.CryptographicKey,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Verifies the signature of the specified input data against a known signature.</summary>
      <returns>True if the signature is verified; otherwise false.</returns>
      <param name="key">The key to use to retrieve the signature from the input data.</param>
      <param name="data">The data to be verified. The data is a hashed value of raw data.</param>
      <param name="signature">The known signature to use to verify the signature of the input data.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.CryptographicHash">
      <summary>Represents a reusable hashing object and contains the result of a hashing operation.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicHash.Append(Windows.Storage.Streams.IBuffer)">
      <summary>Appends a binary encoded string to the data stored in the CryptographicHash object.</summary>
      <param name="data">Data to append.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicHash.GetValueAndReset">
      <summary>Gets hashed data from the CryptographicHash object and resets the object.</summary>
      <returns>Hashed data.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.CryptographicKey">
      <summary>Represents a symmetric key or an asymmetric key pair.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicKey.Export">
      <summary>Exports the key pair to a buffer.</summary>
      <returns>Buffer that contains the key pair.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicKey.Export(Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType)">
      <summary>Exports the key pair to a buffer given a specified format.</summary>
      <returns>Buffer that contains the key pair.</returns>
      <param name="BlobType">A CryptographicPrivateKeyBlobType enumeration value that specifies the format of the key in the buffer. The default value is Pkcs8RawPrivateKeyInfo.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicKey.ExportPublicKey">
      <summary>Exports a public key to a buffer.</summary>
      <returns>Buffer that contains the public key.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.CryptographicKey.ExportPublicKey(Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType)">
      <summary>Exports a public key to a buffer given a specified format.</summary>
      <returns>Buffer that contains the public key.</returns>
      <param name="BlobType">A CryptographicPublicKeyBlobType enumeration value that specifies the format of the key in the buffer. The default value is X509SubjectPublicKeyInfo.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.CryptographicKey.KeySize">
      <summary>Gets the size, in bits, of the key.</summary>
      <returns>Integer that contains the number of bits in the key.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.EncryptedAndAuthenticatedData">
      <summary>Contains data that can be retrieved from encrypted and authenticated data.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.EncryptedAndAuthenticatedData.AuthenticationTag">
      <summary>Gets the authentication tag.</summary>
      <returns>Buffer that contains the tag.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.EncryptedAndAuthenticatedData.EncryptedData">
      <summary>Gets the encrypted data.</summary>
      <returns>Buffer that contains the encrypted data.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.HashAlgorithmNames">
      <summary>Contains static properties that enable you to retrieve algorithm names that can be used in the OpenAlgorithm method of the HashAlgorithmProvider class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.HashAlgorithmNames.Md5">
      <summary>Retrieves a string that contains "MD5".</summary>
      <returns>String that contains "MD5".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.HashAlgorithmNames.Sha1">
      <summary>Retrieves a string that contains "SHA1".</summary>
      <returns>String that contains "SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.HashAlgorithmNames.Sha256">
      <summary>Retrieves a string that contains "SHA256".</summary>
      <returns>String that contains "SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.HashAlgorithmNames.Sha384">
      <summary>Retrieves a string that contains "SHA384".</summary>
      <returns>String that contains "SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.HashAlgorithmNames.Sha512">
      <summary>Retrieves a string that contains "SHA512".</summary>
      <returns>String that contains "SHA512".</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.HashAlgorithmProvider">
      <summary>Represents a cryptographic hash provider.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.HashAlgorithmProvider.AlgorithmName">
      <summary>Gets the name of the open hash algorithm.</summary>
      <returns>Algorithm name.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.HashAlgorithmProvider.CreateHash">
      <summary>Creates a reusable CryptographicHash object.</summary>
      <returns>Reusable hash object.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.HashAlgorithmProvider.HashData(Windows.Storage.Streams.IBuffer)">
      <summary>Hashes binary data.</summary>
      <returns>Hashed data.</returns>
      <param name="data">Data to be hashed.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.HashAlgorithmProvider.HashLength">
      <summary>Gets the length, in bytes, of the hash.</summary>
      <returns>Number of bytes in the hash.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.HashAlgorithmProvider.OpenAlgorithm(System.String)">
      <summary>Creates a HashAlgorithmProvider object and opens the specified algorithm for use.</summary>
      <returns>Represents a provider that implements hash algorithms.</returns>
      <param name="algorithm">Algorithm name.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames">
      <summary>Contains static properties that enable you to retrieve algorithm names that can be used in the OpenAlgorithm method of the KeyDerivationAlgorithmProvider class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Pbkdf2Md5">
      <summary>Retrieves a string that contains "PBKDF2_MD5".</summary>
      <returns>String that contains "PBKDF2_MD5".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Pbkdf2Sha1">
      <summary>Retrieves a string that contains "PBKDF2_SHA1".</summary>
      <returns>String that contains "PBKDF2_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Pbkdf2Sha256">
      <summary>Retrieves a string that contains "PBKDF2_SHA256".</summary>
      <returns>String that contains "PBKDF2_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Pbkdf2Sha384">
      <summary>Retrieves a string that contains "PBKDF2_SHA384".</summary>
      <returns>String that contains "PBKDF2_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Pbkdf2Sha512">
      <summary>Retrieves a string that contains "PBKDF2_SHA512".</summary>
      <returns>String that contains "PBKDF2_SHA512".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp800108CtrHmacMd5">
      <summary>Retrieves a string that contains "SP800_108_CTR_HMAC_MD5".</summary>
      <returns>String that contains "SP800_108_CTR_HMAC_MD5".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp800108CtrHmacSha1">
      <summary>Retrieves a string that contains "SP800_108_CTR_HMAC_SHA1".</summary>
      <returns>String that contains "SP800_108_CTR_HMAC_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp800108CtrHmacSha256">
      <summary>Retrieves a string that contains "SP800_108_CTR_HMAC_SHA256".</summary>
      <returns>String that contains "SP800_108_CTR_HMAC_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp800108CtrHmacSha384">
      <summary>Retrieves a string that contains "SP800_108_CTR_HMAC_SHA384".</summary>
      <returns>String that contains "SP800_108_CTR_HMAC_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp800108CtrHmacSha512">
      <summary>Retrieves a string that contains "SP800_108_CTR_HMAC_SHA512".</summary>
      <returns>String that contains "SP800_108_CTR_HMAC_SHA512".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp80056aConcatMd5">
      <summary>Retrieves a string that contains "SP800_56A_CONCAT_MD5".</summary>
      <returns>String that contains "SP800_56A_CONCAT_MD5".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp80056aConcatSha1">
      <summary>Retrieves a string that contains "SP800_56A_CONCAT_SHA1".</summary>
      <returns>String that contains "SP800_56A_CONCAT_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp80056aConcatSha256">
      <summary>Retrieves a string that contains "SP800_108_CTR_HMAC_SHA256".</summary>
      <returns>String that contains "SP800_108_CTR_HMAC_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp80056aConcatSha384">
      <summary>Retrieves a string that contains "SP800_108_CTR_HMAC_SHA384".</summary>
      <returns>String that contains "SP800_108_CTR_HMAC_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp80056aConcatSha512">
      <summary>Retrieves a string that contains "SP800_56A_CONCAT_SHA512".</summary>
      <returns>String that contains "SP800_56A_CONCAT_SHA512".</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmProvider">
      <summary>Represents a key derivation algorithm provider.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmProvider.AlgorithmName">
      <summary>Gets the name of the open key derivation function (KDF) algorithm.</summary>
      <returns>Algorithm name.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmProvider.CreateKey(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a KDF key.</summary>
      <returns>Represents the KDF key.</returns>
      <param name="keyMaterial">Data used to create the key.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmProvider.OpenAlgorithm(System.String)">
      <summary>Creates an instance of the KeyDerivationAlgorithmProvider class and opens the specified algorithm for use.</summary>
      <returns>The algorithm provider.</returns>
      <param name="algorithm">Represents a KDF algorithm provider.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.KeyDerivationParameters">
      <summary>Represents parameters used when deriving a key.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.KeyDerivationParameters.BuildForPbkdf2(Windows.Storage.Streams.IBuffer,System.UInt32)">
      <summary>Creates a KeyDerivationParameters object for use in the password-based key derivation function 2 (PBKDF2).</summary>
      <returns>Refers to the parameters used during key derivation.</returns>
      <param name="pbkdf2Salt">The salt, a random or pseudorandom value to be combined with the password in multiple iterations. A salt is used to increase entropy above what can be obtained from using a password alone.</param>
      <param name="iterationCount">Number of iterations to be used to derive a key.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.KeyDerivationParameters.BuildForSP800108(Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Creates a KeyDerivationParameters object for use in a counter mode, hash-based message authentication code (HMAC) key derivation function.</summary>
      <returns>Refers to the parameters used during key derivation.</returns>
      <param name="label">Buffer that specifies the purpose for the derived keying material.</param>
      <param name="context">Buffer that specifies information related to the derived keying material. For example, the context can identify the parties who are deriving the keying material and, optionally, a nonce known by the parties.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.KeyDerivationParameters.BuildForSP80056a(Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
      <summary>Creates a KeyDerivationParameters object for use in the SP800-56A key derivation function.</summary>
      <returns>Refers to the parameters used during key derivation.</returns>
      <param name="algorithmId">Specifies the intended purpose of the derived key.</param>
      <param name="partyUInfo">Contains public information contributed by the initiator.</param>
      <param name="partyVInfo">Contains public information contributed by the responder.</param>
      <param name="suppPubInfo">Contains public information known to both initiator and responder.</param>
      <param name="suppPrivInfo">Contains private information known to both initiator and responder, such as a shared secret.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationParameters.IterationCount">
      <summary>Retrieves the number of iterations used to derive the key.</summary>
      <returns>Iteration count.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.KeyDerivationParameters.KdfGenericBinary">
      <summary>Gets or sets the parameters used by the key derivation algorithm.</summary>
      <returns>Buffer that contains the parameters.</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.MacAlgorithmNames">
      <summary>Contains static properties that enable you to retrieve algorithm names that can be used in the OpenAlgorithm method of the MacAlgorithmProvider class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmNames.AesCmac">
      <summary>Retrieves a string that contains "AES_CMAC".</summary>
      <returns>String that contains "AesCmac".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacMd5">
      <summary>Retrieves a string that contains "HMAC_MD5".</summary>
      <returns>String that contains "HMAC_MD5".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacSha1">
      <summary>Retrieves a string that contains "HMAC_SHA1".</summary>
      <returns>String that contains "HMAC_SHA1".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacSha256">
      <summary>Retrieves a string that contains "HMAC_SHA256".</summary>
      <returns>String that contains "HMAC_SHA256".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacSha384">
      <summary>Retrieves a string that contains "HMAC_SHA384".</summary>
      <returns>String that contains "HMAC_SHA384".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmNames.HmacSha512">
      <summary>Retrieves a string that contains "HMAC_SHA512".</summary>
      <returns>String that contains "HMAC_SHA512".</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.MacAlgorithmProvider">
      <summary>Represents a message authentication code (MAC).</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmProvider.AlgorithmName">
      <summary>Gets the name of the open MAC algorithm.</summary>
      <returns>Algorithm name.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.MacAlgorithmProvider.CreateHash(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a CryptographicHash object that supports incremental hash operations.</summary>
      <returns>A CryptographicHash object that supports incremental hash operations.</returns>
      <param name="keyMaterial">Random data used to help generate the hash. You can call the GenerateRandom method to create the random data.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.MacAlgorithmProvider.CreateKey(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a symmetric key that can be used to create the MAC value.</summary>
      <returns>Symmetric key.</returns>
      <param name="keyMaterial">Random data used to help generate the key. You can call the GenerateRandom method to create the random data.</param>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.MacAlgorithmProvider.MacLength">
      <summary>Gets the length, in bytes, of the message authentication code.</summary>
      <returns>Number of bytes in the MAC.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.MacAlgorithmProvider.OpenAlgorithm(System.String)">
      <summary>Creates a MacAlgorithmProvider object and opens the specified algorithm for use.</summary>
      <returns>Represents a provider that implements MAC algorithms.</returns>
      <param name="algorithm">Algorithm name.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames">
      <summary>Contains static properties that enable you to retrieve algorithm names that can be used in the OpenAlgorithm method of the SymmetricKeyAlgorithmProvider class.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesCbc">
      <summary>Retrieves a string that contains "AES_CBC".</summary>
      <returns>String that contains "AES_CBC".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesCbcPkcs7">
      <summary>Retrieves a string that contains "AES_CBC_PKCS7".</summary>
      <returns>String that contains "AES_CBC_PKCS7".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesCcm">
      <summary>Retrieves a string that contains "AES_CCM".</summary>
      <returns>String that contains "AES_CCM".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesEcb">
      <summary>Retrieves a string that contains "AES_ECB".</summary>
      <returns>String that contains "AES_ECB".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesEcbPkcs7">
      <summary>Retrieves a string that contains "AES_ECB_PKCS7".</summary>
      <returns>String that contains "AES_ECB_PKCS7".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesGcm">
      <summary>Retrieves a string that contains "AES_CCM".</summary>
      <returns>String that contains "AES_CCM".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.DesCbc">
      <summary>Retrieves a string that contains "DES_CBC".</summary>
      <returns>String that contains "DES_CBC".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.DesCbcPkcs7">
      <summary>Retrieves a string that contains "DES_CBC_PKCS7".</summary>
      <returns>String that contains "DES_CBC_PKCS7".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.DesEcb">
      <summary>Retrieves a string that contains "DES_ECB".</summary>
      <returns>String that contains "DES_ECB".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.DesEcbPkcs7">
      <summary>Retrieves a string that contains "DES_ECB_PKCS7".</summary>
      <returns>String that contains "DES_ECB_PKCS7".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.Rc2Cbc">
      <summary>Retrieves a string that contains "RC2_CBC".</summary>
      <returns>String that contains "RC2_CBC".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.Rc2CbcPkcs7">
      <summary>Retrieves a string that contains "RC2_CBC_PKCS7".</summary>
      <returns>String that contains "RC2_CBC_PKCS7".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.Rc2Ecb">
      <summary>Retrieves a string that contains "RC2_ECB".</summary>
      <returns>String that contains "RC2_ECB".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.Rc2EcbPkcs7">
      <summary>Retrieves a string that contains "RC2_ECB_PKCS7".</summary>
      <returns>String that contains "RC2_ECB_PKCS7".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.Rc4">
      <summary>Retrieves a string that contains "RC4".</summary>
      <returns>String that contains "RC4".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.TripleDesCbc">
      <summary>Retrieves a string that contains "3DES_CBC".</summary>
      <returns>String that contains "3DES_CBC".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.TripleDesCbcPkcs7">
      <summary>Retrieves a string that contains "3DES_CBC_PKCS7".</summary>
      <returns>String that contains "3DES_CBC_PKCS7".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.TripleDesEcb">
      <summary>Retrieves a string that contains "3DES_ECB".</summary>
      <returns>String that contains "3DES_ECB".</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.TripleDesEcbPkcs7">
      <summary>Retrieves a string that contains "3DES_ECB_PKCS7".</summary>
      <returns>String that contains "3DES_ECB_PKCS7".</returns>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.PersistedKeyProvider">
      <summary>Retrieves a persisted key from a Certificate object.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.PersistedKeyProvider.OpenKeyPairFromCertificateAsync(Windows.Security.Cryptography.Certificates.Certificate,System.String,Windows.Security.Cryptography.Core.CryptographicPadding)">
      <summary>Opens the persisted private key from the specified Certificate object.</summary>
      <returns>An asynchronous operation for retrieving a private key from the supplied Certificate object.</returns>
      <param name="certificate">The certificate that contains the private key.</param>
      <param name="hashAlgorithmName">The hash algorithm for signature operations. For encryption, the hash algorithm is ignored.</param>
      <param name="padding">The padding mode for asymmetric algorithm signature or encryption operations.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.PersistedKeyProvider.OpenPublicKeyFromCertificate(Windows.Security.Cryptography.Certificates.Certificate,System.String,Windows.Security.Cryptography.Core.CryptographicPadding)">
      <summary>Opens the persisted public key from the specified Certificate object.</summary>
      <returns>The public key retrieved from the supplied Certificate object.</returns>
      <param name="certificate">The certificate that contains the public key.</param>
      <param name="hashAlgorithmName">The has algorithm for signature operations.</param>
      <param name="padding">The padding mode for asymmetric algorithm signature or encryption operations.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider">
      <summary>Represents a provider of symmetric key algorithms.</summary>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider.AlgorithmName">
      <summary>Gets the name of the open symmetric algorithm.</summary>
      <returns>Algorithm name.</returns>
    </member>
    <member name="P:Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider.BlockLength">
      <summary>Gets the size, in bytes, of the cipher block for the open algorithm.</summary>
      <returns>Block size.</returns>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider.CreateSymmetricKey(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a symmetric key.</summary>
      <returns>Symmetric key.</returns>
      <param name="keyMaterial">Data used to generate the key. You can call the GenerateRandom method to create random key material.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider.OpenAlgorithm(System.String)">
      <summary>Creates an instance of the SymmetricKeyAlgorithmProvider class and opens the specified algorithm for use.</summary>
      <returns>Represents a symmetric key algorithm provider.</returns>
      <param name="algorithm">Algorithm name.</param>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.CryptographicPadding">
      <summary>Specifies a padding mode for asymmetric algorithm signature or encryption operations.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPadding.None">
      <summary>Do not use padding.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPadding.RsaOaep">
      <summary>Use the Optimal Asymmetric Encryption Padding (OAEP) scheme.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPadding.RsaPkcs1V15">
      <summary>Use the standard padding scheme for public-key cryptography based on the RSA algorithm as defined in RFC 3447.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPadding.RsaPss">
      <summary>Use the Probabilistic Signature Scheme (PSS) scheme.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType">
      <summary>Specifies the type of the private key contained in a buffer.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType.Pkcs8RawPrivateKeyInfo">
      <summary>This is the default value. The private key is encoded as an ASN.1 PrivateKeyInfo type defined in the PKCS#8 standard. The private key information syntax is defined as follows in RFC 5208.PrivateKeyInfo ::= SEQUENCE { version Version, privateKeyAlgorithm PrivateKeyAlgorithmIdentifier, privateKey PrivateKey, attributes [0] IMPLICIT Attributes OPTIONAL } Version ::= INTEGER PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier PrivateKey ::= OCTET STRING Attributes ::= SET OF Attribute</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType.Pkcs1RsaPrivateKey">
      <summary>The key is an RSA private key defined in the PKCS #1 standard. For more information, see the RSA Cryptography Specification in RFC 3347.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType.BCryptPrivateKey">
      <summary>Microsoft private key format defined by Cryptography API: Next Generation (CNG). For examples, see the following CNG structures:BCRYPT_DH_KEY_BLOBBCRYPT_DSA_KEY_BLOBBCRYPT_ECCKEY_BLOBBCRYPT_KEY_BLOBBCRYPT_RSAKEY_BLOB</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType.Capi1PrivateKey">
      <summary>Microsoft private key format defined by the legacy Cryptography API (CAPI). For more information, see Base Provider Key BLOBs.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType">
      <summary>Specifies the type of the public key contained in a buffer.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType.X509SubjectPublicKeyInfo">
      <summary>This is the default value. The public key is encoded as an ASN.1 SubjectPublicKeyInfo type defined in RFC 5280 and RFC 3280.SubjectPublicKeyInfo ::= SEQUENCE { algorithm AlgorithmIdentifier, subjectPublicKey BIT STRING }</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType.Pkcs1RsaPublicKey">
      <summary>The key is an RSA public key defined in the PKCS #1 standard. For more information, see the RSA Cryptography Specification in RFC 3347.</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType.BCryptPublicKey">
      <summary>Microsoft public key format defined by Cryptography API: Next Generation (CNG). For examples, see the following CNG structures:BCRYPT_DH_KEY_BLOBBCRYPT_DSA_KEY_BLOBBCRYPT_ECCKEY_BLOBBCRYPT_KEY_BLOBBCRYPT_RSAKEY_BLOB</summary>
    </member>
    <member name="F:Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType.Capi1PublicKey">
      <summary>Microsoft public key format defined by the legacy Cryptography API (CAPI). For more information, see Base Provider Key BLOBs.</summary>
    </member>
    <member name="N:Windows.Security.Cryptography.DataProtection">
      <summary>Contains a class that enables you to easily encrypt and decrypt static data or a data stream.</summary>
    </member>
    <member name="T:Windows.Security.Cryptography.DataProtection.DataProtectionProvider">
      <summary>Represents a cryptographic provider that can be used to asynchronously encrypt and decrypt static data or a data stream.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.DataProtection.DataProtectionProvider.#ctor">
      <summary>Constructor used for decryption operations.</summary>
    </member>
    <member name="M:Windows.Security.Cryptography.DataProtection.DataProtectionProvider.#ctor(System.String)">
      <summary>Constructor used for encryption operations.</summary>
      <param name="protectionDescriptor">Contains the protection descriptor that determines the entity to which the data will be encrypted. For more information, see Remarks.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.DataProtection.DataProtectionProvider.ProtectAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Asynchronously protects static data.</summary>
      <returns>Represents an asynchronous operation.</returns>
      <param name="data">Data to protect.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.DataProtection.DataProtectionProvider.ProtectStreamAsync(Windows.Storage.Streams.IInputStream,Windows.Storage.Streams.IOutputStream)">
      <summary>Asynchronously protects a data stream.</summary>
      <returns>Represents an asynchronous action.</returns>
      <param name="src">Stream to be protected.</param>
      <param name="dest">Protected stream.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.DataProtection.DataProtectionProvider.UnprotectAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Asynchronously decrypts static data.</summary>
      <returns>Represents an asynchronous operation.</returns>
      <param name="data">Data to decrypt.</param>
    </member>
    <member name="M:Windows.Security.Cryptography.DataProtection.DataProtectionProvider.UnprotectStreamAsync(Windows.Storage.Streams.IInputStream,Windows.Storage.Streams.IOutputStream)">
      <summary>Asynchronously decrypts a data stream.</summary>
      <returns>Represents an asynchronous action.</returns>
      <param name="src">Stream to decrypt.</param>
      <param name="dest">Decrypted stream.</param>
    </member>
    <member name="N:Windows.Security.EnterpriseData">
      <summary>Contains classes that support Selective Wipe.</summary>
    </member>
    <member name="T:Windows.Security.EnterpriseData.FileProtectionStatus">
      <summary>Describes the selective wipe protection state of a file or folder.</summary>
    </member>
    <member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Undetermined">
      <summary>The item is either encrypting or decrypting and the selective wipe status cannot be determined. Check again later.</summary>
    </member>
    <member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Unprotected">
      <summary>The item is not protected using selective wipe.</summary>
    </member>
    <member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Revoked">
      <summary>The item has been revoked using selective wipe.</summary>
    </member>
    <member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Protected">
      <summary>The item is protected using selective wipe.</summary>
    </member>
    <member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.ProtectedByOtherUser">
      <summary>Another user has protected the item using selective wipe.</summary>
    </member>
    <member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.ProtectedToOtherEnterprise">
      <summary>The item is protected for another enterprise id using selective wipe.</summary>
    </member>
    <member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.NotProtectable">
      <summary>The item is encrypted or is a system file and cannot be protected using selective wipe.</summary>
    </member>
    <member name="T:Windows.Security.EnterpriseData.FileRevocationManager">
      <summary>Provides access to Selective Wipe operations.</summary>
    </member>
    <member name="M:Windows.Security.EnterpriseData.FileRevocationManager.CopyProtectionAsync(Windows.Storage.IStorageItem,Windows.Storage.IStorageItem)">
      <summary>Copy the selective wipe protection state of a file or folder to a new file or folder.</summary>
      <returns>True if the copy operation was successful; otherwise false.</returns>
      <param name="sourceStorageItem">The source item to copy the selective wipe protection status from.</param>
      <param name="targetStorageItem">The target item to copy the selective wipe protection status to.</param>
    </member>
    <member name="M:Windows.Security.EnterpriseData.FileRevocationManager.ProtectAsync(Windows.Storage.IStorageItem,System.String)">
      <summary>Protects a file or folder for selective wipe.</summary>
      <returns>An asynchronous operation that retrieves the selective wipe protection status for the storageItem.</returns>
      <param name="storageItem">The file or folder to protect for selective wipe.</param>
      <param name="enterpriseIdentity">The enterprise id that the file or folder is protected for. The enterpriseIdentity value must be formatted as an Internationalized Domain Name (IDN) and cannot contain spaces. For example, contoso.com.</param>
    </member>
    <member name="M:Windows.Security.EnterpriseData.FileRevocationManager.Revoke(System.String)">
      <summary>Revokes all files and folders protected for selective wipe for a specified enterprise id.</summary>
      <param name="enterpriseIdentity">Revoke all files and folders protected by selective wipe for this enterprise id. The enterpriseIdentity value must be formatted as an Internationalized Domain Name (IDN) and cannot contain spaces. For example, contoso.com.</param>
    </member>
    <member name="M:Windows.Security.EnterpriseData.FileRevocationManager.GetStatusAsync(Windows.Storage.IStorageItem)">
      <summary>Gets the selective wipe protection status for a file or folder.</summary>
      <returns>An aysnchronous operation that retrieves the selective wipe protection status for the storageItem.</returns>
      <param name="storageItem">The file or folder to get the selective wipe protection status for.</param>
    </member>
    <member name="N:Windows.Security.ExchangeActiveSyncProvisioning">
      <summary>Enables an app for mail to evaluate and apply the Exchange Active Synchronization (EAS) policies.</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation">
      <summary>Provides the app the ability to retrieve device information from the local computer.</summary>
    </member>
    <member name="M:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation.#ctor">
      <summary>Creates an instance of an object that allows the caller app to retrieve device information from the local computer.</summary>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation.FriendlyName">
      <summary>Returns the friendly name of the local computer.</summary>
      <returns>The friendly name of the local computer as the NetBIOS computer name. The value must be less than 1024 characters.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation.Id">
      <summary>Returns the identifier of the local computer.</summary>
      <returns>The identifier of the local computer. The value range is 16 bytes.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation.OperatingSystem">
      <summary>Returns the operating system of the local computer.</summary>
      <returns>The operating system of the local computer. The value returns Windows.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation.SystemManufacturer">
      <summary>Returns the system manufacturer of the local computer.</summary>
      <returns>The system manufacturer of the local computer. The value must be less than 1024 characters.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation.SystemProductName">
      <summary>Returns the system product name of the local computer.</summary>
      <returns>The system product name of the local computer. The value must be less than 1024 characters.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation.SystemSku">
      <summary>Returns the system SKU of the local computer.</summary>
      <returns>The system SKU of the local computer.</returns>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy">
      <summary>Modern mail apps evaluate and apply the EAS security policies.</summary>
    </member>
    <member name="M:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.ApplyAsync">
      <summary>Applies the EAS policies in asynchronous mode once the user consents.</summary>
      <returns>Returns the evaluation of the callback results, in asynchronous mode, back to the calling app.</returns>
    </member>
    <member name="M:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.CheckCompliance">
      <summary>Evaluates the EAS policies.</summary>
      <returns>Returns the results of the compliance check, in synchronous mode.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.DisallowConvenienceLogon">
      <summary>Gets or sets the ability to prevent convenience logons.</summary>
      <returns>TRUE prevents convenience logons.</returns>
    </member>
    <member name="M:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.#ctor">
      <summary>Creates an instance of an object that allows the caller app to set policies received from the Exchange server for evaluation or application.</summary>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.MaxInactivityTimeLock">
      <summary>Gets or sets the maximum length of time the computer can remain inactive before it is locked.</summary>
      <returns>The length of time allows for inactivity before the computer is locked.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.MaxPasswordFailedAttempts">
      <summary>Gets or sets the maximum number of failed password attempts for logging on.</summary>
      <returns>The range is between 4 and 16.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.MinPasswordComplexCharacters">
      <summary>Gets or sets the minimum number of complex characters that are required for a password.</summary>
      <returns>The range is between 1 and 4.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.MinPasswordLength">
      <summary>Gets or set the minimum length of password allowed.</summary>
      <returns>The range is between 1 and 16.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.PasswordExpiration">
      <summary>Gets or set the length of time that a password is valid.</summary>
      <returns>The length of time before the password expires and must be reset.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.PasswordHistory">
      <summary>Gets or set the password information previously used.</summary>
      <returns>The password information that was previously used.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.RequireEncryption">
      <summary>Gets or sets whether encryption is required.</summary>
      <returns>TRUE means encryption is required.</returns>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults">
      <summary>Provides the mail app with the results of the evaluation of the EAS security policies.</summary>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.Compliant">
      <summary>Returns the result of whether the computer is compliant with the EAS policies.</summary>
      <returns>The result of whether the computer is compliant with the EAS policies. The Compliant property is set to TRUE if all of the policies being evaluated are compliant. Otherwise, it is set to FALSE.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.DisallowConvenienceLogonResult">
      <summary>Returns the result of whether convenience logons are disallowed.</summary>
      <returns>The result of whether convenience logons are disallowed.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.EncryptionProviderType">
      <summary>Gets the type of the Exchange ActiveSync encryption provider.</summary>
      <returns>The type of the Exchange ActiveSync encryption provider.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.MaxInactivityTimeLockResult">
      <summary>Returns the result of the maximum time of inactivity allowed before the computer is locked.</summary>
      <returns>The result of the maximum time of inactivity allowed before the computer is locked.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.MaxPasswordFailedAttemptsResult">
      <summary>Returns the result of the maximum number of failed password attempts allowed.</summary>
      <returns>The result of the maximum number of failed password attempts allowed.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.MinPasswordComplexCharactersResult">
      <summary>Returns the result of the minimum number of complex password characters required.</summary>
      <returns>The result of the minimum number of complex password characters required.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.MinPasswordLengthResult">
      <summary>Returns the result of the minimum length of the password required.</summary>
      <returns>The result of the minimum length of the password required.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.PasswordExpirationResult">
      <summary>Returns the result of whether the password is expired.</summary>
      <returns>The result of whether the password is expired.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.PasswordHistoryResult">
      <summary>Returns the result of the history of passwords.</summary>
      <returns>The result of the history of passwords.</returns>
    </member>
    <member name="P:Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults.RequireEncryptionResult">
      <summary>Returns the result of whether encryption is required.</summary>
      <returns>The result of whether encryption is required.</returns>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult">
      <summary>Results of whether the logon can occur.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult.Compliant">
      <summary>This computer is compliant to the policy.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult.CanBeCompliant">
      <summary>This computer can be compliant by using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult.RequestedPolicyIsStricter">
      <summary>The requested policy is stricter than the computer policies.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType">
      <summary>Describes the type of Exchange ActiveSync encryption provider.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType.NotEvaluated">
      <summary>The encryption provider type has not yet been determined.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType.WindowsEncryption">
      <summary>The encryption provider is a Windows provider.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType.OtherEncryption">
      <summary>The encryption provider is a non-Windows provider.</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult">
      <summary>Represents the maximum length of time result before locking the computer.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult.Compliant">
      <summary>This computer is compliant to the policy.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult.CanBeCompliant">
      <summary>This computer can be compliant by using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult.RequestedPolicyIsStricter">
      <summary>The requested policy is stricter than the computer policies.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult.InvalidParameter">
      <summary>The policy value is not in a valid range.HRESULT: HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER)</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult">
      <summary>Represents the maximum number of password attempts results.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult.Compliant">
      <summary>This computer is compliant to the policy.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult.CanBeCompliant">
      <summary>This computer can be compliant by using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult.RequestedPolicyIsStricter">
      <summary>The requested policy is stricter than the computer policies.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult.InvalidParameter">
      <summary>The policy value is not in a valid range.HRESULT: HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER)</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult">
      <summary>Represents the minimum complexity result for passwords.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.Compliant">
      <summary>This computer is compliant to the policy.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.CanBeCompliant">
      <summary>This computer can be compliant by using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.RequestedPolicyIsStricter">
      <summary>The requested policy is stricter than the computer policies.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.RequestedPolicyNotEnforceable">
      <summary>The EAS policy being evaluated cannot be enforced by the system.HRESULT: EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.InvalidParameter">
      <summary>The policy value is not in a valid range.HRESULT: HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER)</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.CurrentUserHasBlankPassword">
      <summary>The EAS password policies for the user cannot be evaluated as the user has a blank password.HRESULT: EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.AdminsHaveBlankPassword">
      <summary>The EAS password policies cannot be evaluated as one or more admins have blank passwords. HRESULT: EAS_E_ADMINS_HAVE_BLANK_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.UserCannotChangePassword">
      <summary>The user is not allowed to change the password. HRESULT: EAS_E_USER_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.AdminsCannotChangePassword">
      <summary>One or more admins are not allowed to change their passwords. HRESULT: EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.LocalControlledUsersCannotChangePassword">
      <summary>There are other standard users present who are not allowed to change their passwords. HRESULT: EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.ConnectedAdminsProviderPolicyIsWeak">
      <summary>The EAS password policy cannot be enforced by the connected account provider of at least one administrator.HRESULT: EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.ConnectedUserProviderPolicyIsWeak">
      <summary>The EAS password policy cannot be enforced by the connected account provider of the current user.HRESULT: EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.ChangeConnectedAdminsPassword">
      <summary>There is at least one administrator whose connected account password must be changed for EAS password policy compliance.HRESULT: EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult.ChangeConnectedUserPassword">
      <summary>The connected account password for the current user must be changed for EAS password policy compliance.HRESULT: EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult">
      <summary>Represents the minimum length result for passwords.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.Compliant">
      <summary>This computer is compliant to the policy.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.CanBeCompliant">
      <summary>This computer can be compliant by using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.RequestedPolicyIsStricter">
      <summary>The requested policy is stricter than the computer policies.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.RequestedPolicyNotEnforceable">
      <summary>The EAS policy being evaluated cannot be enforced by the system.HRESULT: EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.InvalidParameter">
      <summary>The policy value is not in a valid range.HRESULT: HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER)</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.CurrentUserHasBlankPassword">
      <summary>The EAS password policies for the user cannot be evaluated as the user has a blank password.HRESULT: EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.AdminsHaveBlankPassword">
      <summary>The EAS password policies cannot be evaluated as one or more admins have blank passwords. HRESULT: EAS_E_ADMINS_HAVE_BLANK_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.UserCannotChangePassword">
      <summary>The user is not allowed to change the password. HRESULT: EAS_E_USER_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.AdminsCannotChangePassword">
      <summary>One or more admins are not allowed to change their passwords. HRESULT: EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.LocalControlledUsersCannotChangePassword">
      <summary>There are other standard users present who are not allowed to change their passwords. HRESULT: EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.ConnectedAdminsProviderPolicyIsWeak">
      <summary>The EAS password policy cannot be enforced by the connected account provider of at least one administrator.HRESULT: EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.ConnectedUserProviderPolicyIsWeak">
      <summary>The EAS password policy cannot be enforced by the connected account provider of the current user.HRESULT: EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.ChangeConnectedAdminsPassword">
      <summary>There is at least one administrator whose connected account password must be changed for EAS password policy compliance.HRESULT: EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult.ChangeConnectedUserPassword">
      <summary>The connected account password for the current user must be changed for EAS password policy compliance.HRESULT: EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult">
      <summary>Results of querying on the password expiration information.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.Compliant">
      <summary>The computer is compliant to the policy.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.CanBeCompliant">
      <summary>The computer can be compliant using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.RequestedPolicyIsStricter">
      <summary>The requested policy is stricter than the computer policies.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.RequestedExpirationIncompatible">
      <summary>The EAS password expiration policy cannot be met as the password expiration interval is less than the minimum password interval for the system.HRESULT: EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.InvalidParameter">
      <summary>The policy value is not in a valid range.HRESULT: HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER)</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.UserCannotChangePassword">
      <summary>The user is not allowed to change the password. HRESULT: EAS_E_USER_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.AdminsCannotChangePassword">
      <summary>One or more admins are not allowed to change their passwords. HRESULT: EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult.LocalControlledUsersCannotChangePassword">
      <summary>There are other standard users present who are not allowed to change their passwords. HRESULT: EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult">
      <summary>Represents the password history.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult.Compliant">
      <summary>The computer is compliant to the policy.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult.CanBeCompliant">
      <summary>The computer can be compliant using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult.RequestedPolicyIsStricter">
      <summary>The requested policy is stricter than the computer policies.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult.InvalidParameter">
      <summary>The policy value is not in a valid range.HRESULT: HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER)</summary>
    </member>
    <member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult">
      <summary>Represents the type of encryption required.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.NotEvaluated">
      <summary>The policy is not set for evaluation.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.Compliant">
      <summary>This computer is already DeviceProtected.HRESULT: S_OK and the user is controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.CanBeCompliant">
      <summary>This computer can be compliant by using the ApplyAsync method.HRESULT: S_OK but the user is not controlled.</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.NotProvisionedOnAllVolumes">
      <summary>This computer is not provisioned to support device encryption. Enable BitLocker on all volumes to comply with device encryption policy. HRESULT: FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeFixedDataNotSupported">
      <summary>This value is no longer supported. Starting with Windows 8.1 Preview, use FixedDataNotSupported.</summary>
      <deprecated type="deprecate">This value is no longer supported. Starting with Windows 8.1 Preview, use FixedDataNotSupported.</deprecated>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.FixedDataNotSupported">
      <summary>This computer cannot support device encryption because unencrypted fixed data volumes are present.HRESULT: FVE_E_DE_FIXED_DATA_NOT_SUPPORTED</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeHardwareNotCompliant">
      <summary>This value is no longer supported. Starting with Windows 8.1 Preview, use HardwareNotCompliant.</summary>
      <deprecated type="deprecate">This value is no longer supported. Starting with Windows 8.1 Preview, use HardwareNotCompliant.</deprecated>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.HardwareNotCompliant">
      <summary>This computer does not meet the hardware requirements to support device encryption.HRESULT: FVE_E_DE_HARDWARE_NOT_COMPLIANT</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeWinReNotConfigured">
      <summary>This value is no longer supported. Starting with Windows 8.1 Preview, use LockNotConfigured.</summary>
      <deprecated type="deprecate">This value is no longer supported. Starting with Windows 8.1 Preview, use LockNotConfigured.</deprecated>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.LockNotConfigured">
      <summary>This computer cannot support device encryption because WinRE is not properly configured.HRESULT: FVE_E_DE_WINRE_NOT_CONFIGURED</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeProtectionSuspended">
      <summary>This value is no longer supported. Starting with Windows 8.1 Preview, use ProtectionSuspended.</summary>
      <deprecated type="deprecate">This value is no longer supported. Starting with Windows 8.1 Preview, use ProtectionSuspended.</deprecated>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.ProtectionSuspended">
      <summary>Protection is enabled on this volume but has been suspended. This is most likely due to an update of your computer. Reboot and try again.HRESULT: FVE_E_DE_PROTECTION_SUSPENDED</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeOsVolumeNotProtected">
      <summary>This value is no longer supported. Starting with Windows 8.1 Preview, use OsVolumeNotProtected.</summary>
      <deprecated type="deprecate">This value is no longer supported. Starting with Windows 8.1 Preview, use OsVolumeNotProtected.</deprecated>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.OsVolumeNotProtected">
      <summary>This computer is not provisioned with device encryption. Enable Device encryption on all volumes to comply with device encryption policy if it is supported.
HRESULT: FVE_E_DE_OS_VOLUME_NOT_PROTECTED</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeProtectionNotYetEnabled">
      <summary>This value is no longer supported. Starting with Windows 8.1 Preview, use ProtectionNotYetEnabled.</summary>
      <deprecated type="deprecate">This value is no longer supported. Starting with Windows 8.1 Preview, use ProtectionNotYetEnabled.</deprecated>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.ProtectionNotYetEnabled">
      <summary>Protection has not been enabled on the volume. Enabling protection requires a connected account. If you already have a connected account and are seeing this error, refer to the event log for more information.HRESULT: FVE_E_DE_PROTECTION_NOT_YET_ENABLED</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.NoFeatureLicense">
      <summary>This computer does not have a feature license.HRESULT: FVE_E_NO_FEATURE_LICENSE</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.OsNotProtected">
      <summary>The operating system drive is not protected by BitLocker drive encryption.HRESULT: FVE_E_OS_NOT_PROTECTED</summary>
    </member>
    <member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.UnExpectedFailure">
      <summary>An unexpected failure occurred.</summary>
    </member>
    <member name="N:Windows.Storage">
      <summary>Manages files, folders, and application settings.</summary>
    </member>
    <member name="T:Windows.Storage.ApplicationData">
      <summary>Provides access to the application data store.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationData.ClearAsync">
      <summary>Removes all application data from the local, roaming, and temporary app data stores.</summary>
      <returns>An object that is used to manage the asynchronous clear operation.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationData.ClearAsync(Windows.Storage.ApplicationDataLocality)">
      <summary>Removes all application data from the specified app data store.</summary>
      <returns>An object that is used to manage the asynchronous clear operation.</returns>
      <param name="locality">One of the enumeration values.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationData.Current">
      <summary>Provides access to the app data store associated with the app's app package.</summary>
      <returns>The app data store.</returns>
    </member>
    <member name="E:Windows.Storage.ApplicationData.DataChanged">
      <summary>Occurs when roaming application data is synchronized.</summary>
    </member>
    <member name="P:Windows.Storage.ApplicationData.LocalFolder">
      <summary>Gets the root folder in the local app data store.</summary>
      <returns>The file system folder that contains the files.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationData.LocalSettings">
      <summary>Gets the application settings container in the local app data store.</summary>
      <returns>The application settings container.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationData.RoamingFolder">
      <summary>Gets the root folder in the roaming app data store.</summary>
      <returns>The file system folder that contains the files.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationData.RoamingSettings">
      <summary>Gets the application settings container in the roaming app data store.</summary>
      <returns>The application settings container.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationData.RoamingStorageQuota">
      <summary>Gets the maximum size of the data that can be synchronized to the cloud from the roaming app data store.</summary>
      <returns>The maximum size of the data, in KB.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationData.SetVersionAsync(System.UInt32,Windows.Storage.ApplicationDataSetVersionHandler)">
      <summary>Sets the version number of the application data in the app data store.</summary>
      <returns>An object that is used to manage the asynchronous set version operation.</returns>
      <param name="desiredVersion">The new version number.</param>
      <param name="handler">The set version event handler.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationData.SignalDataChanged">
      <summary>Sends a DataChanged | datachanged event to all registered event handlers.</summary>
    </member>
    <member name="P:Windows.Storage.ApplicationData.TemporaryFolder">
      <summary>Gets the root folder in the temporary app data store.</summary>
      <returns>The file system folder that contains the files.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationData.Version">
      <summary>Gets the version number of the application data in the app data store.</summary>
      <returns>The version number of the application data.</returns>
    </member>
    <member name="T:Windows.Storage.ApplicationDataCompositeValue">
      <summary>Represents related app settings that must be serialized and deserialized atomically.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.#ctor">
      <summary>Creates and initializes a new, initially empty, instance of the object.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Add(System.String,System.Object)">
      <summary>Adds an item to the ApplicationDataCompositeValue.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Add(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Adds a new key-value pair to the ApplicationDataCompositeValue.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Clear">
      <summary>Removes all application settings previously inserted into the composite value object, returning the object to its empty state.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Contains(KeyValuePair(System.String,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the ApplicationDataCompositeValue.</summary>
      <returns>true if an item with that key exists in the ApplicationDataCompositeValue; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the ApplicationDataCompositeValue.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the ApplicationDataCompositeValue.</summary>
      <returns>true if an item with that key exists in the ApplicationDataCompositeValue; otherwise, false.</returns>
      <param name="key">The key to check for in the ApplicationDataCompositeValue.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataCompositeValue.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.First">
      <summary>Retrieves an iterator to enumerate the settings in the composite value.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.GetView">
      <summary>Returns a read-only snapshot of the contents of the composite value.</summary>
      <returns>The view of the composite value.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.HasKey(System.String)">
      <summary>Determines whether there is an application setting with the specified key.</summary>
      <returns>True if the key is found; otherwise false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Insert(System.String,System.Object)">
      <summary>Creates or replaces an application setting.</summary>
      <returns>True if an item with the specified key is an existing item and was replaced; otherwise, false.</returns>
      <param name="key">The key of the setting to insert or replace.</param>
      <param name="value">The setting value.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataCompositeValue.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationDataCompositeValue.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationDataCompositeValue.Keys">
      <summary>Gets an ICollection object containing the keys of the ApplicationDataCompositeValue.</summary>
      <returns>The ICollection of all keys in this ApplicationDataCompositeValue.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Lookup(System.String)">
      <summary>Retrieves the specified application setting.</summary>
      <returns>The application setting.</returns>
      <param name="key">The key of the setting.</param>
    </member>
    <member name="E:Windows.Storage.ApplicationDataCompositeValue.MapChanged">
      <summary>Occurs when the map changes.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Remove(System.String)">
      <summary>Removes the specified application setting.</summary>
      <param name="key">The key of the setting.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the ApplicationDataCompositeValue.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.Remove(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Removes a specific key-value pair from the ApplicationDataCompositeValue.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataCompositeValue.Size">
      <summary>Gets the number of related application settings.</summary>
      <returns>The number of related settings.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataCompositeValue.TryGetValue(System.String,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the ApplicationDataCompositeValue. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the ApplicationDataCompositeValue; otherwise, false.</returns>
      <param name="key">The key to check for in the ApplicationDataCompositeValue.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the ApplicationDataCompositeValue.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataCompositeValue.Values">
      <summary>Gets an ICollection object containing the values of the ApplicationDataCompositeValue .</summary>
      <returns>The ICollection of all values in this ApplicationDataCompositeValue.</returns>
    </member>
    <member name="T:Windows.Storage.ApplicationDataContainer">
      <summary>Represents a container for app settings.</summary>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainer.Containers">
      <summary>Gets the child application settings containers of this application settings container.</summary>
      <returns>The application settings containers.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainer.CreateContainer(System.String,Windows.Storage.ApplicationDataCreateDisposition)">
      <summary>Creates or opens the specified settings container in the current settings container.</summary>
      <returns>The settings container.</returns>
      <param name="name">The name of the container.</param>
      <param name="disposition">One of the enumeration values.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainer.DeleteContainer(System.String)">
      <summary>Deletes the specified settings container, its subcontainers, and all application settings in the hierarchy.</summary>
      <param name="name">The name of the settings container.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainer.Locality">
      <summary>Gets the type (local or roaming) of the app data store that is associated with the current settings container.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainer.Name">
      <summary>Gets the name of the current settings container.</summary>
      <returns>The name of the settings container.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainer.Values">
      <summary>Gets an object that represents the settings in this settings container.</summary>
      <returns>The settings map object.</returns>
    </member>
    <member name="T:Windows.Storage.ApplicationDataContainerSettings">
      <summary>Provides access to the settings in a settings container.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Add(System.String,System.Object)">
      <summary>Adds an item to the ApplicationDataContainerSettings.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Add(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Adds a new key-value pair to the ApplicationDataContainerSettings.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Clear">
      <summary>Removes all related application settings.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Contains(KeyValuePair(System.String,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the ApplicationDataContainerSettings.</summary>
      <returns>true if an item with that key exists in the ApplicationDataContainerSettings; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the ApplicationDataContainerSettings.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the ApplicationDataContainerSettings.</summary>
      <returns>true if an item with that key exists in the ApplicationDataContainerSettings; otherwise, false.</returns>
      <param name="key">The key to check for in the ApplicationDataContainerSettings.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainerSettings.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.First">
      <summary>Retrieves an iterator to enumerate the settings in the settings container.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.GetView">
      <summary>Returns a read-only snapshot of the contents of the settings container.</summary>
      <returns>The view of the settings container.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.HasKey(System.String)">
      <summary>Determines whether there is an application setting with the specified key.</summary>
      <returns>True if the key is found; otherwise false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Insert(System.String,System.Object)">
      <summary>Inserts or replaces an application setting.</summary>
      <returns>True if an item with the specified key is an existing item and was replaced; otherwise, false.</returns>
      <param name="key">The key of the setting to insert or replace.</param>
      <param name="value">The setting value.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainerSettings.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainerSettings.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainerSettings.Keys">
      <summary>Gets an ICollection object containing the keys of the ApplicationDataContainerSettings.</summary>
      <returns>The ICollection of all keys in this ApplicationDataContainerSettings.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Lookup(System.String)">
      <summary>Retrieves the specified application setting.</summary>
      <returns>The application setting.</returns>
      <param name="key">The key of the setting.</param>
    </member>
    <member name="E:Windows.Storage.ApplicationDataContainerSettings.MapChanged">
      <summary>Occurs when the map changes.</summary>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Remove(System.String)">
      <summary>Removes the specified application setting.</summary>
      <param name="key">The key of the setting.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the ApplicationDataContainerSettings.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.Remove(System.Collections.Generic.KeyValuePair(System.String,System.Object))">
      <summary>Removes a specific key-value pair from the ApplicationDataContainerSettings.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainerSettings.Size">
      <summary>Gets the number of related application settings.</summary>
      <returns>The number of related settings.</returns>
    </member>
    <member name="M:Windows.Storage.ApplicationDataContainerSettings.TryGetValue(System.String,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the ApplicationDataContainerSettings. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the ApplicationDataContainerSettings; otherwise, false.</returns>
      <param name="key">The key to check for in the ApplicationDataContainerSettings.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the ApplicationDataContainerSettings.</param>
    </member>
    <member name="P:Windows.Storage.ApplicationDataContainerSettings.Values">
      <summary>Gets an ICollection object containing the values of the ApplicationDataContainerSettings .</summary>
      <returns>The ICollection of all values in this ApplicationDataContainerSettings.</returns>
    </member>
    <member name="T:Windows.Storage.CachedFileManager">
      <summary>Lets apps manage real-time updates to files.</summary>
    </member>
    <member name="M:Windows.Storage.CachedFileManager.CompleteUpdatesAsync(Windows.Storage.IStorageFile)">
      <summary>Initiates updates for the specified file.</summary>
      <returns>When this method completes, it returns a FileUpdateStatus enum value that describes the status of the updates to the file.</returns>
      <param name="file">The file to update.</param>
    </member>
    <member name="M:Windows.Storage.CachedFileManager.DeferUpdates(Windows.Storage.IStorageFile)">
      <summary>Lets apps defer real-time updates for a specified file.</summary>
      <param name="file">The file to defer updates for.</param>
    </member>
    <member name="T:Windows.Storage.DownloadsFolder">
      <summary>Creates files and folders inside the Downloads folder.</summary>
    </member>
    <member name="M:Windows.Storage.DownloadsFolder.CreateFileAsync(System.String)">
      <summary>Creates a new file inside the Downloads folder.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile object.</returns>
      <param name="desiredName">The desired name of the file to create. If a file with the specified name already exists, a similar but unique name will be used. For example, if desiredName is MyFileName.jpg and a file by that name already exists in the Downloads folder, the new file will be created with a name like MyFileName (1).jpg instead.</param>
    </member>
    <member name="M:Windows.Storage.DownloadsFolder.CreateFileAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new file in the Downloads folder, and specifies what to do if a file with the same name already exists in the Downloads folder.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile object.</returns>
      <param name="desiredName">The desired name of the file to create. If there is an existing file in the current folder that already has the specified desiredName, the specified CreationCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing file in the current folder.Because the app can only access files in the Downloads folder that it created, you can't specify OpenIfExists or ReplaceExisting for this parameter.</param>
    </member>
    <member name="M:Windows.Storage.DownloadsFolder.CreateFolderAsync(System.String)">
      <summary>Creates a new subfolder in the Downloads folder.</summary>
      <returns>When this method completes, it returns the new subfolder as a StorageFolder.</returns>
      <param name="desiredName">The desired name of the subfolder to create. If a subfolder with the specified name already exists, a similar but unique name will be used. For example, if desiredName is MyFolder and a subfolder by that name already exists in the Downloads folder, the new subfolder will be created with a name like MyFolder (1) instead.</param>
    </member>
    <member name="M:Windows.Storage.DownloadsFolder.CreateFolderAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new subfolder in the Downloads folder, and specifies what to do if a subfolder with the same name already exists in the Downloads folder.</summary>
      <returns>When this method completes, it returns the new subfolder as a StorageFolder.</returns>
      <param name="desiredName">The desired name of the subfolder to create. If there is an existing subfolder in the Downloads folder that already has the specified desiredName, the specified CreationCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing subfolder in the Downloads folder.Because the app can only access folders in the Downloads folder that it created, you can't specify OpenIfExists or ReplaceExisting for this parameter.</param>
    </member>
    <member name="T:Windows.Storage.FileIO">
      <summary>Provides helper methods for reading and writing files that are represented by objects of type IStorageFile.</summary>
    </member>
    <member name="M:Windows.Storage.FileIO.AppendLinesAsync(Windows.Storage.IStorageFile,Windows.Foundation.Collections.IIterable`1)">
      <summary>Appends lines of text to the specified file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the lines are appended to.</param>
      <param name="lines">The list of text strings to append as lines.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.AppendLinesAsync(Windows.Storage.IStorageFile,Windows.Foundation.Collections.IIterable`1,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Appends lines of text to the specified file using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the lines are appended to.</param>
      <param name="lines">The list of text strings to append as lines.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.AppendTextAsync(Windows.Storage.IStorageFile,System.String)">
      <summary>Appends text to the specified file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the text is appended to.</param>
      <param name="contents">The text to append.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.AppendTextAsync(Windows.Storage.IStorageFile,System.String,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Appends text to the specified file using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the text is appended to.</param>
      <param name="contents">The text to append.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.ReadBufferAsync(Windows.Storage.IStorageFile)">
      <summary>Reads the contents of the specified file and returns a buffer.</summary>
      <returns>When this method completes, it returns an object (type IBuffer) that represents the contents of the file.</returns>
      <param name="file">The file to read.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.ReadLinesAsync(Windows.Storage.IStorageFile)">
      <summary>Reads the contents of the specified file and returns lines of text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text. Each line of text in the list is represented by a String object.</returns>
      <param name="file">The file to read.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.ReadLinesAsync(Windows.Storage.IStorageFile,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Reads the contents of the specified file using the specified character encoding and returns lines of text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text. Each line of text in the list is represented by a String object.</returns>
      <param name="file">The file to read.</param>
      <param name="encoding">The character encoding to use.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.ReadTextAsync(Windows.Storage.IStorageFile)">
      <summary>Reads the contents of the specified file and returns text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a text string.</returns>
      <param name="file">The file to read.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.ReadTextAsync(Windows.Storage.IStorageFile,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Reads the contents of the specified file using the specified character encoding and returns text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a text string.</returns>
      <param name="file">The file to read.</param>
      <param name="encoding">The character encoding to use.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.WriteBufferAsync(Windows.Storage.IStorageFile,Windows.Storage.Streams.IBuffer)">
      <summary>Writes data from a buffer to the specified file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the buffer of data is written to.</param>
      <param name="buffer">The buffer that contains the data to write.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.WriteBytesAsync(Windows.Storage.IStorageFile,System.Byte[])">
      <summary>Writes an array of bytes of data to the specified file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the byte is written to.</param>
      <param name="buffer">The array of bytes to write.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.WriteLinesAsync(Windows.Storage.IStorageFile,Windows.Foundation.Collections.IIterable`1)">
      <summary>Writes lines of text to the specified file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the lines are written to.</param>
      <param name="lines">The list of text strings to write as lines.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.WriteLinesAsync(Windows.Storage.IStorageFile,Windows.Foundation.Collections.IIterable`1,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Writes lines of text to the specified file using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the lines are written to.</param>
      <param name="lines">The list of text strings to write as lines.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.WriteTextAsync(Windows.Storage.IStorageFile,System.String)">
      <summary>Writes text to the specified file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the text is written to.</param>
      <param name="contents">The text to write.</param>
    </member>
    <member name="M:Windows.Storage.FileIO.WriteTextAsync(Windows.Storage.IStorageFile,System.String,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Writes text to the specified file using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="file">The file that the text is written to.</param>
      <param name="contents">The text to write.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="T:Windows.Storage.KnownFolders">
      <summary>Provides access to common locations that contain user content.</summary>
    </member>
    <member name="P:Windows.Storage.KnownFolders.CameraRoll">
      <summary>Windows Phone only. Gets the Camera Roll folder.</summary>
      <returns>The Camera Roll folder.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.DocumentsLibrary">
      <summary>Gets the Documents library.</summary>
      <capability type="documentsLibrary">Required to read from and write to the user's Documents library.</capability>
      <returns>The Documents library.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.HomeGroup">
      <summary>Gets the HomeGroup folder.</summary>
      <returns>The HomeGroup folder.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.MediaServerDevices">
      <summary>Gets the media server (Digital Living Network Alliance (DLNA)) devices folder.</summary>
      <returns>The folder of media server (Digital Living Network Alliance (DLNA)) devices.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.MusicLibrary">
      <summary>Gets the Music library.</summary>
      <capability type="musicLibrary">Required to read from and write to the user's Music library.</capability>
      <returns>The Music library.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.PicturesLibrary">
      <summary>Gets the Pictures library.</summary>
      <capability type="picturesLibrary">Required to read from and write to the user's Pictures library.</capability>
      <returns>The Pictures library.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.Playlists">
      <summary>Gets the play lists folder.</summary>
      <returns>The play lists folder.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.RemovableDevices">
      <summary>Gets the removable devices folder.</summary>
      <capability type="removableStorage">Required to read from and write to removable storage.</capability>
      <returns>The removable devices folder.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.SavedPictures">
      <summary>Gets the Saved Pictures folder.</summary>
      <returns>The Saved Pictures folder.</returns>
    </member>
    <member name="P:Windows.Storage.KnownFolders.VideosLibrary">
      <summary>Gets the Videos library.</summary>
      <capability type="videosLibrary">Required to read from and write to the user's Videos library.</capability>
      <returns>The Videos library.</returns>
    </member>
    <member name="T:Windows.Storage.PathIO">
      <summary>Provides helper methods for reading and writing a file using the absolute path or Uniform Resource Identifier (URI) of the file.</summary>
    </member>
    <member name="M:Windows.Storage.PathIO.AppendLinesAsync(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Appends lines of text to the file at the specified path or Uniform Resource Identifier (URI).</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path or Uniform Resource Identifier (URI) of the file that the lines are appended to.</param>
      <param name="lines">The list of text strings to append as lines.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.AppendLinesAsync(System.String,Windows.Foundation.Collections.IIterable`1,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Appends lines of text to the file at the specified path or Uniform Resource Identifier (URI) using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the lines are appended to.</param>
      <param name="lines">The list of text strings to append as lines.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.AppendTextAsync(System.String,System.String)">
      <summary>Appends text to the file at the specified path or Uniform Resource Identifier (URI).</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the text is appended to.</param>
      <param name="contents">The text to append.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.AppendTextAsync(System.String,System.String,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Appends text to the file at the specified path or Uniform Resource Identifier (URI) using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the text is appended to.</param>
      <param name="contents">The text to append.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.ReadBufferAsync(System.String)">
      <summary>Reads the contents of the file at the specified path or Uniform Resource Identifier (URI) and returns a buffer.</summary>
      <returns>When this method completes, it returns an object (type IBuffer) that represents the contents of the file.</returns>
      <param name="absolutePath">The path of the file to read.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.ReadLinesAsync(System.String)">
      <summary>Reads the contents of the file at the specified path or Uniform Resource Identifier (URI) and returns lines of text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text. Each line of text in the list is represented by a String object.</returns>
      <param name="absolutePath">The path of the file to read.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.ReadLinesAsync(System.String,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Reads the contents of the file at the specified path or Uniform Resource Identifier (URI) using the specified character encoding and returns lines of text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text. Each line of text in the list is represented by a String object.</returns>
      <param name="absolutePath">The path of the file to read.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.ReadTextAsync(System.String)">
      <summary>Reads the contents of the file at the specified path or Uniform Resource Identifier (URI) and returns text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a text string.</returns>
      <param name="absolutePath">The path of the file to read.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.ReadTextAsync(System.String,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Reads the contents of the file at the specified path or Uniform Resource Identifier (URI) using the specified character encoding and returns text.</summary>
      <returns>When this method completes successfully, it returns the contents of the file as a text string.</returns>
      <param name="absolutePath">The path of the file to read.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.WriteBufferAsync(System.String,Windows.Storage.Streams.IBuffer)">
      <summary>Writes data from a buffer to the file at the specified path or Uniform Resource Identifier (URI).</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the data is written to.</param>
      <param name="buffer">The buffer that contains the data to write.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.WriteBytesAsync(System.String,System.Byte[])">
      <summary>Writes a single byte of data to the file at the specified path or Uniform Resource Identifier (URI).</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the byte is written to.</param>
      <param name="buffer">An array of bytes to write.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.WriteLinesAsync(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Writes lines of text to the file at the specified path or Uniform Resource Identifier (URI).</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the lines are written to.</param>
      <param name="lines">The list of text strings to append as lines.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.WriteLinesAsync(System.String,Windows.Foundation.Collections.IIterable`1,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Writes lines of text to the file at the specified path or Uniform Resource Identifier (URI) using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the lines are appended to.</param>
      <param name="lines">The list of text strings to append as lines.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.WriteTextAsync(System.String,System.String)">
      <summary>Writes text to the file at the specified path or Uniform Resource Identifier (URI).</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the text is written to.</param>
      <param name="contents">The text to write.</param>
    </member>
    <member name="M:Windows.Storage.PathIO.WriteTextAsync(System.String,System.String,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Writes text to the file at the specified path or Uniform Resource Identifier (URI) using the specified character encoding.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="absolutePath">The path of the file that the text is written to.</param>
      <param name="contents">The text to write.</param>
      <param name="encoding">The character encoding of the file.</param>
    </member>
    <member name="T:Windows.Storage.SetVersionDeferral">
      <summary>Manages a delayed set version operation.</summary>
    </member>
    <member name="M:Windows.Storage.SetVersionDeferral.Complete">
      <summary>Notifies the system that the app has set the version of the application data in its app data store.</summary>
    </member>
    <member name="T:Windows.Storage.SetVersionRequest">
      <summary>Provides data when an app sets the version of the application data in its app data store.</summary>
    </member>
    <member name="P:Windows.Storage.SetVersionRequest.CurrentVersion">
      <summary>Gets the current version.</summary>
      <returns>The current version.</returns>
    </member>
    <member name="P:Windows.Storage.SetVersionRequest.DesiredVersion">
      <summary>Gets the requested version.</summary>
      <returns>The requested version.</returns>
    </member>
    <member name="M:Windows.Storage.SetVersionRequest.GetDeferral">
      <summary>Requests that the set version request be delayed.</summary>
      <returns>The set version deferral.</returns>
    </member>
    <member name="T:Windows.Storage.StorageFile">
      <summary>Represents a file. Provides information about the file and its content, and ways to manipulate them.</summary>
      <capability type="picturesLibrary">Required to read from and write to the user's Pictures library.</capability>
      <capability type="videosLibrary">Required to read from and write to the user's Videos library.</capability>
      <capability type="musicLibrary">Required to read from and write to the user's Music library.</capability>
      <capability type="documentsLibrary">Required to read from and write to the user's Documents library.</capability>
    </member>
    <member name="P:Windows.Storage.StorageFile.Attributes">
      <summary>Gets the attributes of a file.</summary>
      <returns>The file attributes.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFile.ContentType">
      <summary>Gets the MIME type of the contents of the file.</summary>
      <returns>The MIME type of the file contents. For example, a music file might have the audio/mpeg MIME type.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.CopyAndReplaceAsync(Windows.Storage.IStorageFile)">
      <summary>Replaces the specified file with a copy of the current file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="fileToReplace">The file to replace.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.CopyAsync(Windows.Storage.IStorageFolder)">
      <summary>Creates a copy of the file in the specified folder.</summary>
      <returns>When this method completes, it returns a StorageFile that represents the copy.</returns>
      <param name="destinationFolder">The destination folder where the copy is created.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.CopyAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Creates a copy of the file in the specified folder, using the desired name.</summary>
      <returns>When this method completes, it returns a StorageFile that represents the copy.</returns>
      <param name="destinationFolder">The destination folder where the copy is created.</param>
      <param name="desiredNewName">The desired name of the copy. If there is an existing file in the destination folder that already has the specified desiredNewName, Windows generates a unique name for the copy.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.CopyAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)">
      <summary>Creates a copy of the file in the specified folder, using the desired name. This method also specifies what to do if an existing file in the specified folder has the same name.</summary>
      <returns>When this method completes, it returns a StorageFile that represents the copy.</returns>
      <param name="destinationFolder">The destination folder where the copy is created.</param>
      <param name="desiredNewName">The desired name of the copy. If there is an existing file in the destination folder that already has the specified desiredNewName, the specified NameCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">An enum value that determines how Windows responds if the desiredNewName is the same as the name of an existing file in the destination folder.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.CreateStreamedFileAsync(System.String,Windows.Storage.StreamedFileDataRequestedHandler,Windows.Storage.Streams.IRandomAccessStreamReference)">
      <summary>Creates a StorageFile to represent the specified stream of data. This method lets the app produce the data on-demand by specifying a function to be invoked when the StorageFile that represents the stream is first accessed.</summary>
      <returns>When this method completes, it returns a StorageFile object that represents the new stream of data.</returns>
      <param name="displayNameWithExtension">The user-friendly name of the StorageFile to create, including a file type extension.</param>
      <param name="dataRequested">The function that should be invoked when the StorageFile that is returned is first accessed. This function should produce the data stream represented by the returned StorageFile and lets the app produce data on-demand instead of writing the contents of the file at creation time.</param>
      <param name="thumbnail">The thumbnail image for the StorageFile to create. For a high-quality thumbnail, one edge of this thumbnail should be at least 1024 pixels.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.CreateStreamedFileFromUriAsync(System.String,Windows.Foundation.Uri,Windows.Storage.Streams.IRandomAccessStreamReference)">
      <summary>Creates a StorageFile to represent a stream of data from the specified Uniform Resource Identifier (URI) resource. This method lets the app download the data on-demand when the StorageFile that represents the stream is first accessed.</summary>
      <returns>When this method completes, it returns a StorageFile object that represents the Uniform Resource Identifier (URI) resource.</returns>
      <param name="displayNameWithExtension">The user-friendly name of the StorageFile to create, including a file type extension.</param>
      <param name="uri">The Uniform Resource Identifier (URI) of the resource used to create the StorageFile.</param>
      <param name="thumbnail">The thumbnail image for the StorageFile to create. For a high-quality thumbnail, one edge of this thumbnail should be at least 1024 pixels.</param>
    </member>
    <member name="P:Windows.Storage.StorageFile.DateCreated">
      <summary>Gets the date and time when the current file was created.</summary>
      <returns>The date and time when the current file was created. For example, in string format the DateTime that a file was created might be Fri Sep 16 13:47:08 PDT 2011.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.DeleteAsync">
      <summary>Deletes the current file.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.DeleteAsync(Windows.Storage.StorageDeleteOption)">
      <summary>Deletes the current file, optionally deleting the item permanently.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="option">A value that indicates whether to delete the item permanently.</param>
    </member>
    <member name="P:Windows.Storage.StorageFile.DisplayName">
      <summary>Gets a user-friendly name for the file.</summary>
      <returns>The user-friendly name for the file.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFile.DisplayType">
      <summary>Gets a user-friendly description of the type of the file.</summary>
      <returns>The user-friendly description of the type of the file.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFile.FileType">
      <summary>Gets the type (file name extension) of the file.</summary>
      <returns>The file name extension of the file.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFile.FolderRelativeId">
      <summary>Gets an identifier for the file. This ID is unique for the query result or StorageFolder that contains the file and can be used to distinguish between items that have the same name.</summary>
      <returns>The identifier for the file.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetBasicPropertiesAsync">
      <summary>Gets the basic properties of the current file.</summary>
      <returns>When this method completes successfully, it returns the basic properties of the current file as a BasicProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetFileFromApplicationUriAsync(Windows.Foundation.Uri)">
      <summary>Gets a StorageFile object to represent the specified Uniform Resource Identifier (URI) app resource.</summary>
      <returns>When this method completes, it returns a StorageFile object that represents the Uniform Resource Identifier (URI) resource.</returns>
      <param name="uri">The Uniform Resource Identifier (URI) of the app resource to get a StorageFile to represent.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetFileFromPathAsync(System.String)">
      <summary>Gets a StorageFile object to represent the file at the specified path.</summary>
      <returns>When this method completes, it returns the file as a StorageFile.</returns>
      <param name="path">The path of the file to get a StorageFile to represent.If your path uses slashes, make sure you use backslashes (\). Forward slashes (/) are not accepted by this method.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetParentAsync">
      <summary>Gets the parent folder of the current file.</summary>
      <returns>When this method completes, it returns the parent folder as a StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail and the requested size.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail, the requested size, and the specified options</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
      <param name="options">The enum value that describes the desired behavior to use to retrieve the thumbnail image. The specified behavior might affect the size and/or quality of the image and how quickly the thumbnail image is retrieved.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetSearchHits(Windows.Storage.Search.QueryOptions)">
      <summary>Gets the search hits specified in a query.</summary>
      <returns>When this method completes, it returns the object that you use to get the hits.</returns>
      <param name="queryOptions">The object that specifies the query.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Retrieves an adjusted thumbnail image for the file, determined by the purpose of the thumbnail.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the file.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Retrieves an adjusted thumbnail image for the file, determined by the purpose of the thumbnail and the requested size.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the file.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Retrieves an adjusted thumbnail image for the file, determined by the purpose of the thumbnail, the requested size, and the specified options.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the file.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
      <param name="options">The enum value that describes the desired behavior to use to retrieve the thumbnail image. The specified behavior might affect the size and/or quality of the image and how quickly the thumbnail image is retrieved.</param>
    </member>
    <member name="P:Windows.Storage.StorageFile.IsAvailable">
      <summary>Indicates if the file is local, is cached locally, or can be downloaded.</summary>
      <returns>True if the file is local, is cached locally, or can be downloaded. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.IsEqual(Windows.Storage.IStorageItem)">
      <summary>Indicates whether the current file is equal to the specified file.</summary>
      <returns>Returns true if the current file is equal to the specified file; otherwise false.</returns>
      <param name="item">The IStorageItem object that represents a file to compare against.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.IsOfType(Windows.Storage.StorageItemTypes)">
      <summary>Determines whether the current StorageFile matches the specified StorageItemTypes value.</summary>
      <returns>True if the StorageFile matches the specified value; otherwise false.</returns>
      <param name="type">The value to match against.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.MoveAndReplaceAsync(Windows.Storage.IStorageFile)">
      <summary>Moves the current file to the location of the specified file and replaces the specified file in that location.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="fileToReplace">The file to replace.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.MoveAsync(Windows.Storage.IStorageFolder)">
      <summary>Moves the current file to the specified folder.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="destinationFolder">The destination folder where the file is moved. This destination folder must be a physical location. Otherwise, if the destination folder exists only in memory, like a file group, this method fails and throws an exception.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.MoveAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Moves the current file to the specified folder and renames the file according to the desired name.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="destinationFolder">The destination folder where the file is moved. This destination folder must be a physical location. Otherwise, if the destination folder exists only in memory, like a file group, this method fails and throws an exception.</param>
      <param name="desiredNewName">The desired name of the file after it is moved. If there is an existing file in the destination folder that already has the specified desiredNewName, Windows generates a unique name for the file.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.MoveAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)">
      <summary>Moves the current file to the specified folder and renames the file according to the desired name. This method also specifies what to do if a file with the same name already exists in the specified folder.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="destinationFolder">The destination folder where the file is moved. This destination folder must be a physical location. Otherwise, if the destination folder exists only in memory, like a file group, this method fails and throws an exception.</param>
      <param name="desiredNewName">The desired name of the file after it is moved. If there is an existing file in the destination folder that already has the specified desiredNewName, the specified NameCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">An enum value that determines how Windows responds if the desiredNewName is the same as the name of an existing file in the destination folder.</param>
    </member>
    <member name="P:Windows.Storage.StorageFile.Name">
      <summary>Gets the name of the file including the file name extension.</summary>
      <returns>The name of the file including the file name extension.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.OpenAsync(Windows.Storage.FileAccessMode)">
      <summary>Opens a random-access stream over the file.</summary>
      <returns>When this method completes, it returns the random-access stream (type IRandomAccessStream).</returns>
      <param name="accessMode">The type of access to allow.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.OpenReadAsync">
      <summary>Opens a random-access stream over the current file for reading file contents.</summary>
      <returns>When this method completes, it returns the random-access stream (type IRandomAccessStreamWithContentType).</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.OpenSequentialReadAsync">
      <summary>Opens a sequential-access stream over the current file for reading file contents.</summary>
      <returns>When this method completes, it returns the sequential-access stream (type IInputStream).</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.OpenTransactedWriteAsync">
      <summary>Opens a random-access stream to the file that can be used for transacted-write operations.</summary>
      <returns>When this method completes, it returns a StorageStreamTransaction that contains the random-access stream and methods that can be used to complete transactions.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFile.Path">
      <summary>Gets the full file-system path of the current file, if the file has a path.</summary>
      <returns>The full path of the file, if the file has a path in the user's file-system.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFile.Properties">
      <summary>Gets an object that provides access to the content-related properties of the file.</summary>
      <returns>The object that provides access to the content-related properties of the file.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFile.Provider">
      <summary>Gets the StorageProvider object that contains info about the service that stores the current file.</summary>
      <returns>The StorageProvider object that contains info about the service that stores the current file. The file may be stored by the local file system or by a remote service like Microsoft SkyDrive.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFile.RenameAsync(System.String)">
      <summary>Renames the current file.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="desiredName">The desired, new name of the current item.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.RenameAsync(System.String,Windows.Storage.NameCollisionOption)">
      <summary>Renames the current file. This method also specifies what to do if an existing item in the current file's location has the same name.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="desiredName">The desired, new name of the current file. If there is an existing item in the current file's location that already has the specified desiredName, the specified NameCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing item in the current file's location.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.ReplaceWithStreamedFileAsync(Windows.Storage.IStorageFile,Windows.Storage.StreamedFileDataRequestedHandler,Windows.Storage.Streams.IRandomAccessStreamReference)">
      <summary>Replaces the contents of the file referred to by the specified IStorageFile object with a new data stream. This method lets the app produce the data on-demand by specifying a function to be invoked when the StorageFile that represents the stream is first accessed.</summary>
      <returns>When this method completes, it returns a StorageFile object that represents the new data stream. Subsequently, this StorageFile object should be used to access file content instead of the file (type IStorageFile) that was specified to be replace.</returns>
      <param name="fileToReplace">The file (type IStorageFile) that the new data stream should be written to.</param>
      <param name="dataRequested">The function that should be invoked when the StorageFile that is returned is first accessed. This function should produce the data stream represented by the returned StorageFile and lets the app produce data on-demand instead of writing the contents of the file at creation time.</param>
      <param name="thumbnail">The thumbnail image for the StorageFile to create. For a high-quality thumbnail, one edge of this thumbnail should be at least 1024 pixels.</param>
    </member>
    <member name="M:Windows.Storage.StorageFile.ReplaceWithStreamedFileFromUriAsync(Windows.Storage.IStorageFile,Windows.Foundation.Uri,Windows.Storage.Streams.IRandomAccessStreamReference)">
      <summary>Replaces the contents of the file referred to by the specified IStorageFile object with a new data stream of the specified Uniform Resource Identifier (URI). This method lets the app download the data on-demand when the StorageFile that represents the stream is first accessed.</summary>
      <returns>When this method completes, it returns a StorageFile object that represents the streamed file. Subsequently, this StorageFile object should be used to access file content instead of the file (type IStorageFile) that was specified to be replace.</returns>
      <param name="fileToReplace">The file that the created StorageFile will provide a stream of.</param>
      <param name="uri">The Uniform Resource Identifier (URI) of the resource used to create the StorageFile.</param>
      <param name="thumbnail">The thumbnail image for the StorageFile to create. For a high-quality thumbnail, one edge of this thumbnail should be at least 1024 pixels.</param>
    </member>
    <member name="T:Windows.Storage.StorageFolder">
      <summary>Manipulates folders and their contents, and provides information about them.</summary>
      <capability type="picturesLibrary">Required to read from and write to the user's Pictures library.</capability>
      <capability type="videosLibrary">Required to read from and write to the user's Videos library.</capability>
      <capability type="musicLibrary">Required to read from and write to the user's Music library.</capability>
      <capability type="documentsLibrary">Required to read from and write to the user's Documents library.</capability>
    </member>
    <member name="M:Windows.Storage.StorageFolder.AreQueryOptionsSupported(Windows.Storage.Search.QueryOptions)">
      <summary>Determines whether the current folder supports the specified QueryOptions.</summary>
      <returns>True if the folder or file group supports the specified QueryOptions; otherwise false.</returns>
      <param name="queryOptions">The QueryOptions to check.</param>
    </member>
    <member name="P:Windows.Storage.StorageFolder.Attributes">
      <summary>Gets the attributes of the current folder.</summary>
      <returns>The attributes of the current folder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFileAsync(System.String)">
      <summary>Creates a new file in the folder or file group.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
      <param name="desiredName">The desired name of the file to create.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFileAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new file in the current folder, and specifies what to do if a file with the same name already exists in the current folder.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
      <param name="desiredName">The desired name of the file to create. If there is an existing file in the current folder that already has the specified desiredName, the specified CreationCollisionOption determines how Windows responds to the conflict.</param>
      <param name="options">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing file in the current folder.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFileQuery">
      <summary>Creates a query result object to filter and enumerate top-level files in the current folder.</summary>
      <returns>A query result object to filter and enumerate the top-level files in the current folder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFileQuery(Windows.Storage.Search.CommonFileQuery)">
      <summary>Creates a query result object to filter and enumerate all the files in the current folder and its subfolders. Files are filtered and sorted based on the specified CommonFileQuery.</summary>
      <returns>A query result object of all the files in the current folder and its subfolders based on the specified CommonFileQuery.</returns>
      <param name="query">The enum value that identifies the files to include in the query result object and how those files are sorted.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFileQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Creates a query result object to filter and enumerate the files in the current folder and its subfolders. Files are included in the query result and sorted based on the specified QueryOptions.</summary>
      <returns>A query result object of all the files in the current folder and its subfolders based on the specified QueryOptions.</returns>
      <param name="queryOptions">The criterion that are applied to include and sort files in the query result object.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFolderAsync(System.String)">
      <summary>Creates a new subfolder inside the current folder.</summary>
      <returns>When this method completes, it returns the new subfolder as a StorageFolder.</returns>
      <param name="desiredName">The desired name of the new subfolder to create.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFolderAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new sub-folder inside the current folder, and specifies what to do if a folder with the same name already exists in the current folder.</summary>
      <returns>When this method completes, it returns the new subfolder as a StorageFolder.</returns>
      <param name="desiredName">The desired name of the new subfolder to create. If there is an existing subfolder in the current folder that already has the specified desiredName, the specified CreationCollisionOption determines how Windows responds to the conflict.</param>
      <param name="options">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing subfolder in the current folder.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFolderQuery">
      <summary>Creates a query result object to filter and enumerate top-level sub-folders of the current folder.</summary>
      <returns>A query result object that can be used to filter and enumerate files in the current folder by their sub-folder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFolderQuery(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Creates a query result object to enumerate files in the current folder by grouping them into StorageFolder objects. Files are filtered and grouped based on the specified CommonFolderQuery.</summary>
      <returns>A query result object that can be used to filter and enumerate files in the current folder by their StorageFolder.</returns>
      <param name="query">The enum value that identifies how to group files into StorageFolder objects in the query result object.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateFolderQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Creates a query result object to filter and enumerate files in the current folder by grouping them into sub-folders. Files are included in the query result and grouped into sub-folders based on the specified QueryOptions.</summary>
      <returns>A query result object that can be used to filter and enumerate files in the current folder by their sub-folder.</returns>
      <param name="queryOptions">The criterion that are applied to include and group files in the query result object.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateItemQuery">
      <summary>Creates a query result object to filter and enumerate top-level items (files and sub-folders) in the current folder.</summary>
      <returns>A query result object to filter and enumerate the top-level files and sub-folders in the current folder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.CreateItemQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Creates a query result object to filter and enumerate top-level items (files and sub-folders) in the current folder. Items are included in the query result and sorted based on the specified QueryOptions.</summary>
      <returns>A query result object to filter and enumerate the top-level files and sub-folders in the current folder.</returns>
      <param name="queryOptions">The enum value that identifies the items (files and folders) to include in the query result object and how those items are sorted.</param>
    </member>
    <member name="P:Windows.Storage.StorageFolder.DateCreated">
      <summary>Gets the date and time that the current folder was created.</summary>
      <returns>The date and time that the current folder was created as type DateTime. For example: Fri Sep 16 13:47:08 PDT 2011.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.DeleteAsync">
      <summary>Deletes the current folder or file group.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.DeleteAsync(Windows.Storage.StorageDeleteOption)">
      <summary>Deletes the current folder or file group, optionally deleting it permanently.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="option">A value that indicates whether to delete the current folder or file group permanently.</param>
    </member>
    <member name="P:Windows.Storage.StorageFolder.DisplayName">
      <summary>Gets the user-friendly name of the current folder.</summary>
      <returns>The user-friendly name of the current folder.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFolder.DisplayType">
      <summary>Gets the user-friendly type of the folder or file group.</summary>
      <returns>The user-friendly type of the folder or file group.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFolder.FolderRelativeId">
      <summary>Gets an identifier for the current folder. This ID is unique for the query result or StorageFolder that contains the current folder or file group, and can be used to distinguish between items that have the same name.</summary>
      <returns>The identifier for the current folder or file group within a query result or StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetBasicPropertiesAsync">
      <summary>Gets the basic properties of the current folder or file group.</summary>
      <returns>When this method completes successfully, it returns the basic properties of the current folder or file group as a BasicProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFileAsync(System.String)">
      <summary>Gets a single file from the current folder using the specified file name.</summary>
      <returns>When this method completes successfully, it returns a StorageFile that represents the file.</returns>
      <param name="name">The name (or path relative to the current folder) of the file to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFilesAsync">
      <summary>Gets the top-level files in the current folder.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView) in the folder. Each file in the list is represented by a StorageFile object.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFilesAsync(Windows.Storage.Search.CommonFileQuery)">
      <summary>Gets a list of all files in the current folder and its sub-folders. Files are filtered and sorted based on the specified CommonFileQuery.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView) in the folder. Each file in the list is represented by a StorageFile object.</returns>
      <param name="query">The enum value that identifies the files to include in the list and how those files are sorted.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFilesAsync(Windows.Storage.Search.CommonFileQuery,System.UInt32,System.UInt32)">
      <summary>Gets an index-based range of files from the list of all files in the current the current folder and its sub-folders. Files are filtered and sorted based on the specified CommonFileQuery and are included in the range based on the resulting indexes.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView) in the folder. Each file in the list is represented by a StorageFile object.</returns>
      <param name="query">The enum value that identifies the files to include in the list and how those files are sorted.</param>
      <param name="startIndex">The zero-based index of the first file in the range to retrieve.</param>
      <param name="maxItemsToRetrieve">The maximum number of files to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFolderAsync(System.String)">
      <summary>Gets a single sub-folder from the current folder using the specified folder name.</summary>
      <returns>When this method completes successfully, it returns a StorageFolder that represents the sub-folder.</returns>
      <param name="name">The name (or path relative to the current folder) of the sub-folder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFolderFromPathAsync(System.String)">
      <summary>Gets a StorageFolder that represents the folder at the specified file-system path.</summary>
      <returns>When this method completes successfully, it returns a StorageFolder that represents the folder.</returns>
      <param name="path">The file-system path of the folder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFoldersAsync">
      <summary>Gets a list of the top-level sub-folders of the current folder.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView). Each folder in the list is represented by a StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Gets a list of StorageFolder objects that represent groups of files in the current folder. Files are filtered and grouped based on the specified CommonFolderQuery.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView). Each folder in the list is represented by a StorageFolder.</returns>
      <param name="query">The common folder query.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery,System.UInt32,System.UInt32)">
      <summary>Gets an index-based range of StorageFolder objects that represent groups of files in the current folder. Files are filtered and grouped based on the specified CommonFolderQuery and are included in the range based on the resulting indexes.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView). Each folder in the list is represented by a StorageFolder.</returns>
      <param name="query">The enum value that identifies the file groups that are represented by StorageFolder objects in the range to retrieve.</param>
      <param name="startIndex">The zero-based index of the first StorageFolder in the range to retrieve.</param>
      <param name="maxItemsToRetrieve">The maximum number of child folders to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetIndexedStateAsync">
      <summary>Gets the indexed state of the current folder.</summary>
      <returns>When this method completes successfully, it returns an IndexedState enum value that describes the state of the folder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetItemAsync(System.String)">
      <summary>Gets a single file or sub-folder from the current folder using the name of the item.</summary>
      <returns>When this method completes successfully, it returns the file or folder (type IStorageItem).</returns>
      <param name="name">The name (or path relative to the current folder) of the file or sub-folder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetItemsAsync">
      <summary>Gets a list of top-level files and sub-folders inside the current folder.</summary>
      <returns>When this method completes successfully, it returns a list of the files and folders (type IVectorView) inside the current folder. The items in the list are represented by objects of type IStorageItem.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetItemsAsync(System.UInt32,System.UInt32)">
      <summary>Gets an index-based range from a list of all the files and sub-folders inside the current folder. Items in the range based on the resulting indexes.</summary>
      <returns>When this method completes successfully, it returns a list of the files and folders (type IVectorView). The files and folders in the list are represented by objects of type IStorageItem.</returns>
      <param name="startIndex">The zero-based index of the first item in the range to retrieve.</param>
      <param name="maxItemsToRetrieve">The maximum number of items to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetParentAsync">
      <summary>Gets the parent folder of the current folder.</summary>
      <returns>When this method completes, it returns the parent folder as a StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail and the requested size.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail, the requested size, and the specified options</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
      <param name="options">The enum value that describes the desired behavior to use to retrieve the thumbnail image. The specified behavior might affect the size and/or quality of the image and how quickly the thumbnail image is retrieved.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Gets an adjusted thumbnail image for the current folder, determined by the specified purpose of the thumbnail.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the folder or file group.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Gets an adjusted thumbnail image for the current folder, determined by the specified purpose of the thumbnail and the requested size.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the folder or file group.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Gets an adjusted thumbnail image for the current folder, determined by the specified purpose of the thumbnail, the requested size, and the specified options.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the folder or file group.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
      <param name="options">The enum value that describes the desired behavior to use to retrieve the thumbnail image. The specified behavior might affect the size and/or quality of the image and how quickly the thumbnail image is retrieved.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.IsCommonFileQuerySupported(Windows.Storage.Search.CommonFileQuery)">
      <summary>Indicates whether the current folder supports the specified CommonFileQuery.</summary>
      <returns>True if the folder supports the specified CommonFileQuery; otherwise false.</returns>
      <param name="query">The enum value to test against.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.IsCommonFolderQuerySupported(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Indicates whether the current folder supports the specified CommonFolderQuery.</summary>
      <returns>True if the folder supports the specified CommonFolderQuery; otherwise false.</returns>
      <param name="query">The enum value to test against.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.IsEqual(Windows.Storage.IStorageItem)">
      <summary>Indicates whether the current folder is equal to the specified folder.</summary>
      <returns>Returns true if the current folder is equal to the specified folder; otherwise false.</returns>
      <param name="item">The IStorageItem object that represents the folder to compare against.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.IsOfType(Windows.Storage.StorageItemTypes)">
      <summary>Indicates whether the current StorageFolder matches the specified StorageItemTypes value.</summary>
      <returns>True if the StorageFolder matches the specified StorageItemTypes value; otherwise false.</returns>
      <param name="type">The enum value that determines the object type to match against.</param>
    </member>
    <member name="P:Windows.Storage.StorageFolder.Name">
      <summary>Gets the name of the current folder.</summary>
      <returns>The name of the current folder.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFolder.Path">
      <summary>Gets the full file-system path of the current folder, if the folder has a path.</summary>
      <returns>The full path of the folder, if the folder has a path in the user's file-system.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFolder.Properties">
      <summary>Gets an object that provides access to the content-related properties of the current folder.</summary>
      <returns>The object that provides access to the content-related properties of the folder.</returns>
    </member>
    <member name="P:Windows.Storage.StorageFolder.Provider">
      <summary>Gets the StorageProvider object that contains info about the service that stores the current folder.</summary>
      <returns>The StorageProvider object that contains info about the service that stores the current folder. The folder may be stored by the local file system or by a remote service like Microsoft SkyDrive.</returns>
    </member>
    <member name="M:Windows.Storage.StorageFolder.RenameAsync(System.String)">
      <summary>Renames the current folder.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="desiredName">The desired, new name for the current folder.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.RenameAsync(System.String,Windows.Storage.NameCollisionOption)">
      <summary>Renames the current folder and specifies what to do if a folder with the same name already exists.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="desiredName">The desired, new name for the current folder. If there is an existing item in the current folder's location that already has the specified desiredName, the specified NameCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing item in the current folder's location.</param>
    </member>
    <member name="M:Windows.Storage.StorageFolder.TryGetItemAsync(System.String)">
      <summary>Try to get a single file or sub-folder from the current folder by using the name of the item.</summary>
      <returns>When this method completes successfully, it returns the file or folder (type IStorageItem).</returns>
      <param name="name">The name (or path relative to the current folder) of the file or sub-folder to try to retrieve.</param>
    </member>
    <member name="T:Windows.Storage.StorageLibrary">
      <summary>Lets you add and remove folders from a library like Music or Videos and lets you get a list of folders included in the library.</summary>
    </member>
    <member name="E:Windows.Storage.StorageLibrary.DefinitionChanged">
      <summary>Occurs when the list of folders in the current library changes.</summary>
    </member>
    <member name="P:Windows.Storage.StorageLibrary.Folders">
      <summary>Gets the folders in the current library.</summary>
      <returns>The folders in the current storage library.</returns>
    </member>
    <member name="M:Windows.Storage.StorageLibrary.GetLibraryAsync(Windows.Storage.KnownLibraryId)">
      <summary>Gets the specified library.</summary>
      <returns>When this method completes successfully, it returns the library (type StorageLibrary).</returns>
      <param name="libraryId">A KnownLibraryId value that identifies the library to retrieve, like Music or Videos.</param>
    </member>
    <member name="M:Windows.Storage.StorageLibrary.RequestAddFolderAsync">
      <summary>Prompts the user to select a folder from the current library, and then adds the folder.</summary>
      <returns>When this method completes, it returns the folder that the user picked and added as a StorageFolder. If the user cancels the operation and doesn't pick a folder, the method returns null.</returns>
    </member>
    <member name="M:Windows.Storage.StorageLibrary.RequestRemoveFolderAsync(Windows.Storage.StorageFolder)">
      <summary>Prompts the user to confirm removal of the specified folder from the current library, and then removes the folder.</summary>
      <returns>Returns true if the folder was removed; otherwise false.</returns>
      <param name="folder">The folder to remove.</param>
    </member>
    <member name="P:Windows.Storage.StorageLibrary.SaveFolder">
      <summary>Get the default save folder for the current library.</summary>
      <returns>The default save folder for the current library.</returns>
    </member>
    <member name="T:Windows.Storage.StorageProvider">
      <summary>Contains info about the service that stores files and folders. Files and folders may be stored either by the local file system or by a remote service like Microsoft SkyDrive.</summary>
    </member>
    <member name="P:Windows.Storage.StorageProvider.DisplayName">
      <summary>Gets a user-friendly name for the current provider of files and folders.</summary>
      <returns>The user-friendly name for the provider. This name is localized to the current system locale.</returns>
    </member>
    <member name="P:Windows.Storage.StorageProvider.Id">
      <summary>Gets an identifier for the current provider of files and folders.</summary>
      <returns>The identifier for the provider.</returns>
    </member>
    <member name="T:Windows.Storage.StorageStreamTransaction">
      <summary>Represents a write transaction for a random-access stream.</summary>
    </member>
    <member name="M:Windows.Storage.StorageStreamTransaction.Close">
      <summary>Releases system resources that are exposed by the stream, indicating that the data request is complete.</summary>
    </member>
    <member name="M:Windows.Storage.StorageStreamTransaction.CommitAsync">
      <summary>Save the stream to the underlying file.</summary>
      <returns>No object or value is returned by this method.</returns>
    </member>
    <member name="M:Windows.Storage.StorageStreamTransaction.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Storage.StorageStreamTransaction.Stream">
      <summary>Gets the random-access stream used in the transaction.</summary>
      <returns>The random-access stream.</returns>
    </member>
    <member name="T:Windows.Storage.StreamedFileDataRequest">
      <summary>Represents a sequential-access output stream that indicates a request for the data stream of a StorageFile that was created by calling CreateStreamedFileAsync or ReplaceWithStreamedFileAsync.</summary>
    </member>
    <member name="M:Windows.Storage.StreamedFileDataRequest.Close">
      <summary>Releases system resources that are exposed by the current stream indicating that the data request is complete.</summary>
    </member>
    <member name="M:Windows.Storage.StreamedFileDataRequest.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.StreamedFileDataRequest.FailAndClose(Windows.Storage.StreamedFileFailureMode)">
      <summary>Indicates that the data can't be streamed and releases system resources that are exposed by the current stream indicating that the data request is complete.</summary>
      <param name="failureMode">The enum value that indicates why the data stream can't be accessed.</param>
    </member>
    <member name="M:Windows.Storage.StreamedFileDataRequest.FlushAsync">
      <summary>Flushes the data in the current stream.</summary>
      <returns>When this method completes, it returns true if the data was flushed successfully or false if the flush operation failed.</returns>
    </member>
    <member name="M:Windows.Storage.StreamedFileDataRequest.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data from a buffer to the current stream.</summary>
      <returns>When this method completes, it returns the number of bytes (type UInt32) that were written to the stream. If the app specifies a function to monitor progress, that function receives the number of bytes (type UInt32) written so far.</returns>
      <param name="buffer">The buffer that contains the data to write.</param>
    </member>
    <member name="T:Windows.Storage.SystemAudioProperties">
      <summary>Provides access to System.Audio.EncodingBitrate.</summary>
    </member>
    <member name="P:Windows.Storage.SystemAudioProperties.EncodingBitrate">
      <summary>Gets the value of the System.Audio.EncodingBitrate file property.</summary>
      <returns>The name of the System.Audio.EncodingBitrate property.</returns>
    </member>
    <member name="T:Windows.Storage.SystemGPSProperties">
      <summary>Provides access to common GPS file properties like System.GPS.Latitude.</summary>
    </member>
    <member name="P:Windows.Storage.SystemGPSProperties.LatitudeDecimal">
      <summary>Gets the value of the System.GPS.Latitude file property.</summary>
      <returns>The name of the System.Latitude file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemGPSProperties.LongitudeDecimal">
      <summary>Gets the value of the System.GPS.Longitude file property.</summary>
      <returns>The name of the System.Longitude file property.</returns>
    </member>
    <member name="T:Windows.Storage.SystemImageProperties">
      <summary>Provides access to common image file properties like System.Image.HorizontalSize.</summary>
    </member>
    <member name="P:Windows.Storage.SystemImageProperties.HorizontalSize">
      <summary>Gets the value of the System.Image.HorizontalSize file property.</summary>
      <returns>The name of the System.Image.HorizontalSize file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemImageProperties.VerticalSize">
      <summary>Gets the value of the System.Image.VerticalSize file property.</summary>
      <returns>The name of the System.Image.VerticalSize file property.</returns>
    </member>
    <member name="T:Windows.Storage.SystemMediaProperties">
      <summary>Provides access to common media file properties like System.Media.Duration.</summary>
    </member>
    <member name="P:Windows.Storage.SystemMediaProperties.Duration">
      <summary>Gets the value of the System.Media.Duration file property.</summary>
      <returns>The name of the System.Media.Duration file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMediaProperties.Producer">
      <summary>Gets the value of the System.Media.Producer file property.</summary>
      <returns>The name of the System.Media.Producer file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMediaProperties.Publisher">
      <summary>Gets the value of the System.Media.Publisher file property.</summary>
      <returns>The name of the System.Media.Publisher file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMediaProperties.SubTitle">
      <summary>Gets the value of the System.Media.SubTitle file property.</summary>
      <returns>The name of the System.Media.SubTitle file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMediaProperties.Writer">
      <summary>Gets the value of the System.Media.Writer file property.</summary>
      <returns>The name of the System.Media.Writer file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMediaProperties.Year">
      <summary>Gets the value of the System.Media.Year file property.</summary>
      <returns>The name of the System.Media.Year file property.</returns>
    </member>
    <member name="T:Windows.Storage.SystemMusicProperties">
      <summary>Provides access to common music file properties like System.Music.AlbumArtist.</summary>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.AlbumArtist">
      <summary>Gets the value of the System.Music.AlbumArtist file property.</summary>
      <returns>The name of the System.Music.AlbumArtist file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.AlbumTitle">
      <summary>Gets the value of the System.Music.AlbumTitle file property.</summary>
      <returns>The name of the System.Music.AlbumTitle file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.Artist">
      <summary>Gets the value of the System.Music.Artist file property.</summary>
      <returns>The name of the System.Music.Artist file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.Composer">
      <summary>Gets the value of the System.Music.Composer file property.</summary>
      <returns>The name of the System.Music.Composer file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.Conductor">
      <summary>Gets the value of the System.Music.Conductor file property.</summary>
      <returns>The name of the System.Music.Conductor file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.DisplayArtist">
      <summary>Gets the value of the System.Music.DisplayArtist file property.</summary>
      <returns>The name of the System.Music.DisplayArtist file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.Genre">
      <summary>Gets the value of the System.Music.Genre file property.</summary>
      <returns>The name of the System.Music.Genre file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemMusicProperties.TrackNumber">
      <summary>Gets the value of the System.Music.TrackNumber file property.</summary>
      <returns>The name of the System.Music.TrackNumber file property.</returns>
    </member>
    <member name="T:Windows.Storage.SystemPhotoProperties">
      <summary>Provides access to common photo file properties like System.Photo.CameraManufacturer.</summary>
    </member>
    <member name="P:Windows.Storage.SystemPhotoProperties.CameraManufacturer">
      <summary>Gets the value of the System.Photo.CameraManufacturer file property.</summary>
      <returns>The name of the System.Photo.CameraManufacturer file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemPhotoProperties.CameraModel">
      <summary>Gets the value of the System.Photo.CameraModel file property.</summary>
      <returns>The name of the System.EncodingBitrateSystem.Photo.CameraModel file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemPhotoProperties.DateTaken">
      <summary>Gets the value of the System.Photo.DateTaken file property.</summary>
      <returns>The name of the System.Photo.DateTaken file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemPhotoProperties.Orientation">
      <summary>Gets the value of the System.Photo.Orientation file property.</summary>
      <returns>The name of the System.Photo.Orientation file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemPhotoProperties.PeopleNames">
      <summary>Gets the value of the System.Photo.PeopleNames file property.</summary>
      <returns>The name of the System.Photo.PeopleNames file property.</returns>
    </member>
    <member name="T:Windows.Storage.SystemProperties">
      <summary>Provides objects that let you access common Windows file properties like System.Title.</summary>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Audio">
      <summary>Gets an object that provides access to the System.Audio.EncodingBitrate file property.</summary>
      <returns>The object that provides access to the System.Audio.EncodingBitrate file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Author">
      <summary>Gets the value of the System.Author file property.</summary>
      <returns>The name of the System.Author file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Comment">
      <summary>Gets the value of the System.Comment file property.</summary>
      <returns>The name of the System.Comment file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.GPS">
      <summary>Gets an object that provides access to common GPS file properties like System.GPS.Latitude.</summary>
      <returns>The object that provides access to common GPS file properties like System.GPS.Latitude.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Image">
      <summary>Gets an object that provides access to the System.Image.HorizontalSize and System.Image.VerticalSize file properties.</summary>
      <returns>The object that provides access to the System.Image.HorizontalSize and System.Image.VerticalSize file properties.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.ItemNameDisplay">
      <summary>Gets the value of the System.ItemNameDisplay file property.</summary>
      <returns>The name of the System.ItemNameDisplay file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Keywords">
      <summary>Gets the value of the System.Keywords file property.</summary>
      <returns>The name of the System.Keywords file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Media">
      <summary>Gets an object that provides access to common media file properties like System.Duration.</summary>
      <returns>The object that provides access to common media file properties like System.Duration.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Music">
      <summary>Gets an object that provides access to common music file properties like System.Music.AlbumArtist.</summary>
      <returns>The object that provides access to common music file properties like System.Music.AlbumArtist.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Photo">
      <summary>Gets an object that provides access to common photo file properties like System.Photo.CameraManufacturer.</summary>
      <returns>The object that provides access to common photo file properties like System.Photo.CameraManufacturer.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Rating">
      <summary>Gets the value of the System.Rating file property.</summary>
      <returns>The name of the System.Rating file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Title">
      <summary>Gets the value of the System.Title file property.</summary>
      <returns>The name of the System.Title file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemProperties.Video">
      <summary>Gets an object that provides access to common video file properties like System.Video.Director.</summary>
      <returns>The object that provides access to common video file properties like System.Video.Director.</returns>
    </member>
    <member name="T:Windows.Storage.SystemVideoProperties">
      <summary>Provides access to common video file properties like System.Video.Director.</summary>
    </member>
    <member name="P:Windows.Storage.SystemVideoProperties.Director">
      <summary>Gets the value of the System.Video.Director file property.</summary>
      <returns>The name of the System.Video.Director file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemVideoProperties.FrameHeight">
      <summary>Gets the value of the System.Video.FrameHeight file property.</summary>
      <returns>The name of the System.Video.FrameHeight file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemVideoProperties.FrameWidth">
      <summary>Gets the value of the System.Video.FrameWidth file property.</summary>
      <returns>The name of the System.Video.FrameWidth file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemVideoProperties.Orientation">
      <summary>Gets the value of the System.Video.Orientation file property.</summary>
      <returns>The name of the System.Video.Orientation file property.</returns>
    </member>
    <member name="P:Windows.Storage.SystemVideoProperties.TotalBitrate">
      <summary>Gets the value of the System.Video.TotalBitrate file property.</summary>
      <returns>The name of the System.Video.TotalBitrate file property.</returns>
    </member>
    <member name="T:Windows.Storage.ApplicationDataSetVersionHandler">
      <summary>Represents a method that handles the request to set the version of the application data in the application data store.</summary>
      <param name="setVersionRequest">The set version request.</param>
    </member>
    <member name="T:Windows.Storage.StreamedFileDataRequestedHandler">
      <summary>Represents a function that the app defines to produce the data stream of a StorageFile when that StorageFile is first accessed.</summary>
      <param name="stream">The request for the streamed data in the StorageFile that was created by CreateStreamedFileAsync or ReplaceWithStreamedFileAsync.</param>
    </member>
    <member name="T:Windows.Storage.ApplicationDataCreateDisposition">
      <summary>Specifies creation options for application data containers.</summary>
    </member>
    <member name="F:Windows.Storage.ApplicationDataCreateDisposition.Always">
      <summary>Always activate the container. If the resource represented by the object does not exist, create it.</summary>
    </member>
    <member name="F:Windows.Storage.ApplicationDataCreateDisposition.Existing">
      <summary>Activate the container only if the resource it represents already exists.</summary>
    </member>
    <member name="T:Windows.Storage.ApplicationDataLocality">
      <summary>Specifies the type of an application data store.</summary>
    </member>
    <member name="F:Windows.Storage.ApplicationDataLocality.Local">
      <summary>The data resides in the local application data store.</summary>
    </member>
    <member name="F:Windows.Storage.ApplicationDataLocality.Roaming">
      <summary>The data resides in the roaming application data store.</summary>
    </member>
    <member name="F:Windows.Storage.ApplicationDataLocality.Temporary">
      <summary>The data resides in the temporary application data store.</summary>
    </member>
    <member name="F:Windows.Storage.ApplicationDataLocality.LocalCache">
      <summary>The data resides in the local cache for the application data store.</summary>
    </member>
    <member name="T:Windows.Storage.CreationCollisionOption">
      <summary>Specifies what to do if a file with the desired name already exists in the current folder.</summary>
    </member>
    <member name="F:Windows.Storage.CreationCollisionOption.GenerateUniqueName">
      <summary>Create the new file or folder with the desired name, or automatically appends a number if a file or folder already exists with that name.</summary>
    </member>
    <member name="F:Windows.Storage.CreationCollisionOption.ReplaceExisting">
      <summary>Create the new file or folder with the desired name, and replaces any file or folder that already exists with that name.</summary>
    </member>
    <member name="F:Windows.Storage.CreationCollisionOption.FailIfExists">
      <summary>Create the new file or folder with the desired name, or returns an error if a file or folder already exists with that name.</summary>
    </member>
    <member name="F:Windows.Storage.CreationCollisionOption.OpenIfExists">
      <summary>Create the new file or folder with the desired name, or returns an existing item if a file or folder already exists with that name.</summary>
    </member>
    <member name="T:Windows.Storage.FileAccessMode">
      <summary>Specifies the mode used to access a file.</summary>
    </member>
    <member name="F:Windows.Storage.FileAccessMode.Read">
      <summary>The file stream is accessed in read-only mode. If the file is changed, subsequent read operations will fail. Multiple, independent read-only streams may be used to read a file. We recommend you keep read-only file streams open only while your app is actively reading from the file. You can close a stream by calling Close.</summary>
    </member>
    <member name="F:Windows.Storage.FileAccessMode.ReadWrite">
      <summary>The file stream is accessed in read/write mode. The file supports a single write stream and writing is non-transacted and in-place. You should use this mode only when you are ready to write immediately in order to avoid interrupting other operations.</summary>
    </member>
    <member name="T:Windows.Storage.FileAttributes">
      <summary>Describes the attributes of system file or folder.</summary>
    </member>
    <member name="F:Windows.Storage.FileAttributes.Normal">
      <summary>The item is normal.</summary>
    </member>
    <member name="F:Windows.Storage.FileAttributes.ReadOnly">
      <summary>The item is read only.</summary>
    </member>
    <member name="F:Windows.Storage.FileAttributes.Directory">
      <summary>The item is a directory.</summary>
    </member>
    <member name="F:Windows.Storage.FileAttributes.Archive">
      <summary>The item is archived.</summary>
    </member>
    <member name="F:Windows.Storage.FileAttributes.Temporary">
      <summary>The item is a temporary file.</summary>
    </member>
    <member name="F:Windows.Storage.FileAttributes.LocallyIncomplete">
      <summary>The item is locally incomplete.</summary>
    </member>
    <member name="T:Windows.Storage.KnownLibraryId">
      <summary>Values that identify storage libraries.</summary>
    </member>
    <member name="F:Windows.Storage.KnownLibraryId.Documents">
      <summary>Documents library.</summary>
    </member>
    <member name="F:Windows.Storage.KnownLibraryId.Music">
      <summary>Music library.</summary>
    </member>
    <member name="F:Windows.Storage.KnownLibraryId.Pictures">
      <summary>Pictures library.</summary>
    </member>
    <member name="F:Windows.Storage.KnownLibraryId.Videos">
      <summary>Videos library.</summary>
    </member>
    <member name="T:Windows.Storage.NameCollisionOption">
      <summary>Specifies what to do if a file or folder renamed, moved, or copied and there is an existing file or folder with the same name in the desired location.</summary>
    </member>
    <member name="F:Windows.Storage.NameCollisionOption.GenerateUniqueName">
      <summary>Automatically generate a unique name by appending a number to the name of the file or folder.</summary>
    </member>
    <member name="F:Windows.Storage.NameCollisionOption.ReplaceExisting">
      <summary>Replace the existing file or folder. Your app must have permission to access the location that contains the existing file or folder. Access to a location can be granted in several ways, for example, by a capability declared in your application's manifest, or by the user through the file picker. You can use Windows.Storage.AccessCache to manage the list of locations that are accessible to your app via the file picker.</summary>
    </member>
    <member name="F:Windows.Storage.NameCollisionOption.FailIfExists">
      <summary>Return an error if another file or folder exists with the same name and abort the operation.</summary>
    </member>
    <member name="T:Windows.Storage.StorageDeleteOption">
      <summary>Specifies whether an item that is deleted is sent to the Recycle Bin or permanently deleted.</summary>
    </member>
    <member name="F:Windows.Storage.StorageDeleteOption.Default">
      <summary>If the item is in an application storage location (a location that can be accessed through the ApplicationData class), it will be permanently deleted and won't appear in the Recycle Bin. Otherwise, the item is deleted according to the default Windows Explorer behavior for the location (which may move the item to the Recycle Bin).</summary>
    </member>
    <member name="F:Windows.Storage.StorageDeleteOption.PermanentDelete">
      <summary>Permanently deletes the item without moving it to the recycle bin.</summary>
    </member>
    <member name="T:Windows.Storage.StorageItemTypes">
      <summary>Describes the kind of item that is represented by an instance of a class that implements IStorageItem (like a StorageFile or StorageFolder object).</summary>
    </member>
    <member name="F:Windows.Storage.StorageItemTypes.None">
      <summary>A generic storage item that represents either a file or a folder.</summary>
    </member>
    <member name="F:Windows.Storage.StorageItemTypes.File">
      <summary>A file that is represented as a StorageFile instance.</summary>
    </member>
    <member name="F:Windows.Storage.StorageItemTypes.Folder">
      <summary>A folder that is represented as a StorageFolder instance.</summary>
    </member>
    <member name="T:Windows.Storage.StreamedFileFailureMode">
      <summary>Indicates the reason that data could not be streamed.</summary>
    </member>
    <member name="F:Windows.Storage.StreamedFileFailureMode.Failed">
      <summary>The data can't be streamed.</summary>
    </member>
    <member name="F:Windows.Storage.StreamedFileFailureMode.CurrentlyUnavailable">
      <summary>The data currently can't be accessed.</summary>
    </member>
    <member name="F:Windows.Storage.StreamedFileFailureMode.Incomplete">
      <summary>The data weren't complete.</summary>
    </member>
    <member name="T:Windows.Storage.IStorageFile">
      <summary>Represents a file. Provides information about the file and its contents, and ways to manipulate them.</summary>
      <capability type="picturesLibrary">Required to read from and write to the user's Pictures library.</capability>
      <capability type="videosLibrary">Required to read from and write to the user's Videos library.</capability>
      <capability type="musicLibrary">Required to read from and write to the user's Music library.</capability>
      <capability type="documentsLibrary">Required to read from and write to the user's Documents library.</capability>
    </member>
    <member name="P:Windows.Storage.IStorageFile.ContentType">
      <summary>Gets the MIME type of the contents of the file.</summary>
      <returns>The MIME type of the file contents. For example, a music file might have the audio/mpeg MIME type.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageFile.CopyAndReplaceAsync(Windows.Storage.IStorageFile)">
      <summary>Replaces the specified file with a copy of the current file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="fileToReplace">The file to replace.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.CopyAsync(Windows.Storage.IStorageFolder)">
      <summary>Creates a copy of the file in the specified folder.</summary>
      <returns>When this method completes, it returns a StorageFile that represents the copy.</returns>
      <param name="destinationFolder">The destination folder where the copy is created.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.CopyAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Creates a copy of the file in the specified folder, using the desired name.</summary>
      <returns>When this method completes, it returns a StorageFile that represents the copy.</returns>
      <param name="destinationFolder">The destination folder where the copy is created.</param>
      <param name="desiredNewName">The desired name of the copy. If there is an existing file in the destination folder that already has the specified desiredNewName, Windows generates a unique name for the copy.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.CopyAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)">
      <summary>Creates a copy of the file in the specified folder, using the desired name. This method also specifies what to do if an existing file in the specified folder has the same name.</summary>
      <returns>When this method completes, it returns a StorageFile that represents the copy.</returns>
      <param name="destinationFolder">The destination folder where the copy is created.</param>
      <param name="desiredNewName">The desired name of the copy. If there is an existing file in the destination folder that already has the specified desiredNewName, the specified NameCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">An enum value that determines how Windows responds if the desiredNewName is the same as the name of an existing file in the destination folder.</param>
    </member>
    <member name="P:Windows.Storage.IStorageFile.FileType">
      <summary>Gets the type (file name extension) of the file.</summary>
      <returns>The file name extension of the file.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageFile.MoveAndReplaceAsync(Windows.Storage.IStorageFile)">
      <summary>Moves the current file to the location of the specified file and replaces the specified file in that location.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="fileToReplace">The file to replace.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.MoveAsync(Windows.Storage.IStorageFolder)">
      <summary>Moves the current file to the specified folder.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="destinationFolder">The destination folder where the file is moved. This destination folder must be a physical location. Otherwise, if the destination folder exists only in memory, like a file group, this method fails and throws an exception.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.MoveAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Moves the current file to the specified folder and renames the file according to the desired name.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="destinationFolder">The destination folder where the file is moved. This destination folder must be a physical location. Otherwise, if the destination folder exists only in memory, like a file group, this method fails and throws an exception.</param>
      <param name="desiredNewName">The desired name of the file after it is moved. If there is an existing file in the destination folder that already has the specified desiredNewName, Windows generates a unique name for the file.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.MoveAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)">
      <summary>Moves the current file to the specified folder and renames the file according to the desired name. This method also specifies what to do if a file with the same name already exists in the specified folder.</summary>
      <returns>No object or value is returned by this method.</returns>
      <param name="destinationFolder">The destination folder where the file is moved. This destination folder must be a physical location. Otherwise, if the destination folder exists only in memory, like a file group, this method fails and throws an exception.</param>
      <param name="desiredNewName">The desired name of the file after it is moved. If there is an existing file in the destination folder that already has the specified desiredNewName, the specified NameCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">An enum value that determines how Windows responds if the desiredNewName is the same as the name of an existing file in the destination folder.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.OpenAsync(Windows.Storage.FileAccessMode)">
      <summary>Opens a random-access stream over the file.</summary>
      <returns>When this method completes, it returns the random-access stream (type IRandomAccessStream).</returns>
      <param name="accessMode">The type of access to allow.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFile.OpenTransactedWriteAsync">
      <summary>Opens a transacted, random-access stream to the file.</summary>
      <returns>When this method completes, it returns a StorageStreamTransaction that contains the random-access stream and methods that can be used to complete transactions.</returns>
    </member>
    <member name="T:Windows.Storage.IStorageFolder">
      <summary>Manipulates folders and their contents, and provides information about them.</summary>
      <capability type="picturesLibrary">Required to read from and write to the user's Pictures library.</capability>
      <capability type="videosLibrary">Required to read from and write to the user's Videos library.</capability>
      <capability type="musicLibrary">Required to read from and write to the user's Music library.</capability>
      <capability type="documentsLibrary">Required to read from and write to the user's Documents library.</capability>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.CreateFileAsync(System.String)">
      <summary>Creates a new file in the current folder.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
      <param name="desiredName">The desired name of the file to create.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.CreateFileAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new file in the current folder, and specifies what to do if a file with the same name already exists in the current folder.</summary>
      <returns>When this method completes, it returns the new file as a StorageFile.</returns>
      <param name="desiredName">The desired name of the file to create. If there is an existing file in the current folder that already has the specified desiredName, the specified CreationCollisionOption determines how Windows responds to the conflict.</param>
      <param name="options">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing file in the current folder.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.CreateFolderAsync(System.String)">
      <summary>Creates a new folder in the current folder.</summary>
      <returns>When this method completes, it returns the new folder as a StorageFolder.</returns>
      <param name="desiredName">The desired name of the folder to create.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.CreateFolderAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new folder in the current folder, and specifies what to do if a folder with the same name already exists in the current folder.</summary>
      <returns>When this method completes, it returns the new folder as a StorageFolder.</returns>
      <param name="desiredName">The desired name of the folder to create. If there is an existing folder in the current folder that already has the specified desiredName, the specified CreationCollisionOption determines how Windows responds to the conflict.</param>
      <param name="options">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing folder in the current folder.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.GetFileAsync(System.String)">
      <summary>Gets the specified file from the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFile that represents the file.</returns>
      <param name="name">The name (or path relative to the current folder) of the file to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.GetFilesAsync">
      <summary>Gets the files from the current folder.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView) in the folder. Each file in the list is represented by a StorageFile object.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.GetFolderAsync(System.String)">
      <summary>Gets the specified folder from the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFolder that represents the child folder.</returns>
      <param name="name">The name of the child folder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.GetFoldersAsync">
      <summary>Gets the folders in the current folder.</summary>
      <returns>When this method completes successfully, it returns a list of the files (type IVectorView). Each folder in the list is represented by a StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.GetItemAsync(System.String)">
      <summary>Gets the specified item from the IStorageFolder.</summary>
      <returns>When this method completes successfully, it returns the file or folder (type IStorageItem).</returns>
      <param name="name">The name of the item to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.IStorageFolder.GetItemsAsync">
      <summary>Gets the items from the current folder.</summary>
      <returns>When this method completes successfully, it returns a list of the files and folders (type IVectorView). The files and folders in the list are represented by objects of type IStorageItem.</returns>
    </member>
    <member name="T:Windows.Storage.IStorageFolder2">
      <summary>Manipulates folders and their contents, and provides information about them.</summary>
    </member>
    <member name="M:Windows.Storage.IStorageFolder2.TryGetItemAsync(System.String)">
      <summary>Try to get a single file or sub-folder from the current folder by using the name of the item.</summary>
      <returns>When this method completes successfully, it returns the file or folder (type IStorageItem).</returns>
      <param name="name">The name (or path relative to the current folder) of the file or sub-folder to try to retrieve.</param>
    </member>
    <member name="T:Windows.Storage.IStorageItem">
      <summary>Manipulates storage items (files and folders) and their contents, and provides information about them.</summary>
    </member>
    <member name="P:Windows.Storage.IStorageItem.Attributes">
      <summary>Gets the attributes of a storage item.</summary>
      <returns>The file or folder attributes.</returns>
    </member>
    <member name="P:Windows.Storage.IStorageItem.DateCreated">
      <summary>Gets the date and time when the current item was created.</summary>
      <returns>The date and time when the current item was created. For example, in string format the DateTime that an item was created might be Fri Sep 16 13:47:08 PDT 2011.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageItem.DeleteAsync">
      <summary>Deletes the current item.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageItem.DeleteAsync(Windows.Storage.StorageDeleteOption)">
      <summary>Deletes the current item, optionally deleting it permanently.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="option">A value that indicates whether to delete the item permanently.</param>
    </member>
    <member name="M:Windows.Storage.IStorageItem.GetBasicPropertiesAsync">
      <summary>Gets the basic properties of the current item (like a file or folder).</summary>
      <returns>When this method completes successfully, it returns the basic properties of the current item as a BasicProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageItem.IsOfType(Windows.Storage.StorageItemTypes)">
      <summary>Determines whether the current IStorageItem matches the specified StorageItemTypes value.</summary>
      <returns>True if the IStorageItem matches the specified value; otherwise false.</returns>
      <param name="type">The value to match against.</param>
    </member>
    <member name="P:Windows.Storage.IStorageItem.Name">
      <summary>Gets the name of the item including the file name extension if there is one.</summary>
      <returns>The name of the item including the file name extension if there is one.</returns>
    </member>
    <member name="P:Windows.Storage.IStorageItem.Path">
      <summary>Gets the full file-system path of the item, if the item has a path.</summary>
      <returns>The full path of the item, if the item has a path in the user's file-system.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageItem.RenameAsync(System.String)">
      <summary>Renames the current item.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="desiredName">The desired, new name of the item.</param>
    </member>
    <member name="M:Windows.Storage.IStorageItem.RenameAsync(System.String,Windows.Storage.NameCollisionOption)">
      <summary>Renames the current item. This method also specifies what to do if an existing item in the current item's location has the same name.</summary>
      <returns>No object or value is returned by this method when it completes.</returns>
      <param name="desiredName">The desired, new name of the current item. If there is an existing item in the current item's location that already has the specified desiredName, the specified NameCollisionOption determines how Windows responds to the conflict.</param>
      <param name="option">The enum value that determines how Windows responds if the desiredName is the same as the name of an existing item in the current item's location.</param>
    </member>
    <member name="T:Windows.Storage.IStorageItem2">
      <summary>Manipulates storage items (files and folders) and their contents, and provides information about them.</summary>
    </member>
    <member name="M:Windows.Storage.IStorageItem2.GetParentAsync">
      <summary>Gets the parent folder of the current storage item.</summary>
      <returns>When this method completes, it returns the parent folder as a StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageItem2.IsEqual(Windows.Storage.IStorageItem)">
      <summary>Indicates whether the current item is the same as the specified item.</summary>
      <returns>Returns true if the current storage item is the same as the specified storage item; otherwise false.</returns>
      <param name="item">The IStorageItem object that represents a storage item to compare against.</param>
    </member>
    <member name="T:Windows.Storage.IStorageItemProperties">
      <summary>Provides access to common and content properties on items (like files and folders).</summary>
    </member>
    <member name="P:Windows.Storage.IStorageItemProperties.DisplayName">
      <summary>Gets the user-friendly name of the item.</summary>
      <returns>Gets the user-friendly name of the item.</returns>
    </member>
    <member name="P:Windows.Storage.IStorageItemProperties.DisplayType">
      <summary>Gets the user-friendly type of the item.</summary>
      <returns>The user-friendly type of the item.</returns>
    </member>
    <member name="P:Windows.Storage.IStorageItemProperties.FolderRelativeId">
      <summary>Gets an identifier for the current item. This ID is unique for the query result or StorageFolder that contains the item and can be used to distinguish between items that have the same name.</summary>
      <returns>The identifier for the item within the query result or StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Retrieves an adjusted thumbnail image for the item, determined by the purpose of the thumbnail.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
    </member>
    <member name="M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Retrieves an adjusted thumbnail image for the item, determined by the purpose of the thumbnail and the requested size.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
    </member>
    <member name="M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Retrieves an adjusted thumbnail image for the item, determined by the purpose of the thumbnail, the requested size, and the specified options.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
      <param name="options">The enum value that describes the desired behavior to use to retrieve the thumbnail image. The specified behavior might affect the size and/or quality of the image and how quickly the thumbnail image is retrieved.</param>
    </member>
    <member name="P:Windows.Storage.IStorageItemProperties.Properties">
      <summary>Gets an object that provides access to the content-related properties of the item.</summary>
      <returns>The object that provides access to the content-related properties of the item.</returns>
    </member>
    <member name="T:Windows.Storage.IStorageItemProperties2">
      <summary>Provides access to methods that get a scaled image as a thumbnail.</summary>
    </member>
    <member name="M:Windows.Storage.IStorageItemProperties2.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
    </member>
    <member name="M:Windows.Storage.IStorageItemProperties2.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail and the requested size.</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
    </member>
    <member name="M:Windows.Storage.IStorageItemProperties2.GetScaledImageAsThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail, the requested size, and the specified options</summary>
      <returns>When this method completes successfully, it returns a StorageItemThumbnail that represents the thumbnail image or null if there is no thumbnail image associated with the item.</returns>
      <param name="mode">The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to scale the thumbnail image without reducing the quality of the image. If Windows can't find a thumbnail image that it can scale to meet the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
      <param name="options">The enum value that describes the desired behavior to use to retrieve the thumbnail image. The specified behavior might affect the size and/or quality of the image and how quickly the thumbnail image is retrieved.</param>
    </member>
    <member name="T:Windows.Storage.IStorageItemPropertiesWithProvider">
      <summary>Provides access to common and content properties on storage items from a particular provider.</summary>
    </member>
    <member name="P:Windows.Storage.IStorageItemPropertiesWithProvider.Provider">
      <summary>Gets the StorageProvider object that contains info about the service that stores the current storage item.</summary>
      <returns>The StorageProvider object that contains info about the service that stores the current storage item. The item may be stored by the local file system or by a remote service like Microsoft SkyDrive.</returns>
    </member>
    <member name="T:Windows.Storage.IStorageFilePropertiesWithAvailability">
      <summary>Provides access to the IsAvailable property.</summary>
    </member>
    <member name="P:Windows.Storage.IStorageFilePropertiesWithAvailability.IsAvailable">
      <summary>Indicates if the file is local, is cached locally, or can be downloaded.</summary>
      <returns>True if the file is local, is cached locally, or can be downloaded. Otherwise, false.</returns>
    </member>
    <member name="T:Windows.Storage.IStreamedFileDataRequest">
      <summary>Represents a sequential-access output stream that indicates a request for the data stream of a StorageFile that was created by calling CreateStreamedFileAsync or ReplaceWithStreamedFileAsync.</summary>
    </member>
    <member name="M:Windows.Storage.IStreamedFileDataRequest.FailAndClose(Windows.Storage.StreamedFileFailureMode)">
      <summary>Indicates that the data can't be streamed and releases system resources that are exposed by the current stream indicating that the data request is complete.</summary>
      <param name="failureMode">The enum value that indicates why the data stream can't be accessed.</param>
    </member>
    <member name="N:Windows.Storage.AccessCache">
      <summary>Enables and manages access to the most recently used (MRU) list of storage items, and to the list of storage items that the application has saved for efficient future access.</summary>
    </member>
    <member name="T:Windows.Storage.AccessCache.AccessListEntryView">
      <summary>A list of the entries that are in an app's StorageItemMostRecentlyUsedList or StorageItemAccessList.</summary>
    </member>
    <member name="P:Windows.Storage.AccessCache.AccessListEntryView.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.AccessListEntryView.First">
      <summary>Retrieves the first storage item from the access list or most recently used (MRU) list.</summary>
      <returns>The first item.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.AccessListEntryView.GetAt(System.UInt32)">
      <summary>Retrieves the storage item at the specified index in the access list or most recently used (MRU) list.</summary>
      <returns>The storage item.</returns>
      <param name="index">The zero-based index of the storage item to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.AccessListEntryView.GetMany(System.UInt32,Windows.Storage.AccessCache.AccessListEntry[])">
      <summary>Retrieves the storage items that start at the specified index in the access list or most recently used (MRU) list.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the items in the collection to retrieve.</param>
      <param name="items">The items in the collection that start at startIndex.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.AccessListEntryView.IndexOf(Windows.Storage.AccessCache.AccessListEntry,System.UInt32@)">
      <summary>Retrieves the index of the specified storage item in the access list or most recently used (MRU) list.</summary>
      <returns>True if the specified storage item exists in the list; otherwise false.</returns>
      <param name="value">The storage item.</param>
      <param name="index">The zero-based index of the storage item.</param>
    </member>
    <member name="P:Windows.Storage.AccessCache.AccessListEntryView.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Storage.AccessCache.AccessListEntryView.Size">
      <summary>Gets the number of storage items in the access list or most recently used (MRU) list.</summary>
      <returns>The number of entries.</returns>
    </member>
    <member name="T:Windows.Storage.AccessCache.ItemRemovedEventArgs">
      <summary>Provides data about an ItemRemoved event.</summary>
    </member>
    <member name="P:Windows.Storage.AccessCache.ItemRemovedEventArgs.RemovedEntry">
      <summary>Gets information about the StorageFile or StorageFolder that was removed from the StorageItemMostRecentlyUsedList.</summary>
      <returns>A structure that contains information about the StorageFile or StorageFolder that was removed.</returns>
    </member>
    <member name="T:Windows.Storage.AccessCache.StorageApplicationPermissions">
      <summary>Provides access to lists that an app can use to track recently accessed files and/or locations or to store files and/or locations to access in the future.</summary>
    </member>
    <member name="P:Windows.Storage.AccessCache.StorageApplicationPermissions.FutureAccessList">
      <summary>Gets an object that represents a list that an app maintains so that the app can store files and/or locations (like folders) and easily access these items in the future.</summary>
      <returns>The future-access list object.</returns>
    </member>
    <member name="P:Windows.Storage.AccessCache.StorageApplicationPermissions.MostRecentlyUsedList">
      <summary>Gets an object that represents a list that an app can use to track the files and/or locations (like folders) that the app has accessed most recently.</summary>
      <returns>The most recently used (MRU) list object.</returns>
    </member>
    <member name="T:Windows.Storage.AccessCache.StorageItemAccessList">
      <summary>Represents a list that an app maintains so that the app can store files and/or locations (like folders) and easily access these items in the future.</summary>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.Add(Windows.Storage.IStorageItem)">
      <summary>Adds a new storage item to the access list.</summary>
      <returns>A token that the app can use later to retrieve the storage item.</returns>
      <param name="file">The storage item to add.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.Add(Windows.Storage.IStorageItem,System.String)">
      <summary>Adds a new storage item and accompanying metadata to the access list.</summary>
      <returns>A token that the app can use later to retrieve the storage item.</returns>
      <param name="file">The storage item to add.</param>
      <param name="metadata">Optional metadata to associate with the storage item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.AddOrReplace(System.String,Windows.Storage.IStorageItem)">
      <summary>Adds a new storage item to the access list, or replaces the specified item if it already exists in the list.</summary>
      <param name="token">The token associated with the new storage item. If the access list already contains a storage item that has this token, the new item replaces the existing one.</param>
      <param name="file">The storage item to add or replace.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.AddOrReplace(System.String,Windows.Storage.IStorageItem,System.String)">
      <summary>Adds a new storage item and accompanying metadata to the access list, or replaces the specified item if it already exists in the list.</summary>
      <param name="token">A token that the app can use later to retrieve this storage item.</param>
      <param name="file">The storage item to add or replace.</param>
      <param name="metadata">Optional metadata to associate with the storage item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.CheckAccess(Windows.Storage.IStorageItem)">
      <summary>Determines whether the app has access to the specified storage item in the access list.</summary>
      <returns>True if the app can access the storage item; otherwise false.</returns>
      <param name="file">The storage item to check for access.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.Clear">
      <summary>Removes all storage items from the access list.</summary>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.ContainsItem(System.String)">
      <summary>Determines whether the access list contains the specified storage item.</summary>
      <returns>True if the access list contains the specified storage item; false otherwise.</returns>
      <param name="token">The token of the storage item to look for.</param>
    </member>
    <member name="P:Windows.Storage.AccessCache.StorageItemAccessList.Entries">
      <summary>Gets an object for retrieving storage items from the access list.</summary>
      <returns>The object for retrieving storage items.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.GetFileAsync(System.String)">
      <summary>Retrieves the specified StorageFile from the list.</summary>
      <returns>When this method completes successfully, it returns the StorageFile that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFile to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.GetFileAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the StorageFile from the list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the StorageFile that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFile to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.GetFolderAsync(System.String)">
      <summary>Retrieves the specified StorageFolder from the list.</summary>
      <returns>When this method completes successfully, it returns the StorageFolder that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFolder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.GetFolderAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified StorageFolder from the list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the StorageFolder that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFolder to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.GetItemAsync(System.String)">
      <summary>Retrieves the specified item (like a file or folder) from the most recently used (MRU) list.</summary>
      <returns>When this method completes successfully, it returns the item (type IStorageItem) that is associated with the specified token.</returns>
      <param name="token">The token of the item to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.GetItemAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified item (like a file or folder) from the list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the item (type IStorageItem) that is associated with the specified token.</returns>
      <param name="token">The token of the item to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="P:Windows.Storage.AccessCache.StorageItemAccessList.MaximumItemsAllowed">
      <summary>Gets the maximum number of storage items that the access list can contain.</summary>
      <returns>The maximum number of storage items.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemAccessList.Remove(System.String)">
      <summary>Removes the specified storage item from the access list.</summary>
      <param name="token">The token of the storage item to remove.</param>
    </member>
    <member name="T:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList">
      <summary>Represents a list that an app can use to track the files and/or locations (like folders) that the app has accessed most recently.</summary>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Add(Windows.Storage.IStorageItem)">
      <summary>Adds a new storage item to the most recently used (MRU) list.</summary>
      <returns>A token that the app can use later to retrieve the storage item.</returns>
      <param name="file">The storage item to add.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Add(Windows.Storage.IStorageItem,System.String)">
      <summary>Adds a new storage item and accompanying metadata to the most recently used (MRU) list.</summary>
      <returns>A token that the app can use later to retrieve the storage item.</returns>
      <param name="file">The storage item to add.</param>
      <param name="metadata">Optional metadata to associate with the storage item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.AddOrReplace(System.String,Windows.Storage.IStorageItem)">
      <summary>Adds a new storage item to the most recently used (MRU) list, or replaces the specified item if it already exists in the list.</summary>
      <param name="token">The token associated with the new storage item. If the access list already contains a storage item that has this token, the new item replaces the existing one.</param>
      <param name="file">The storage item to add or replace.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.AddOrReplace(System.String,Windows.Storage.IStorageItem,System.String)">
      <summary>Adds a new storage item and accompanying metadata to the most recently used (MRU) list, or replaces the specified item if it already exists in the list.</summary>
      <param name="token">The token associated with the new storage item. If the access list already contains a storage item that has this token, the new item replaces the existing one.</param>
      <param name="file">The storage item to add or replace.</param>
      <param name="metadata">Optional metadata to associate with the storage item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.CheckAccess(Windows.Storage.IStorageItem)">
      <summary>Determines whether the app has access to the specified storage item in the most recently used (MRU) list.</summary>
      <returns>True if the app can access the storage item; otherwise false.</returns>
      <param name="file">The storage item to check for access.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Clear">
      <summary>Removes all storage items from the most recently used (MRU) list.</summary>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.ContainsItem(System.String)">
      <summary>Determines whether the most recently used (MRU) list contains the specified storage item.</summary>
      <returns>True if the most recently used (MRU) list contains the specified storage item; false otherwise.</returns>
      <param name="token">The token of the storage item to look for.</param>
    </member>
    <member name="P:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Entries">
      <summary>Gets an object for retrieving storage items from the most recently used (MRU) list.</summary>
      <returns>The object for retrieving storage items.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetFileAsync(System.String)">
      <summary>Retrieves the specified storageFile from the most recently used (MRU) list.</summary>
      <returns>When this method completes successfully, it returns the storageFile that is associated with the specified token.</returns>
      <param name="token">The token of the storageFile to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetFileAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified storageFile from the most recently used (MRU) list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the storageFile that is associated with the specified token.</returns>
      <param name="token">The token of the storageFile to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetFolderAsync(System.String)">
      <summary>Retrieves the specified StorageFolder from the most recently used (MRU) list.</summary>
      <returns>When this method completes successfully, it returns the StorageFolder that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFolder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetFolderAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified StorageFolder from the most recently used (MRU) list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the StorageFolder that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFolder to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetItemAsync(System.String)">
      <summary>Retrieves the specified item (like a file or folder) from the most recently used (MRU) list.</summary>
      <returns>When this method completes successfully, it returns the item (type IStorageItem) that is associated with the specified token.</returns>
      <param name="token">The token of the item to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetItemAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified item (like a file or folder) from the most recently used (MRU) list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the item (type IStorageItem) that is associated with the specified token.</returns>
      <param name="token">The token of the item to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="E:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.ItemRemoved">
      <summary>Fires when a storage item is removed from the most recently used (MRU) list.</summary>
    </member>
    <member name="P:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.MaximumItemsAllowed">
      <summary>Gets the maximum number of storage items that the most recently used (MRU) list can contain.</summary>
      <returns>The maximum number of storage items.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Remove(System.String)">
      <summary>Removes the specified storage item from the most recently used (MRU) list.</summary>
      <param name="token">The token of the storage item to remove.</param>
    </member>
    <member name="T:Windows.Storage.AccessCache.AccessCacheOptions">
      <summary>Describes the behavior to use when the app accesses an item in a list.</summary>
    </member>
    <member name="F:Windows.Storage.AccessCache.AccessCacheOptions.None">
      <summary>Default.When the app accesses the item, the app retrieves the most current version of the item from any available location and, if necessary, the user can enter additional information.</summary>
    </member>
    <member name="F:Windows.Storage.AccessCache.AccessCacheOptions.DisallowUserInput">
      <summary>When the app accesses the item, the user is prevented from entering information.For example, if the app accesses a file that is stored using this option and the file normally triggers a request for the user to enter credentials, the request is suppressed.</summary>
    </member>
    <member name="F:Windows.Storage.AccessCache.AccessCacheOptions.FastLocationsOnly">
      <summary>When the app accesses the item, it is retrieved from a fast location like the local file system.For example, if the app accesses a file that is stored using this option and a version of the file is only available remotely, the file will not be accessed.</summary>
    </member>
    <member name="F:Windows.Storage.AccessCache.AccessCacheOptions.UseReadOnlyCachedCopy">
      <summary>When the app accesses the item, the app retrieves a cached, read-only version of the file. This version of the file might not be the most recent.</summary>
    </member>
    <member name="F:Windows.Storage.AccessCache.AccessCacheOptions.SuppressAccessTimeUpdate">
      <summary>When the app accesses the item in the StorageItemMostRecentlyUsedList, Windows preserves the item's current position in the most recently used (MRU) and does not update the access time of the item.</summary>
    </member>
    <member name="T:Windows.Storage.AccessCache.AccessListEntry">
      <summary>Represents a list entry that contains the identifier and metadata for a StorageFile or StorageFolder object in a list.</summary>
    </member>
    <member name="F:Windows.Storage.AccessCache.AccessListEntry.Token">
      <summary>The identifier of the StorageFile or StorageFolder in the list.</summary>
    </member>
    <member name="F:Windows.Storage.AccessCache.AccessListEntry.Metadata">
      <summary>Optional app-specified metadata associated with the StorageFile or StorageFolder in the list.</summary>
    </member>
    <member name="T:Windows.Storage.AccessCache.IStorageItemAccessList">
      <summary>Represents a list of storage items that the app has stored for efficient future access.</summary>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.Add(Windows.Storage.IStorageItem)">
      <summary>Adds a new storage item to the access list.</summary>
      <returns>A token that the app can use later to retrieve the storage item.</returns>
      <param name="file">The storage item to add.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.Add(Windows.Storage.IStorageItem,System.String)">
      <summary>Adds a new storage item and accompanying metadata to the access list.</summary>
      <returns>A token that the app can use later to retrieve the storage item.</returns>
      <param name="file">The storage item to add.</param>
      <param name="metadata">Optional metadata to associate with the storage item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.AddOrReplace(System.String,Windows.Storage.IStorageItem)">
      <summary>Adds a new storage item to the access list, or replaces the specified item if it already exists in the list.</summary>
      <param name="token">The token associated with the new storage item. If the access list already contains a storage item that has this token, the new item replaces the existing one.</param>
      <param name="file">The storage item to add or replace.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.AddOrReplace(System.String,Windows.Storage.IStorageItem,System.String)">
      <summary>Adds a new storage item and accompanying metadata to the access list, or replaces the specified item if it already exists in the list.</summary>
      <param name="token">The token associated with the new storage item. If the access list already contains a storage item that has this token, the new item replaces the existing one.</param>
      <param name="file">The storage item to add or replace.</param>
      <param name="metadata">Optional metadata to associate with the storage item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.CheckAccess(Windows.Storage.IStorageItem)">
      <summary>Determines whether the app has access to the specified storage item in the access list.</summary>
      <returns>True if the app can access the storage item; otherwise false.</returns>
      <param name="file">The storage item to check for access.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.Clear">
      <summary>Removes all storage items from the access list.</summary>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.ContainsItem(System.String)">
      <summary>Determines whether the access list contains the specified storage item.</summary>
      <returns>True if the access list contains the specified storage item; false otherwise.</returns>
      <param name="token">The token of the storage item to look for.</param>
    </member>
    <member name="P:Windows.Storage.AccessCache.IStorageItemAccessList.Entries">
      <summary>Gets an object for retrieving storage items from the access list.</summary>
      <returns>The object for retrieving storage items.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.GetFileAsync(System.String)">
      <summary>Retrieves the specified StorageFile from the list.</summary>
      <returns>When this method completes successfully, it returns the StorageFile that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFile to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.GetFileAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified StorageFile from the list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the StorageFile that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFile to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.GetFolderAsync(System.String)">
      <summary>Retrieves the specified StorageFolder from the list.</summary>
      <returns>When this method completes successfully, it returns the StorageFolder that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFolder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.GetFolderAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified StorageFolder from the list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the StorageFolder that is associated with the specified token.</returns>
      <param name="token">The token of the StorageFolder to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(System.String)">
      <summary>Retrieves the specified item (like a file or folder) from the list.</summary>
      <returns>When this method completes successfully, it returns the item (type IStorageItem) that is associated with the specified token.</returns>
      <param name="token">The token of the item to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.GetItemAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)">
      <summary>Retrieves the specified item (like a file or folder) from the list using the specified options.</summary>
      <returns>When this method completes successfully, it returns the item (type IStorageItem) that is associated with the specified token.</returns>
      <param name="token">The token of the item to retrieve.</param>
      <param name="options">The enum value that describes the behavior to use when the app accesses the item.</param>
    </member>
    <member name="P:Windows.Storage.AccessCache.IStorageItemAccessList.MaximumItemsAllowed">
      <summary>Gets the maximum number of storage items that the access list can contain.</summary>
      <returns>The maximum number of storage items.</returns>
    </member>
    <member name="M:Windows.Storage.AccessCache.IStorageItemAccessList.Remove(System.String)">
      <summary>Removes the specified storage item from the access list.</summary>
      <param name="token">The token of the storage item to remove.</param>
    </member>
    <member name="N:Windows.Storage.BulkAccess">
      <summary>Provides classes for searching, accessing, managing, and retrieving information about files and folders in the storage system.</summary>
    </member>
    <member name="T:Windows.Storage.BulkAccess.FileInformation">
      <summary>Provides synchronous access to the properties exposed off StorageFile and lets an app perform asynchronous file operations such as copy, delete, move, and rename.</summary>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.Attributes">
      <summary>Gets the attributes of a file.</summary>
      <returns>The file attributes.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.BasicProperties">
      <summary>Gets an object that contains the basic properties information of the file.</summary>
      <returns>The basic properties object.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.ContentType">
      <summary>Gets a string that describes the contents of the file.</summary>
      <returns>The content type string.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.CopyAndReplaceAsync(Windows.Storage.IStorageFile)">
      <summary>Replaces the specified StorageFile with a copy of the current file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="fileToReplace">The StorageFile to be replaced.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.CopyAsync(Windows.Storage.IStorageFolder)">
      <summary>Creates a copy of the StorageFile and stores it in the specified StorageFolder.</summary>
      <returns>When this method completes successfully, it returns the copy as a StorageFile object.</returns>
      <param name="destinationFolder">The folder in which to store the copied file.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.CopyAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Creates a copy of the StorageFile, gives it the specified file name, and stores it in the specified StorageFolder.</summary>
      <returns>When this method completes successfully, it returns the copy as a StorageFile object.</returns>
      <param name="destinationFolder">The folder in which to store the copied file.</param>
      <param name="desiredNewName">The name of the new copy.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.CopyAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)">
      <summary>Creates a copy of the StorageFile, gives it the specified file name, and stores it in the specified StorageFolder. The method also specifies what to do if a file with the same name already exists in the specified folder.</summary>
      <returns>When this method completes successfully, it returns the copy as a StorageFile object.</returns>
      <param name="destinationFolder">The folder in which to store the copied file.</param>
      <param name="desiredNewName">The name of the new copy.</param>
      <param name="option">A value that indicates what to do if the file name already exists in the destination folder.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.DateCreated">
      <summary>Gets the date that the file was created.</summary>
      <returns>The file creation date.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.DeleteAsync">
      <summary>Deletes a file.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.DeleteAsync(Windows.Storage.StorageDeleteOption)">
      <summary>Deletes a file, optionally moving the deleted file to the recycle bin.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="option">A value that specifies whether the deleted file is moved to the recycle bin.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.DisplayName">
      <summary>Gets the user-friendly name of the StorageFile.</summary>
      <returns>The user-friendly name of the StorageFile.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.DisplayType">
      <summary>Gets the display type of the StorageFile.</summary>
      <returns>The display type.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.DocumentProperties">
      <summary>Gets an object that provides access to the document properties of the StorageFile, such as the title, author name, and so on.</summary>
      <returns>The document properties.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.FileType">
      <summary>Gets the file type.</summary>
      <returns>The file type.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.FolderRelativeId">
      <summary>Gets the identifier that uniquely identifies the StorageFile relative to other items in the same folder.</summary>
      <returns>The folder-relative identifier.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.GetBasicPropertiesAsync">
      <summary>Retrieves the basic properties of the StorageFile.</summary>
      <returns>When this method completes successfully, it returns a BasicProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.GetParentAsync">
      <summary>Gets the parent folder of the current file.</summary>
      <returns>When this method completes, it returns the parent folder as a StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Retrieves the thumbnail that is associated with the StorageFile.</summary>
      <returns>When this method completes successfully, it returns the thumbnail image as a StorageItemThumbnail object.</returns>
      <param name="mode">The thumbnail mode to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Retrieves the thumbnail that is associated with the StorageFile, scaling it to the specified size.</summary>
      <returns>When this method completes successfully, it returns the thumbnail image as a StorageItemThumbnail object.</returns>
      <param name="mode">The thumbnail mode to retrieve.</param>
      <param name="requestedSize">The requested size in pixels of thumbnail to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Retrieves the thumbnail that is associated with the StorageFile, based on the specified options.</summary>
      <returns>When this method completes successfully, it returns the thumbnail image as a StorageItemThumbnail object.</returns>
      <param name="mode">The thumbnail mode to retrieve.</param>
      <param name="requestedSize">The requested size in pixels of thumbnail to retrieve.</param>
      <param name="options">The thumbnail retrieval options.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.ImageProperties">
      <summary>Gets the image properties of the StorageFile, such as the title, rating, date that the image was taken, and so on.</summary>
      <returns>The image properties.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.IsAvailable">
      <summary>Indicates if the current file has been downloaded or can be downloaded.</summary>
      <returns>True if the file has been downloaded or can be downloaded. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.IsEqual(Windows.Storage.IStorageItem)">
      <summary>Indicates whether the current file is the same as the specified storage item.</summary>
      <returns>Returns true if the current storage item is the same as the specified storage item; otherwise false.</returns>
      <param name="item">The IStorageItem object that represents a storage item to compare against.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.IsOfType(Windows.Storage.StorageItemTypes)">
      <summary>Determines whether the loaded StorageFile is the specified type.</summary>
      <returns>True if the loaded StorageFile is the specified type; otherwise false.</returns>
      <param name="type">The type of item to check against.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.MoveAndReplaceAsync(Windows.Storage.IStorageFile)">
      <summary>Moves the current StorageFile from its location and uses it to replace the specified StorageFile.</summary>
      <returns>An object for managing the asynchronous move and replace operation.</returns>
      <param name="fileToReplace">The StorageFile to be replaced.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.MoveAsync(Windows.Storage.IStorageFolder)">
      <summary>Moves the StorageFile to the specified StorageFolder.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="destinationFolder">The destination folder.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.MoveAsync(Windows.Storage.IStorageFolder,System.String)">
      <summary>Moves the StorageFile to the specified folder, and gives the file the specified file name.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="destinationFolder">The destination folder.</param>
      <param name="desiredNewName">The new file name.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.MoveAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)">
      <summary>Moves the StorageFile to the specified folder and gives it the specified file name. The method also specifies what to do if a file with the same name already exists in the specified folder.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="destinationFolder">The destination folder.</param>
      <param name="desiredNewName">The new file name.</param>
      <param name="option">A value that indicates what to do if the file name already exists in the destination folder.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.MusicProperties">
      <summary>Gets the music properties associated with the StorageFile, such as the album name, artist name, bit rate, and so on.</summary>
      <returns>The music properties.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.Name">
      <summary>Gets the name of the StorageFile.</summary>
      <returns>The name.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.OpenAsync(Windows.Storage.FileAccessMode)">
      <summary>Opens a random-access stream over the StorageFile.</summary>
      <returns>When this method completes successfully, it returns a random-access stream (type IRandomAccessStream).</returns>
      <param name="accessMode">The type of access to allow.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.OpenReadAsync">
      <summary>Opens a read-only, random-access stream over the StorageFile.</summary>
      <returns>When this method completes successfully, it returns a read-only, random-access stream (type IRandomAccessStreamWithContentType).</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.OpenSequentialReadAsync">
      <summary>Opens a read-only, sequential-access stream over the StorageFile.</summary>
      <returns>When this method completes successfully, it returns a read-only, sequential-access stream (type IInputStream).</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.OpenTransactedWriteAsync">
      <summary>Opens a random-access stream to the file that can be used for transacted-write operations.</summary>
      <returns>When this method completes, it returns a StorageStreamTransaction that contains the random-access stream and methods that can be used to complete transactions.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.Path">
      <summary>Gets the path of the StorageFile.</summary>
      <returns>The path.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.Properties">
      <summary>Gets an object for retrieving the properties of the StorageFile.</summary>
      <returns>An object for retrieving StorageFile properties.</returns>
    </member>
    <member name="E:Windows.Storage.BulkAccess.FileInformation.PropertiesUpdated">
      <summary>Occurs when one or more of the StorageFile's properties is updated.</summary>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.Provider">
      <summary>Gets the StorageProvider object that contains info about the service that stores the current file.</summary>
      <returns>The StorageProvider object that contains info about the service that stores the current file. The file may be stored by the local file system or by a remote service like Microsoft SkyDrive.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.RenameAsync(System.String)">
      <summary>Renames the StorageFile.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="desiredName">The new name.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformation.RenameAsync(System.String,Windows.Storage.NameCollisionOption)">
      <summary>Renames the StorageFile, and specifies what to do if a file with the same name already exists in the current folder.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="desiredName">The new name.</param>
      <param name="option">A value that indicates what to do if the file name already exists in the current folder.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.Thumbnail">
      <summary>Gets the thumbnail associated with the StorageFile.</summary>
      <returns>The thumbnail.</returns>
    </member>
    <member name="E:Windows.Storage.BulkAccess.FileInformation.ThumbnailUpdated">
      <summary>Fires when the StorageFile's thumbnail is updated or a better quality thumbnail is available.</summary>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FileInformation.VideoProperties">
      <summary>Gets an object that provides access to the video properties of the StorageFile, such as the duration, rating, date released, and so on.</summary>
      <returns>The video properties.</returns>
    </member>
    <member name="T:Windows.Storage.BulkAccess.FileInformationFactory">
      <summary>Used to load information about files and folders from the results of a query and to bind these file system items to JavaScript ListView or XAML ListView and GridView controls. After information is loaded, an app can then access that information quickly using synchronous operations.</summary>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.#ctor(Windows.Storage.Search.IStorageQueryResultBase,Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Creates a new FileInformationFactory object that retrieves information about the StorageFile and StorageFolder objects in the specified query result.</summary>
      <param name="queryResult">The result of a query of files and folders on the system.To learn about query result objects, see StorageFileQueryResult, StorageFolderQueryResult, and StorageItemQueryResult.</param>
      <param name="mode">A value that indicates the type of thumbnail view to retrieve for the StorageFile and StorageFolder.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.#ctor(Windows.Storage.Search.IStorageQueryResultBase,Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Creates a new FileInformationFactory object that retrieves information about the StorageFile and StorageFolder objects in the specified query result and that specifies the requested size for thumbnails that are retrieved for the objects.</summary>
      <param name="queryResult">The result of a query of files and folders on the system.To learn about query result objects, see StorageFileQueryResult, StorageFolderQueryResult, and StorageItemQueryResult.</param>
      <param name="mode">A value that indicates the type of thumbnail view to retrieve for the StorageFile and StorageFolder.</param>
      <param name="requestedThumbnailSize">The requested minimum size, in pixels, of the StorageFile and StorageFolder thumbnails.If thumbnails are not required for IStorageItemInformation objects, set the requestedSize to 0.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.#ctor(Windows.Storage.Search.IStorageQueryResultBase,Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Creates a new FileInformationFactory object that retrieves information about the StorageFile and StorageFolder objects in the specified query result, and that specifies the requested size and options for thumbnails that are retrieved for the objects.</summary>
      <param name="queryResult">The result of a query of files and folders on the system.To learn about query result objects, see StorageFileQueryResult, StorageFolderQueryResult, and StorageItemQueryResult.</param>
      <param name="mode">A value that indicates the type of thumbnail view to retrieve for the StorageFile and StorageFolder.</param>
      <param name="requestedThumbnailSize">The requested minimum size, in pixels, of the StorageFile and StorageFolder thumbnails.If thumbnails are not required for IStorageItemInformation objects, set the requestedSize to 0.</param>
      <param name="thumbnailOptions">The thumbnail retrieval options.If you're using FileInformationFactory with the JavaScript ListView or XAML ListView and GridView controls, don't specify ThumbnailOptions.ReturnOnlyIfCached because this mode may prevent the control from being correctly populated with thumbnails.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.#ctor(Windows.Storage.Search.IStorageQueryResultBase,Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions,System.Boolean)">
      <summary>Creates a new FileInformationFactory object that retrieves information about the StorageFile and StorageFolder objects in the specified query result, specifies the requested size and options for thumbnails that are retrieved for the objects, and indicates whether to delay loading information.</summary>
      <param name="queryResult">The result of a query of files and folders on the system.To learn about query result objects, see StorageFileQueryResult, StorageFolderQueryResult, and StorageItemQueryResult.</param>
      <param name="mode">A value that indicates the type of thumbnail view to retrieve for the StorageFile and StorageFolder.</param>
      <param name="requestedThumbnailSize">The requested minimum size, in pixels, of the StorageFile and StorageFolder thumbnails.If thumbnails are not required for IStorageItemInformation objects, set the requestedSize to 0.</param>
      <param name="thumbnailOptions">The thumbnail retrieval options.If you're using FileInformationFactory with the JavaScript ListView or XAML ListView and GridView controls, don't specify ThumbnailOptions.ReturnOnlyIfCached because this mode may prevent the control from being correctly populated with thumbnails.</param>
      <param name="delayLoad">True to delay loading information; otherwise false. By default, this option is false and delay loading is not used.If delayLoad is true, it authorizes the FileInformationFactory to return IStorageItemInformation objects before thumbnails are available. Subsequently, the system fires a ThumbnailUpdated event when thumbnails become available. Using delay loading is recommended because it makes apps seem more responsive.If delayLoad is false (as it is by default), the system will require more time to retrieve IStorageItemInformation objects, but after the objects are retrieved all cached thumbnails will be accessible synchronously. Thumbnails that are not cached must still be accessed asynchronously in response to the ThumbnailUpdated event.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetFilesAsync">
      <summary>Retrieves a collection of FileInformation objects that contain information about all StorageFile objects in a collection.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of FileInformation objects.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetFilesAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves a collection of FileInformation objects that contain information about a range of StorageFile objects in a collection.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of FileInformation objects.</returns>
      <param name="startIndex">The zero-based index of the first StorageFile in the range.</param>
      <param name="maxItemsToRetrieve">The maximum number of StorageFile objects to retrieve information for.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetFoldersAsync">
      <summary>Retrieves a collection of FolderInformation objects that contain information about all StorageFolder objects in a collection.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of FolderInformation objects.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetFoldersAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves a collection of FolderInformation objects that contain information about a range of StorageFolder objects in a collection.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of FolderInformation objects.</returns>
      <param name="startIndex">The zero-based index of the first StorageFolder in the range.</param>
      <param name="maxItemsToRetrieve">The maximum number of StorageFolder objects to retrieve information for.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetItemsAsync">
      <summary>Retrieves a collection of IStorageItemInformation objects that contain information about all the items in the collection.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of FileInformation and FolderInformation objects.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetItemsAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves a collection of IStorageItemInformation objects that contain information about a range of items in a collection.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of FileInformation and FolderInformation objects.</returns>
      <param name="startIndex">The zero-based index of the first item in the range.</param>
      <param name="maxItemsToRetrieve">The maximum number of items to retrieve information for.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetVirtualizedFilesVector">
      <summary>Gets a virtualized vector of IStorageItemInformation objects that can be bound to ListView or GridView controls in C#, C++, and VB.</summary>
      <returns>The virtualized vector of IStorageItemInformation objects.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetVirtualizedFoldersVector">
      <summary>Gets a virtualized vector of IStorageItemInformation objects that can be bound to ListView or GridView controls in C#, C++, and VB.</summary>
      <returns>The virtualized vector of IStorageItemInformation objects.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FileInformationFactory.GetVirtualizedItemsVector">
      <summary>Gets a virtualized vector of IStorageItemInformation objects that can be bound to ListView or GridView controls in C#, C++, and VB.</summary>
      <returns>The virtualized vector of IStorageItemInformation objects.</returns>
    </member>
    <member name="T:Windows.Storage.BulkAccess.FolderInformation">
      <summary>Provides synchronous access to the properties exposed off StorageFolder and lets an app perform asynchronous management operations such as copy, delete, move, and rename.</summary>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.AreQueryOptionsSupported(Windows.Storage.Search.QueryOptions)">
      <summary>Retrieves a value that indicates whether the folder supports the specified search query options.</summary>
      <returns>True if the folder supports the specified search query options; otherwise false.</returns>
      <param name="queryOptions">The search query options to test.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.Attributes">
      <summary>Gets the attributes of a loaded folder.</summary>
      <returns>The folder attributes.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.BasicProperties">
      <summary>Gets an object that contains the basic properties information of the folder.</summary>
      <returns>The basic properties object.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFileAsync(System.String)">
      <summary>Creates a new file in the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFile that represents the new file.</returns>
      <param name="desiredName">The name of the new file.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFileAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new file in the current folder, and specifies what to do if a file with the same name already exists in the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFile that represents the new file.</returns>
      <param name="desiredName">The name of the new file.</param>
      <param name="options">A value that indicates what to do if the file name already exists in the current folder.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFileQuery">
      <summary>Creates an object for performing filtered search queries for StorageFile in the current folder.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFileQuery(Windows.Storage.Search.CommonFileQuery)">
      <summary>Creates an object for performing filtered search queries for StorageFile objects in the current folder. Search results are grouped based on the specified file attribute.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
      <param name="query">A value that specifies the folder attribute to use to group the search results.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFileQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Creates an object used to perform filtered search queries for StorageFile objects in the folder. The object is initialized with the specified query options.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
      <param name="queryOptions">The initial query options.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFolderAsync(System.String)">
      <summary>Creates a new child folder of the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFolder that represents the new file.</returns>
      <param name="desiredName">The name of the new folder.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFolderAsync(System.String,Windows.Storage.CreationCollisionOption)">
      <summary>Creates a new child folder of the current folder, and specifies what to do if a folder with the same name already exists in the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFolder that represents the new file.</returns>
      <param name="desiredName">The name of the new folder.</param>
      <param name="options">A value that indicates what to do if the child folder already exists in the current folder.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFolderQuery">
      <summary>Creates an object for performing filtered search queries for child StorageFolder objects of the current folder.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFolderQuery(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Creates an object for performing filtered search queries for child StorageFolder objects of the current folder. Search results are grouped based on the specified folder attribute.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
      <param name="query">A value that specifies the folder attribute to use to group the search results.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateFolderQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Creates an object used to perform filtered search queries for child StorageFolder objects of the current folder. The object is initialized with the specified query options.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
      <param name="queryOptions">The initial query options.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateItemQuery">
      <summary>Creates an object used to perform filtered search queries for items in the folder.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.CreateItemQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Creates an object used to perform filtered search queries for items in the folder. The object is initialized with the specified query options.</summary>
      <returns>An object for managing the search queries and accessing the results.</returns>
      <param name="queryOptions">The initial query options.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.DateCreated">
      <summary>Gets the date that the folder was created.</summary>
      <returns>The folder creation date.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.DeleteAsync">
      <summary>Deletes the current folder.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.DeleteAsync(Windows.Storage.StorageDeleteOption)">
      <summary>Deletes the current folder, optionally moving the deleted folder to the recycle bin.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="option">A value that specifies whether to move the deleted folder to the recycle bin.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.DisplayName">
      <summary>Gets the user-friendly name of the StorageFolder.</summary>
      <returns>The user-friendly name of the StorageFolder.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.DisplayType">
      <summary>Gets the display type of the StorageFolder.</summary>
      <returns>The display type.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.DocumentProperties">
      <summary>Gets the document properties of the StorageFolder.</summary>
      <returns>The document properties.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.FolderRelativeId">
      <summary>Gets the identifier that uniquely identifies the StorageFolder relative to other items in the same folder.</summary>
      <returns>The folder-relative identifier.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetBasicPropertiesAsync">
      <summary>Retrieves the basic properties of the StorageFolder object.</summary>
      <returns>When this method completes successfully, it returns a BasicProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFileAsync(System.String)">
      <summary>Retrieves a file from the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFile.</returns>
      <param name="name">The name of the file to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFilesAsync">
      <summary>Retrieves all files from the current folder.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of StorageFile objects in the folder.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFilesAsync(Windows.Storage.Search.CommonFileQuery)">
      <summary>Retrieves files from the current folder based on a common folder query.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of StorageFile objects in the folder.</returns>
      <param name="query">The common file query.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFilesAsync(Windows.Storage.Search.CommonFileQuery,System.UInt32,System.UInt32)">
      <summary>Retrieves a range of files from the current folder based on a common file query.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of StorageFile objects in the folder.</returns>
      <param name="query">The common file query.</param>
      <param name="startIndex">The zero-based index of the first file in the range.</param>
      <param name="maxItemsToRetrieve">The maximum number of files to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFolderAsync(System.String)">
      <summary>Retrieves the specified child folder from the current folder.</summary>
      <returns>When this method completes successfully, it returns a StorageFolder that represents the specified child folder.</returns>
      <param name="name">The name of the child folder to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFoldersAsync">
      <summary>Retrieves all child folders from the current folder.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of child folders. Each child folder in this list is represented by a StorageFolder object.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Retrieves child folders from the current folder based on a common folder query.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of child folders. Each child folder in this list is represented by a StorageFolder object.</returns>
      <param name="query">The common folder query.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery,System.UInt32,System.UInt32)">
      <summary>Retrieves a range of child folders from the current folder based on a common folder query.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of child folders. Each child folder in this list is represented by a StorageFolder object.</returns>
      <param name="query">The common folder query.</param>
      <param name="startIndex">The zero-based index of the first child folder in the range.</param>
      <param name="maxItemsToRetrieve">The maximum number of child folders to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetIndexedStateAsync">
      <summary>Retrieves the indexed state of the folder.</summary>
      <returns>When this method completes successfully, it returns an IndexedState enumeration value.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetItemAsync(System.String)">
      <summary>Retrieves an item from the folder.</summary>
      <returns>When this method completes successfully, it returns the item (type IStorageItem).</returns>
      <param name="name">The name of the item to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetItemsAsync">
      <summary>Retrieves all items from the current folder.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of items.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetItemsAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves a range of items from the current folder.</summary>
      <returns>When this method completes successfully, it returns the list (type IVectorView) of items.</returns>
      <param name="startIndex">The zero-based index of the first item in the range.</param>
      <param name="maxItemsToRetrieve">The maximum number of items to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetParentAsync">
      <summary>Gets the parent folder of the current folder.</summary>
      <returns>When this method completes, it returns the parent folder as a StorageFolder.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode)">
      <summary>Retrieves the thumbnail that is associated with the StorageFolder.</summary>
      <returns>When this method completes successfully, it returns the thumbnail image as a StorageItemThumbnail object.</returns>
      <param name="mode">The thumbnail mode to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)">
      <summary>Retrieves the thumbnail that is associated with the StorageFolder, scaling it to the specified size.</summary>
      <returns>When this method completes successfully, it returns the thumbnail image as a StorageItemThumbnail object.</returns>
      <param name="mode">The thumbnail mode to retrieve.</param>
      <param name="requestedSize">The requested size in pixels of thumbnail to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Retrieves the thumbnail that is associated with the StorageFolder, based on the specified options.</summary>
      <returns>When this method completes successfully, it returns the thumbnail image as a StorageItemThumbnail object.</returns>
      <param name="mode">The thumbnail mode to retrieve.</param>
      <param name="requestedSize">The requested size in pixels of thumbnail to retrieve.</param>
      <param name="options">The thumbnail retrieval options.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.ImageProperties">
      <summary>Gets the image properties of the StorageFolder.</summary>
      <returns>The image properties.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.IsCommonFileQuerySupported(Windows.Storage.Search.CommonFileQuery)">
      <summary>Retrieves a value that indicates whether the current folder supports the specified common file query.</summary>
      <returns>True if the folder supports the specified common file query; otherwise false.</returns>
      <param name="query">The common file query to test.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.IsCommonFolderQuerySupported(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Retrieves a value that indicates whether the current folder supports the specified common folder query.</summary>
      <returns>True if the folder supports the specified common folder query; otherwise false.</returns>
      <param name="query">The common folder query to test.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.IsEqual(Windows.Storage.IStorageItem)">
      <summary>Indicates whether the current folder is equal to the specified folder.</summary>
      <returns>Returns true if the current folder is equal to the specified folder; otherwise false.</returns>
      <param name="item">The IStorageItem object that represents the folder to compare against.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.IsOfType(Windows.Storage.StorageItemTypes)">
      <summary>Determines whether the loaded StorageFolder is the specified type.</summary>
      <returns>True if the loaded StorageFolder is the specified type; otherwise false.</returns>
      <param name="type">The type of item to check against.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.MusicProperties">
      <summary>Gets the music properties associated with the StorageFolder.</summary>
      <returns>The music properties.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.Name">
      <summary>Gets the name of the StorageFolder.</summary>
      <returns>The StorageFolder name.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.Path">
      <summary>Gets the path of the StorageFolder.</summary>
      <returns>The path.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.Properties">
      <summary>Gets an object for retrieving the properties of the StorageFolder.</summary>
      <returns>The object for retrieving StorageFolder properties.</returns>
    </member>
    <member name="E:Windows.Storage.BulkAccess.FolderInformation.PropertiesUpdated">
      <summary>Occurs when one or more of the StorageFolder's properties is updated.</summary>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.Provider">
      <summary>Gets the StorageProvider object that contains info about the service that stores the current folder.</summary>
      <returns>The StorageProvider object that contains info about the service that stores the current folder. The file may be stored by the local file system or by a remote service like Microsoft SkyDrive.</returns>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.RenameAsync(System.String)">
      <summary>Renames the StorageFolder.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="desiredName">The new name.</param>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.RenameAsync(System.String,Windows.Storage.NameCollisionOption)">
      <summary>Renames the StorageFolder, and specifies what to do if a folder with the same name already exists.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="desiredName">The new name.</param>
      <param name="option">A value that indicates what to do if a folder with desiredName already exists.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.Thumbnail">
      <summary>Gets the thumbnail for the StorageFile.</summary>
      <returns>The thumbnail.</returns>
    </member>
    <member name="E:Windows.Storage.BulkAccess.FolderInformation.ThumbnailUpdated">
      <summary>Fires when the StorageFolder's thumbnail is updated or a better quality thumbnail is available.</summary>
    </member>
    <member name="M:Windows.Storage.BulkAccess.FolderInformation.TryGetItemAsync(System.String)">
      <summary>Try to get a specific file or sub-folder from the current folder using the name of the file or folder to get.</summary>
      <returns>When this method completes successfully, it returns the file or folder (type IStorageItem).</returns>
      <param name="name">The name (or path relative to the current folder) of the file or sub-folder to try to retrieve.</param>
    </member>
    <member name="P:Windows.Storage.BulkAccess.FolderInformation.VideoProperties">
      <summary>Gets the video properties that are associated with the StorageFolder.</summary>
      <returns>The video properties.</returns>
    </member>
    <member name="T:Windows.Storage.BulkAccess.IStorageItemInformation">
      <summary>Provides synchronous access to the properties of a file or folder in the file system.</summary>
    </member>
    <member name="P:Windows.Storage.BulkAccess.IStorageItemInformation.BasicProperties">
      <summary>Gets an object that contains the basic properties information of the item.</summary>
      <returns>The basic properties object.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.IStorageItemInformation.DocumentProperties">
      <summary>Gets an object that provides access to the document properties of the item, such as the title, author name, and so on.</summary>
      <returns>The document properties.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.IStorageItemInformation.ImageProperties">
      <summary>Gets an object that provides access to the image properties of the item, such as the title, rating, date that the image was taken, and so on.</summary>
      <returns>The image properties.</returns>
    </member>
    <member name="P:Windows.Storage.BulkAccess.IStorageItemInformation.MusicProperties">
      <summary>Gets an object that provides access to the music properties of the item, such as the album name, artist name, bit rate, and so on.</summary>
      <returns>The music properties.</returns>
    </member>
    <member name="E:Windows.Storage.BulkAccess.IStorageItemInformation.PropertiesUpdated">
      <summary>Occurs when one or more of the item's properties is updated.</summary>
    </member>
    <member name="P:Windows.Storage.BulkAccess.IStorageItemInformation.Thumbnail">
      <summary>Gets the thumbnail associated with the item.</summary>
      <returns>The thumbnail.</returns>
    </member>
    <member name="E:Windows.Storage.BulkAccess.IStorageItemInformation.ThumbnailUpdated">
      <summary>Fires when the item's thumbnail is updated or a better quality thumbnail is available.</summary>
    </member>
    <member name="P:Windows.Storage.BulkAccess.IStorageItemInformation.VideoProperties">
      <summary>Gets an object that provides access to the video properties of the item, such as the duration, rating, date released, and so on.</summary>
      <returns>The video properties.</returns>
    </member>
    <member name="N:Windows.Storage.Compression">
      <summary>Provides a unified interface to the compression features included in Windows that frees developers from responsibility for managing block sizes, compression parameters, and other details that the native compression API requires.</summary>
    </member>
    <member name="T:Windows.Storage.Compression.CompressAlgorithm">
      <summary>Identifies a compression algorithm to use when creating an instance of a compressor.</summary>
    </member>
    <member name="F:Windows.Storage.Compression.CompressAlgorithm.InvalidAlgorithm">
      <summary>This value represents an invalid compression algorithm. It is useful primarily for error checking.</summary>
    </member>
    <member name="F:Windows.Storage.Compression.CompressAlgorithm.NullAlgorithm">
      <summary>This value represents an algorithm that passes data through with no compression. It is useful primarily for testing.</summary>
    </member>
    <member name="F:Windows.Storage.Compression.CompressAlgorithm.Mszip">
      <summary>The compressor will use the MSZIP compression algorithm.</summary>
    </member>
    <member name="F:Windows.Storage.Compression.CompressAlgorithm.Xpress">
      <summary>The compressor will use the XPRESS compression algorithm.</summary>
    </member>
    <member name="F:Windows.Storage.Compression.CompressAlgorithm.XpressHuff">
      <summary>The compressor will use the XPRESS compression algorithm with Huffman encoding.</summary>
    </member>
    <member name="F:Windows.Storage.Compression.CompressAlgorithm.Lzms">
      <summary>The compressor will use the LZMS compression algorithm.</summary>
    </member>
    <member name="T:Windows.Storage.Compression.Compressor">
      <summary>A compressor takes information written to a stream and compresses it using a compression algorithm.</summary>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.FinishAsync">
      <summary>Finishes writing the compression stream.</summary>
      <returns>The asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.DetachStream">
      <summary>Detaches the underlying stream from the Compressor object so that the object can be closed using the Compressor.Close method without also closing the underlying stream.</summary>
      <returns>The stream of information.</returns>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes information to the compression stream asynchronously.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer that contains the information to be written to the stream.</param>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.FlushAsync">
      <summary>Flushes the compression stream asynchronously.</summary>
      <returns>The asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.Close">
      <summary>Closes a Compressor object and synchronously discards any information in buffers.</summary>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.#ctor(Windows.Storage.Streams.IOutputStream)">
      <summary>Creates an instance of a compressor.</summary>
      <param name="underlyingStream">The stream of compressed information to be written by the compressor.</param>
    </member>
    <member name="M:Windows.Storage.Compression.Compressor.#ctor(Windows.Storage.Streams.IOutputStream,Windows.Storage.Compression.CompressAlgorithm,System.UInt32)">
      <summary>Creates an instance of a compressor.</summary>
      <param name="underlyingStream">The stream of compressed information to be written by the compressor.</param>
      <param name="algorithm">The compression algorithm used by the compressor to write underlyingStream.</param>
      <param name="blockSize">Size in bytes of the intermediate buffer used by the compression algorithm. A value of 0 specifies that the compression algorithm will use its default block size. Valid non-zero values for this parameter are 32Kb to 64Mb.</param>
    </member>
    <member name="T:Windows.Storage.Compression.Decompressor">
      <summary>A decompressor takes a stream compressed by a compressor and decompresses it.</summary>
    </member>
    <member name="M:Windows.Storage.Compression.Decompressor.DetachStream">
      <summary>Detaches the underlying stream from the Decompressor object so that the object can be closed using the Decompressor.Close method without also closing the underlying stream.</summary>
      <returns>The stream of information.</returns>
    </member>
    <member name="M:Windows.Storage.Compression.Decompressor.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Reads from the compression stream asynchronously.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer that contains the information to be read from the stream.</param>
      <param name="count">The number of bytes to read.</param>
      <param name="options">Read options</param>
    </member>
    <member name="M:Windows.Storage.Compression.Decompressor.Close">
      <summary>Closes a Decompressor object and synchronously discards any information in buffers.</summary>
    </member>
    <member name="M:Windows.Storage.Compression.Decompressor.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Compression.Decompressor.#ctor(Windows.Storage.Streams.IInputStream)">
      <summary>This method creates an instance of a decompressor.</summary>
      <param name="underlyingStream">The stream of compressed information to be read and decompressed by the decompressor.</param>
    </member>
    <member name="N:Windows.Storage.FileProperties">
      <summary>Provides access to the properties of a file.</summary>
    </member>
    <member name="T:Windows.Storage.FileProperties.BasicProperties">
      <summary>Provides access to the basic properties, like the size of the item or the date the item was last modified, of the item (like a file or folder).</summary>
    </member>
    <member name="P:Windows.Storage.FileProperties.BasicProperties.DateModified">
      <summary>Gets the timestamp of the last time the file was modified.</summary>
      <returns>The timestamp.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.BasicProperties.ItemDate">
      <summary>Gets the most relevant date for the item.</summary>
      <returns>The item's date. The system determines the most relevant date based on the type of the item. For example, if the item is a photo the date in System.Photo.DateTaken is returned. Or if the item is a song the date in System.Media.DateReleased is returned.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.BasicProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the specified properties associated with the item.</summary>
      <returns>When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs.</returns>
      <param name="propertiesToRetrieve">A collection that contains the names of the properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.BasicProperties.SavePropertiesAsync">
      <summary>Saves all properties associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.BasicProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Saves the specified properties and values associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="propertiesToSave">A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.BasicProperties.Size">
      <summary>Gets the size of the file.</summary>
      <returns>The size of the file.</returns>
    </member>
    <member name="T:Windows.Storage.FileProperties.DocumentProperties">
      <summary>Provides access to the document-related properties of an item (like a file or folder).</summary>
    </member>
    <member name="P:Windows.Storage.FileProperties.DocumentProperties.Author">
      <summary>Gets the name of the document author.</summary>
      <returns>The name of the document author.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.DocumentProperties.Comment">
      <summary>Gets or sets the comments associated with the document.</summary>
      <returns>The comments.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.DocumentProperties.Keywords">
      <summary>Gets the collection of keywords associated with the document.</summary>
      <returns>The collection of keywords.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.DocumentProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the specified properties associated with the item.</summary>
      <returns>An object for managing the asynchronous property retrieval operation.</returns>
      <param name="propertiesToRetrieve">A collection that contains the names of the properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.DocumentProperties.SavePropertiesAsync">
      <summary>Saves all properties associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.DocumentProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Saves the specified properties and values associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="propertiesToSave">A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.DocumentProperties.Title">
      <summary>Gets or sets the title of the document.</summary>
      <returns>The document title.</returns>
    </member>
    <member name="T:Windows.Storage.FileProperties.ImageProperties">
      <summary>Provides access to the image-related properties of an item (like a file or folder).</summary>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.CameraManufacturer">
      <summary>Gets or sets the manufacturer of the camera that took the photo.</summary>
      <returns>The manufacturer of the camera that took the photo.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.CameraModel">
      <summary>Gets or sets the model of the camera that took the photo.</summary>
      <returns>The model of the camera that took the photo.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.DateTaken">
      <summary>Gets or sets the date when the image was taken.</summary>
      <returns>The date when the image was taken.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Height">
      <summary>Gets the height of the image.</summary>
      <returns>The height of the image, in pixels.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Keywords">
      <summary>Gets the collection of keywords associated with the image.</summary>
      <returns>The collection of keywords.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Latitude">
      <summary>Gets the latitude coordinate where the photo was taken.</summary>
      <returns>The latitude coordinate where the photo was taken. The system computes this coordinate using the following file properties: System.GPS.Latitude System.GPS.LatitudeDenominator System.GPS.LatitudeNumerator System.GPS.LatitudeRef</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Longitude">
      <summary>Gets the longitude coordinate where the photo was taken.</summary>
      <returns>The longitude coordinate where the photo was taken. The system computes this coordinate using the following file properties: System.GPS.Longitude System.GPS.LongitudeDenominator System.GPS.LongitudeNumerator System.GPS.LongitudeRef</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Orientation">
      <summary>Gets the Exchangeable Image File (EXIF) orientation flag of the photo.</summary>
      <returns>The photo's Exchangeable Image File (EXIF) orientation flag.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.PeopleNames">
      <summary>Gets the names of people who are tagged in the photo.</summary>
      <returns>A list of the names of people who are tagged in the photo.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Rating">
      <summary>Gets the rating associated with the image.</summary>
      <returns>The rating.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.ImageProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the specified properties associated with the item.</summary>
      <returns>When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs.</returns>
      <param name="propertiesToRetrieve">A collection that contains the names of the properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.ImageProperties.SavePropertiesAsync">
      <summary>Saves all properties associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.ImageProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Saves the specified properties and values associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="propertiesToSave">A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Title">
      <summary>Gets or sets the title of the image.</summary>
      <returns>The image title.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.ImageProperties.Width">
      <summary>Gets the width of the image.</summary>
      <returns>The width of the image, in pixels.</returns>
    </member>
    <member name="T:Windows.Storage.FileProperties.MusicProperties">
      <summary>Provides access to the music-related properties of an item (like a file or folder).</summary>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Album">
      <summary>Gets or sets the name of the album that contains the song.</summary>
      <returns>The album name.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.AlbumArtist">
      <summary>Gets or sets the name of the album artist of the song.</summary>
      <returns>The name of the song's album artist.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Artist">
      <summary>Gets the artists that contributed to the song or sets the album artist.</summary>
      <returns>The names of the song's artists.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Bitrate">
      <summary>Gets the bit rate of the song file.</summary>
      <returns>The bit rate, in bits per second.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Composers">
      <summary>Gets the composers of the song.</summary>
      <returns>A list of the names of the song's composers.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Conductors">
      <summary>Gets the conductors of the song.</summary>
      <returns>A list of the names of the song's conductors.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Duration">
      <summary>Gets the duration of the song in milliseconds.</summary>
      <returns>The duration in milliseconds.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Genre">
      <summary>Gets the names of music genres that the song belongs to.</summary>
      <returns>The collection of music genre names.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Producers">
      <summary>Gets the producers of the song.</summary>
      <returns>A list of the names of the song's producers.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Publisher">
      <summary>Gets or sets the publisher of the song.</summary>
      <returns>The name of the song's publisher.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Rating">
      <summary>Gets the rating associated with the song.</summary>
      <returns>The rating.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.MusicProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the specified properties associated with the item.</summary>
      <returns>When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs.</returns>
      <param name="propertiesToRetrieve">A collection that contains the names of the properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.MusicProperties.SavePropertiesAsync">
      <summary>Saves all properties associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.MusicProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Saves the specified properties and values associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="propertiesToSave">A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Subtitle">
      <summary>Gets or sets the subtitle of the song.</summary>
      <returns>The song's subtitle.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Title">
      <summary>Gets or sets the title of the song</summary>
      <returns>The song title.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.TrackNumber">
      <summary>Gets or sets the track number of the song on the song's album.</summary>
      <returns>The track number.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Writers">
      <summary>Gets the songwriters.</summary>
      <returns>A list of the names of the songwriters.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.MusicProperties.Year">
      <summary>Gets or sets the year that the song was released.</summary>
      <returns>The song's release year.</returns>
    </member>
    <member name="T:Windows.Storage.FileProperties.StorageItemContentProperties">
      <summary>Provides access to the content-related properties of an item (like a file or folder).</summary>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemContentProperties.GetDocumentPropertiesAsync">
      <summary>Retrieves the document properties of the item (like a file of folder).</summary>
      <returns>When this method completes successfully, it returns a documentProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemContentProperties.GetImagePropertiesAsync">
      <summary>Retrieves the image properties of the item (like a file of folder).</summary>
      <returns>When this method completes successfully, it returns an imageProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemContentProperties.GetMusicPropertiesAsync">
      <summary>Retrieves the music properties of the item (like a file of folder).</summary>
      <returns>When this method completes successfully, it returns a musicProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemContentProperties.GetVideoPropertiesAsync">
      <summary>Retrieves the video properties of the item (like a file of folder).</summary>
      <returns>When this method completes successfully, it returns a videoProperties object.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemContentProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the specified properties associated with the item.</summary>
      <returns>When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs.</returns>
      <param name="propertiesToRetrieve">A collection that contains the names of the properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemContentProperties.SavePropertiesAsync">
      <summary>Saves all properties associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemContentProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Saves the specified properties and values associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="propertiesToSave">A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).</param>
    </member>
    <member name="T:Windows.Storage.FileProperties.StorageItemThumbnail">
      <summary>Represents the thumbnail image associated with a system resource (like a file or folder).</summary>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.CanRead">
      <summary>Gets a value that indicates whether the thumbnail stream can be read from.</summary>
      <returns>True if the thumbnail stream can be read from. Otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.CanWrite">
      <summary>Gets a value that indicates whether the thumbnail stream can be written to.</summary>
      <returns>True if the thumbnail stream can be written to. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.CloneStream">
      <summary>Creates a new stream over the thumbnail that is represented by the current storageItemThumbnail object.</summary>
      <returns>The new thumbnail stream. The initial, internal position of the stream is 0. The internal position and lifetime of this new thumbnail stream are independent from the position and lifetime of the cloned stream.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.Close">
      <summary>Releases system resources that are exposed by a Windows Runtime object.</summary>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.ContentType">
      <summary>Gets the MIME content type of the thumbnail image.</summary>
      <returns>The MIME content type.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.GetInputStreamAt(System.UInt64)">
      <summary>Retrieves the thumbnail image data as an undecoded stream.</summary>
      <returns>An object for reading the thumbnail image data.</returns>
      <param name="position">The position in the storage item to start reading thumbnail image data.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.GetOutputStreamAt(System.UInt64)">
      <summary>Retrieves an output stream object for writing thumbnail image data to a storage item.</summary>
      <returns>The output stream.</returns>
      <param name="position">The position in the storage item to start writing thumbnail image data.</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.OriginalHeight">
      <summary>Gets the original (not scaled) height of the thumbnail image.</summary>
      <returns>The original height, in pixels.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.OriginalWidth">
      <summary>Gets the original (not scaled) width of the thumbnail image.</summary>
      <returns>The original width, in pixels.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.Position">
      <summary>Gets the byte offset of the thumbnail stream.</summary>
      <returns>The number of bytes from the start of the thumbnail stream.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.ReturnedSmallerCachedSize">
      <summary>Gets a value that indicates whether the thumbnail image returned was a cached version with a smaller size.</summary>
      <returns>The value that indicates whether the thumbnail image returned was a cached version with a smaller size.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.Seek(System.UInt64)">
      <summary>Sets the offset of the thumbnail stream to the specified value.</summary>
      <param name="position">The number of bytes from the start of the thumbnail stream where the position of the thumbnail stream is set.</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.Size">
      <summary>Gets or sets the size of the thumbnail image.</summary>
      <returns>The size, in bytes, of the thumbnail image.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.StorageItemThumbnail.Type">
      <summary>Gets a value that indicates if the thumbnail is an icon or an image.</summary>
      <returns>The value that indicates if the thumbnail is an icon or an image.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.StorageItemThumbnail.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Storage.FileProperties.VideoProperties">
      <summary>Provides access to the video-related properties of an item (like a file or folder).</summary>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Bitrate">
      <summary>Gets the sum audio and video bitrate of the video.</summary>
      <returns>The video's sum audio and video bitrate.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Directors">
      <summary>Gets the directors of the video.</summary>
      <returns>A list of the names of the video's directors.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Duration">
      <summary>Gets the duration of the video.</summary>
      <returns>The duration.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Height">
      <summary>Gets the height of the video.</summary>
      <returns>The height of the video, in pixels.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Keywords">
      <summary>Gets the collection of keywords associated with the video.</summary>
      <returns>The collection of keywords.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Latitude">
      <summary>Gets the latitude coordinate where the video was shot.</summary>
      <returns>The latitude coordinate where the video was shot. The system computes this coordinate using the following file properties: System.GPS.Latitude System.GPS.LatitudeDenominator System.GPS.LatitudeNumerator System.GPS.LatitudeRef</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Longitude">
      <summary>Gets the longitude coordinate where the video was shot.</summary>
      <returns>The longitude coordinate where the photo was taken. The system computes this coordinate using the following file properties: System.GPS.Longitude System.GPS.LongitudeDenominator System.GPS.LongitudeNumerator System.GPS.LongitudeRef</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Orientation">
      <summary>Gets a VideoOrientation value that indicates how the video should be rotated to display it correctly.</summary>
      <returns>The value that indicates how the video should be rotated to display it correctly.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Producers">
      <summary>Gets the producers of the video.</summary>
      <returns>A list of the names of the video's producers.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Publisher">
      <summary>Gets or sets the publisher of the video.</summary>
      <returns>The name of the video's publisher.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Rating">
      <summary>Gets the rating associated with the video.</summary>
      <returns>The rating.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.VideoProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the specified properties associated with the item.</summary>
      <returns>When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs.</returns>
      <param name="propertiesToRetrieve">A collection that contains the names of the properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.VideoProperties.SavePropertiesAsync">
      <summary>Saves all properties associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.VideoProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Saves the specified properties and values associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="propertiesToSave">A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).</param>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Subtitle">
      <summary>Gets or sets the subtitle of the video.</summary>
      <returns>The video's subtitle.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Title">
      <summary>Gets or sets the title of the video.</summary>
      <returns>The video's title.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Width">
      <summary>Gets the width of the video.</summary>
      <returns>The width of the video, in pixels.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Writers">
      <summary>Gets the script writers for the video.</summary>
      <returns>A list of the names of the video's script writers.</returns>
    </member>
    <member name="P:Windows.Storage.FileProperties.VideoProperties.Year">
      <summary>Gets or sets the year that the video was shot or released.</summary>
      <returns>The video's release year.</returns>
    </member>
    <member name="T:Windows.Storage.FileProperties.PhotoOrientation">
      <summary>Indicates the Exchangeable Image File (EXIF) orientation flag of the photo. This flag describes how to rotate the photo to display it correctly.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.Unspecified">
      <summary>An orientation flag is not set.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.Normal">
      <summary>No rotation needed. The photo can be displayed using its current orientation.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.FlipHorizontal">
      <summary>Flip the photo horizontally.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.Rotate180">
      <summary>Rotate the photo counter-clockwise 180 degrees.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.FlipVertical">
      <summary>Flip the photo vertically.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.Transpose">
      <summary>Rotate the photo counter-clockwise 90 degrees and then flip it horizontally.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.Rotate270">
      <summary>Rotate the photo counter-clockwise 270 degrees.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.Transverse">
      <summary>Rotate the photo counter-clockwise 270 degrees and then flip it horizontally.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PhotoOrientation.Rotate90">
      <summary>Rotate the photo 90 degrees.</summary>
    </member>
    <member name="T:Windows.Storage.FileProperties.PropertyPrefetchOptions">
      <summary>Indicates a system-defined group of file properties.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PropertyPrefetchOptions.None">
      <summary>No specific, system-defined property group.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PropertyPrefetchOptions.MusicProperties">
      <summary>A group of music-related properties that can be access through a MusicProperties object.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PropertyPrefetchOptions.VideoProperties">
      <summary>A group of video-related properties that can be access through a VideoProperties object.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PropertyPrefetchOptions.ImageProperties">
      <summary>A group of image-related properties that can be access through a ImageProperties object.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PropertyPrefetchOptions.DocumentProperties">
      <summary>A group of document-related properties that can be access through a DocumentProperties object.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.PropertyPrefetchOptions.BasicProperties">
      <summary>A group of basic properties that can be access through a BasicProperties object.</summary>
    </member>
    <member name="T:Windows.Storage.FileProperties.ThumbnailMode">
      <summary>Describes the purpose of the thumbnail to determine how to adjust the thumbnail image to retrieve.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailMode.PicturesView">
      <summary>To display previews of picture files. Default, preferred size: Medium, preferably at least 190 pixels (if the image size is 190 x 130) Aspect ratio: Uniform, wide aspect ratio of about .7 (190 x 130 if the preferred size is 190)</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailMode.VideosView">
      <summary>To display previews of video files. Default, preferred size: Medium, preferably at least 190 pixels (if the video size is 190 x 130) Aspect ratio: Uniform, wide aspect ratio of about .7 (190 x 130 if the requested size is 190)</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailMode.MusicView">
      <summary>To display previews of music files. Default, preferred size: Small, preferably at least 40 x 40 pixels Aspect ratio: Uniform, square aspect ratio</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailMode.DocumentsView">
      <summary>To display previews of document files. Default, preferred size: Small, preferably at least 40 x 40 pixels Aspect ratio: Uniform, square aspect ratio</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailMode.ListView">
      <summary>To display previews of files (or other items) in a list. Default, preferred size: Small, preferably at least 40 x 40 pixels Aspect ratio: Uniform, square aspect ratio</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailMode.SingleItem">
      <summary>To display a preview of any single item (like a file, folder, or file group). Default, preferred size: Large, at least 256 pixels on the longest side Aspect ratio: Variable, uses the original aspect ratio of the file</summary>
    </member>
    <member name="T:Windows.Storage.FileProperties.ThumbnailOptions">
      <summary>Describes the behavior used to retrieve and adjust thumbnails, including the size and quality of the image and how quickly the thumbnail image is retrieved.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailOptions.None">
      <summary>No options.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailOptions.ReturnOnlyIfCached">
      <summary>Retrieve a thumbnail only if it is cached or embedded in the file.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailOptions.ResizeThumbnail">
      <summary>Scale the thumbnail to the requested size.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailOptions.UseCurrentScale">
      <summary>Default. Increase requested size based on the Pixels Per Inch (PPI) of the display.</summary>
    </member>
    <member name="T:Windows.Storage.FileProperties.ThumbnailType">
      <summary>Indicates whether the thumbnail is an icon or an image.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailType.Image">
      <summary>The thumbnail is an image.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.ThumbnailType.Icon">
      <summary>The thumbnail is an icon.</summary>
    </member>
    <member name="T:Windows.Storage.FileProperties.VideoOrientation">
      <summary>Indicates how to rotate the video to display it correctly.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.VideoOrientation.Normal">
      <summary>No rotation needed. The video can be displayed using its current orientation.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.VideoOrientation.Rotate90">
      <summary>Rotate the video 90 degrees.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.VideoOrientation.Rotate180">
      <summary>Rotate the video counter-clockwise 180 degrees.</summary>
    </member>
    <member name="F:Windows.Storage.FileProperties.VideoOrientation.Rotate270">
      <summary>Rotate the video counter-clockwise 270 degrees.</summary>
    </member>
    <member name="T:Windows.Storage.FileProperties.IStorageItemExtraProperties">
      <summary>Saves and retrieves the properties of a storage item.</summary>
    </member>
    <member name="M:Windows.Storage.FileProperties.IStorageItemExtraProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Retrieves the specified properties associated with the item.</summary>
      <returns>When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs.</returns>
      <param name="propertiesToRetrieve">A collection that contains the names of the properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.FileProperties.IStorageItemExtraProperties.SavePropertiesAsync">
      <summary>Saves all properties associated with the item.</summary>
      <returns>An object for managing the asynchronous save operation.</returns>
    </member>
    <member name="M:Windows.Storage.FileProperties.IStorageItemExtraProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Saves the specified properties and values associated with the item.</summary>
      <returns>No object or value is returned when this method completes.</returns>
      <param name="propertiesToSave">A collection that contains the names and values of the properties to save as key-value pairs (type IKeyValuePair).</param>
    </member>
    <member name="N:Windows.Storage.Pickers">
      <summary>Provides classes for creating and managing user interface (UI) elements that let the user browse files, choose files to open, and to choose the name, extension, and location when storing files.</summary>
    </member>
    <member name="T:Windows.Storage.Pickers.FileExtensionVector">
      <summary>Represents a random-access collection of file name extensions.</summary>
    </member>
    <member name="M:Windows.Storage.Picker.FileExtensionVector.Add(System.String)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.Append(System.String)">
      <summary>Appends a file name extension to the end of the collection.</summary>
      <param name="value">The file name extension to append.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.Clear">
      <summary>Removes all file name extensions from the collection.</summary>
    </member>
    <member name="M:Windows.Storage.Picker.FileExtensionVector.Contains(System.String)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FileExtensionVector.CopyTo(System.String[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Storage.Picker.FileExtensionVector.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.First">
      <summary>Retrieves an iterator that iterates through the file name extensions in the collection.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.GetAt(System.UInt32)">
      <summary>Retrieves the file name extension at the specified index in the collection.</summary>
      <returns>The file name extension at the specified index.</returns>
      <param name="index">The zero-based index of the file name extension to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.GetMany(System.UInt32,System.String[])">
      <summary>Retrieves the file name extensions that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the file name extensions in the collection to retrieve.</param>
      <param name="items">The file name extensions in the collection that start at startIndex.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.GetView">
      <summary>Retrieves an immutable view of the collection of file name extensions.</summary>
      <returns>The view of the collection.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.IndexOf(System.String,System.UInt32@)">
      <summary>Retrieves the index of a specified file name extension in the collection.</summary>
      <returns>True if the file name extension is found; otherwise FALSE.</returns>
      <param name="value">The file name extension to find in the collection.</param>
      <param name="index">The zero-based index of the file name extension if found. This parameter is set to zero if the file name extension is not found.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FileExtensionVector.IndexOf(System.String)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FileExtensionVector.Insert(System.Int32,System.String)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.InsertAt(System.UInt32,System.String)">
      <summary>Inserts a file name extension into a collection at a specified index.</summary>
      <param name="index">Zero-based index of the location at which to insert the file name extension.</param>
      <param name="value">The file name extension to insert.</param>
    </member>
    <member name="P:Windows.Storage.Picker.FileExtensionVector.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.Picker.FileExtensionVector.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Storage.Picker.FileExtensionVector.Remove(System.String)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>True if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.RemoveAt(System.UInt32)">
      <summary>Removes the file name extension at the specified index in the collection.</summary>
      <param name="index">The zero-based index of the file name extension to remove.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FileExtensionVector.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.RemoveAtEnd">
      <summary>Removes the last file name extension from the collection.</summary>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.ReplaceAll(System.String[])">
      <summary>Replaces all file name extensions in the collection with the specified file name extensions.</summary>
      <param name="items">The collection of file name extensions to put in the vector.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FileExtensionVector.SetAt(System.UInt32,System.String)">
      <summary>Sets the file name extension at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the location at which to set the file name extension.</param>
      <param name="value">The file name extension.</param>
    </member>
    <member name="P:Windows.Storage.Pickers.FileExtensionVector.Size">
      <summary>Gets the number of file name extensions in the collection.</summary>
      <returns>The number of file name extensions.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.FileOpenPicker">
      <summary>Represents a UI element that lets the user choose and open files.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.FileOpenPicker.CommitButtonText">
      <summary>Gets or sets the label text of the file open picker's commit button.</summary>
      <returns>The label text.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileOpenPicker.#ctor">
      <summary>Creates a new instance of a FileOpenPicker.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.FileOpenPicker.FileTypeFilter">
      <summary>Gets the collection of file types that the file open picker displays.</summary>
      <returns>A fileExtensionVector object that contains a collection of file types (file name extensions) , such as .doc and .png. File name extensions are stored in this array as string objects.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileOpenPicker.PickMultipleFilesAsync">
      <summary>Shows the file picker so that the user can pick multiple files.</summary>
      <returns>When the call to this method completes successfully, it returns a filePickerSelectedFilesArray object that contains all the files that were picked by the user. Picked files in this array are represented by storageFile objects.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync">
      <summary>Shows the file picker so that the user can pick one file.</summary>
      <returns>When the call to this method completes successfully, it returns a StorageFile object that represents the file that the user picked.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileOpenPicker.ResumePickSingleFileAsync">
      <summary>Windows Phone only. Shows the file picker so that the user can pick one file.</summary>
      <returns>When the call to this method completes successfully, it returns a StorageFile object that represents the file that the user picked.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileOpenPicker.SettingsIdentifier">
      <summary>Gets or sets the settings identifier associated with the state of the file open picker.</summary>
      <returns>The settings identifier.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileOpenPicker.SuggestedStartLocation">
      <summary>Gets or sets the initial location where the file open picker looks for files to present to the user.</summary>
      <returns>The identifier of the starting location.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileOpenPicker.ViewMode">
      <summary>Gets or sets the view mode that the file open picker uses to display items.</summary>
      <returns>The view mode.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap">
      <summary>Represents a collection of display names mapped to the associated file types (extensions).</summary>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Add(System.String,System.Collections.Generic.IList(String))">
      <summary>Adds an item to the FilePickerFileTypesOrderedMap.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Add(System.Collections.Generic.KeyValuePair(System.String,System.Collections.Generic.IList(String)))">
      <summary>Adds a new key-value pair to the FilePickerFileTypesOrderedMap.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.Clear">
      <summary>Removes all display names and associated file name extensions from the collection.</summary>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Contains(KeyValuePair(System.String,System.Collections.Generic.IList(String)))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the FilePickerFileTypesOrderedMap.</summary>
      <returns>true if an item with that key exists in the FilePickerFileTypesOrderedMap; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the FilePickerFileTypesOrderedMap.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the FilePickerFileTypesOrderedMap.</summary>
      <returns>true if an item with that key exists in the FilePickerFileTypesOrderedMap; otherwise, false.</returns>
      <param name="key">The key to check for in the FilePickerFileTypesOrderedMap.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.Collections.Generic.IList(String))[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.First">
      <summary>Retrieves an iterator that iterates through the display names and associated file types in the collection.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.GetView">
      <summary>Returns an immutable view of the collection of display names and associated file types.</summary>
      <returns>The view of the collection.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.HasKey(System.String)">
      <summary>Determines whether the mapped collection of display names and associated file types contains the specified key.</summary>
      <returns>True if the key is found; otherwise, false.</returns>
      <param name="key">The key.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.Insert(System.String,Windows.Foundation.Collections.IVector`1)">
      <summary>Inserts or replaces an item in the mapped collection of display names and associated file types.</summary>
      <returns>True if an item with the specified key is an existing item and was replaced; otherwise false.</returns>
      <param name="key">The key associated with the item to insert.</param>
      <param name="value">The item to insert.</param>
    </member>
    <member name="P:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Keys">
      <summary>Gets an ICollection object containing the keys of the FilePickerFileTypesOrderedMap.</summary>
      <returns>The ICollection of all keys in this FilePickerFileTypesOrderedMap.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.Lookup(System.String)">
      <summary>Returns the item at the specified key in the mapped collection of display names and associated file types.</summary>
      <returns>The item associated with the specified key.</returns>
      <param name="key">The key to use to locate the item.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.Remove(System.String)">
      <summary>Removes an item from the mapped collection of display names and associated file types.</summary>
      <param name="key">The key associated with the item to remove.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the FilePickerFileTypesOrderedMap.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Remove(System.Collections.Generic.KeyValuePair(System.String,System.Collections.Generic.IList(String)))">
      <summary>Removes a specific key-value pair from the FilePickerFileTypesOrderedMap.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Storage.Pickers.FilePickerFileTypesOrderedMap.Size">
      <summary>Gets the number of items in the mapped collection of display names and associated file types.</summary>
      <returns>The number of items in the mapped collection.</returns>
    </member>
    <member name="M:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.TryGetValue(System.String,@System.Collections.Generic.IList(String))">
      <summary>Returns a value that indicates whether a specified key exists in the FilePickerFileTypesOrderedMap. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the FilePickerFileTypesOrderedMap; otherwise, false.</returns>
      <param name="key">The key to check for in the FilePickerFileTypesOrderedMap.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the FilePickerFileTypesOrderedMap.</param>
    </member>
    <member name="P:Windows.Storage.Picker.FilePickerFileTypesOrderedMap.Values">
      <summary>Gets an ICollection object containing the values of the FilePickerFileTypesOrderedMap .</summary>
      <returns>The ICollection of all values in this FilePickerFileTypesOrderedMap.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.FilePickerSelectedFilesArray">
      <summary>Represents a collection of storage files that the user has selected by using a file picker.</summary>
    </member>
    <member name="P:Windows.Storage.Picker.FilePickerSelectedFilesArray.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerSelectedFilesArray.First">
      <summary>Retrieves an iterator that iterates through the collection of StorageFile objects that represent selected files.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerSelectedFilesArray.GetAt(System.UInt32)">
      <summary>Returns the StorageFile object at the specified index in the collection.</summary>
      <returns>The object at the specified index.</returns>
      <param name="index">The zero-based index of the object to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerSelectedFilesArray.GetMany(System.UInt32,Windows.Storage.StorageFile[])">
      <summary>Retrieves the StorageFile objects that start at the specified index in the collection.</summary>
      <returns>The number of items returned.</returns>
      <param name="startIndex">The zero-based index of the start of the objects in the collection to return.</param>
      <param name="items">The items in the collection that start at startIndex.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.FilePickerSelectedFilesArray.IndexOf(Windows.Storage.StorageFile,System.UInt32@)">
      <summary>Retrieves the index of a specified StorageFile object in the collection.</summary>
      <returns>True if the object is found; otherwise false.</returns>
      <param name="value">The object to find in the collection.</param>
      <param name="index">The zero-based index of the object if found. Zero is returned if the object is not found.</param>
    </member>
    <member name="P:Windows.Storage.Picker.FilePickerSelectedFilesArray.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FilePickerSelectedFilesArray.Size">
      <summary>Gets the number of StorageFile objects in the collection.</summary>
      <returns>The number of StorageFile objects in the collection.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.FileSavePicker">
      <summary>Represents a file picker that lets the user choose the file name, extension, and storage location for a file.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.FileSavePicker.CommitButtonText">
      <summary>Gets or sets the label text of the commit button in the file picker UI.</summary>
      <returns>The label text.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileSavePicker.DefaultFileExtension">
      <summary>Gets or sets the default file name extension that the fileSavePicker gives to files to be saved.</summary>
      <returns>The default file name extension.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileSavePicker.#ctor">
      <summary>Creates a new instance of a FileSavePicker.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.FileSavePicker.FileTypeChoices">
      <summary>Gets the collection of valid file types that the user can choose to assign to a file.</summary>
      <returns>A filePickerFileTypesOrderedMap object that contains a collection of valid file types (extensions) that the user can use to save a file. Each element in this collection maps a display name to a corresponding collection of file name extensions.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FileSavePicker.PickSaveFileAsync">
      <summary>Shows the file picker so that the user can save a file and set the file name, extension, and location of the file to be saved.</summary>
      <returns>When the call to this method completes successfully, it returns a storageFile object that was created to represent the saved file. The file name, extension, and location of this storageFile match those specified by the user, but the file has no content.To save the content of the file, your app must write the content to this storageFile.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileSavePicker.SettingsIdentifier">
      <summary>Gets or sets the settings identifier associated with the current FileSavePicker instance.</summary>
      <returns>The settings identifier.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileSavePicker.SuggestedFileName">
      <summary>Gets or sets the file name that the file save picker suggests to the user.</summary>
      <returns>The initial suggested file name.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileSavePicker.SuggestedSaveFile">
      <summary>Gets or sets the storageFile that the file picker suggests to the user for saving a file.</summary>
      <returns>The suggested storage file object to save.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FileSavePicker.SuggestedStartLocation">
      <summary>Gets or sets the location that the file save picker suggests to the user as the location to save a file.</summary>
      <returns>The initial suggested location for saving a file.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.FolderPicker">
      <summary>Represents a UI element that lets the user choose folders.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.FolderPicker.CommitButtonText">
      <summary>Gets or sets the label text of the folder picker's commit button.</summary>
      <returns>The label text.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FolderPicker.FileTypeFilter">
      <summary>Gets the collection of file types that the folder picker displays.</summary>
      <returns>A FileExtensionVector object that contains a collection of file types (file name extensions) , such as .doc and .png. File name extensions are stored in this array as string objects.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.FolderPicker.#ctor">
      <summary>Creates a new instance of a FolderPicker.</summary>
    </member>
    <member name="M:Windows.Storage.Pickers.FolderPicker.PickSingleFolderAsync">
      <summary>Shows the folderPicker object so that the user can pick a folder.</summary>
      <returns>When the call to this method completes successfully, it returns a storageFolder object that represents the folder that the user picked.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FolderPicker.SettingsIdentifier">
      <summary>Gets or sets the settings identifier associated with the with the current FolderPicker instance.</summary>
      <returns>The settings identifier.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FolderPicker.SuggestedStartLocation">
      <summary>Gets or sets the initial location where the folder picker looks for folders to present to the user.</summary>
      <returns>The identifier of the starting location.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.FolderPicker.ViewMode">
      <summary>Gets or sets the view mode that the folder picker uses to display items.</summary>
      <returns>The view mode.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.PickerLocationId">
      <summary>Identifies the storage location that the file picker presents to the user.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.DocumentsLibrary">
      <summary>The Documents library.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.ComputerFolder">
      <summary>The Computer folder.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.Desktop">
      <summary>The Windows desktop.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.Downloads">
      <summary>The Downloads folder.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.HomeGroup">
      <summary>The HomeGroup.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.MusicLibrary">
      <summary>The Music library.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.PicturesLibrary">
      <summary>The Pictures library.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerLocationId.VideosLibrary">
      <summary>The Videos library.</summary>
    </member>
    <member name="T:Windows.Storage.Pickers.PickerViewMode">
      <summary>Indicates the view mode that the file picker is using to present items.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerViewMode.List">
      <summary>A list of items.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.PickerViewMode.Thumbnail">
      <summary>A set of thumbnail images.</summary>
    </member>
    <member name="N:Windows.Storage.Pickers.Provider">
      <summary>Provides support for apps that offer files through the file picker by participating in the File Open Picker contract, and for apps that act as a save location for files through file picker by participating in the File Save Picker contract or the Cached File Updater contract.</summary>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.FileOpenPickerUI">
      <summary>Used to interact with the file picker if your app provides files with the File Open Picker contract.</summary>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.FileOpenPickerUI.AddFile(System.String,Windows.Storage.IStorageFile)">
      <summary>Adds the specified file to the list of files that the user has chosen.</summary>
      <returns>The enumeration value that indicates the result of this addFile method.</returns>
      <param name="id">A unique identifier of the file to add.</param>
      <param name="file">The file to add to the list of files that the user has chosen.</param>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileOpenPickerUI.AllowedFileTypes">
      <summary>Gets a list of file types (extensions) that the user can choose.</summary>
      <returns>The list of allowed file types.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.FileOpenPickerUI.CanAddFile(Windows.Storage.IStorageFile)">
      <summary>Indicates whether the specified file can be added to the list of files the user has chosen.</summary>
      <returns>True if the file can be added to the file picker UI; otherwise false.</returns>
      <param name="file">The file to test.</param>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.FileOpenPickerUI.ContainsFile(System.String)">
      <summary>Determines whether the specified file is in the list of files that the user has chosen.</summary>
      <returns>True if the file is in the basket; otherwise false.</returns>
      <param name="id">The identifier of the file.</param>
    </member>
    <member name="E:Windows.Storage.Pickers.Provider.FileOpenPickerUI.Closing">
      <summary>Fires when the user closes the file picker</summary>
    </member>
    <member name="E:Windows.Storage.Pickers.Provider.FileOpenPickerUI.FileRemoved">
      <summary>Fires when the user removes a file from the list of files that the user has chosen if that file was added by the app that is providing files.</summary>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.FileOpenPickerUI.RemoveFile(System.String)">
      <summary>Removes the specified file from the list of files the user has chosen.</summary>
      <param name="id">The identifier of the file to remove.</param>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileOpenPickerUI.SelectionMode">
      <summary>Gets an enumeration value that indicates whether the file picker currently limits selection to single files, or if multiple files can be selected.</summary>
      <returns>The enumeration value that indicates the current selection mode.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileOpenPickerUI.SettingsIdentifier">
      <summary>Gets an identifier for the current context of the file picker.</summary>
      <returns>The identifier for the current context of the file picker.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileOpenPickerUI.Title">
      <summary>Gets or sets a title to display in the file picker UI that identifies the location that the file picker is displaying to the user.</summary>
      <returns>The title to display in the file picker UI. This title should identify the location and type of files that the user can see on the app page (which is hosted by the file picker) of the app that is providing files.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.FileRemovedEventArgs">
      <summary>Provides information about a fileremoved event.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileRemovedEventArgs.Id">
      <summary>Gets the identifier of the file that the user removed from the list of chosen files in the file picker. This identifier was set by the providing app when it added the files to the list of chosen files.</summary>
      <returns>The identifier of the file.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.FileSavePickerUI">
      <summary>Used to interact with the file picker when your app provides a save location with the File Save Picker contract.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileSavePickerUI.AllowedFileTypes">
      <summary>Gets a list of file types (extensions) that can be saved to the app that is providing the save location.</summary>
      <returns>The list of file types that can be saved.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileSavePickerUI.FileName">
      <summary>Gets the full file name of the file to save, including the file type extension. The file name and extension are specified by the user.</summary>
      <returns>The full file name, including the file type extension.</returns>
    </member>
    <member name="E:Windows.Storage.Pickers.Provider.FileSavePickerUI.FileNameChanged">
      <summary>Fired when the user changes the file name in the file name text box or changes the extension in the file type drop-down menu.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileSavePickerUI.SettingsIdentifier">
      <summary>Gets an identifier for the current context of the file picker.</summary>
      <returns>The identifier for the current context of the file picker.</returns>
    </member>
    <member name="E:Windows.Storage.Pickers.Provider.FileSavePickerUI.TargetFileRequested">
      <summary>Fires when the user commits a file to be saved in the file picker.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.FileSavePickerUI.Title">
      <summary>Gets or sets a title to display in the file picker UI that identifies the location that the file picker is displaying to the user.</summary>
      <returns>The title to display in the file picker UI. This title should identify the location and type of files that the user can see on the app page (which is hosted by the file picker) of the app that is providing files.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.FileSavePickerUI.TrySetFileName(System.String)">
      <summary>Tries to set the file name and extension in the file picker UI.</summary>
      <returns>The enumeration value that indicates whether the file name and extension were updated in the file picker UI .</returns>
      <param name="value">The file name and extension that are used to update the file name text box and file type drop-down menu in the file picker UI.</param>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.PickerClosingDeferral">
      <summary>Use by an app that provides files to indicate asynchronously that the app is finished responding to a closing event.</summary>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.PickerClosingDeferral.Complete">
      <summary>Signals that the app providing files has finished responding to a closing event.</summary>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.PickerClosingEventArgs">
      <summary>Provides information about a closing event.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.PickerClosingEventArgs.ClosingOperation">
      <summary>Gets a pickerClosingOperation object that is used to respond to a closing event.</summary>
      <returns>The pickerClosingOperation object that is used to respond to a closing event.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.PickerClosingEventArgs.IsCanceled">
      <summary>Gets a value that indicates whether the file picker is closing because the user cancelled it.</summary>
      <returns>True if the file picker was cancelled by the user. Otherwise, false.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.PickerClosingOperation">
      <summary>Lets an app that provides files get the deadline for responding to a closing event and get a deferral so the app can respond to the event asynchronously.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.PickerClosingOperation.Deadline">
      <summary>Gets a dateTime object that indicates when the system will shut down the app that is providing files through the file picker without further notice.</summary>
      <returns>The dateTime object that indicates when the system will shut down the app.</returns>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.PickerClosingOperation.GetDeferral">
      <summary>Gets a pickerClosingDeferral that the app providing files through the file picker can use to respond asynchronously to a closing event.</summary>
      <returns>The pickerClosingDeferral that the app providing files through the file picker can use to respond asynchronously to a closing event.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.TargetFileRequest">
      <summary>Lets an app that provides a save location specify the storageFile that represents the file to save and get a deferral so the app can respond asynchronously to a targetFileRequested event.</summary>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.TargetFileRequest.GetDeferral">
      <summary>Gets a targetFileRequestDeferral that the app providing the save location can use to respond asynchronously to a targetfilerequested event.</summary>
      <returns>The targetFileRequestDeferral that the providing app can use asynchronously to indicate that it is finished responding to a targetfilerequested event.</returns>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.TargetFileRequest.TargetFile">
      <summary>Gets or sets the IStorageFile object that is provided to represent the file to save by the app that is providing the save location .</summary>
      <returns>The object that represents the file to save. The app that called the file picker in order to save will write content to this file.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.TargetFileRequestDeferral">
      <summary>Used by an app that provides a save location to indicate asynchronously that the app is finished responding to a targetfilerequested event.</summary>
    </member>
    <member name="M:Windows.Storage.Pickers.Provider.TargetFileRequestDeferral.Complete">
      <summary>Signals that the app providing the save location finished responding to a targetfilerequested event.</summary>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.TargetFileRequestedEventArgs">
      <summary>Provides information about a targetfilerequested event.</summary>
    </member>
    <member name="P:Windows.Storage.Pickers.Provider.TargetFileRequestedEventArgs.Request">
      <summary>Gets a targetFileRequest object that is used to respond to a targetfilerequested event.</summary>
      <returns>The targetFileRequest object that is used to respond to a targetfilerequested event.</returns>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.AddFileResult">
      <summary>Indicates the result of a call to the fileOpenPickerUI.addFile method.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.AddFileResult.Added">
      <summary>The file was successfully added to the file picker UI.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.AddFileResult.AlreadyAdded">
      <summary>The file was already in the file picker UI.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.AddFileResult.NotAllowed">
      <summary>The file wasn't added because it is not one of the allowed file types.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.AddFileResult.Unavailable">
      <summary>The file wasn't added because the file picker UI is unavailable. The file picker UI is only available while the user is interacting with your app.</summary>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.FileSelectionMode">
      <summary>Indicates whether the file picker currently limits selection to single files, or if multiple files can be selected.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.FileSelectionMode.Single">
      <summary>Only a single file can be selected.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.FileSelectionMode.Multiple">
      <summary>Multiple files can be selected.</summary>
    </member>
    <member name="T:Windows.Storage.Pickers.Provider.SetFileNameResult">
      <summary>Indicates the result of a call to the fileSavePickerUI.trySetFileName method.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.SetFileNameResult.Succeeded">
      <summary>The file name and extension were updated successfully.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.SetFileNameResult.NotAllowed">
      <summary>The file name and extension were not updated because the extension wasn't one of the allowedFileTypes.</summary>
    </member>
    <member name="F:Windows.Storage.Pickers.Provider.SetFileNameResult.Unavailable">
      <summary>The file name and extension were not updated because the file picker UI wasn't available. The file picker UI is only available while the user is interacting with your app.</summary>
    </member>
    <member name="N:Windows.Storage.Provider">
      <summary>Lets apps to provide real-time updates to files through the Cached File Updater contract.</summary>
    </member>
    <member name="T:Windows.Storage.Provider.CachedFileUpdater">
      <summary>Manages files so that they can be updated in real-time by an app that participates in the Cached File Updater contract.</summary>
    </member>
    <member name="M:Windows.Storage.Provider.CachedFileUpdater.SetUpdateInformation(Windows.Storage.IStorageFile,System.String,Windows.Storage.Provider.ReadActivationMode,Windows.Storage.Provider.WriteActivationMode,Windows.Storage.Provider.CachedFileOptions)">
      <summary>Configures update policies for a local file.</summary>
      <param name="file">The local file.</param>
      <param name="contentId">A unique identifier for the local file. You can use this identifier to associate a file in your app's repository with the local file. When updates are requested by Windows, you can use this contentId to identify the correct file in your app's repository.</param>
      <param name="readMode">A value that specifies whether Windows will request updates before the local file is read by other apps.</param>
      <param name="writeMode">A value that specifies whether other apps can write to the local file and, if so, whether Windows will request updates after the local file is written.</param>
      <param name="options">A value that specifies additional circumstances and behaviors for when Windows requests updates. For example, you could require Windows to request an update every time the local file is accessed by using CachedFileOptions.RequireUpdateOnAccess. For more information about possible options, see CachedFileOptions.</param>
    </member>
    <member name="T:Windows.Storage.Provider.CachedFileUpdaterUI">
      <summary>Used to interact with the file picker if your app provides file updates through the Cached File Updater contract.</summary>
    </member>
    <member name="P:Windows.Storage.Provider.CachedFileUpdaterUI.Title">
      <summary>Gets or sets the title to display in the top-left the file picker UI. The title identifies the location or context of the app's page (which is hosted in the file picker UI) for the user.</summary>
      <returns>The title to display in the top-left of the file picker UI.</returns>
    </member>
    <member name="P:Windows.Storage.Provider.CachedFileUpdaterUI.UpdateTarget">
      <summary>Gets a value that indicates which version of the file needs to be updated: the local version or the version in the app's repository.</summary>
      <returns>An enum value that indicates which version of the file needs to be updated: the local version or the version in the app's repository.</returns>
    </member>
    <member name="E:Windows.Storage.Provider.CachedFileUpdaterUI.FileUpdateRequested">
      <summary>Fires when the Windows requests a file update.</summary>
    </member>
    <member name="E:Windows.Storage.Provider.CachedFileUpdaterUI.UIRequested">
      <summary>Fires when the calling app needs to display the file picker letterbox UI that is represented by the CachedFileUpdaterUI object.</summary>
    </member>
    <member name="P:Windows.Storage.Provider.CachedFileUpdaterUI.UIStatus">
      <summary>Gets an enum value that indicates the status of the file picker UI.</summary>
      <returns>The UIStatus value that indicates the status of the file picker UI.</returns>
    </member>
    <member name="T:Windows.Storage.Provider.FileUpdateRequest">
      <summary>Provides information about a requested file update so that the app can complete the request.</summary>
    </member>
    <member name="P:Windows.Storage.Provider.FileUpdateRequest.ContentId">
      <summary>Gets the unique identifier used to associate the local version of a file with the corresponding remote version.</summary>
      <returns>The identifier that was specified by the app and is associated with the local file.</returns>
    </member>
    <member name="P:Windows.Storage.Provider.FileUpdateRequest.File">
      <summary>Gets a StorageFile object that represents the locally cached copy of the file to update.</summary>
      <returns>The StorageFile object that represents the locally cached copy of the file to update.</returns>
    </member>
    <member name="P:Windows.Storage.Provider.FileUpdateRequest.Status">
      <summary>Gets or sets the status of the update. This property is set in response to a FileUpdateRequested event.</summary>
      <returns>An enum value that indicates the status of the update.</returns>
    </member>
    <member name="M:Windows.Storage.Provider.FileUpdateRequest.GetDeferral">
      <summary>Gets an object used to complete an update asynchronously.</summary>
      <returns>The object that the app uses to indicate, asynchronously, that it has finished responding to a FileUpdateRequested event and that the Request is complete.</returns>
    </member>
    <member name="M:Windows.Storage.Provider.FileUpdateRequest.UpdateLocalFile(Windows.Storage.IStorageFile)">
      <summary>Provide a new version of the local file to represent the remote file.</summary>
      <param name="value">The new version of the local file that will represent remote file. This file can be different from the original local file that was associated with the FileUpdateRequest.ContentId.</param>
    </member>
    <member name="T:Windows.Storage.Provider.FileUpdateRequestDeferral">
      <summary>Use to complete an update asynchronously.</summary>
    </member>
    <member name="M:Windows.Storage.Provider.FileUpdateRequestDeferral.Complete">
      <summary>Signals that the response to a FileUpdateRequested event is finished.</summary>
    </member>
    <member name="T:Windows.Storage.Provider.FileUpdateRequestedEventArgs">
      <summary>Provides information about a FileUpdateRequested event.</summary>
    </member>
    <member name="P:Windows.Storage.Provider.FileUpdateRequestedEventArgs.Request">
      <summary>Gets the details of the requested file update.</summary>
      <returns>The details of the requested file update.</returns>
    </member>
    <member name="T:Windows.Storage.Provider.CachedFileOptions">
      <summary>Describes when Windows will request an update to a file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.CachedFileOptions.None">
      <summary>Another app may be able to access the locally cached copy of the file without triggering an update.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.CachedFileOptions.RequireUpdateOnAccess">
      <summary>An update always triggers when another app accesses the locally cached copy of the file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.CachedFileOptions.UseCachedFileWhenOffline">
      <summary>An update triggers when another app accesses the locally cached copy of the file if a network connection is available. Otherwise, other apps can access the local file without triggering an update.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.CachedFileOptions.DenyAccessWhenOffline">
      <summary>An update triggers when another app accesses the locally cached copy of the file if a network connection is available. Otherwise, other apps are denied access to the local file.</summary>
    </member>
    <member name="T:Windows.Storage.Provider.CachedFileTarget">
      <summary>Indicates whether updates should be applied to the locally cached copy or the remote version of the file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.CachedFileTarget.Local">
      <summary>Update the locally cached copy of the file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.CachedFileTarget.Remote">
      <summary>Update the remote version of the file.</summary>
    </member>
    <member name="T:Windows.Storage.Provider.FileUpdateStatus">
      <summary>Describes the status of a file update request.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.FileUpdateStatus.Incomplete">
      <summary>The file update was not fully completed and should be retried.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.FileUpdateStatus.Complete">
      <summary>The file update was completed successfully.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.FileUpdateStatus.UserInputNeeded">
      <summary>User input (like credentials) is needed to update the file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.FileUpdateStatus.CurrentlyUnavailable">
      <summary>The remote version of the file was not updated because the storage location wasn't available. The file remains valid and subsequent updates to the file may succeed.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.FileUpdateStatus.Failed">
      <summary>The file is now invalid and can't be updated now or in the future. For example, this could occur if the remote version of the file was deleted.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.FileUpdateStatus.CompleteAndRenamed">
      <summary>The file update was completed successfully and the file has been renamed. For example, this could occur if the user chose to save their changes under a different file name because of conflicting changes made to the remote version of the file.</summary>
    </member>
    <member name="T:Windows.Storage.Provider.ReadActivationMode">
      <summary>Indicates when Windows will request a file update if another app reads the locally cached version of the file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.ReadActivationMode.NotNeeded">
      <summary>Windows will not trigger a file update request when another app accesses the local file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.ReadActivationMode.BeforeAccess">
      <summary>Windows will trigger a file update request before allowing another app to access the local file.</summary>
    </member>
    <member name="T:Windows.Storage.Provider.UIStatus">
      <summary>Indicates the status of the file picker UI.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.UIStatus.Unavailable">
      <summary>The file picker is not showing UI and UI can't be requested. If the app that provides updates requests UI by completing its response to a FileUpdateRequested event and setting the FileUpdateRequest.Status to FileUpdateStatus.UserInputNeeded, the app will be closed immediately and the failure may be reported to the app that triggered the updates.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.UIStatus.Hidden">
      <summary>The file picker is not showing UI, but UI can be requested. If the app that provides updates requests UI by completing its response to a FileUpdateRequested event and setting the FileUpdateRequest.Status to FileUpdateStatus.UserInputNeeded, a UIRequested event will fire to indicate that UI will display immediately, and a new FileUpdateRequested event will fire (for the same file) so that the app can get the user's input and complete the request successfully.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.UIStatus.Visible">
      <summary>The file picker is currently showing UI because UI was requested by the app.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.UIStatus.Complete">
      <summary>The file picker is currently showing UI and all This indicates that UI is presently being shown, and that the app has finished responding to all FileUpdateRequested events.</summary>
    </member>
    <member name="T:Windows.Storage.Provider.WriteActivationMode">
      <summary>Indicates whether other apps can write to the locally cached version of the file and when Windows will request an update if another app writes to that local file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.WriteActivationMode.ReadOnly">
      <summary>Other apps can't write to the local file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.WriteActivationMode.NotNeeded">
      <summary>Windows will trigger a file update request when another app writes to the local file.</summary>
    </member>
    <member name="F:Windows.Storage.Provider.WriteActivationMode.AfterWrite">
      <summary>Windows will trigger a file update request after another app writes to the local file.</summary>
    </member>
    <member name="N:Windows.Storage.Search">
      <summary>Provides classes for enumerating content in storage and performing Advanced Query Syntax (AQS) searches on the content.</summary>
    </member>
    <member name="T:Windows.Storage.Search.CommonFolderQuery">
      <summary>Specifies whether the query is shallow or deep and the sorting criteria to use to group files into folders in the query results.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.DefaultQuery">
      <summary>A shallow view of the folders in the queried folder, similar to the view that Windows Explorer provides. This option is valid with any location.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByYear">
      <summary>Group files into virtual folders by year based on the System.ItemDate property of each file. Each folder will contain all (and only) files that have values for System.ItemDate within the same year. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByMonth">
      <summary>Group files into virtual folders by month based on the System.ItemDate property of each file. Each resulting folder will contain all (and only) files that have values for System.ItemDate within the same month. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByArtist">
      <summary>Group files into virtual folders based on the System.Music.Artistproperty of each file. Each resulting folder will contain all (and only) files with identical values for System.Music.Artist. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByAlbum">
      <summary>Group files into virtual folders by year based on the System.Music.AlbumTitle property of each file. Each resulting folder will contain all (and only) files with identical values for System.Music.AlbumTitle. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByAlbumArtist">
      <summary>Group files into virtual folders based on the System.Music.AlbumArtist property of each file. Each resulting folder will contain all (and only) files with identical values for System.Music.AlbumArtist. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByComposer">
      <summary>Group files into virtual folders based on the System.Music.Composer property of each file. Each resulting folder will represent one composer, and contain all files whose System.Music.Composer vector contains that composer. If a file lists multiple composers, it may appear in more than one of the resulting folders. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByGenre">
      <summary>Group files into virtual folders based on the System.Music.Genre property of each file. Each resulting folder will contain all (and only) files with identical values for System.Music.Genre. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByPublishedYear">
      <summary>Group files into virtual folders by year based on the System.Media.Year property of each file. Each resulting folder will contain all (and only) files that have values for System.Media.Year within the same year. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByRating">
      <summary>Group files into virtual folders by rating (1 star, 2 stars, and so on) based on the System.Rating property of each file. Each resulting folder will contain all (and only) files with identical values for System.Rating. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByTag">
      <summary>Group files into virtual folders based on the System.Keywords property of each file. Each resulting folder will represent one tag, and contain all files whose System.Keywords vector contains that tag. If a file lists multiple tags in its System.Keywords vector, it may appear in more than one of the resulting folders. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByAuthor">
      <summary>Group files into virtual folders based on the System.Author property of each file. Each resulting folder will represent one author, and contain all files whose System.Author vector contains that author. If a file lists multiple authors, it may appear in more than one of the resulting folders. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFolderQuery.GroupByType">
      <summary>Group files into virtual folders by type (Microsoft Word documents, text files, and so on) based on the System.ItemTypeText property of each file. This option only works if the folder being queried is in a library or the HomeGroup folder.</summary>
    </member>
    <member name="T:Windows.Storage.Search.ContentIndexer">
      <summary>Enables Windows Store app to place content properties in the system index.</summary>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.AddAsync(Windows.Storage.Search.IIndexableContent)">
      <summary>Adds app-defined items with properties and content to the system index.</summary>
      <param name="indexableContent">The content properties to index.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.CreateQuery(System.String,Windows.Foundation.Collections.IIterable`1,Windows.Foundation.Collections.IIterable`1,System.String)">
      <summary>Builds a query with the specified search filter, sort order, filter language, and identifies which properties to retrieve.</summary>
      <returns>The query.</returns>
      <param name="searchFilter">The Advanced Query Syntax (AQS) filter to apply.</param>
      <param name="propertiesToRetrieve">The properties to retrieve, specified by their Windows canonical property names.</param>
      <param name="sortOrder">The sort order for the filtered results.</param>
      <param name="searchFilterLanguage">The language that's used to parse Advanced Query Syntax (AQS), specified as a BCP-47 language tag.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.CreateQuery(System.String,Windows.Foundation.Collections.IIterable`1,Windows.Foundation.Collections.IIterable`1)">
      <summary>Builds a query with the specified search filter, sort order, and identifies which properties to retrieve.</summary>
      <returns>The query.</returns>
      <param name="searchFilter">The Advanced Query Syntax (AQS) filter.</param>
      <param name="propertiesToRetrieve">The properties to retrieve, specified by their Windows canonical property names.</param>
      <param name="sortOrder">The sort order for the filtered results.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.CreateQuery(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Builds a query with the specified search filter and identifies which properties to retrieve.</summary>
      <returns>The query.</returns>
      <param name="searchFilter">The Advanced Query Syntax (AQS) filter to apply.</param>
      <param name="propertiesToRetrieve">The properties to retrieve, specified by their Windows canonical property names.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.DeleteAllAsync">
      <summary>Removes all app-defined items from the ContentIndexer.</summary>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.DeleteAsync(System.String)">
      <summary>Removes the specified app-defined item from the ContentIndexer.</summary>
      <param name="contentId">The identifier of the item to remove.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.DeleteMultipleAsync(Windows.Foundation.Collections.IIterable`1)">
      <summary>Removes the specified app-defined items from the ContentIndexer.</summary>
      <param name="contentIds">The identifier of the item to remove.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.GetIndexer(System.String)">
      <summary>Gets the per-app index with the specified name or creates a new one, if necessary.</summary>
      <returns>The index.</returns>
      <param name="indexName">The index name.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.GetIndexer">
      <summary>Gets an existing per-app index or creates a new one, if necessary.</summary>
      <returns>The index.</returns>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.RetrievePropertiesAsync(System.String,Windows.Foundation.Collections.IIterable`1)">
      <summary>Gets content properties based on the given content identifier.</summary>
      <returns>When this method completes, it returns the retrieved properties as a map of key-value pairs.</returns>
      <param name="contentId">The identifier for the content properties.</param>
      <param name="propertiesToRetrieve">The retrieved properties, based on contentId.</param>
    </member>
    <member name="P:Windows.Storage.Search.ContentIndexer.Revision">
      <summary>Gets the version of the ContentIndexer.</summary>
      <returns>The revision number.</returns>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexer.UpdateAsync(Windows.Storage.Search.IIndexableContent)">
      <summary>Updates app content and properties in the ContentIndexer.</summary>
      <param name="indexableContent">The content properties to update.</param>
    </member>
    <member name="T:Windows.Storage.Search.ContentIndexerQuery">
      <summary>Represents a query for content properties in the ContentIndexer.</summary>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexerQuery.GetAsync">
      <summary>Runs the query on the app's indexed content properties.</summary>
      <returns>When this method completes, it returns the query results, represented as a collection of IIndexableContent instances.</returns>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexerQuery.GetAsync(System.UInt32,System.UInt32)">
      <summary>Runs the query on the app's indexed content properties and returns the specified number of items from the specified start index in the results collection.</summary>
      <returns>When this method completes, it returns the query results, represented as a collection of IndexableContent instances.</returns>
      <param name="startIndex">The index of the first item to get from the results collection.</param>
      <param name="maxItems">The maximum number of items to get.</param>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexerQuery.GetCountAsync">
      <summary>Gets the number of items in the search results.</summary>
      <returns>When this method completes, it returns the number of items in the search results.</returns>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexerQuery.GetPropertiesAsync">
      <summary>Retrieves a collection of property sets for an app, where the property sets are key-value pairs.</summary>
      <returns>When this method completes, it returns the query results as a collection of PropertyValue instances.</returns>
    </member>
    <member name="M:Windows.Storage.Search.ContentIndexerQuery.GetPropertiesAsync(System.UInt32,System.UInt32)">
      <summary>Runs the query on the app's indexed content properties and returns the specified number of properties from the specified start index in the results collection.</summary>
      <returns>When this method completes, it returns the query results as a collection of PropertyValue instances.</returns>
      <param name="startIndex">The index of the first item to get from the results collection.</param>
      <param name="maxItems">The maximum number of items to get.</param>
    </member>
    <member name="P:Windows.Storage.Search.ContentIndexerQuery.QueryFolder">
      <summary>Gets the StorageFolder representation of the app-provided items in the ContentIndexer query.</summary>
      <returns>The folder that contains app-provided content.</returns>
    </member>
    <member name="T:Windows.Storage.Search.DateStackOption">
      <summary>Indicates the unit of time used to group files into folders if a CommonFolderQuery based on date is used to create a QueryOptions object.</summary>
    </member>
    <member name="F:Windows.Storage.Search.DateStackOption.None">
      <summary>The query options are not based on the date.</summary>
    </member>
    <member name="F:Windows.Storage.Search.DateStackOption.Year">
      <summary>The content is grouped by year.</summary>
    </member>
    <member name="F:Windows.Storage.Search.DateStackOption.Month">
      <summary>The content is grouped by month.</summary>
    </member>
    <member name="T:Windows.Storage.Search.FolderDepth">
      <summary>Indicates whether all files and subfolders of the folder being queried will be enumerated or if only the top-level files and subfolders will be enumerated.</summary>
    </member>
    <member name="F:Windows.Storage.Search.FolderDepth.Shallow">
      <summary>Perform a shallow enumeration of the folder being queried. Only the top-level, child files and folders of the folder being queried will be returned. This is similar to the view that Windows Explorer would provide for the folder being queried.</summary>
    </member>
    <member name="F:Windows.Storage.Search.FolderDepth.Deep">
      <summary>Perform a deep enumeration of the folder contents. Windows traverses through subfolders to discover content and presents the results in a single list that combines all discovered content.</summary>
    </member>
    <member name="T:Windows.Storage.Search.HitFinder">
      <summary>Searches a string or content property for the specified text.</summary>
    </member>
    <member name="M:Windows.Storage.Search.HitFinder.Find(System.String)">
      <summary>Searches the specified string for occurrences of the current search text.</summary>
      <returns>A collection of occurrences of the current text in contentToSearch.</returns>
      <param name="contentToSearch">The string to search.</param>
    </member>
    <member name="M:Windows.Storage.Search.HitFinder.FindInProperty(System.String,System.String)">
      <summary>Searches the specified content property for occurrences of the current search text.</summary>
      <returns>A collection of occurrences of the current text in contentToSearch.</returns>
      <param name="contentToSearch">The string to search.</param>
      <param name="propertyForContent">The name of the property to search, like System.Author.</param>
    </member>
    <member name="M:Windows.Storage.Search.HitFinder.#ctor(System.String)">
      <summary>Initializes a new instance of the HitFinder class.</summary>
      <param name="searchFilter">The text to search for.</param>
    </member>
    <member name="T:Windows.Storage.Search.CommonFileQuery">
      <summary>Specifies whether the query is shallow or deep and the sorting criteria to use for files in the query results. Query results for deep queries include all files in all of the subfolders of the folder being queried and sorts them based on the specified metadata.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFileQuery.DefaultQuery">
      <summary>A shallow view of files in a folder, similar to the view that Windows Explorer provides. You can use this option with any storage location.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFileQuery.OrderByName">
      <summary>A deep, flat list sorted by System.ItemNameDisplay. You can use this option for any storage location.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFileQuery.OrderByTitle">
      <summary>A deep, flat list sorted by System.Title. You can use this option only for folders in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFileQuery.OrderByMusicProperties">
      <summary>A deep, flat list sorted by music properties. You can use this option only for folders in a library or the HomeGroup folder.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFileQuery.OrderBySearchRank">
      <summary>A deep, flat list sorted by System.Search.Rank followed by System.DateModified. You can use this option for any storage location.</summary>
    </member>
    <member name="F:Windows.Storage.Search.CommonFileQuery.OrderByDate">
      <summary>A deep, flat list sorted by System.ItemDate. You can use this option only for folders in a library or the HomeGroup folder. System.ItemDate is a computed property that changes based on the content type; for example, it maps to System.Photo.DateTaken for photos.</summary>
    </member>
    <member name="M:Windows.Storage.Search.HitFinder.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HitFinder class.</summary>
      <param name="searchFilter">The text to search for.</param>
      <param name="language">The user language for the hit search.</param>
    </member>
    <member name="T:Windows.Storage.Search.IIndexableContent">
      <summary>Represents app content and properties that can be added to the ContentIndexer.</summary>
    </member>
    <member name="P:Windows.Storage.Search.IIndexableContent.Id">
      <summary>Gets or sets the identifier for the content properties in the IIndexableContent object. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.</summary>
      <returns>The identifier of the content item.</returns>
    </member>
    <member name="P:Windows.Storage.Search.IIndexableContent.Properties">
      <summary>Gets the content properties.</summary>
      <returns>The collection of properties, represented as a Map of key-value pairs.</returns>
    </member>
    <member name="P:Windows.Storage.Search.IIndexableContent.Stream">
      <summary>Gets or sets a stream that provides full-text content. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.</summary>
      <returns>The stream used to provide the full-text content for the item.</returns>
    </member>
    <member name="P:Windows.Storage.Search.IIndexableContent.StreamContentType">
      <summary>Specifies the type of content in the Stream.</summary>
      <returns>The content type, like StorageFile.ContentType.</returns>
    </member>
    <member name="T:Windows.Storage.Search.IndexerOption">
      <summary>Specifies whether the query should use the system index of the file system when enumerating content in the folder being queried.</summary>
    </member>
    <member name="F:Windows.Storage.Search.IndexerOption.UseIndexerWhenAvailable">
      <summary>Use the system index for content that has been indexed and use the file system directly for content that has not been indexed.</summary>
    </member>
    <member name="F:Windows.Storage.Search.IndexerOption.OnlyUseIndexer">
      <summary>Use only indexed content and ignore content that has not been indexed.</summary>
    </member>
    <member name="F:Windows.Storage.Search.IndexerOption.DoNotUseIndexer">
      <summary>Access the file system directly; don't use the system index.</summary>
    </member>
    <member name="T:Windows.Storage.Search.IndexedState">
      <summary>Indicates whether a StorageFolder is included in the system index.</summary>
    </member>
    <member name="F:Windows.Storage.Search.IndexedState.Unknown">
      <summary>The indexed state is not known.</summary>
    </member>
    <member name="F:Windows.Storage.Search.IndexedState.NotIndexed">
      <summary>The folder is not indexed.</summary>
    </member>
    <member name="F:Windows.Storage.Search.IndexedState.PartiallyIndexed">
      <summary>Some folders in the library are indexed, but not all of them. This value is relevant only for libraries.</summary>
    </member>
    <member name="F:Windows.Storage.Search.IndexedState.FullyIndexed">
      <summary>The folder contains indexed content. The folder might contain subfolders that are not indexed.</summary>
    </member>
    <member name="T:Windows.Storage.Search.IndexableContent">
      <summary>Represents app content and properties that can be added to the ContentIndexer.</summary>
    </member>
    <member name="P:Windows.Storage.Search.IndexableContent.Id">
      <summary>Gets or sets the identifier for the content properties in the IndexableContent object. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.</summary>
      <returns>The identifier of the content item.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IndexableContent.#ctor">
      <summary>Initializes a new instance of the IndexableContent class.</summary>
    </member>
    <member name="P:Windows.Storage.Search.IndexableContent.Properties">
      <summary>Gets the content properties.</summary>
      <returns>The collection of properties, represented as a Map of key-value pairs.</returns>
    </member>
    <member name="P:Windows.Storage.Search.IndexableContent.Stream">
      <summary>Gets or sets a Stream that provides full-text content. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.</summary>
      <returns>The stream used to provide the full-text content for the item.</returns>
    </member>
    <member name="P:Windows.Storage.Search.IndexableContent.StreamContentType">
      <summary>Specifies the type of content in the Stream.</summary>
      <returns>The content type, like StorageFile.ContentType.</returns>
    </member>
    <member name="T:Windows.Storage.Search.IStorageQueryResultBase">
      <summary>Provides methods to access to and manage query results.</summary>
    </member>
    <member name="P:Windows.Storage.Search.IStorageQueryResultBase.Folder">
      <summary>Gets the folder originally used to create a StorageFileQueryResult, StorageFolderQueryResult, or StorageItemQueryResult object.</summary>
      <returns>The original folder.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IStorageQueryResultBase.GetItemCountAsync">
      <summary>Retrieves the number of items that match the query that created a StorageFileQueryResult, StorageFolderQueryResult, or StorageItemQueryResult object.</summary>
      <returns>When this method completes successfully, it returns the number of items that match the query.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IStorageQueryResultBase.FindStartIndexAsync(System.Object)">
      <summary>Retrieves the index of the file from the query results that most closely matches the specified property value. The property that is matched is determined by the first SortEntry of the QueryOptions.SortOrder list.</summary>
      <returns>When this method completes successfully it returns the index of the matched item in the query results.</returns>
      <param name="value">The property value to match when searching the query results.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageQueryResultBase.GetCurrentQueryOptions">
      <summary>Retrieves the query options used to create a StorageFileQueryResult, StorageFolderQueryResult, or StorageItemQueryResult object.</summary>
      <returns>The query options.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IStorageQueryResultBase.ApplyNewQueryOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Applies new query options to the results retrieved by the StorageFileQueryResult, StorageFolderQueryResult, or StorageItemQueryResult object.</summary>
      <param name="newQueryOptions">The new query options.</param>
    </member>
    <member name="E:Windows.Storage.Search.IStorageQueryResultBase.ContentsChanged">
      <summary>Fires when an item is added, deleted or modified in the folder being queried.</summary>
    </member>
    <member name="E:Windows.Storage.Search.IStorageQueryResultBase.OptionsChanged">
      <summary>Fires when the query options are changed for a StorageFileQueryResult, StorageFolderQueryResult, or StorageItemQueryResult object.</summary>
    </member>
    <member name="T:Windows.Storage.Search.IStorageFolderQueryOperations">
      <summary>Provides methods to create search queries and retrieve files from a folder. This interface is implemented by StorageFolder objects, which can represent file system folders, libraries, or virtual folders that are automatically generated when queries are created using group-based CommonFolderQuery values like GroupByAlbum.</summary>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.GetIndexedStateAsync">
      <summary>Retrieves a value that indicates the indexed state of the StorageFolder location associated with the query.</summary>
      <returns>When this method completes successfully, it returns a value of the IndexedState enumeration.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateFileQuery">
      <summary>Retrieves an object for enumerating the files in a storage location and subscribing to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating files and subscribing to events.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateFileQuery(Windows.Storage.Search.CommonFileQuery)">
      <summary>Retrieves an object with the specified options for enumerating the storage location in a folder and subscribing to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating files and subscribing to events.</returns>
      <param name="query">The type of folder query to perform. This parameter defaults to CommonFileQuery.DefaultQuery.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateFileQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Retrieves an object with the specified options for enumerating the files in a storage location and subscribing to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating files and subscribing to events.</returns>
      <param name="queryOptions">The options for filtering the query results.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateFolderQuery">
      <summary>Retrieves an object for enumerating folders in a storage location and subscribing to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating folders and subscribing to events.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateFolderQuery(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Retrieves an object with the specified options for enumerating folders in a storage location and subscribing to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating folders and subscribing to events.</returns>
      <param name="query">The type of folder query to perform. This parameter defaults to CommonFolderQuery.DefaultQuery.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateFolderQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Retrieves an object with the specified options for enumerating folders in a storage location and subscribing to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating folders and subscribing to events.</returns>
      <param name="queryOptions">The options for filtering the query results.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateItemQuery">
      <summary>Retrieves an object for performing shallow enumerations of the files and folders in a storage location. An app can use the object to enumerate the items in a storage location and subscribe to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating storage items and subscribing to events.</returns>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.CreateItemQueryWithOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Retrieves an object with the specified options for enumerating the files and folders in a storage location and subscribing to events that fire when the contents of the storage location change.</summary>
      <returns>An object for enumerating storage items and subscribing to events.</returns>
      <param name="queryOptions">The options for filtering the query results.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.GetFilesAsync(Windows.Storage.Search.CommonFileQuery,System.UInt32,System.UInt32)">
      <summary>Retrieves a list of files in a specified range that are based on the specified file query. This returns a snapshot of the files at a point in time and does not allow you to keep track of changes through events.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of files that are represented by StorageFile objects.</returns>
      <param name="query">The type of file query to perform.</param>
      <param name="startIndex">The zero-based index of the first file in the range. This parameter defaults to 0.</param>
      <param name="maxItemsToRetrieve">The maximum number of files to retrieve. Use -1 to retrieve all files.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.GetFilesAsync(Windows.Storage.Search.CommonFileQuery)">
      <summary>Retrieves a list of files based on the specified query (shallow enumeration). This returns a snapshot of the files at a point in time and does not allow you to keep track of changes through events.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of files that are represented by StorageFile objects.</returns>
      <param name="query">The type of file query to perform.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery,System.UInt32,System.UInt32)">
      <summary>Asynchronously retrieves a range of folders in this folder based on a folder query. This returns a snapshot of the folders or file groups at a point in time and does not allow you to keep track of changes through events.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of folders of file groups that are represented by StorageFolder objects.</returns>
      <param name="query">The type of folder query to perform.</param>
      <param name="startIndex">The zero-based index of the first folder or file group in the range. This parameter defaults to 0.</param>
      <param name="maxItemsToRetrieve">The maximum number of folders or file groups to retrieve. Use -1 to retrieve all folders or file groups.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Retrieves a list of folders and file groups based on a specified folder query. This returns a snapshot of the folders or file groups at a point in time and does not allow you to keep track of changes through events.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of folders of file groups that are represented by StorageFolder objects.</returns>
      <param name="query">The type of folder query to perform.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.GetItemsAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves a list items like files, folders, or file groups, in a specified range (shallow enumeration).</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of items. Each item is the IStorageItem type and represents a file, folder, or file group. In this list, files are represented by StorageFile objects, and folders or file groups are represented by StorageFolder objects.</returns>
      <param name="startIndex">The zero-based index of the first item in the range. This parameter defaults to 0.</param>
      <param name="maxItemsToRetrieve">The maximum number of items to retrieve. Use -1 to retrieve all items.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.AreQueryOptionsSupported(Windows.Storage.Search.QueryOptions)">
      <summary>Verifies whether the folder supports the specified search query options (returns true or false).</summary>
      <returns>True if the folder supports the specified search query options; otherwise false.</returns>
      <param name="queryOptions">The search query options to test.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.IsCommonFolderQuerySupported(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Verifies whether this folder supports the specified folder query (returns true or false).</summary>
      <returns>True if the folder supports the specified folder query; otherwise false.</returns>
      <param name="query">The folder query to test.</param>
    </member>
    <member name="M:Windows.Storage.Search.IStorageFolderQueryOperations.IsCommonFileQuerySupported(Windows.Storage.Search.CommonFileQuery)">
      <summary>Verifies whether this folder supports the specified file query (returns true or false).</summary>
      <returns>True if the folder supports the specified file query; otherwise false.</returns>
      <param name="query">The file query to test.</param>
    </member>
    <member name="T:Windows.Storage.Search.QueryOptions">
      <summary>Specifies the parameters of a search query for enumerating the contents of storage folders.</summary>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.UserSearchFilter">
      <summary>Gets or sets a user-defined Advanced Query Syntax (AQS) string for filtering files by keywords or properties. This property is combined with the ApplicationSearchFilter to create the query's search filter.</summary>
      <returns>A simple keyword or a string that conforms to Advanced Query Syntax (AQS). For more information, see Using Advanced Query Syntax Programmatically.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.Language">
      <summary>Gets or sets the Internet Engineering Task Force (IETF) language tag (BCP47 standard) that identifies the language associated with the query. This determines the language-specific algorithm used by the system to break the query into individual search tokens.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP47-standard language tag.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.IndexerOption">
      <summary>Gets or sets a value that specifies whether the system index or the file system is used to retrieve query results.</summary>
      <returns>The indexer option.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.FolderDepth">
      <summary>Indicates whether the search query should produce a shallow view of the folder contents or a deep recursive view of all files and subfolder.</summary>
      <returns>A value that indicates how deeply to query the folder. The default value is FolderDepth.Shallow. Predefined queries typically override this property and change it to FolderDepth.Deep.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.ApplicationSearchFilter">
      <summary>Gets or sets an application-defined Advanced Query Syntax (AQS) string for filtering files by keywords or properties. This property is combined with the UserSearchFilter to create the query's search filter.</summary>
      <returns>A simple keyword, or a string that conforms to Advanced Query Syntax (AQS). For more information, see Using Advanced Query Syntax Programmatically.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.DateStackOption">
      <summary>Gets the unit of time used to group files into folders if the QueryOptions object was created with a CommonFolderQuery based on date.</summary>
      <returns>The unit of time user to group folder content by date.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.FileTypeFilter">
      <summary>Gets a list of file name extensions used to filter the search results. If the list is empty, the results include all file types.</summary>
      <returns>The list of file types of files include in query results. The default value is an empty list (which is equivalent to a list containing only *) that includes all file types.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.GroupPropertyName">
      <summary>Gets the name of the property used to group query results if the QueryOptions object was created using a CommonFolderQuery.</summary>
      <returns>The property that is being used to group files and that is specified by the CommonFolderQuery enumeration.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.SortOrder">
      <summary>Gets the list of SortEntry structures that specify how to sort content (like files and subfolders) in query results.</summary>
      <returns>A SortEntryVector that contains SortEntry structures. These structures specify how to sort query results.</returns>
    </member>
    <member name="P:Windows.Storage.Search.QueryOptions.StorageProviderIdFilter">
      <summary>Gets the filter for storage provider identifiers.</summary>
      <returns>The filter string.</returns>
    </member>
    <member name="M:Windows.Storage.Search.QueryOptions.SaveToString">
      <summary>Converts the values of a QueryOptions object to a string that can be used to initialize the values of a QueryOptions object by calling LoadFromString.</summary>
      <returns>A string representing the serialized settings of a QueryOptions instance.</returns>
    </member>
    <member name="M:Windows.Storage.Search.QueryOptions.LoadFromString(System.String)">
      <summary>Initializes the current instance of the QueryOptions class with search parameters specified by a string that was created by the SaveToString method.</summary>
      <param name="value">A string retrieved by a previous call to SaveToString.</param>
    </member>
    <member name="M:Windows.Storage.Search.QueryOptions.SetThumbnailPrefetch(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)">
      <summary>Specifies the type and size of thumbnails that the system should start loading immediately when items are accessed (instead of retrieving them on a case-by-case basis).</summary>
      <param name="mode">The enumeration value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted. For guidance about choosing the best thumbnail mode, see Guidelines and checklist for thumbnails.</param>
      <param name="requestedSize">The requested size, in pixels, of the longest edge of the thumbnail. Windows uses the requestedSize as a guide and tries to return a thumbnail image that can be scaled to the requested size without reducing the quality of the image. If Windows can't find a thumbnail image that exactly meets the requested size, a larger thumbnail might be returned. If no larger thumbnail is available, a thumbnail image that is smaller than the requested size might be returned.</param>
      <param name="options">The enum value that describes the desired behavior to use to retrieve the thumbnail image. The specified behavior might affect the size and/or quality of the image and how quickly the thumbnail image is retrieved.</param>
    </member>
    <member name="M:Windows.Storage.Search.QueryOptions.SetPropertyPrefetch(Windows.Storage.FileProperties.PropertyPrefetchOptions,Windows.Foundation.Collections.IIterable`1)">
      <summary>Specifies properties that the system should load in advance for all items in the query result set while the query is being executed (instead of retrieving them on a case-by-case basis).</summary>
      <param name="options">A value that specifies the set of properties to retrieve in advance. The possible property sets match the sets of properties available on from the StorageFile class. For example, PropertyPrefetchOptions.BasicProperties will retrieve all of the properties available through StorageFile.GetBasicPropertiesAsync in advance.</param>
      <param name="propertiesToRetrieve">A custom list of properties to retrieve in advance as an array of property names. Use the system property names to specify properties, for example System.Copyright and System.Image.ColorSpace. A list of additional properties to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.Search.QueryOptions.#ctor(Windows.Storage.Search.CommonFileQuery,Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates an instance of the QueryOptions class for enumerating files and initializes it with values provided by the specified CommonFileQuery and an optional file type filter that determines which files to include in query results.</summary>
      <param name="query">An enumeration value that specifies the search parameters to use to query files. The CommonFileQuery enumeration provides search parameters for several common types of file queries. For example, deep queries that retrieve all the files in the folder where the query is created or shallow queries that retrieve only the files in the top-level of the folder. The enumeration also determines how query results are sorted.</param>
      <param name="fileTypeFilter">An array of file types to be included in the query results. To include all file types, supply null or an array containing a single entry of *.</param>
    </member>
    <member name="M:Windows.Storage.Search.QueryOptions.#ctor(Windows.Storage.Search.CommonFolderQuery)">
      <summary>Creates an instance of the QueryOptions class for enumerating subfolders and initializes it with values based on the specified CommonFolderQuery.</summary>
      <param name="query">An enumeration value that specifies how to group the contents of the folder where the query is created into subfolders to enumerate. The subfolders that are retrieved using a CommonFolderQuery can be actual file system folders or virtual folders that represent groups of files (which are determined by the CommonFolderQuery value). For example, the CommonFolderQuery.GroupByArtist uses the Artist of the files in the folder (and its subfolders) to group files, creating one virtual folder (or file group) for each artist.</param>
    </member>
    <member name="M:Windows.Storage.Search.QueryOptions.#ctor">
      <summary>Creates an instance of the QueryOptions class for enumerating storage items, and initializes it with the following default settings: QueryOptions.FolderDepth gets FolderDepth.Shallow and QueryOptions.IndexerOption gets IndexerOption.DoNotUseIndexer.</summary>
    </member>
    <member name="T:Windows.Storage.Search.StorageFileQueryResult">
      <summary>Provides access to the results of a query of the files in the location that is represented by a storageFolder object.</summary>
    </member>
    <member name="P:Windows.Storage.Search.StorageFileQueryResult.Folder">
      <summary>Gets the folder that was queried to create the StorageFileQueryResult object. This folder represents the scope of the query.</summary>
      <returns>The original folder.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFileQueryResult.GetFilesAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves a list of files in a specified range.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of files that are represented by storageFile objects.</returns>
      <param name="startIndex">The zero-based index of the first file to retrieve. This parameter is 0 by default.</param>
      <param name="maxNumberOfItems">The maximum number of files to retrieve. Use -1 to retrieve all files. If the range contains fewer files than the max number, all files in the range are returned.</param>
    </member>
    <member name="M:Windows.Storage.Search.StorageFileQueryResult.GetFilesAsync">
      <summary>Retrieves a list of all the files in the query result set.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of files that are represented by storageFile objects.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFileQueryResult.GetItemCountAsync">
      <summary>Retrieves the number of files in the set of query results.</summary>
      <returns>When this method completes successfully, it returns the number of files in the location that match the query.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFileQueryResult.FindStartIndexAsync(System.Object)">
      <summary>Retrieves the index of the file from the query results that most closely matches the specified property value (or file, if used with FileActivatedEventArgs.NeighboringFilesQuery). The property that is matched is determined by the first SortEntry of the QueryOptions.SortOrder list.</summary>
      <returns>When this method completes successfully, it returns the index of the matched file in the query results or the index of the file in the FileActivatedEventArgs.NeighboringFilesQuery. In the latter case, the file is expected to be sourced from FileActivatedEventArgs.Files.</returns>
      <param name="value">The property value to match when searching the query results. The property to that is used to match this value is the property in the first SortEntry of the QueryOptions.SortOrder list. Or, the file to match when searching with FileActivatedEventArgs.NeighboringFilesQuery.</param>
    </member>
    <member name="M:Windows.Storage.Search.StorageFileQueryResult.GetCurrentQueryOptions">
      <summary>Retrieves the query options used to determine query results.</summary>
      <returns>The query options.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFileQueryResult.GetMatchingPropertiesWithRanges(Windows.Storage.StorageFile)">
      <summary>Gets matching file properties with corresponding text ranges.</summary>
      <returns>The matched properties and corresponding text ranges.</returns>
      <param name="file">The file to query for properties.</param>
    </member>
    <member name="M:Windows.Storage.Search.StorageFileQueryResult.ApplyNewQueryOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Modifies query results based on new QueryOptions.</summary>
      <param name="newQueryOptions">The new query options.</param>
    </member>
    <member name="E:Windows.Storage.Search.StorageFileQueryResult.ContentsChanged">
      <summary>Fires when a file is added to, deleted from, or modified in the folder being queried.</summary>
    </member>
    <member name="E:Windows.Storage.Search.StorageFileQueryResult.OptionsChanged">
      <summary>Fires when the query options change.</summary>
    </member>
    <member name="T:Windows.Storage.Search.StorageFolderQueryResult">
      <summary>Provides access to the results of a query that lists the folder (or file groups) in the folder being queried (which is represented by a storageFolder).</summary>
    </member>
    <member name="P:Windows.Storage.Search.StorageFolderQueryResult.Folder">
      <summary>Gets the folder originally used to create the StorageFolderQueryResult object.</summary>
      <returns>The original folder.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFolderQueryResult.GetFoldersAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves folders (or file groups) in a specified range.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of folders or file groups that are represented by storageFolder objects.</returns>
      <param name="startIndex">The zero-based index of the first folder to retrieve. This parameter defaults to 0.</param>
      <param name="maxNumberOfItems">The maximum number of folders or file groups to retrieve. Use -1 to retrieve all folders. If the range contains fewer folders than the max number, all folders in the range are returned.</param>
    </member>
    <member name="M:Windows.Storage.Search.StorageFolderQueryResult.GetFoldersAsync">
      <summary>Retrieves a list of all the folders (or file groups) in the result set.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of folders or file groups that are represented by storageFolder objects. Each of these folder or file group can also be enumerated to retrieve its contents.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFolderQueryResult.GetItemCountAsync">
      <summary>Retrieves the number of folders (or file groups) in the set of query results.</summary>
      <returns>When this method completes successfully, it returns the number of folders or file groups in the location that match the query.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFolderQueryResult.FindStartIndexAsync(System.Object)">
      <summary>Retrieves the index of the folder from the query results that most closely matches the specified property value. The property that is matched is determined by the first SortEntry of the QueryOptions.SortOrder list.</summary>
      <returns>When this method completes successfully it returns the index of the matched folder in the query results.</returns>
      <param name="value">The property value to match when searching the query results. The property to that is used to match this value is the property in the first SortEntry of the QueryOptions.SortOrder list.</param>
    </member>
    <member name="M:Windows.Storage.Search.StorageFolderQueryResult.GetCurrentQueryOptions">
      <summary>Retrieves the query options used to determine query results.</summary>
      <returns>The query options.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageFolderQueryResult.ApplyNewQueryOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Modifies query results based on new QueryOptions.</summary>
      <param name="newQueryOptions">The new query options.</param>
    </member>
    <member name="E:Windows.Storage.Search.StorageFolderQueryResult.ContentsChanged">
      <summary>Fires when a file is added to, deleted from, or modified in the folder being queried.</summary>
    </member>
    <member name="E:Windows.Storage.Search.StorageFolderQueryResult.OptionsChanged">
      <summary>Fires when the query options change.</summary>
    </member>
    <member name="T:Windows.Storage.Search.StorageItemQueryResult">
      <summary>Provides access to the results of a query that lists all items including files and folders (or file groups) in the folder being queried (which is represented by a storageFolder).</summary>
    </member>
    <member name="P:Windows.Storage.Search.StorageItemQueryResult.Folder">
      <summary>Gets the folder originally used to create the StorageItemQueryResult object.</summary>
      <returns>The original folder.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageItemQueryResult.GetItemsAsync(System.UInt32,System.UInt32)">
      <summary>Retrieves a list of items (files and folders) in a specified range.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of items. Each item is the IStorageItem type and represents a file, folder, or file group. In this list, files are represented by storageFile objects, and folders or file groups are represented by storageFolder objects.</returns>
      <param name="startIndex">The zero-based index of the first item to retrieve. This parameter defaults to 0.</param>
      <param name="maxNumberOfItems">The maximum number of items to retrieve. Use -1 to retrieve all items. If the range contains fewer items than the max number, all items in the range are returned.</param>
    </member>
    <member name="M:Windows.Storage.Search.StorageItemQueryResult.GetItemsAsync">
      <summary>Retrieves a list of all the items (files and folders) in the query results set.</summary>
      <returns>When this method completes successfully, it returns a list (type IVectorView) of items. Each item is the IStorageItem type and represents a file, folder, or file group. In this list, files are represented by storageFile objects, and folders or file groups are represented by storageFolder objects.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageItemQueryResult.GetItemCountAsync">
      <summary>Retrieves the number of items in the set of query results.</summary>
      <returns>When this method completes successfully, it returns the number of items in the location that match the query.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageItemQueryResult.FindStartIndexAsync(System.Object)">
      <summary>Retrieves the index of the item from the query results that most closely matches the specified property value. The property that is matched is determined by the first SortEntry of the QueryOptions.SortOrder list.</summary>
      <returns>When this method completes successfully it returns the index of the matched item in the query results.</returns>
      <param name="value">The property value to match when searching the query results. The property to that is used to match this value is the property in the first SortEntry of the QueryOptions.SortOrder list.</param>
    </member>
    <member name="M:Windows.Storage.Search.StorageItemQueryResult.GetCurrentQueryOptions">
      <summary>Retrieves the query options used to determine query results.</summary>
      <returns>The query options.</returns>
    </member>
    <member name="M:Windows.Storage.Search.StorageItemQueryResult.ApplyNewQueryOptions(Windows.Storage.Search.QueryOptions)">
      <summary>Modifies query results based on new QueryOptions.</summary>
      <param name="newQueryOptions">The new query options.</param>
    </member>
    <member name="E:Windows.Storage.Search.StorageItemQueryResult.ContentsChanged">
      <summary>Fires when an item is added to, deleted from, or modified in the folder being queried.</summary>
    </member>
    <member name="E:Windows.Storage.Search.StorageItemQueryResult.OptionsChanged">
      <summary>Fires when the query options change.</summary>
    </member>
    <member name="T:Windows.Storage.Search.SortEntry">
      <summary>An entry in the SortOrder list the specifies a property and ordering that is used to sort query results.</summary>
    </member>
    <member name="F:Windows.Storage.Search.SortEntry.PropertyName">
      <summary>The name of the property to use for sorting, like System.Author. The property must be registered on the system. For more information, see the Windows Property System.</summary>
    </member>
    <member name="F:Windows.Storage.Search.SortEntry.AscendingOrder">
      <summary>True to sort content in the query results in ascending order based on the property name, or false to sort content in descending order.</summary>
    </member>
    <member name="T:Windows.Storage.Search.SortEntryVector">
      <summary>Provides access to the sorting criteria of the query results as a collection of SortEntry objects.</summary>
    </member>
    <member name="P:Windows.Storage.Search.SortEntryVector.Size">
      <summary>Gets the number of sort entries in the collection.</summary>
      <returns>The number of sort entries.</returns>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.GetAt(System.UInt32)">
      <summary>Retrieves the sort entry at the specified index in the collection.</summary>
      <returns>The sort entry at the specified index.</returns>
      <param name="index">The zero-based index of the sort entry to retrieve.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.GetView">
      <summary>Retrieves an immutable view of the collection of sort entries.</summary>
      <returns>The view of the collection.</returns>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.IndexOf(Windows.Storage.Search.SortEntry,System.UInt32@)">
      <summary>Retrieves the index of a specified sort entry in the collection.</summary>
      <returns>True if the sort entry is found; otherwise false.</returns>
      <param name="value">The sort entry to find in the collection.</param>
      <param name="index">The zero-based index of the sort entry, if found. This parameter is set to zero if the sort entry is not found.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.SetAt(System.UInt32,Windows.Storage.Search.SortEntry)">
      <summary>Sets the sort entry at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the location at which to set the sort entry.</param>
      <param name="value">The sort entry.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.InsertAt(System.UInt32,Windows.Storage.Search.SortEntry)">
      <summary>Inserts a sort entry into the collection at a specified index.</summary>
      <param name="index">The zero-based index of the location to insert the sort entry.</param>
      <param name="value">The sort entry to insert.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.RemoveAt(System.UInt32)">
      <summary>Removes the sort entry at the specified index in the collection.</summary>
      <param name="index">The zero-based index of the sort entry to remove.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.Append(Windows.Storage.Search.SortEntry)">
      <summary>Appends a sort entry to the end of the collection.</summary>
      <param name="value">The sort entry to append to the collection.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.RemoveAtEnd">
      <summary>Removes the last sort entry from the collection.</summary>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.Clear">
      <summary>Removes all sort entries from the collection.</summary>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.GetMany(System.UInt32,Windows.Storage.Search.SortEntry[])">
      <summary>Retrieves the sort entries that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the sort entries in the collection to retrieve.</param>
      <param name="items">The sort entries in the collection that start at startIndex.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.ReplaceAll(Windows.Storage.Search.SortEntry[])">
      <summary>Replaces all sort entries in the collection with the specified sort entries.</summary>
      <param name="items">The collection of sort entries to put in the vector.</param>
    </member>
    <member name="M:Windows.Storage.Search.SortEntryVector.First">
      <summary>Retrieves an iterator that iterates through the sort entries in the collection.</summary>
      <returns>The iterator.</returns>
    </member>
    <member name="T:Windows.Storage.Search.ValueAndLanguage">
      <summary>Specifies the language of a property, as a BCP-47 language code.</summary>
    </member>
    <member name="P:Windows.Storage.Search.ValueAndLanguage.Value">
      <summary>Gets or sets the property value for the current ValueAndLanguage.</summary>
      <returns>The property value.</returns>
    </member>
    <member name="P:Windows.Storage.Search.ValueAndLanguage.Language">
      <summary>Gets or sets the language of the property value, specified as a BCP-47 language code.</summary>
      <returns>The language of the property value, as a BCP-47 language code.</returns>
    </member>
    <member name="M:Windows.Storage.Search.ValueAndLanguage.#ctor">
      <summary>Initializes a new instance of the ValueAndLanguage class.</summary>
    </member>
    <member name="N:Windows.Storage.Streams">
      <summary>Provides support for reading to and writing from sequential and random access streams.</summary>
    </member>
    <member name="T:Windows.Storage.Streams.Buffer">
      <summary>Provides a default implementation of the IBuffer interface and its related interfaces.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.Buffer.#ctor(System.UInt32)">
      <summary>Initializes a new instance of the Buffer class with the specified capacity.</summary>
      <param name="capacity">The maximum number of bytes that the buffer can hold.</param>
    </member>
    <member name="P:Windows.Storage.Streams.Buffer.Capacity">
      <summary>Gets the maximum number of bytes that the buffer can hold.</summary>
      <returns>The maximum number of bytes that the buffer can hold.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.Buffer.Length">
      <summary>Gets the number of bytes currently in use in the buffer.</summary>
      <returns>The number of bytes currently in use in the buffer, which is less than or equal to the capacity of the buffer.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.ByteOrder">
      <summary>Specifies the byte order of a stream.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.ByteOrder.LittleEndian">
      <summary>The least significant byte (lowest address) is stored first.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.ByteOrder.BigEndian">
      <summary>The most significant byte (highest address) is stored first.</summary>
    </member>
    <member name="T:Windows.Storage.Streams.DataReader">
      <summary>Reads data from an input stream.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.DataReader.ByteOrder">
      <summary>Gets or sets the byte order of the data in the input stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.#ctor(Windows.Storage.Streams.IInputStream)">
      <summary>Creates and initializes a new instance of the data reader.</summary>
      <param name="inputStream">The input stream.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.DetachBuffer">
      <summary>Detaches the buffer that is associated with the data reader.</summary>
      <returns>The detached buffer.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.DetachStream">
      <summary>Detaches the stream that is associated with the data reader.</summary>
      <returns>The detached stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.FromBuffer(Windows.Storage.Streams.IBuffer)">
      <summary>Creates a new instance of the data reader with data from the specified buffer.</summary>
      <returns>The data reader.</returns>
      <param name="buffer">The buffer.</param>
    </member>
    <member name="P:Windows.Storage.Streams.DataReader.InputStreamOptions">
      <summary>Gets or sets the read options for the input stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.LoadAsync(System.UInt32)">
      <summary>Loads data from the input stream.</summary>
      <returns>The asynchronous load data request.</returns>
      <param name="count">The count of bytes to load into the intermediate buffer.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadBoolean">
      <summary>Reads a Boolean value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadBuffer(System.UInt32)">
      <summary>Reads a buffer from the input stream.</summary>
      <returns>The buffer.</returns>
      <param name="length">The length of the buffer, in bytes.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadByte">
      <summary>Reads a byte value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadBytes(System.Byte[])">
      <summary>Reads an array of byte values from the input stream.</summary>
      <param name="value">The array that receives the byte values.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadDateTime">
      <summary>Reads a date and time value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadDouble">
      <summary>Reads a floating-point value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadGuid">
      <summary>Reads a GUID value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadInt16">
      <summary>Reads a 16-bit integer value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadInt32">
      <summary>Reads a 32-bit integer value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadInt64">
      <summary>Reads a 64-bit integer value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadSingle">
      <summary>Reads a floating-point value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadString(System.UInt32)">
      <summary>Reads a string value from the input stream.</summary>
      <returns>The value.</returns>
      <param name="codeUnitCount">The length of the string.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadTimeSpan">
      <summary>Reads a time-interval value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadUInt16">
      <summary>Reads a 16-bit unsigned integer from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadUInt32">
      <summary>Reads a 32-bit unsigned integer from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReader.ReadUInt64">
      <summary>Reads a 64-bit unsigned integer from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataReader.UnconsumedBufferLength">
      <summary>Gets the size of the buffer that has not been read.</summary>
      <returns>The size of the buffer that has not been read, in bytes.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataReader.UnicodeEncoding">
      <summary>Gets or sets the Unicode character encoding for the input stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.DataReaderLoadOperation">
      <summary>Loads data from an input stream.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataReaderLoadOperation.Cancel">
      <summary>Requests the cancellation of the data load operation.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataReaderLoadOperation.Close">
      <summary>Requests that work associated with the data load operation should stop.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.DataReaderLoadOperation.Completed">
      <summary>Gets or sets the handler to call when the data load operation is complete.</summary>
      <returns>The handler to call when the operation is complete.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataReaderLoadOperation.ErrorCode">
      <summary>Gets the error code for the data load operation if it fails.</summary>
      <returns>The status of the operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataReaderLoadOperation.GetResults">
      <summary>Returns the result of the data load operation.</summary>
      <returns>The result of the operation.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataReaderLoadOperation.Id">
      <summary>Gets a unique identifier that represents the data load operation.</summary>
      <returns>The identifier.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataReaderLoadOperation.Status">
      <summary>Gets the current status of the data load operation.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.DataWriter">
      <summary>Writes data to an output stream.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.DataWriter.ByteOrder">
      <summary>Gets or sets the byte order of the data in the output stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.#ctor">
      <summary>Creates and initializes a new instance of the data writer.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.#ctor(Windows.Storage.Streams.IOutputStream)">
      <summary>Creates and initializes a new instance of the data writer to an output stream.</summary>
      <param name="outputStream">The new output stream instance.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.DetachBuffer">
      <summary>Detaches the buffer that is associated with the data writer.</summary>
      <returns>The detached buffer.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.DetachStream">
      <summary>Detaches the stream that is associated with the data writer.</summary>
      <returns>The detached stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.FlushAsync">
      <summary>Flushes data asynchronously.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.MeasureString(System.String)">
      <summary>Gets the size of a string.</summary>
      <returns>The size of the string, in bytes.</returns>
      <param name="value">The string.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.StoreAsync">
      <summary>Commits data in the buffer to a backing store.</summary>
      <returns>The asynchronous store data operation.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataWriter.UnicodeEncoding">
      <summary>Gets or sets the Unicode character encoding for the output stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataWriter.UnstoredBufferLength">
      <summary>Gets the size of the buffer that has not been used.</summary>
      <returns>The size of the buffer that has not been used, in bytes.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteBoolean(System.Boolean)">
      <summary>Writes a Boolean value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteBuffer(Windows.Storage.Streams.IBuffer)">
      <summary>Writes the contents of the specified buffer to the output stream.</summary>
      <param name="buffer">The buffer.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteBuffer(Windows.Storage.Streams.IBuffer,System.UInt32,System.UInt32)">
      <summary>Writes the specified bytes from a buffer to the output stream.</summary>
      <param name="buffer">The buffer.</param>
      <param name="start">The starting byte.</param>
      <param name="count">The number of bytes to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteByte(System.Byte)">
      <summary>Writes a byte value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteBytes(System.Byte[])">
      <summary>Writes an array of byte values to the output stream.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteDateTime(Windows.Foundation.DateTime)">
      <summary>Writes a date and time value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteDouble(System.Double)">
      <summary>Writes a floating-point value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteGuid(System.Guid)">
      <summary>Writes a GUID value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteInt16(System.Int16)">
      <summary>Writes a 16-bit integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteInt32(System.Int32)">
      <summary>Writes a 32-bit integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteInt64(System.Int64)">
      <summary>Writes a 64-bit integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteSingle(System.Single)">
      <summary>Writes a floating-point value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteString(System.String)">
      <summary>Writes a string value to the output stream.</summary>
      <returns>The length of the string, in bytes.</returns>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteTimeSpan(Windows.Foundation.TimeSpan)">
      <summary>Writes a time-interval value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteUInt16(System.UInt16)">
      <summary>Writes a 16-bit unsigned integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteUInt32(System.UInt32)">
      <summary>Writes a 32-bit unsigned integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriter.WriteUInt64(System.UInt64)">
      <summary>Writes a 64-bit unsigned integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="T:Windows.Storage.Streams.DataWriterStoreOperation">
      <summary>Commits data in a buffer to a backing store.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriterStoreOperation.Cancel">
      <summary>Requests the cancellation of the data store operation.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriterStoreOperation.Close">
      <summary>Requests that work associated with the data store operation should stop.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.DataWriterStoreOperation.Completed">
      <summary>Gets or sets the handler to call when the data store operation is complete.</summary>
      <returns>The handler to call when the operation is complete.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataWriterStoreOperation.ErrorCode">
      <summary>Gets the error code for the data store operation if it fails.</summary>
      <returns>The status of the operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.DataWriterStoreOperation.GetResults">
      <summary>Returns the result of the data store operation.</summary>
      <returns>The result of the operation.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataWriterStoreOperation.Id">
      <summary>Gets a unique identifier that represents the data store operation.</summary>
      <returns>The identifier.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.DataWriterStoreOperation.Status">
      <summary>Gets the current status of the data store operation.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.FileInputStream">
      <summary>Reads data from a file.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileInputStream.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileInputStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileInputStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="T:Windows.Storage.Streams.FileOutputStream">
      <summary>Writes data to a file.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileOutputStream.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileOutputStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileOutputStream.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.FileOutputStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously to a file.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Storage.Streams.FileRandomAccessStream">
      <summary>Supports reading and writing to a file at a specified position.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.FileRandomAccessStream.CanRead">
      <summary>Gets a value that indicates whether the stream can be read from.</summary>
      <returns>True if the stream can be read from. Otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.FileRandomAccessStream.CanWrite">
      <summary>Gets a value that indicates whether the file can be written to.</summary>
      <returns>True if the stream can be written to. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.CloneStream">
      <summary>Creates a new instance of a IRandomAccessStream over the same resource as the current stream.</summary>
      <returns>The new stream. The initial, internal position of the stream is 0. The internal position and lifetime of this new stream are independent from the position and lifetime of the cloned stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.GetInputStreamAt(System.UInt64)">
      <summary>Returns an input stream at a specified location in a stream.</summary>
      <returns>The input stream.</returns>
      <param name="position">The location in the stream at which to begin.</param>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.GetOutputStreamAt(System.UInt64)">
      <summary>Returns an output stream at a specified location in a stream.</summary>
      <returns>The output stream.</returns>
      <param name="position">The location in the output stream at which to begin.</param>
    </member>
    <member name="P:Windows.Storage.Streams.FileRandomAccessStream.Position">
      <summary>Gets the byte offset of the stream.</summary>
      <returns>The number of bytes from the start of the stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.Seek(System.UInt64)">
      <summary>Sets the position of the stream to the specified value.</summary>
      <param name="position">The new position of the stream.</param>
    </member>
    <member name="P:Windows.Storage.Streams.FileRandomAccessStream.Size">
      <summary>Gets or sets the size of the random access stream.</summary>
      <returns>The size of the stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.FileRandomAccessStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously to a file.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Storage.Streams.IBuffer">
      <summary>Represents a referenced array of bytes used by byte stream read and write interfaces. Buffer is the class implementation of this interface.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.IBuffer.Capacity">
      <summary>Gets the maximum number of bytes that the buffer can hold.</summary>
      <returns>The maximum number of bytes that the buffer can hold.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.IBuffer.Length">
      <summary>Gets the number of bytes currently in use in the buffer.</summary>
      <returns>The number of bytes currently in use in the buffer which is less than or equal to the capacity of the buffer.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.IContentTypeProvider">
      <summary>Characterizes the format of the data.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.IContentTypeProvider.ContentType">
      <summary>Gets the format of the data.</summary>
      <returns>The identifier for the format of the data.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.IDataReader">
      <summary>Provides read access to an input stream.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.IDataReader.ByteOrder">
      <summary>Gets or sets the byte order of the data in the input stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.DetachBuffer">
      <summary>Detaches a buffer that was previously attached to the reader.</summary>
      <returns>The detached buffer.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.DetachStream">
      <summary>Detaches a stream that was previously attached to the reader.</summary>
      <returns>The detached stream.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.IDataReader.InputStreamOptions">
      <summary>Gets or sets the read options for the input stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.LoadAsync(System.UInt32)">
      <summary>Loads data from the input stream.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="count">The count of bytes to load into the intermediate buffer.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadBoolean">
      <summary>Reads a Boolean value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadBuffer(System.UInt32)">
      <summary>Reads a buffer from the input stream.</summary>
      <returns>The buffer.</returns>
      <param name="length">The length of the buffer, in bytes.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadByte">
      <summary>Reads a byte value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadBytes(System.Byte[])">
      <summary>Reads an array of byte values from the input stream.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadDateTime">
      <summary>Reads a date and time value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadDouble">
      <summary>Reads a floating-point value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadGuid">
      <summary>Reads a GUID value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadInt16">
      <summary>Reads a 16-bit integer value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadInt32">
      <summary>Reads a 32-bit integer value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadInt64">
      <summary>Reads a 64-bit integer value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadSingle">
      <summary>Reads a floating-point value from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadString(System.UInt32)">
      <summary>Reads a string value from the input stream.</summary>
      <returns>The value.</returns>
      <param name="codeUnitCount">The length of the string.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadTimeSpan">
      <summary>Reads a time interval from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadUInt16">
      <summary>Reads a 16-bit unsigned integer from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadUInt32">
      <summary>Reads a 32-bit unsigned integer from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataReader.ReadUInt64">
      <summary>Reads a 64-bit unsigned integer from the input stream.</summary>
      <returns>The value.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.IDataReader.UnconsumedBufferLength">
      <summary>Gets the size of the buffer that has not been read.</summary>
      <returns>The size of the buffer that has not been read, in bytes.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.IDataReader.UnicodeEncoding">
      <summary>Gets or sets the Unicode character encoding for the input stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.IDataWriter">
      <summary>Provides write access to an output stream.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.IDataWriter.ByteOrder">
      <summary>Gets or sets the byte order of the data in the output stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.DetachBuffer">
      <summary>Detaches a buffer that was previously attached to the writer.</summary>
      <returns>The detached buffer.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.DetachStream">
      <summary>Detaches a stream that was previously attached to the writer.</summary>
      <returns>The detached stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.FlushAsync">
      <summary>Flushes data asynchronously.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.MeasureString(System.String)">
      <summary>Gets the size of a string.</summary>
      <returns>The size of the string, in bytes.</returns>
      <param name="value">The string.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.StoreAsync">
      <summary>Commits data in the buffer to a backing store.</summary>
      <returns>The asynchronous store data operation.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.IDataWriter.UnicodeEncoding">
      <summary>Gets or sets the Unicode character encoding for the output stream.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.IDataWriter.UnstoredBufferLength">
      <summary>Gets the size of the buffer that has not been used.</summary>
      <returns>The available buffer length, in bytes.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteBoolean(System.Boolean)">
      <summary>Writes a Boolean value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteBuffer(Windows.Storage.Streams.IBuffer)">
      <summary>Writes a number of bytes from a buffer to the output stream.</summary>
      <param name="buffer">The buffer.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteBuffer(Windows.Storage.Streams.IBuffer,System.UInt32,System.UInt32)">
      <summary>Writes a range of bytes from a buffer to the output stream.</summary>
      <param name="buffer">The buffer.</param>
      <param name="start">The starting byte tobe written.</param>
      <param name="count">The number of bytes to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteByte(System.Byte)">
      <summary>Writes a byte value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteBytes(System.Byte[])">
      <summary>Writes an array of byte values to the output stream.</summary>
      <param name="value">The array of values.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteDateTime(Windows.Foundation.DateTime)">
      <summary>Writes a date and time value to the output stream.</summary>
      <param name="value">The value to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteDouble(System.Double)">
      <summary>Writes a floating-point value to the output stream.</summary>
      <param name="value">The value to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteGuid(System.Guid)">
      <summary>Writes a GUID value to the output stream.</summary>
      <param name="value">The value to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteInt16(System.Int16)">
      <summary>Writes a 16-bit integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteInt32(System.Int32)">
      <summary>Writes a 32-bit integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteInt64(System.Int64)">
      <summary>Writes a 64-bit integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteSingle(System.Single)">
      <summary>Write a floating-point value to the output stream.</summary>
      <param name="value">The value to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteString(System.String)">
      <summary>Writes a string value to the output stream.</summary>
      <returns>The length of the string.</returns>
      <param name="value">The value to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteTimeSpan(Windows.Foundation.TimeSpan)">
      <summary>Writes a time interval value to the output stream.</summary>
      <param name="value">The value to write.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteUInt16(System.UInt16)">
      <summary>Writes a 16-bit unsigned integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteUInt32(System.UInt32)">
      <summary>Writes a 32-bit unsigned integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IDataWriter.WriteUInt64(System.UInt64)">
      <summary>Writes a 64-bit unsigned integer value to the output stream.</summary>
      <param name="value">The value.</param>
    </member>
    <member name="T:Windows.Storage.Streams.IInputStream">
      <summary>Represents a sequential stream of bytes to be read.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.IInputStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="T:Windows.Storage.Streams.IInputStreamReference">
      <summary>Enables a Windows Runtime component to provide sequential read access to an encapsulated stream.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.IInputStreamReference.OpenSequentialReadAsync">
      <summary>Opens a stream for sequential read access.</summary>
      <returns>The asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.InMemoryRandomAccessStream">
      <summary>Provides random access of data in input and output streams that are stored in memory instead of on disk.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.InMemoryRandomAccessStream.CanRead">
      <summary>Gets a value that indicates whether the stream can be read from.</summary>
      <returns>True if the stream can be read from. Otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.InMemoryRandomAccessStream.CanWrite">
      <summary>Gets a value that indicates whether the stream can be written to.</summary>
      <returns>True if the stream can be written to. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.CloneStream">
      <summary>Creates a new instance of a IRandomAccessStream over the same resource as the current stream.</summary>
      <returns>The new stream. The initial, internal position of the stream is 0.The internal position and lifetime of this new stream are independent from the position and lifetime of the cloned stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.GetInputStreamAt(System.UInt64)">
      <summary>Returns an input stream at a specified location in a stream.</summary>
      <returns>The input stream.</returns>
      <param name="position">The location in the stream at which to begin.</param>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.GetOutputStreamAt(System.UInt64)">
      <summary>Returns an output stream at a specified location in a stream.</summary>
      <returns>The output stream.</returns>
      <param name="position">The location in the output stream at which to begin.</param>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.#ctor">
      <summary>Creates a new instance of the InMemoryRandomAccessStream class.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.InMemoryRandomAccessStream.Position">
      <summary>Gets the byte offset of the stream.</summary>
      <returns>The number of bytes from the start of the stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.Seek(System.UInt64)">
      <summary>Sets the position of the stream to the specified value.</summary>
      <param name="position">The new position of the stream.</param>
    </member>
    <member name="P:Windows.Storage.Streams.InMemoryRandomAccessStream.Size">
      <summary>Gets or sets the size of the random access stream.</summary>
      <returns>The size of the stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.InMemoryRandomAccessStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Storage.Streams.InputStreamOptions">
      <summary>Specifies the read options for an input stream.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.InputStreamOptions.None">
      <summary>No options are specified.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.InputStreamOptions.Partial">
      <summary>The asynchronous read operation completes when one or more bytes is available.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.InputStreamOptions.ReadAhead">
      <summary>The asynchronous read operation may optionally read ahead and prefetch additional bytes.</summary>
    </member>
    <member name="T:Windows.Storage.Streams.InputStreamOverStream">
      <summary>Provides a Windows Runtime input stream for an IStream base implementation.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.InputStreamOverStream.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.InputStreamOverStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.InputStreamOverStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="T:Windows.Storage.Streams.IOutputStream">
      <summary>Represents a sequential stream of bytes to be written.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.IOutputStream.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IOutputStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Storage.Streams.IRandomAccessStream">
      <summary>Supports random access of data in input and output streams.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.IRandomAccessStream.CanRead">
      <summary>Gets a value that indicates whether the stream can be read from.</summary>
      <returns>True if the stream can be read from. Otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.IRandomAccessStream.CanWrite">
      <summary>Gets a value that indicates whether the stream can be written to.</summary>
      <returns>True if the stream can be written to. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IRandomAccessStream.CloneStream">
      <summary>Creates a new instance of a IRandomAccessStream over the same resource as the current stream.</summary>
      <returns>The new stream. The initial, internal position of the stream is 0. The internal position and lifetime of this new stream are independent from the position and lifetime of the cloned stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt(System.UInt64)">
      <summary>Returns an input stream at a specified location in a stream.</summary>
      <returns>The input stream.</returns>
      <param name="position">The location in the stream at which to begin.</param>
    </member>
    <member name="M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(System.UInt64)">
      <summary>Returns an output stream at a specified location in a stream.</summary>
      <returns>The output stream.</returns>
      <param name="position">The location in the output stream at which to begin.</param>
    </member>
    <member name="P:Windows.Storage.Streams.IRandomAccessStream.Position">
      <summary>Gets the byte offset of the stream.</summary>
      <returns>The number of bytes from the start of the stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.IRandomAccessStream.Seek(System.UInt64)">
      <summary>Sets the position of the stream to the specified value.</summary>
      <param name="position">The new position of the stream.</param>
    </member>
    <member name="P:Windows.Storage.Streams.IRandomAccessStream.Size">
      <summary>Gets or sets the size of the random access stream.</summary>
      <returns>The size of the stream.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.IRandomAccessStreamReference">
      <summary>Enables a Windows Runtime component to provide access to an encapsulated stream.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.IRandomAccessStreamReference.OpenReadAsync">
      <summary>Opens a stream for random access.</summary>
      <returns>The asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.IRandomAccessStreamWithContentType">
      <summary>Supports random access of data in input and output streams for a specified data format.</summary>
    </member>
    <member name="T:Windows.Storage.Streams.OutputStreamOverStream">
      <summary>Provides a Windows Runtime output stream for an IStream base implementation.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.OutputStreamOverStream.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.OutputStreamOverStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.OutputStreamOverStream.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.OutputStreamOverStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Storage.Streams.RandomAccessStream">
      <summary>Provides random access of data in input and output streams.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStream.CopyAndCloseAsync(Windows.Storage.Streams.IInputStream,Windows.Storage.Streams.IOutputStream)">
      <summary>Copies a source stream to a destination stream and waits for the copy operation to complete.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="source">The stream to copy data from.</param>
      <param name="destination">The stream to copy data to.</param>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStream.CopyAsync(Windows.Storage.Streams.IInputStream,Windows.Storage.Streams.IOutputStream)">
      <summary>Copies a source stream to a destination stream.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="source">The stream to copy data from.</param>
      <param name="destination">The stream to copy data to.</param>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStream.CopyAsync(Windows.Storage.Streams.IInputStream,Windows.Storage.Streams.IOutputStream,System.UInt64)">
      <summary>Copies the specified number of bytes from a source stream to a destination stream.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="source">The stream to copy data from.</param>
      <param name="destination">The stream to copy data to.</param>
      <param name="bytesToCopy">The number of bytes to copy.</param>
    </member>
    <member name="T:Windows.Storage.Streams.RandomAccessStreamOverStream">
      <summary>Provides a Windows Runtime random access stream for an IStream base implementation.</summary>
    </member>
    <member name="P:Windows.Storage.Streams.RandomAccessStreamOverStream.CanRead">
      <summary>Gets a value that indicates whether the stream can be read from.</summary>
      <returns>True if the stream can be read from. Otherwise, false.</returns>
    </member>
    <member name="P:Windows.Storage.Streams.RandomAccessStreamOverStream.CanWrite">
      <summary>Gets a value that indicates whether the stream can be written to.</summary>
      <returns>True if the stream can be written to. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.CloneStream">
      <summary>Creates a new instance of a IRandomAccessStream over the same resource as the current stream.</summary>
      <returns>The new stream. The initial, internal position of the stream is 0.The internal position and lifetime of this new stream are independent from the position and lifetime of the cloned stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.Close">
      <summary>Closes the current stream and releases system resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.FlushAsync">
      <summary>Flushes data asynchronously in a sequential stream.</summary>
      <returns>The stream flush operation.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.GetInputStreamAt(System.UInt64)">
      <summary>Returns an input stream at a specified location in a stream.</summary>
      <returns>The input stream.</returns>
      <param name="position">The location in the stream at which to begin.</param>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.GetOutputStreamAt(System.UInt64)">
      <summary>Returns an output stream at a specified location in a stream.</summary>
      <returns>The output stream.</returns>
      <param name="position">The location in the output stream at which to begin.</param>
    </member>
    <member name="P:Windows.Storage.Streams.RandomAccessStreamOverStream.Position">
      <summary>Gets the byte offset of the stream.</summary>
      <returns>The number of bytes from the start of the stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)">
      <summary>Returns an asynchronous byte reader object.</summary>
      <returns>The asynchronous operation.</returns>
      <param name="buffer">The buffer into which the asynchronous read operation places the bytes that are read.</param>
      <param name="count">The number of bytes to read that is less than or equal to the Capacity value.</param>
      <param name="options">Specifies the type of the asynchronous read operation.</param>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.Seek(System.UInt64)">
      <summary>Sets the position of the stream to the specified value.</summary>
      <param name="position">The new position of the stream.</param>
    </member>
    <member name="P:Windows.Storage.Streams.RandomAccessStreamOverStream.Size">
      <summary>Gets or sets the size of the random access stream.</summary>
      <returns>The size of the stream.</returns>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamOverStream.WriteAsync(Windows.Storage.Streams.IBuffer)">
      <summary>Writes data asynchronously in a sequential stream.</summary>
      <returns>The byte writer operation.</returns>
      <param name="buffer">The buffer into which the asynchronous writer operation writes.</param>
    </member>
    <member name="T:Windows.Storage.Streams.RandomAccessStreamReference">
      <summary>Provides random access of data in input and output streams for a file.</summary>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamReference.CreateFromFile(Windows.Storage.IStorageFile)">
      <summary>Creates a random access stream around a file.</summary>
      <returns>The stream that encapsulates file.</returns>
      <param name="file">The file to create a stream around.</param>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamReference.CreateFromStream(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Creates a random access stream around the specified stream.</summary>
      <returns>The random access stream that encapsulates stream.</returns>
      <param name="stream">The source stream.</param>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamReference.CreateFromUri(Windows.Foundation.Uri)">
      <summary>Creates a random access stream around the specified URI.</summary>
      <returns>The random access stream that encapsulates uri.</returns>
      <param name="uri">The URI to create the stream around.</param>
    </member>
    <member name="M:Windows.Storage.Streams.RandomAccessStreamReference.OpenReadAsync">
      <summary>Opens a stream for random access.</summary>
      <returns>The asynchronous operation.</returns>
    </member>
    <member name="T:Windows.Storage.Streams.UnicodeEncoding">
      <summary>Specifies the type of character encoding for a stream.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.UnicodeEncoding.Utf8">
      <summary>The encoding is UTF-8.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.UnicodeEncoding.Utf16LE">
      <summary>The encoding is UTF-16, with the least significant byte first in the two eight-bit bytes.</summary>
    </member>
    <member name="F:Windows.Storage.Streams.UnicodeEncoding.Utf16BE">
      <summary>The encoding is UTF-16, with the most significant byte first in the two eight-bit bytes.</summary>
    </member>
    <member name="N:Windows.System">
      <summary>Enables system functionality such as launching apps.</summary>
    </member>
    <member name="T:Windows.System.Launcher">
      <summary>Starts the default app associated with the specified file or URI.</summary>
    </member>
    <member name="M:Windows.System.Launcher.LaunchFileAsync(Windows.Storage.IStorageFile)">
      <summary>Starts the default app associated with the specified file.</summary>
      <returns>The launch operation.</returns>
      <param name="file">The file.</param>
    </member>
    <member name="M:Windows.System.Launcher.LaunchFileAsync(Windows.Storage.IStorageFile,Windows.System.LauncherOptions)">
      <summary>Starts the default app associated with the specified file, using the specified options.</summary>
      <returns>The launch operation.</returns>
      <param name="file">The file.</param>
      <param name="options">The launch options for the app.</param>
    </member>
    <member name="M:Windows.System.Launcher.LaunchUriAsync(Windows.Foundation.Uri)">
      <summary>Starts the default app associated with the URI scheme name for the specified URI.</summary>
      <returns>The launch operation.</returns>
      <param name="uri">The URI.</param>
    </member>
    <member name="M:Windows.System.Launcher.LaunchUriAsync(Windows.Foundation.Uri,Windows.System.LauncherOptions)">
      <summary>Starts the default app associated with the URI scheme name for the specified URI, using the specified options.</summary>
      <returns>The launch operation.</returns>
      <param name="uri">The URI.</param>
      <param name="options">The launch options for the app.</param>
    </member>
    <member name="T:Windows.System.LauncherOptions">
      <summary>Specifies the options used to launch the default app for a file or URI.</summary>
    </member>
    <member name="P:Windows.System.LauncherOptions.ContentType">
      <summary>Gets or sets the content type that is associated with a URI that represents a file on the network.</summary>
      <returns>The content type of the URI.</returns>
    </member>
    <member name="P:Windows.System.LauncherOptions.DesiredRemainingView">
      <summary>Launch a target app and have the currently running source app remain on the screen by sharing the space equally with the target app or by taking up more or less space than the target app.</summary>
      <returns>A ViewSizePreference-typed value that specifies options for launching.</returns>
    </member>
    <member name="P:Windows.System.LauncherOptions.DisplayApplicationPicker">
      <summary>Gets or sets a value that indicates whether to display the Open With dialog whenever the association launching API is called.</summary>
      <returns>True if the Open With dialog should always be displayed; otherwise false.</returns>
    </member>
    <member name="P:Windows.System.LauncherOptions.FallbackUri">
      <summary>Gets or sets a value that represents a URI that the user should be taken to in the browser if no app exists to handle the file type or URI.</summary>
      <returns>URI that the user should be taken to in the browser.</returns>
    </member>
    <member name="M:Windows.System.LauncherOptions.#ctor">
      <summary>Creates and initializes a new instance of the launcher options object.</summary>
    </member>
    <member name="P:Windows.System.LauncherOptions.PreferredApplicationDisplayName">
      <summary>Gets or sets a value that represents the display name of the app in the store that the user should install if no app exists to handle the file type or URI.</summary>
      <returns>The display name of the app.</returns>
    </member>
    <member name="P:Windows.System.LauncherOptions.PreferredApplicationPackageFamilyName">
      <summary>Gets or sets a value that represents the package family name of the app in the Store that the user should install if no app exists to handle the file type or URI.</summary>
      <returns>The package family name of the app.</returns>
    </member>
    <member name="P:Windows.System.LauncherOptions.TreatAsUntrusted">
      <summary>Gets or sets a value that indicates whether the system should display a warning that the file or URI is potentially unsafe when starting the app associated with a file or URI.</summary>
      <returns>True if the warning should be displayed; otherwise false.</returns>
    </member>
    <member name="P:Windows.System.LauncherOptions.UI">
      <summary>Gets the user interface (UI) options when starting a default app.</summary>
      <returns>The UI options.</returns>
    </member>
    <member name="T:Windows.System.LauncherUIOptions">
      <summary>Specifies options for user interface elements such as the application picker that can be invoked by this API.</summary>
    </member>
    <member name="P:Windows.System.LauncherUIOptions.InvocationPoint">
      <summary>Gets or sets the point on the screen where the user opened a file or URI.</summary>
      <returns>The invocation point.</returns>
    </member>
    <member name="P:Windows.System.LauncherUIOptions.PreferredPlacement">
      <summary>Gets or sets the preferred placement of the Open With and Warning dialog boxes when starting a default app.</summary>
      <returns>The preferred placement.</returns>
    </member>
    <member name="P:Windows.System.LauncherUIOptions.SelectionRect">
      <summary>Gets or sets the selection rectangle on the screen where the user opened a file or URI.</summary>
      <returns>The selection rectangle.</returns>
    </member>
    <member name="T:Windows.System.ProcessorArchitecture">
      <summary>Specifies the processor architecture supported by an app.</summary>
    </member>
    <member name="F:Windows.System.ProcessorArchitecture.X86">
      <summary>The x86 processor architecture.</summary>
    </member>
    <member name="F:Windows.System.ProcessorArchitecture.Arm">
      <summary>The ARM processor architecture.</summary>
    </member>
    <member name="F:Windows.System.ProcessorArchitecture.X64">
      <summary>The x64 processor architecture.</summary>
    </member>
    <member name="F:Windows.System.ProcessorArchitecture.Neutral">
      <summary>A neutral processor architecture.</summary>
    </member>
    <member name="F:Windows.System.ProcessorArchitecture.Unknown">
      <summary>An unknown processor architecture.</summary>
    </member>
    <member name="T:Windows.System.VirtualKey">
      <summary>Specifies the values for each virtual key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.None">
      <summary>No virtual key value.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.LeftButton">
      <summary>The left mouse button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.RightButton">
      <summary>The right mouse button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Cancel">
      <summary>The cancel key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.MiddleButton">
      <summary>The middle mouse button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.XButton1">
      <summary>An additional "extended" device key or button (for example, an additional mouse button).</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.XButton2">
      <summary>An additional "extended" device key or button (for example, an additional mouse button).</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Back">
      <summary>The virtual back key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Tab">
      <summary>The Tab key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Clear">
      <summary>The Clear key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Enter">
      <summary>The Enter key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Shift">
      <summary>The Shift key. This is the general Shift case, applicable to key layouts with only one Shift key or that do not need to differentiate between left Shift and right Shift keystrokes.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Control">
      <summary>The Ctrl key. This is the general Ctrl case, applicable to key layouts with only one Ctrl key or that do not need to differentiate between left Ctrl and right Ctrl keystrokes.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Menu">
      <summary>The menu key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Pause">
      <summary>The Pause key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.CapitalLock">
      <summary>The Caps Lock key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Kana">
      <summary>The Kana symbol key-shift button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Hangul">
      <summary>The Hangul symbol key-shift button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Junja">
      <summary>The Junja symbol key-shift button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Final">
      <summary>The Final symbol key-shift button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Hanja">
      <summary>The Hanja symbol key shift button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Kanji">
      <summary>The Kanji symbol key-shift button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Escape">
      <summary>The Esc key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Convert">
      <summary>The convert button or key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NonConvert">
      <summary>The nonconvert button or key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Accept">
      <summary>The accept button or key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.ModeChange">
      <summary>The mode change key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Space">
      <summary>The Spacebar key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.PageUp">
      <summary>The Page Up key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.PageDown">
      <summary>The Page Down key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.End">
      <summary>The End key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Home">
      <summary>The Home key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Left">
      <summary>The Left Arrow key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Up">
      <summary>The Up Arrow key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Right">
      <summary>The Right Arrow key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Down">
      <summary>The Down Arrow key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Select">
      <summary>The Select key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Print">
      <summary>The Print key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Execute">
      <summary>The execute key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Snapshot">
      <summary>The snapshot key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Insert">
      <summary>The Insert key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Delete">
      <summary>The Delete key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Help">
      <summary>The Help key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number0">
      <summary>The number "0" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number1">
      <summary>The number "1" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number2">
      <summary>The number "2" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number3">
      <summary>The number "3" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number4">
      <summary>The number "4" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number5">
      <summary>The number "5" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number6">
      <summary>The number "6" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number7">
      <summary>The number "7" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number8">
      <summary>The number "8" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Number9">
      <summary>The number "9" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.A">
      <summary>The letter "A" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.B">
      <summary>The letter "B" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.C">
      <summary>The letter "C" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.D">
      <summary>The letter "D" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.E">
      <summary>The letter "E" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F">
      <summary>The letter "F" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.G">
      <summary>The letter "G" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.H">
      <summary>The letter "H" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.I">
      <summary>The letter "I" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.J">
      <summary>The letter "J" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.K">
      <summary>The letter "K" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.L">
      <summary>The letter "L" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.M">
      <summary>The letter "M" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.N">
      <summary>The letter "N" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.O">
      <summary>The letter "O" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.P">
      <summary>The letter "P" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Q">
      <summary>The letter "Q" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.R">
      <summary>The letter "R" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.S">
      <summary>The letter "S" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.T">
      <summary>The letter "T" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.U">
      <summary>The letter "U" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.V">
      <summary>The letter "V" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.W">
      <summary>The letter "W" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.X">
      <summary>The letter "X" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Y">
      <summary>The letter "Y" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Z">
      <summary>The letter "Z" key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.LeftWindows">
      <summary>The left Windows key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.RightWindows">
      <summary>The right Windows key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Application">
      <summary>The application key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Sleep">
      <summary>The sleep key or button.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad0">
      <summary>The number "0" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad1">
      <summary>The number "1" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad2">
      <summary>The number "2" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad3">
      <summary>The number "3" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad4">
      <summary>The number "4" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad5">
      <summary>The number "5" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad6">
      <summary>The number "6" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad7">
      <summary>The number "7" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad8">
      <summary>The number "8" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberPad9">
      <summary>The number "9" key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Multiply">
      <summary>The multiply (*) operation key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Add">
      <summary>The add (+) operation key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Separator">
      <summary>The separator key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Subtract">
      <summary>The subtract (-) operation key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Decimal">
      <summary>The decimal (.) key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Divide">
      <summary>The divide (/) operation key as located on a numeric pad.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F1">
      <summary>The F1 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F2">
      <summary>The F2 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F3">
      <summary>The F3 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F4">
      <summary>The F4 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F5">
      <summary>The F5 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F6">
      <summary>The F6 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F7">
      <summary>The F7 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F8">
      <summary>The F8 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F9">
      <summary>The F9 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F10">
      <summary>The F10 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F11">
      <summary>The F11 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F12">
      <summary>The F12 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F13">
      <summary>The F13 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F14">
      <summary>The F14 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F15">
      <summary>The F15 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F16">
      <summary>The F16 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F17">
      <summary>The F17 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F18">
      <summary>The F18 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F19">
      <summary>The F19 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F20">
      <summary>The F20 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F21">
      <summary>The F21 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F22">
      <summary>The F22 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F23">
      <summary>The F23 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.F24">
      <summary>The F24 function key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.NumberKeyLock">
      <summary>The Num Lock key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Scroll">
      <summary>The Scroll Lock (ScrLk) key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.LeftShift">
      <summary>The left Shift key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.RightShift">
      <summary>The right Shift key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.LeftControl">
      <summary>The left Ctrl key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.RightControl">
      <summary>The right Ctrl key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.LeftMenu">
      <summary>The left menu key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.RightMenu">
      <summary>The right menu key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.GoBack">
      <summary>The go back key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.GoForward">
      <summary>The go forward key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Refresh">
      <summary>The refresh key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Stop">
      <summary>The stop key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Search">
      <summary>The search key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.Favorites">
      <summary>The favorites key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKey.GoHome">
      <summary>The go home key.</summary>
    </member>
    <member name="T:Windows.System.VirtualKeyModifiers">
      <summary>Specifies the virtual key used to modify another keypress.</summary>
    </member>
    <member name="F:Windows.System.VirtualKeyModifiers.None">
      <summary>No virtual key modifier.</summary>
    </member>
    <member name="F:Windows.System.VirtualKeyModifiers.Control">
      <summary>The Ctrl (control) virtual key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKeyModifiers.Menu">
      <summary>The Menu virtual key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKeyModifiers.Shift">
      <summary>The Shift virtual key.</summary>
    </member>
    <member name="F:Windows.System.VirtualKeyModifiers.Windows">
      <summary>The Windows virtual key.</summary>
    </member>
    <member name="N:Windows.System.Display">
      <summary>Enables an application to request that a device's display remain on even if there is no user activity for an extended period of time.</summary>
    </member>
    <member name="T:Windows.System.Display.DisplayRequest">
      <summary>Represents a display request.</summary>
    </member>
    <member name="M:Windows.System.Display.DisplayRequest.#ctor">
      <summary>Creates an instance of the DisplayRequest class.</summary>
    </member>
    <member name="M:Windows.System.Display.DisplayRequest.RequestActive">
      <summary>Activates a display request.</summary>
    </member>
    <member name="M:Windows.System.Display.DisplayRequest.RequestRelease">
      <summary>Deactivates a display request.</summary>
    </member>
    <member name="N:Windows.System.Profile">
      <summary>Enables apps to get information about the system.</summary>
    </member>
    <member name="T:Windows.System.Profile.HardwareToken">
      <summary>Represents a token that contains a hardware based identification that is sufficiently unique.</summary>
    </member>
    <member name="P:Windows.System.Profile.HardwareToken.Certificate">
      <summary>Gets the certificate that is used to sign the Id and is used to help verify the authenticity of the Id.</summary>
      <returns>The certificate used to sign the Id.</returns>
    </member>
    <member name="P:Windows.System.Profile.HardwareToken.Id">
      <summary>Gets the hardware identifier that identifies the device.</summary>
      <returns>The id that identifies the device. This byte buffer contains a set of identifiers that represent the various hardware components found in the device.</returns>
    </member>
    <member name="P:Windows.System.Profile.HardwareToken.Signature">
      <summary>Gets the digital signature of hardware Id that helps verify the authenticity of returned Id.</summary>
      <returns>The digital signature of Id.</returns>
    </member>
    <member name="T:Windows.System.Profile.HardwareIdentification">
      <summary>Provides the ability to obtain a hardware identifier that represents the current hardware.</summary>
    </member>
    <member name="M:Windows.System.Profile.HardwareIdentification.GetPackageSpecificToken(Windows.Storage.Streams.IBuffer)">
      <summary>Gets a hardware identifier (ASHWID) that represents the current hardware.</summary>
      <returns>The hardware Id information.</returns>
      <param name="nonce">The cryptographic nonce is optional. The nonce is recommended when ASHWID needs to be verified on the cloud against replay attacks. In the scenarios where nonce is desired, the remote server should generate a random nonce and pass it to the client app, and then verify that the signature has the expected nonce once the ASHWID is received from the client system.</param>
    </member>
    <member name="N:Windows.System.Profile.SystemManufacturers">
      <summary>Provides info for hardware developers and OEM.</summary>
    </member>
    <member name="T:Windows.System.Profile.SystemManufacturers.SmbiosInformation">
      <summary>Enables access to properties from the SMBIOS for the system.</summary>
    </member>
    <member name="P:Windows.System.Profile.SystemManufacturers.SmbiosInformation.SerialNumber">
      <summary>Gets the serial number from the SMBIOS for the system.</summary>
      <returns>The serial number.</returns>
    </member>
    <member name="N:Windows.System.RemoteDesktop">
      <summary>Enables an application to obtain information about Remote Desktop sessions.</summary>
    </member>
    <member name="T:Windows.System.RemoteDesktop.InteractiveSession">
      <summary>Provides Remote Desktop information about the current session.</summary>
    </member>
    <member name="P:Windows.System.RemoteDesktop.InteractiveSession.IsRemote">
      <summary>Indicates whether the calling process is running in a Remote Desktop session.</summary>
      <returns>Contains True if the current process is running in a remote session or False otherwise.</returns>
    </member>
    <member name="N:Windows.System.Threading">
      <summary>Enables an application to use the thread pool to run work items.</summary>
    </member>
    <member name="T:Windows.System.Threading.ThreadPool">
      <summary>Allows access to the thread pool.</summary>
    </member>
    <member name="M:Windows.System.Threading.ThreadPool.RunAsync(Windows.System.Threading.WorkItemHandler)">
      <summary>Creates a work item.</summary>
      <returns>An IAsyncAction interface that provides access to the work item.</returns>
      <param name="handler">The method to call when a thread becomes available to run the work item.</param>
    </member>
    <member name="M:Windows.System.Threading.ThreadPool.RunAsync(Windows.System.Threading.WorkItemHandler,Windows.System.Threading.WorkItemPriority)">
      <summary>Creates a work item and specifies its priority relative to other work items in the thread pool.</summary>
      <returns>An IAsyncAction interface that provides access to the work item.</returns>
      <param name="handler">The method to call when a thread becomes available to run the work item.</param>
      <param name="priority">The priority of the work item relative to other work items in the thread pool. The value of this parameter can be Low, Normal, or High.</param>
    </member>
    <member name="M:Windows.System.Threading.ThreadPool.RunAsync(Windows.System.Threading.WorkItemHandler,Windows.System.Threading.WorkItemPriority,Windows.System.Threading.WorkItemOptions)">
      <summary>Creates a work item, specifies its priority relative to other work items in the thread pool, and specifies how long-running work items should be run.</summary>
      <returns>An IAsyncAction interface that provides access to the work item.</returns>
      <param name="handler">The method to call when a thread becomes available to run the work item.</param>
      <param name="priority">The priority of the work item relative to other work items in the thread pool.</param>
      <param name="options">If this parameter is TimeSliced, the work item runs simultaneously with other time-sliced work items with each work item receiving a share of processor time. If this parameter is None, the work item runs when a worker thread becomes available.</param>
    </member>
    <member name="T:Windows.System.Threading.ThreadPoolTimer">
      <summary>Represents a timer created with CreateTimer or CreatePeriodicTimer.</summary>
    </member>
    <member name="P:Windows.System.Threading.ThreadPoolTimer.Delay">
      <summary>Gets the timeout value of a single-use timer created with CreateTimer.</summary>
      <returns>The timeout value. When the timeout value elapses, the timer expires and its TimerElapsedHandler delegate is called.C++This amount of time is specified in ticks (100-nanosecond units) using the Windows::Foundation::TimeSpan structure.JavaScript and C#This amount of time is specified using the System.TimeSpan structure. It can be specified in ticks, or it can be specified in milliseconds, seconds, and so on.</returns>
    </member>
    <member name="P:Windows.System.Threading.ThreadPoolTimer.Period">
      <summary>Gets the timeout value of a periodic timer created with CreatePeriodicTimer.</summary>
      <returns>The timeout value. When the timeout value elapses, the timer expires, its TimerElapsedHandler delegate is called, and the timer reactivates. This behavior continues until the timer is canceled. C++This amount of time is specified in ticks (100-nanosecond units) using the Windows::Foundation::TimeSpan structure.JavaScript and C#This amount of time is specified using the System.TimeSpan structure. It can be specified in ticks, or it can be specified in milliseconds, seconds, and so on.</returns>
    </member>
    <member name="M:Windows.System.Threading.ThreadPoolTimer.Cancel">
      <summary>Cancels a timer.</summary>
    </member>
    <member name="M:Windows.System.Threading.ThreadPoolTimer.CreatePeriodicTimer(Windows.System.Threading.TimerElapsedHandler,Windows.Foundation.TimeSpan)">
      <summary>Creates a periodic timer.</summary>
      <returns>An instance of a periodic timer.</returns>
      <param name="handler">The method to call when the timer expires.</param>
      <param name="period">The amount of time until the timer expires. The timer reactivates each time the period elapses, until the timer is canceled.C++This amount of time is specified in ticks (100-nanosecond units) using the Windows::Foundation::TimeSpan structure.JavaScript and C#This amount of time is specified using the System.TimeSpan structure. It can be specified in ticks, or it can be specified in milliseconds, seconds, and so on.</param>
    </member>
    <member name="M:Windows.System.Threading.ThreadPoolTimer.CreatePeriodicTimer(Windows.System.Threading.TimerElapsedHandler,Windows.Foundation.TimeSpan,Windows.System.Threading.TimerDestroyedHandler)">
      <summary>Creates a periodic timer and specifies a method to call after the periodic timer is complete. The periodic timer is complete when the timer has expired without being reactivated, and the final call to handler has finished.</summary>
      <returns>An instance of a periodic timer.</returns>
      <param name="handler">The method to call when the timer expires.</param>
      <param name="period">The amount of time until the timer expires. The timer reactivates each time the period elapses, until the timer is canceled.C++This amount of time is specified in ticks (100-nanosecond units) using the Windows::Foundation::TimeSpan structure.JavaScript and C#This amount of time is specified using the System.TimeSpan structure. It can be specified in ticks, or it can be specified in milliseconds, seconds, and so on.</param>
      <param name="destroyed">The method to call after the periodic timer is complete.</param>
    </member>
    <member name="M:Windows.System.Threading.ThreadPoolTimer.CreateTimer(Windows.System.Threading.TimerElapsedHandler,Windows.Foundation.TimeSpan)">
      <summary>Creates a single-use timer.</summary>
      <returns>An instance of a single-use timer.</returns>
      <param name="handler">The method to call when the timer expires.</param>
      <param name="delay">The amount of time until the timer expires.C++This amount of time is specified in ticks (100-nanosecond units) using the Windows::Foundation::TimeSpan structure.JavaScript and C#This amount of time is specified using the System.TimeSpan structure. It can be specified in ticks, or it can be specified in milliseconds, seconds, and so on.</param>
    </member>
    <member name="M:Windows.System.Threading.ThreadPoolTimer.CreateTimer(Windows.System.Threading.TimerElapsedHandler,Windows.Foundation.TimeSpan,Windows.System.Threading.TimerDestroyedHandler)">
      <summary>Creates a single-use timer and specifies a method to call after the timer is complete. The timer is complete when the timer has expired and the final call to handler has finished.</summary>
      <returns>An instance of a single-use timer.</returns>
      <param name="handler">The method to call when the timer expires.</param>
      <param name="delay">The amount of time until the timer expires.C++This amount of time is specified in ticks (100-nanosecond units) using the Windows::Foundation::TimeSpan structure.JavaScript and C#This amount of time is specified using the System.TimeSpan structure. It can be specified in ticks, or it can be specified in milliseconds, seconds, and so on.</param>
      <param name="destroyed">The method to call after the timer is complete.</param>
    </member>
    <member name="T:Windows.System.Threading.WorkItemPriority">
      <summary>Specifies the priority of a work item relative to other work items in the thread pool.</summary>
    </member>
    <member name="F:Windows.System.Threading.WorkItemPriority.Low">
      <summary>The work item should run at low priority.</summary>
    </member>
    <member name="F:Windows.System.Threading.WorkItemPriority.Normal">
      <summary>The work item should run at normal priority. This is the default value.</summary>
    </member>
    <member name="F:Windows.System.Threading.WorkItemPriority.High">
      <summary>The work item should run at high priority.</summary>
    </member>
    <member name="T:Windows.System.Threading.WorkItemOptions">
      <summary>Specifies how work items should be run.</summary>
    </member>
    <member name="F:Windows.System.Threading.WorkItemOptions.None">
      <summary>The work item should be run when the thread pool has an available worker thread.</summary>
    </member>
    <member name="F:Windows.System.Threading.WorkItemOptions.TimeSliced">
      <summary>The work items should be run simultaneously with other work items sharing a processor.</summary>
    </member>
    <member name="T:Windows.System.Threading.TimerElapsedHandler">
      <summary>Represents a method that is called when a timer created with CreateTimer or CreatePeriodicTimer expires.</summary>
      <param name="timer">The timer to associate with this method. When this timer expires, the method is called.</param>
    </member>
    <member name="T:Windows.System.Threading.TimerDestroyedHandler">
      <summary>Represents a method that is called when a timer created with CreateTimer or CreatePeriodicTimer is complete.</summary>
      <param name="timer">The timer to associate with this method.</param>
    </member>
    <member name="T:Windows.System.Threading.WorkItemHandler">
      <summary>Represents a method that is called when a work item runs.</summary>
      <param name="operation">The work item to associate with the callback method.</param>
    </member>
    <member name="N:Windows.System.Threading.Core">
      <summary>Creates work items that run in response to named events and semaphores. Also preallocates resources for work items that must be guaranteed the ability to run, even in circumstances of heavy (or full) resource allocation.</summary>
    </member>
    <member name="T:Windows.System.Threading.Core.SignalNotifier">
      <summary>Runs a method when an event or semaphore is signaled. A timeout value can also be specified, causing the delegate to run after the time span has elapsed if the named event does not occur (or if the semaphore does not reach a signaled state).</summary>
    </member>
    <member name="M:Windows.System.Threading.Core.SignalNotifier.Enable">
      <summary>Submits the SignalNotifier to the thread pool.</summary>
    </member>
    <member name="M:Windows.System.Threading.Core.SignalNotifier.Terminate">
      <summary>Terminates the SignalNotifier if it has not already started running.</summary>
    </member>
    <member name="M:Windows.System.Threading.Core.SignalNotifier.AttachToEvent(System.String,Windows.System.Threading.Core.SignalHandler)">
      <summary>Attaches a SignalHandler delegate to an event. The delegated method will run the next time the event occurs.</summary>
      <returns>The resulting SignalNotifier object.</returns>
      <param name="name">Indicates the event that causes the method to run.</param>
      <param name="handler">Indicates the method that will run in response to the event.</param>
    </member>
    <member name="M:Windows.System.Threading.Core.SignalNotifier.AttachToEvent(System.String,Windows.System.Threading.Core.SignalHandler,Windows.Foundation.TimeSpan)">
      <summary>Attaches a SignalHandler delegate to an event. The delegated method will run if the event occurs or the time span elapses, whichever comes first.</summary>
      <returns>The resulting SignalNotifier object.</returns>
      <param name="name">Indicates the event that causes the method to run.</param>
      <param name="handler">Indicates the method that will run in response to the event, or when the time span elapses, whichever comes first.</param>
      <param name="timeout">Indicates the amount of time to continue waiting for the event before running the handler method.</param>
    </member>
    <member name="M:Windows.System.Threading.Core.SignalNotifier.AttachToSemaphore(System.String,Windows.System.Threading.Core.SignalHandler)">
      <summary>Attaches a SignalHandler delegate to a named semaphore. The delegated method will run when the named semaphore is signaled.</summary>
      <returns>The resulting SignalNotifier object.</returns>
      <param name="name">Names the semaphore that signals the method to run.</param>
      <param name="handler">Indicates the delegate that will run in response to the named semaphore entering the signaled state.</param>
    </member>
    <member name="M:Windows.System.Threading.Core.SignalNotifier.AttachToSemaphore(System.String,Windows.System.Threading.Core.SignalHandler,Windows.Foundation.TimeSpan)">
      <summary>Attaches a SignalHandler delegate to a named semaphore and specifies a timeout value. The delegated method will run when the named semaphore is signaled, or if the time span elapses before the semaphore reaches a signaled state.</summary>
      <returns>The resulting SignalNotifier object.</returns>
      <param name="name">Names the semaphore that signals the method to run.</param>
      <param name="handler">Indicates the delegate that will run in response to the named semaphore entering the signaled state.</param>
      <param name="timeout">Indicates the amount of time to continue waiting for the named semaphore before running the delegate.</param>
    </member>
    <member name="T:Windows.System.Threading.Core.PreallocatedWorkItem">
      <summary>A preallocated work item is constructed in advance of its submission to the thread pool, ensuring that the work item is constructed so that it can be submitted to the thread pool when necessary. For example, a PreallocatedWorkItem can be created in case it is needed for a resource deallocation routine, since the resource deallocation routine may be called in circumstances when not enough resources would be available to create the work item.</summary>
    </member>
    <member name="M:Windows.System.Threading.Core.PreallocatedWorkItem.RunAsync">
      <summary>Submits the preallocated work item to the thread pool, without requiring any additional resources to be allocated.</summary>
      <returns>Provides access to the running IAsyncAction that was previously constructed and given the necessary resource allocation.</returns>
    </member>
    <member name="M:Windows.System.Threading.Core.PreallocatedWorkItem.#ctor(Windows.System.Threading.WorkItemHandler)">
      <summary>Initializes a new work item with a WorkItemHandler delegate, allocating resources for the work item in advance.</summary>
      <param name="handler">Indicates the method that the preallocated work item will run.</param>
    </member>
    <member name="M:Windows.System.Threading.Core.PreallocatedWorkItem.#ctor(Windows.System.Threading.WorkItemHandler,Windows.System.Threading.WorkItemPriority)">
      <summary>Initializes a new work item with a WorkItemHandler delegate, allocating resources for the work item in advance, and specifies the priority of the work item relative to other work items in the thread pool.</summary>
      <param name="handler">Indicates the method that the preallocated work item will run.</param>
      <param name="priority">The priority of the work item relative to other work items in the thread pool. The value of this parameter can be Low, Normal, or High.</param>
    </member>
    <member name="M:Windows.System.Threading.Core.PreallocatedWorkItem.#ctor(Windows.System.Threading.WorkItemHandler,Windows.System.Threading.WorkItemPriority,Windows.System.Threading.WorkItemOptions)">
      <summary>Initializes a new work item with a WorkItemHandler delegate, allocating resources for the work item in advance, and specifies the priority of the work item relative to other work items in the thread pool. Also specifies how the thread pool will allocate processor time for the work item.</summary>
      <param name="handler">Indicates the method that the preallocated work item will run.</param>
      <param name="priority">The priority of the work item relative to other work items in the thread pool. The value of this parameter can be Low, Normal, or High.</param>
      <param name="options">If this parameter is set to TimeSliced, the work item runs simultaneously with other time-sliced work items, with each work item receiving a share of processor time. If this parameter is set to None, the work item runs when a worker thread becomes available.</param>
    </member>
    <member name="T:Windows.System.Threading.Core.SignalHandler">
      <summary>Represents a method that is called when a signal notifier's attached event or semaphore is signaled, or when the optional timeout value has elapsed (whichever comes first).</summary>
      <param name="signalNotifier">Represents the signal notifier that called the delegate.</param>
      <param name="timedOut">Indicates whether timeout value elapsed before calling the delegate.</param>
    </member>
    <member name="102a0417-5a17-41ee-a470-132562ff51c5">
      <summary>Creates ISignalNotifier objects that invoke methods in response to an event or semaphore specified by handle.</summary>
    </member>
    <member name="89370248-4acd-4ea9-9f43-0c65d35f4f6e">
      <summary>Invokes a delegate based on an event or semaphore specified by handle.</summary>
      <returns>This method returns S_OK if successful, otherwise it returns a Windows error code.</returns>
      <param name="waitableHandle">A handle to the event or semaphore that triggers the handler.</param>
      <param name="handler">Pointer to an ISignalHandler class instance invoked when the waitable handle triggers.</param>
      <param name="pUnkOuter">Set this parameter to NULL.</param>
      <param name="riid">The UUID of ISignalNotifier. This UUID is provided in the ABI::Windows::System::Threading::Core namespace. Use the following code to retrieve the UUID:__uuidof(ABI::Windows::System::Threading::Core::ISignalNotifier)</param>
      <param name="SignalNotifier">Returns the address of a pointer to the ISignalNotifier object created by this method.</param>
    </member>
    <member name="17a7e6d6-8779-4a6b-a05f-4d9c53903d8c">
      <summary>Invokes a delegate based on an event or semaphore specified using a handle, or invokes the delegate when the timeout elapses (whichever comes first).</summary>
      <returns>This method returns S_OK if successful, otherwise it returns a Windows error code.</returns>
      <param name="waitableHandle">A handle to the event or semaphore that triggers the handler.</param>
      <param name="handler">Pointer to an ISignalHandler class instance to invoke when the waitable handle triggers (or when the timeout occurs, whichever happens first).</param>
      <param name="timeout">The time to wait before invoking the ISignalHandler if it hasn't already been triggered. Multiply the number of milliseconds you need to wait by 10000 to get the timeout value. For example, waiting 30 milliseconds would mean specifying a timeout value of 30 * 10000, or 300000.</param>
      <param name="pUnkOuter">Set this parameter to NULL.</param>
      <param name="riid">The UUID of ISignalNotifier. This UUID is provided in the ABI::Windows::System::Threading::Core namespace. Use the following code to retrieve the UUID:__uuidof(ABI::Windows::System::Threading::Core::ISignalNotifier)</param>
      <param name="SignalNotifier">Returns the address of a pointer to the ISignalNotifier object created by this method.</param>
    </member>
    <member name="35593630-5818-40ef-8d03-1b964a5e1877">
      <summary>Represents a method that is called when a signal notifier's attached event or semaphore is signaled, or when the optional timeout value has elapsed (whichever comes first).</summary>
    </member>
    <member name="1ac96d64-1fec-4927-b62a-6be0aaf200b6">
      <summary>Called when an ISignalNotifier's attached event or semaphore is signaled, or when the optional timeout value has elapsed (whichever comes first).</summary>
      <returns>This method returns S_OK if successful, otherwise it returns a Windows error code.</returns>
      <param name="signalNotifier">Represents the signal notifier that called the delegate.</param>
      <param name="timedOut">Indicates whether the timeout value elapsed before calling the delegate.</param>
    </member>
    <member name="1b175442-27bd-497c-ae25-17bab69d0693">
      <summary>Invokes a method when an event or semaphore is signaled, or when timeout occurs. Used when the event or semaphore can only be specified by handle.</summary>
    </member>
    <member name="f5a3d1c5-ff1f-44cb-a9e7-30d3daacf962">
      <summary>Submits the ISignalNotifier to the thread pool.</summary>
      <returns>This method returns S_OK if successful, otherwise it returns a Windows error code.</returns>
    </member>
    <member name="01e02ad5-f790-4dcc-ac40-2d5550980178">
      <summary>Stops the ISignalNotifier if it has not already started running.</summary>
      <returns>This method returns S_OK if successful, otherwise it returns a Windows error code.</returns>
    </member>
    <member name="N:Windows.System.UserProfile">
      <summary>Enables apps get information about users, set globalization preferences, and control the lock screen image.</summary>
    </member>
    <member name="T:Windows.System.UserProfile.AccountPictureKind">
      <summary>Allows you to request a specific image type when using GetAccountPicture.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.AccountPictureKind.SmallImage">
      <summary>Indicates you want the small image for the user's account.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.AccountPictureKind.LargeImage">
      <summary>Indicates you want the large image for the user's account.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.AccountPictureKind.Video">
      <summary>Indicates you want the video for the user's account.</summary>
    </member>
    <member name="T:Windows.System.UserProfile.AdvertisingManager">
      <summary>Provides a property that lets the caller retrieve the advertising ID, which is an ID used by Windows Store app to do cross-promotion with other apps or in other similar advertising scenarios.</summary>
    </member>
    <member name="P:Windows.System.UserProfile.AdvertisingManager.AdvertisingId">
      <summary>Retrieves a unique ID used with Windows Store app to cross-promote unpurchased apps or in other similar advertising scenarios. This ID is per-user, per-device; all of the apps for a single user on a device have the same advertising ID. If the advertising ID feature is turned off, no ID is retrieved.</summary>
      <returns>The advertising ID represented as an alphanumeric string. When the advertising ID feature is disabled, this is an empty string.</returns>
    </member>
    <member name="T:Windows.System.UserProfile.GlobalizationPreferences">
      <summary>A static class for holding various user globalization preferences.</summary>
    </member>
    <member name="P:Windows.System.UserProfile.GlobalizationPreferences.Calendars">
      <summary>Gets the set of calendars that are preferred by the user, in order of preference.</summary>
      <returns>One or more calendar identifiers for the user's preferred calendars.</returns>
    </member>
    <member name="P:Windows.System.UserProfile.GlobalizationPreferences.Clocks">
      <summary>Gets the set of clocks that are preferred by the user, in order of preference.</summary>
      <returns>One or more clock identifiers for the user's preferred clocks.</returns>
    </member>
    <member name="P:Windows.System.UserProfile.GlobalizationPreferences.Currencies">
      <summary>Gets the set of currencies that are preferred by the user, in order of preference.</summary>
      <returns>One or more currency identifiers for the user's preferred currencies.</returns>
    </member>
    <member name="P:Windows.System.UserProfile.GlobalizationPreferences.HomeGeographicRegion">
      <summary>Gets the user's home geographic region.</summary>
      <returns>The GeographicRegion identifier that represents the user's home location.</returns>
    </member>
    <member name="P:Windows.System.UserProfile.GlobalizationPreferences.Languages">
      <summary>Gets the set of languages that are preferred by the user, in order of preference.</summary>
      <returns>One or more language identifiers for the user's preferred languages.</returns>
    </member>
    <member name="P:Windows.System.UserProfile.GlobalizationPreferences.WeekStartsOn">
      <summary>Gets the day of the week that is considered to be the first day of the week.</summary>
      <returns>The day of the week that the week starts on.</returns>
    </member>
    <member name="T:Windows.System.UserProfile.LockScreen">
      <summary>Gets and sets the full-screen image used as the lock screen background.</summary>
    </member>
    <member name="M:Windows.System.UserProfile.LockScreen.GetImageStream">
      <summary>Gets the current lock screen image as a data stream.</summary>
      <returns>The stream that contains the lock screen image data.</returns>
    </member>
    <member name="P:Windows.System.UserProfile.LockScreen.OriginalImageFile">
      <summary>Gets the current lock screen image.</summary>
      <returns>The Uniform Resource Identifier (URI) of the lock screen image.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.LockScreen.RequestSetImageFeedAsync(Windows.Foundation.Uri)">
      <summary>Registers an RSS image feed to be used as a lock screen slideshow.</summary>
      <returns>One of the SetImageFeedResult values.</returns>
      <param name="syndicationFeedUri">The Uniform Resource Identifier (URI) of the RSS image feed.</param>
    </member>
    <member name="M:Windows.System.UserProfile.LockScreen.SetImageFileAsync(Windows.Storage.IStorageFile)">
      <summary>Sets the lock screen image from a StorageFile object.</summary>
      <returns>The object used to set the image for the lock screen.</returns>
      <param name="value">The StorageFile object that contains the new image for the lock screen.</param>
    </member>
    <member name="M:Windows.System.UserProfile.LockScreen.SetImageStreamAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Sets the lock screen image from a data stream.</summary>
      <returns>The object used to set the lock screen image.</returns>
      <param name="value">The stream that contains the image data.</param>
    </member>
    <member name="M:Windows.System.UserProfile.LockScreen.TryRemoveImageFeed">
      <summary>Unregisters the image feed being used in the lock screen slideshow, stopping the slideshow.</summary>
      <returns>True if the image feed was disabled; otherwise, false.</returns>
    </member>
    <member name="T:Windows.System.UserProfile.SetAccountPictureResult">
      <summary>A result that is returned when you try to set the image for a user account.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetAccountPictureResult.Success">
      <summary>Indicates the picture was successfully set.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetAccountPictureResult.ChangeDisabled">
      <summary>Indicates that the picture was not set because the AccountPictureChangeEnabled property is disabled, or the user cancelled the consent prompt.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetAccountPictureResult.LargeOrDynamicError">
      <summary>Indicates that the picture was not set because the picture was too large.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetAccountPictureResult.VideoFrameSizeError">
      <summary>Indicates that the video was not set because of its frame size was too large.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetAccountPictureResult.FileSizeError">
      <summary>Indicates the picture was not set because the file size was too large.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetAccountPictureResult.Failure">
      <summary>Indicates the picture or video was not set.</summary>
    </member>
    <member name="T:Windows.System.UserProfile.SetImageFeedResult">
      <summary>Specifies the result of a call to LockScreen.RequestSetImageFeedAsync</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetImageFeedResult.Success">
      <summary>The image feed was set successfully.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetImageFeedResult.ChangeDisabled">
      <summary>The feed was not set because the lock screen image slide show is disabled by group policy.</summary>
    </member>
    <member name="F:Windows.System.UserProfile.SetImageFeedResult.UserCanceled">
      <summary>The operation was canceled by the user.</summary>
    </member>
    <member name="T:Windows.System.UserProfile.UserInformation">
      <summary>Gets or sets information about the user, such as name and account picture.</summary>
    </member>
    <member name="E:Windows.System.UserProfile.UserInformation.AccountPictureChanged">
      <summary>Occurs when the user's image or name changes.</summary>
    </member>
    <member name="P:Windows.System.UserProfile.UserInformation.AccountPictureChangeEnabled">
      <summary>Determines if the user's account picture can be changed.</summary>
      <returns>True if the user's account picture can be changed; false otherwise.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.GetAccountPicture(Windows.System.UserProfile.AccountPictureKind)">
      <summary>Gets the account picture for the user.</summary>
      <returns>An object that contains the image.</returns>
      <param name="kind">An enumeration that you can use to determine what type of image you want (small, large, and so on).</param>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.GetDisplayNameAsync">
      <summary>Gets the display name for the user account.</summary>
      <returns>The display name for the user account.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.GetDomainNameAsync">
      <summary>Gets the domain name for the user.</summary>
      <returns>A string that represents the domain name for the user.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.GetFirstNameAsync">
      <summary>Gets the user's first name.</summary>
      <returns>The user's first name.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.GetLastNameAsync">
      <summary>Gets the user's last name.</summary>
      <returns>The user's last name.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.GetPrincipalNameAsync">
      <summary>Gets the principal name for the user. This name is the User Principal Name (typically the user's address, although this is not always true.)</summary>
      <returns>The user's principal name.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.GetSessionInitiationProtocolUriAsync">
      <summary>Gets the Uniform Resource Identifier (URI) of the session initiation protocol for the user.</summary>
      <returns>The Uniform Resource Identifier (URI) of the session initiation protocol.</returns>
    </member>
    <member name="P:Windows.System.UserProfile.UserInformation.NameAccessAllowed">
      <summary>Allows you to see if your app is allowed to access the user's information.</summary>
      <returns>True if your app is allowed access to the AccountPictureChanged event, and is allowed to retrieve user information by using the GetAccountPicture, GetDisplayNameAsync, GetDomainNameAsync, GetFirstNameAsync, GetLastNameAsync, and GetSessionInitiationProtocolUriAsync methods. Otherwise, this property is false.</returns>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.SetAccountPictureAsync(Windows.Storage.IStorageFile)">
      <summary>Sets the picture for the user's account using an IStorageFile object.</summary>
      <returns>A value that indicates the success or failure of the operation.</returns>
      <param name="image">A file that contains the image.</param>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.SetAccountPictureFromStreamAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Sets the picture for the user's account using an IRandomAccessStream object.</summary>
      <returns>A value that indicates the success or failure of the operation.</returns>
      <param name="image">The image.</param>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.SetAccountPicturesAsync(Windows.Storage.IStorageFile,Windows.Storage.IStorageFile,Windows.Storage.IStorageFile)">
      <summary>Sets the pictures for the user's account using an IStorageFile object. Supports adding a small image, large image, and video.</summary>
      <returns>A value that indicates the success or failure of the operation.</returns>
      <param name="smallImage">A small version of the image.</param>
      <param name="largeImage">A large version of the image.</param>
      <param name="video">A video.</param>
    </member>
    <member name="M:Windows.System.UserProfile.UserInformation.SetAccountPicturesFromStreamsAsync(Windows.Storage.Streams.IRandomAccessStream,Windows.Storage.Streams.IRandomAccessStream,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Sets the pictures for the user's account using an IRandomAccessStream object. Supports adding a small image, large image, and video.</summary>
      <returns>A value that indicates the success or failure of the operation.</returns>
      <param name="smallImage">A small version of the image.</param>
      <param name="largeImage">A large version of the image.</param>
      <param name="video">A video.</param>
    </member>
    <member name="N:Windows.UI">
      <summary>Provides an app with access to core system functionality and run-time information about its UI.</summary>
    </member>
    <member name="T:Windows.UI.Color">
      <summary>Describes a color in terms of alpha, red, green, and blue channels.</summary>
    </member>
    <member name="F:Windows.UI.Color.A">
      <summary>Gets or sets the sRGB alpha channel value of the color.</summary>
    </member>
    <member name="F:Windows.UI.Color.R">
      <summary>Gets or sets the sRGB red channel value of the color.</summary>
    </member>
    <member name="F:Windows.UI.Color.G">
      <summary>Gets or sets the sRGB green channel value of the color.</summary>
    </member>
    <member name="F:Windows.UI.Color.B">
      <summary>Gets or sets the sRGB blue channel value of the color.</summary>
    </member>
    <member name="P:Windows.UI.Color.A">
      <summary>Gets or sets the sRGB alpha channel value of the color.</summary>
      <returns>The sRGB alpha channel value of the color, as a value between 0 and 255.</returns>
    </member>
    <member name="P:Windows.UI.Color.B">
      <summary>Gets or sets the sRGB blue channel value of the color.</summary>
      <returns>The sRGB blue channel value, as a value between 0 and 255.</returns>
    </member>
    <member name="M:Windows.UI.Color.op_Equality(Windows.UI.Color,Windows.UI.Color)">
      <summary>Compares two Color structures for equality.</summary>
      <returns>True if all values of color1 and color2 are equal; otherwise, false.</returns>
      <param name="color1">The first Color structure to compare.</param>
      <param name="color2">The second Color structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Color.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Color.</summary>
      <returns>True if o is equal to this Color; otherwise, false.</returns>
      <param name="o">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Color.Equals(Windows.UI.Color)">
      <summary>Compares two Color structures for equality.</summary>
      <returns>True if both Color structures contain the same values; otherwise, false.</returns>
      <param name="color">The Color structure to compare to this Color.</param>
    </member>
    <member name="M:Windows.UI.Color.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)">
      <summary>Creates a new Color structure by using the specified sRGB alpha channel and color channel values.</summary>
      <returns>A Color structure with the specified values.</returns>
      <param name="a">The alpha channel, A, of the new color. The value must be between 0 and 255.</param>
      <param name="r">The red channel, R, of the new color. The value must be between 0 and 255.</param>
      <param name="g">The green channel, G, of the new color. The value must be between 0 and 255.</param>
      <param name="b">The blue channel, B, of the new color. The value must be between 0 and 255.</param>
    </member>
    <member name="P:Windows.UI.Color.G">
      <summary>Gets or sets the sRGB green channel value of the color.</summary>
      <returns>The sRGB green channel value, as a value between 0 and 255.</returns>
    </member>
    <member name="M:Windows.UI.Color.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Color.op_Inequality(Windows.UI.Color,Windows.UI.Color)">
      <summary>Compares two Color structures for inequality.</summary>
      <returns>True if color1 and color2 have different values; false if color1 and color2 have the same values.</returns>
      <param name="color1">The first Color structure to compare.</param>
      <param name="color2">The second Color structure to compare.</param>
    </member>
    <member name="P:Windows.UI.Color.R">
      <summary>Gets or sets the sRGB red channel value of the color.</summary>
      <returns>The sRGB red channel value, as a value between 0 and 255.</returns>
    </member>
    <member name="M:Windows.UI.Color.ToString()">
      <summary>Converts a Color to a String representation.</summary>
      <returns>A String representation of this Color.</returns>
    </member>
    <member name="M:Windows.UI.Color.ToString(System.IFormatProvider)">
      <summary>Creates a String representation of this Color.</summary>
      <returns>A string representation of the current Color that is determined by the specified format provider.</returns>
      <param name="provider">Culture-specific formatting information.</param>
    </member>
    <member name="T:Windows.UI.ColorHelper">
      <summary>Provides static helper methods for processing Color values. C# and Microsoft Visual Basic code should use methods of Color instead.</summary>
    </member>
    <member name="M:Windows.UI.ColorHelper.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)">
      <summary>Generates a Color structure, based on discrete Byte values for ARGB components. C# and Microsoft Visual Basic code should use Color.FromArgb instead.</summary>
      <returns>The generated Color value.</returns>
      <param name="a">The A (transparency) component of the desired color. Range is 0-255.</param>
      <param name="r">The R component of the desired color. Range is 0-255.</param>
      <param name="g">The G component of the desired color. Range is 0-255.</param>
      <param name="b">The B component of the desired color. Range is 0-255.</param>
    </member>
    <member name="T:Windows.UI.Colors">
      <summary>Implements a set of predefined colors. See Color for usage information.</summary>
    </member>
    <member name="P:Windows.UI.Colors.AliceBlue">
      <summary>Gets the color value that represents the AliceBlue named color.</summary>
      <returns>The color value that represents the AliceBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.AntiqueWhite">
      <summary>Gets the color value that represents the AntiqueWhite named color.</summary>
      <returns>The color value that represents the AntiqueWhite named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Aqua">
      <summary>Gets the color value that represents the Aqua named color.</summary>
      <returns>The color value that represents the Aqua named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Aquamarine">
      <summary>Gets the color value that represents the Aquamarine named color.</summary>
      <returns>The color value that represents the Aquamarine named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Azure">
      <summary>Gets the color value that represents the Azure named color.</summary>
      <returns>The color value that represents the Azure named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Beige">
      <summary>Gets the color value that represents the Beige named color.</summary>
      <returns>The color value that represents the Beige named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Bisque">
      <summary>Gets the color value that represents the Bisque named color.</summary>
      <returns>The color value that represents the Bisque named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Black">
      <summary>Gets the system-defined color that has the ARGB value of #FF000000.</summary>
      <returns>The system-defined color that has the ARGB value of #FF000000.</returns>
    </member>
    <member name="P:Windows.UI.Colors.BlanchedAlmond">
      <summary>Gets the color value that represents the BlanchedAlmond named color.</summary>
      <returns>The color value that represents the BlanchedAlmond named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Blue">
      <summary>Gets the system-defined color that has the ARGB value of #FF0000FF.</summary>
      <returns>The system-defined color that has the ARGB value of #FF0000FF.</returns>
    </member>
    <member name="P:Windows.UI.Colors.BlueViolet">
      <summary>Gets the color value that represents the BlueViolet named color.</summary>
      <returns>The color value that represents the BlueViolet named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Brown">
      <summary>Gets the system-defined color that has the ARGB value of #FFA52A2A.</summary>
      <returns>The system-defined color that has the ARGB value of #FFA52A2A.</returns>
    </member>
    <member name="P:Windows.UI.Colors.BurlyWood">
      <summary>Gets the color value that represents the BurlyWood named color.</summary>
      <returns>The color value that represents the BurlyWood named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.CadetBlue">
      <summary>Gets the color value that represents the CadetBlue named color.</summary>
      <returns>The color value that represents the CadetBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Chartreuse">
      <summary>Gets the color value that represents the Chartreuse named color.</summary>
      <returns>The color value that represents the Chartreuse named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Chocolate">
      <summary>Gets the color value that represents the Chocolate named color.</summary>
      <returns>The color value that represents the Chocolate named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Coral">
      <summary>Gets the color value that represents the Coral named color.</summary>
      <returns>The color value that represents the Coral named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.CornflowerBlue">
      <summary>Gets the color value that represents the CornflowerBlue named color.</summary>
      <returns>The color value that represents the CornflowerBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Cornsilk">
      <summary>Gets the color value that represents the Cornsilk named color.</summary>
      <returns>The color value that represents the Cornsilk named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Crimson">
      <summary>Gets the color value that represents the Crimson named color.</summary>
      <returns>The color value that represents the Crimson named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Cyan">
      <summary>Gets the system-defined color that has the ARGB value of #FF00FFFF.</summary>
      <returns>The system-defined color that has the ARGB value of ##FF00FFFF.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkBlue">
      <summary>Gets the color value that represents the DarkBlue named color.</summary>
      <returns>The color value that represents the DarkBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkCyan">
      <summary>Gets the color value that represents the DarkCyan named color.</summary>
      <returns>The color value that represents the DarkCyan named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkGoldenrod">
      <summary>Gets the color value that represents the DarkGoldenrod named color.</summary>
      <returns>The color value that represents the DarkGoldenrod named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkGray">
      <summary>Gets the system-defined color that has the ARGB value of #FFA9A9A9.</summary>
      <returns>The system-defined color that has the ARGB value of #FFA9A9A9.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkGreen">
      <summary>Gets the color value that represents the DarkGreen named color.</summary>
      <returns>The color value that represents the DarkGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkKhaki">
      <summary>Gets the color value that represents the DarkKhaki named color.</summary>
      <returns>The color value that represents the DarkKhaki named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkMagenta">
      <summary>Gets the color value that represents the DarkMagenta named color.</summary>
      <returns>The color value that represents the DarkMagenta named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkOliveGreen">
      <summary>Gets the color value that represents the DarkOliveGreen named color.</summary>
      <returns>The color value that represents the DarkOliveGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkOrange">
      <summary>Gets the color value that represents the DarkOrange named color.</summary>
      <returns>The color value that represents the DarkOrange named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkOrchid">
      <summary>Gets the color value that represents the DarkOrchid named color.</summary>
      <returns>The color value that represents the DarkOrchid named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkRed">
      <summary>Gets the color value that represents the DarkRed named color.</summary>
      <returns>The color value that represents the DarkRed named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkSalmon">
      <summary>Gets the color value that represents the DarkSalmon named color.</summary>
      <returns>The color value that represents the DarkSalmon named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkSeaGreen">
      <summary>Gets the color value that represents the DarkSeaGreen named color.</summary>
      <returns>The color value that represents the DarkSeaGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkSlateBlue">
      <summary>Gets the color value that represents the DarkSlateBlue named color.</summary>
      <returns>The color value that represents the DarkSlateBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkSlateGray">
      <summary>Gets the color value that represents the DarkSlateGray named color.</summary>
      <returns>The color value that represents the DarkSlateGray named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkTurquoise">
      <summary>Gets the color value that represents the DarkTurquoise named color.</summary>
      <returns>The color value that represents the DarkTurquoise named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DarkViolet">
      <summary>Gets the color value that represents the DarkViolet named color.</summary>
      <returns>The color value that represents the DarkViolet named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DeepPink">
      <summary>Gets the color value that represents the DeepPink named color.</summary>
      <returns>The color value that represents the DeepPink named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DeepSkyBlue">
      <summary>Gets the color value that represents the DeepSkyBlue named color.</summary>
      <returns>The color value that represents the DeepSkyBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DimGray">
      <summary>Gets the color value that represents the DimGray named color.</summary>
      <returns>The color value that represents the DimGray named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.DodgerBlue">
      <summary>Gets the color value that represents the DodgerBlue named color.</summary>
      <returns>The color value that represents the DodgerBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Firebrick">
      <summary>Gets the color value that represents the Firebrick named color.</summary>
      <returns>The color value that represents the Firebrick named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.FloralWhite">
      <summary>Gets the color value that represents the FloralWhite named color.</summary>
      <returns>The color value that represents the FloralWhite named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.ForestGreen">
      <summary>Gets the color value that represents the ForestGreen named color.</summary>
      <returns>The color value that represents the ForestGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Fuchsia">
      <summary>Gets the color value that represents the Fuchsia named color.</summary>
      <returns>The color value that represents the Fuchsia named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Gainsboro">
      <summary>Gets the color value that represents the Gainsboro named color.</summary>
      <returns>The color value that represents the Gainsboro named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.GhostWhite">
      <summary>Gets the color value that represents the GhostWhite named color.</summary>
      <returns>The color value that represents the GhostWhite named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Gold">
      <summary>Gets the color value that represents the Gold named color.</summary>
      <returns>The color value that represents the Gold named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Goldenrod">
      <summary>Gets the color value that represents the Goldenrod named color.</summary>
      <returns>The color value that represents the Goldenrod named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Gray">
      <summary>Gets the system-defined color that has the ARGB value of #FF808080.</summary>
      <returns>The system-defined color that has the ARGB value of #FF808080.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Green">
      <summary>Gets the system-defined color that has the ARGB value of #FF008000.</summary>
      <returns>The system-defined color that has the ARGB value of #FF008000.</returns>
    </member>
    <member name="P:Windows.UI.Colors.GreenYellow">
      <summary>Gets the color value that represents the GreenYellow named color.</summary>
      <returns>The color value that represents the GreenYellow named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Honeydew">
      <summary>Gets the color value that represents the Honeydew named color.</summary>
      <returns>The color value that represents the Honeydew named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.HotPink">
      <summary>Gets the color value that represents the HotPink named color.</summary>
      <returns>The color value that represents the HotPink named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.IndianRed">
      <summary>Gets the color value that represents the IndianRed named color.</summary>
      <returns>The color value that represents the IndianRed named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Indigo">
      <summary>Gets the color value that represents the Indigo named color.</summary>
      <returns>The color value that represents the Indigo named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Ivory">
      <summary>Gets the color value that represents the Ivory named color.</summary>
      <returns>The color value that represents the Ivory named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Khaki">
      <summary>Gets the color value that represents the Khaki named color.</summary>
      <returns>The color value that represents the Khaki named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Lavender">
      <summary>Gets the color value that represents the Lavender named color.</summary>
      <returns>The color value that represents the Lavender named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LavenderBlush">
      <summary>Gets the color value that represents the LavenderBlush named color.</summary>
      <returns>The color value that represents the LavenderBlush named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LawnGreen">
      <summary>Gets the color value that represents the LawnGreen named color.</summary>
      <returns>The color value that represents the LawnGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LemonChiffon">
      <summary>Gets the color value that represents the LemonChiffon named color.</summary>
      <returns>The color value that represents the LemonChiffon named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightBlue">
      <summary>Gets the color value that represents the LightBlue named color.</summary>
      <returns>The color value that represents the LightBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightCoral">
      <summary>Gets the color value that represents the LightCoral named color.</summary>
      <returns>The color value that represents the LightCoral named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightCyan">
      <summary>Gets the color value that represents the LightCyan named color.</summary>
      <returns>The color value that represents the LightCyan named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightGoldenrodYellow">
      <summary>Gets the color value that represents the LightGoldenrodYellow named color.</summary>
      <returns>The color value that represents the LightGoldenrodYellow named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightGray">
      <summary>Gets the system-defined color that has the ARGB value of #FFD3D3D3.</summary>
      <returns>Gets the system-defined color that has the ARGB value of #FFD3D3D3.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightGreen">
      <summary>Gets the color value that represents the LightGreen named color.</summary>
      <returns>The color value that represents the LightGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightPink">
      <summary>Gets the color value that represents the LightPink named color.</summary>
      <returns>The color value that represents the LightPink named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightSalmon">
      <summary>Gets the color value that represents the LightSalmon named color.</summary>
      <returns>The color value that represents the LightSalmon named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightSeaGreen">
      <summary>Gets the color value that represents the LightSeaGreen named color.</summary>
      <returns>The color value that represents the LightSeaGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightSkyBlue">
      <summary>Gets the color value that represents the LightSkyBlue named color.</summary>
      <returns>The color value that represents the LightSkyBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightSlateGray">
      <summary>Gets the color value that represents the LightSlateGray named color.</summary>
      <returns>The color value that represents the LightSlateGray named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightSteelBlue">
      <summary>Gets the color value that represents the LightSteelBlue named color.</summary>
      <returns>The color value that represents the LightSteelBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LightYellow">
      <summary>Gets the color value that represents the LightYellow named color.</summary>
      <returns>The color value that represents the LightYellow named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Lime">
      <summary>Gets the color value that represents the Lime named color.</summary>
      <returns>The color value that represents the Lime named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.LimeGreen">
      <summary>Gets the color value that represents the LimeGreen named color.</summary>
      <returns>The color value that represents the LimeGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Linen">
      <summary>Gets the color value that represents the Linen named color.</summary>
      <returns>The color value that represents the Linen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Magenta">
      <summary>Gets the system-defined color that has the ARGB value of #FFFF00FF..</summary>
      <returns>The system-defined color that has the ARGB value of #FFFF00FF..</returns>
    </member>
    <member name="P:Windows.UI.Colors.Maroon">
      <summary>Gets the color value that represents the Maroon named color.</summary>
      <returns>The color value that represents the Maroon named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumAquamarine">
      <summary>Gets the color value that represents the MediumAquamarine named color.</summary>
      <returns>The color value that represents the MediumAquamarine named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumBlue">
      <summary>Gets the color value that represents the MediumBlue named color.</summary>
      <returns>The color value that represents the MediumBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumOrchid">
      <summary>Gets the color value that represents the MediumOrchid named color.</summary>
      <returns>The color value that represents the MediumOrchid named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumPurple">
      <summary>Gets the color value that represents the MediumPurple named color.</summary>
      <returns>The color value that represents the MediumPurple named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumSeaGreen">
      <summary>Gets the color value that represents the MediumSeaGreen named color.</summary>
      <returns>The color value that represents the MediumSeaGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumSlateBlue">
      <summary>Gets the color value that represents the MediumSlateBlue named color.</summary>
      <returns>The color value that represents the MediumSlateBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumSpringGreen">
      <summary>Gets the color value that represents the MediumSpringGreen named color.</summary>
      <returns>The color value that represents the MediumSpringGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumTurquoise">
      <summary>Gets the color value that represents the MediumTurquoise named color.</summary>
      <returns>The color value that represents the MediumTurquoise named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MediumVioletRed">
      <summary>Gets the color value that represents the MediumVioletRed named color.</summary>
      <returns>The color value that represents the MediumVioletRed named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MidnightBlue">
      <summary>Gets the color value that represents the MidnightBlue named color.</summary>
      <returns>The color value that represents the MidnightBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MintCream">
      <summary>Gets the color value that represents the MintCream named color.</summary>
      <returns>The color value that represents the MintCream named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.MistyRose">
      <summary>Gets the color value that represents the MistyRose named color.</summary>
      <returns>The color value that represents the MistyRose named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Moccasin">
      <summary>Gets the color value that represents the Moccasin named color.</summary>
      <returns>The color value that represents the Moccasin named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.NavajoWhite">
      <summary>Gets the color value that represents the NavajoWhite named color.</summary>
      <returns>The color value that represents the NavajoWhite named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Navy">
      <summary>Gets the color value that represents the Navy named color.</summary>
      <returns>The color value that represents the Navy named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.OldLace">
      <summary>Gets the color value that represents the OldLace named color.</summary>
      <returns>The color value that represents the OldLace named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Olive">
      <summary>Gets the color value that represents the Olive named color.</summary>
      <returns>The color value that represents the Olive named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.OliveDrab">
      <summary>Gets the color value that represents the OliveDrab named color.</summary>
      <returns>The color value that represents the OliveDrab named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Orange">
      <summary>Gets the system-defined color that has the ARGB value of #FFFFA500..</summary>
      <returns>The system-defined color that has the ARGB value of #FFFFA500..</returns>
    </member>
    <member name="P:Windows.UI.Colors.OrangeRed">
      <summary>Gets the color value that represents the OrangeRed named color.</summary>
      <returns>The color value that represents the OrangeRed named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Orchid">
      <summary>Gets the color value that represents the Orchid named color.</summary>
      <returns>The color value that represents the Orchid named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.PaleGoldenrod">
      <summary>Gets the color value that represents the PaleGoldenrod named color.</summary>
      <returns>The color value that represents the PaleGoldenrod named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.PaleGreen">
      <summary>Gets the color value that represents the PaleGreen named color.</summary>
      <returns>The color value that represents the PaleGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.PaleTurquoise">
      <summary>Gets the color value that represents the PaleTurquoise named color.</summary>
      <returns>The color value that represents the PaleTurquoise named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.PaleVioletRed">
      <summary>Gets the color value that represents the PaleVioletRed named color.</summary>
      <returns>The color value that represents the PaleVioletRed named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.PapayaWhip">
      <summary>Gets the color value that represents the PapayaWhip named color.</summary>
      <returns>The color value that represents the PapayaWhip named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.PeachPuff">
      <summary>Gets the color value that represents the PeachPuff named color.</summary>
      <returns>The color value that represents the PeachPuff named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Peru">
      <summary>Gets the color value that represents the Peru named color.</summary>
      <returns>The color value that represents the Peru named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Pink">
      <summary>Gets the color value that represents the Pink named color.</summary>
      <returns>The color value that represents the Pink named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Plum">
      <summary>Gets the color value that represents the Plum named color.</summary>
      <returns>The color value that represents the Plum named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.PowderBlue">
      <summary>Gets the color value that represents the PowderBlue named color.</summary>
      <returns>The color value that represents the PowderBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Purple">
      <summary>Gets the system-defined color that has the ARGB value of #FF800080..</summary>
      <returns>The system-defined color that has the ARGB value of #FF800080..</returns>
    </member>
    <member name="P:Windows.UI.Colors.Red">
      <summary>Gets the system-defined color that has the ARGB value of #FFFF0000.</summary>
      <returns>The system-defined color that has the ARGB value of #FFFF0000.</returns>
    </member>
    <member name="P:Windows.UI.Colors.RosyBrown">
      <summary>Gets the color value that represents the RosyBrown named color.</summary>
      <returns>The color value that represents the RosyBrown named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.RoyalBlue">
      <summary>Gets the color value that represents the RoyalBlue named color.</summary>
      <returns>The color value that represents the RoyalBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SaddleBrown">
      <summary>Gets the color value that represents the SaddleBrown named color.</summary>
      <returns>The color value that represents the SaddleBrown named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Salmon">
      <summary>Gets the color value that represents the Salmon named color.</summary>
      <returns>The color value that represents the Salmon named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SandyBrown">
      <summary>Gets the color value that represents the SandyBrown named color.</summary>
      <returns>The color value that represents the SandyBrown named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SeaGreen">
      <summary>Gets the color value that represents the SeaGreen named color.</summary>
      <returns>The color value that represents the SeaGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SeaShell">
      <summary>Gets the color value that represents the SeaShell named color.</summary>
      <returns>The color value that represents the SeaShell named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Sienna">
      <summary>Gets the color value that represents the Sienna named color.</summary>
      <returns>The color value that represents the Sienna named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Silver">
      <summary>Gets the color value that represents the Silver named color.</summary>
      <returns>The color value that represents the Silver named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SkyBlue">
      <summary>Gets the color value that represents the SkyBlue named color.</summary>
      <returns>The color value that represents the SkyBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SlateBlue">
      <summary>Gets the color value that represents the SlateBlue named color.</summary>
      <returns>The color value that represents the SlateBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SlateGray">
      <summary>Gets the color value that represents the SlateGray named color.</summary>
      <returns>The color value that represents the SlateGray named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Snow">
      <summary>Gets the color value that represents the Snow named color.</summary>
      <returns>The color value that represents the Snow named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SpringGreen">
      <summary>Gets the color value that represents the SpringGreen named color.</summary>
      <returns>The color value that represents the SpringGreen named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.SteelBlue">
      <summary>Gets the color value that represents the SteelBlue named color.</summary>
      <returns>The color value that represents the SteelBlue named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Tan">
      <summary>Gets the color value that represents the Tan named color.</summary>
      <returns>The color value that represents the Tan named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Teal">
      <summary>Gets the color value that represents the Teal named color.</summary>
      <returns>The color value that represents the Teal named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Thistle">
      <summary>Gets the color value that represents the Thistle named color.</summary>
      <returns>The color value that represents the Thistle named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Tomato">
      <summary>Gets the color value that represents the Tomato named color.</summary>
      <returns>The color value that represents the Tomato named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Transparent">
      <summary>Gets the system-defined color that has the ARGB value of #00FFFFFF.</summary>
      <returns>The system-defined color that has the ARGB value of #00FFFFFF.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Turquoise">
      <summary>Gets the color value that represents the Turquoise named color.</summary>
      <returns>The color value that represents the Turquoise named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Violet">
      <summary>Gets the color value that represents the Violet named color.</summary>
      <returns>The color value that represents the Violet named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Wheat">
      <summary>Gets the color value that represents the Wheat named color.</summary>
      <returns>The color value that represents the Wheat named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.White">
      <summary>Gets the system-defined color that has the ARGB value of #FFFFFFFF.</summary>
      <returns>The system-defined color that has the ARGB value of #FFFFFFFF.</returns>
    </member>
    <member name="P:Windows.UI.Colors.WhiteSmoke">
      <summary>Gets the color value that represents the WhiteSmoke named color.</summary>
      <returns>The color value that represents the WhiteSmoke named color.</returns>
    </member>
    <member name="P:Windows.UI.Colors.Yellow">
      <summary>Gets the system-defined color that has the ARGB value of #FFFFFF00.</summary>
      <returns>The system-defined color that has the ARGB value of #FFFFFF00.</returns>
    </member>
    <member name="P:Windows.UI.Colors.YellowGreen">
      <summary>Gets the color value that represents the YellowGreen named color.</summary>
      <returns>The color value that represents the YellowGreen named color.</returns>
    </member>
    <member name="N:Windows.UI.ApplicationSettings">
      <summary>Provides classes that allow developers to define the app settings that appear in the settings pane of the Windows shell. The settings pane provides a consistent place for users to access app settings.</summary>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.AccountsSettingsPane">
      <summary>Provides methods to show the accounts pane and also to enable the app to register callbacks when the accounts flyout is about to be displayed.</summary>
    </member>
    <member name="E:Windows.UI.ApplicationSettings.AccountsSettingsPane.AccountCommandsRequested">
      <summary>Occurs when the user opens the accounts pane. Handling this event lets the app initialize the accounts commands and pause its UI until the user closes the pane.</summary>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.AccountsSettingsPane.GetForCurrentView">
      <summary>Gets an AccountsSettingsPane object that is associated with the current app view (that is, with CoreWindow).</summary>
      <returns>The account settings pane.</returns>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.AccountsSettingsPane.Show">
      <summary>Displays the account settings pane.</summary>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs">
      <summary>Provides data for the AccountCommandsRequested event.</summary>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs.Commands">
      <summary>Gets the SettingsCommand collection for the account settings pane.</summary>
      <returns>The settings commands.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands">
      <summary>Gets the CredentialCommand collection for the account settings pane.</summary>
      <returns>The credential commands.</returns>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs.GetDeferral">
      <summary>Gets the deferral object for the AccountCommandsRequested event.</summary>
      <returns>The deferral object.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs.HeaderText">
      <summary>Gets or sets the header text for the account settings pane.</summary>
      <returns>The header text.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands">
      <summary>Gets the WebAccountCommand collection for the account settings pane.</summary>
      <returns>The web account collection.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountProviderCommands">
      <summary>Gets the WebAccountProviderCommand collection for the account settings pane.</summary>
      <returns>The web account provider command collection.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.AccountsSettingsPaneEventDeferral">
      <summary>Enables the app to signal when it has finished populating command collections while handling the AccountCommandsRequested event.</summary>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.AccountsSettingsPaneEventDeferral.Complete">
      <summary>Signals that the app has finished populating command collections while handling the AccountCommandsRequested event.</summary>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.CredentialCommand">
      <summary>Represents a command for changing web account credentials in the account settings pane.</summary>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.CredentialCommand.#ctor(Windows.Security.Credentials.PasswordCredential)">
      <summary>Initializes a new instance of the CredentialCommand class with a PasswordCredential object.</summary>
      <param name="passwordCredential">The password credential.</param>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.CredentialCommand.#ctor(Windows.Security.Credentials.PasswordCredential,Windows.UI.ApplicationSettings.CredentialCommandCredentialDeletedHandler)">
      <summary>Initializes a new instance of the CredentialCommand class with a PasswordCredential object and a CredentialCommandCredentialDeletedHandler delegate.</summary>
      <param name="passwordCredential">The password credential.</param>
      <param name="deleted">The delegate that handles credential deletion.</param>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.CredentialCommand.CredentialDeleted">
      <summary>Gets the delegate that's invoked by the account settings pane when the user deletes a credential.</summary>
      <returns>The delegate that handles credential deletion.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.CredentialCommand.PasswordCredential">
      <summary>Gets the password credential that the current command applies to.</summary>
      <returns>The password credential.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.CredentialCommandCredentialDeletedHandler">
      <summary>Represents the method that's invoked by the account settings pane when the user deletes a credential.</summary>
      <param name="command">The credential command that corresponds with the delegate.</param>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.SettingsCommand">
      <summary>Creates a settings command object that represents a settings entry. This settings command can be appended to the ApplicationCommands vector.</summary>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.SettingsCommand.AccountsCommand">
      <summary>Gets the command for a web account in the account settings pane.</summary>
      <returns>The command.</returns>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.SettingsCommand.#ctor(System.Object,System.String,Windows.UI.Popups.UICommandInvokedHandler)">
      <summary>Creates a new settings command.</summary>
      <param name="settingsCommandId">The ID of the command.</param>
      <param name="label">The label for the command, which is displayed in the settings pane.</param>
      <param name="handler">The event handler that is called when the user selects this command in the settings pane.</param>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.SettingsCommand.Id">
      <summary>Gets or sets the command ID.</summary>
      <returns>The command ID.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.SettingsCommand.Invoked">
      <summary>Gets or sets the handler for the event that is raised when the user selects the command.</summary>
      <returns>The event handler associated with the command.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.SettingsCommand.Label">
      <summary>Gets or sets the label for the command.</summary>
      <returns>The label for the command.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.SettingsEdgeLocation">
      <summary>Specifies the edge of the screen where the Settings charms appear.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SettingsEdgeLocation.Right">
      <summary>The Settings charm appears on the right edge of the screen.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SettingsEdgeLocation.Left">
      <summary>The Settings charm appears on the left edge of the screen.</summary>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.SettingsPane">
      <summary>A static class that enables the app to control the Settings Charm pane. The app can add or remove commands, receive a notification when the user opens the pane, or open the pane programmatically.</summary>
    </member>
    <member name="E:Windows.UI.ApplicationSettings.SettingsPane.CommandsRequested">
      <summary>Occurs when the user opens the settings pane. Listening for this event lets the app initialize the setting commands and pause its UI until the user closes the pane.</summary>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.SettingsPane.Edge">
      <summary>Gets a value indicating whether the Settings charm appears on the left or right edge of the screen.</summary>
      <returns>The location of the Settings charm.</returns>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.SettingsPane.GetForCurrentView">
      <summary>Gets a SettingsPane object that is associated with the current app view (that is, with CoreWindow).</summary>
      <returns>The settings pane.</returns>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.SettingsPane.Show">
      <summary>Displays the Settings Charm pane to the user.</summary>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest">
      <summary>Contains properties that are only available during the CommandsRequested event.</summary>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest.ApplicationCommands">
      <summary>A vector that is available during the CommandsRequested event. Append SettingsCommand objects to it to make them available to the SettingsPane UI.</summary>
      <returns>The vector of SettingsCommand objects.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.SettingsPaneCommandsRequestedEventArgs">
      <summary>Contains arguments that are available from the event object during the CommandsRequested event.</summary>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.SettingsPaneCommandsRequestedEventArgs.Request">
      <summary>An instance of SettingsPaneCommandsRequest that is made available during the CommandsRequested event.</summary>
      <returns>The commands request object.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.SupportedWebAccountActions">
      <summary>Specifies actions that your app enables on an web account instance in the account settings pane.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SupportedWebAccountActions.None">
      <summary>No action.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SupportedWebAccountActions.Reconnect">
      <summary>The app attempts to connect to the web account.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SupportedWebAccountActions.Remove">
      <summary>The app removes the web account from the account settings pane.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SupportedWebAccountActions.ViewDetails">
      <summary>The app displays details about the web account.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SupportedWebAccountActions.Manage">
      <summary>The app displays UI for managing the web account.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.SupportedWebAccountActions.More">
      <summary>The app does a custom action with the web account.</summary>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.WebAccountAction">
      <summary>Specifies actions that your app does on an web account.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.WebAccountAction.Reconnect">
      <summary>The app attempts to connect to the web account.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.WebAccountAction.Remove">
      <summary>The app removes the web account from the account settings pane.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.WebAccountAction.ViewDetails">
      <summary>The app displays details about the web account.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.WebAccountAction.Manage">
      <summary>The app displays UI for managing the web account.</summary>
    </member>
    <member name="F:Windows.UI.ApplicationSettings.WebAccountAction.More">
      <summary>The app does a custom action with the web account.</summary>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.WebAccountCommand">
      <summary>Associates a command with a WebAccount in the account settings pane.</summary>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.WebAccountCommand.#ctor(Windows.Security.Credentials.WebAccount,Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler,Windows.UI.ApplicationSettings.SupportedWebAccountActions)">
      <summary>Initializes a new instance of the WebAccountCommand class.</summary>
      <param name="webAccount">The web account to associate with the current command.</param>
      <param name="invoked">The delegate that handles the command.</param>
      <param name="actions">A bitmask of web account actions.</param>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.WebAccountCommand.Actions">
      <summary>Gets the actions that the command performs on the web account in the accounts pane.</summary>
      <returns>The actions for the web account.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.WebAccountCommand.Invoked">
      <summary>Gets the delegate that's invoked when the user selects an account and a specific action in the account settings pane.</summary>
      <returns>The handler.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.WebAccountCommand.WebAccount">
      <summary>Gets the web account that's associated with the current command.</summary>
      <returns>The web account.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler">
      <summary>Represents the method that's invoked when the user selects an account and a specific action in the account settings pane.</summary>
      <param name="command">The command that's done against the web account in the accounts pane.</param>
      <param name="args">The data for the command.</param>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.WebAccountInvokedArgs">
      <summary>Provides data for the WebAccountCommandInvokedHandler delegate.</summary>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.WebAccountInvokedArgs.Action">
      <summary>Gets the action for the web account in the accounts pane.</summary>
      <returns>The action.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.WebAccountProviderCommand">
      <summary>Associates a provider command with a WebAccountProvider in the account settings pane.</summary>
    </member>
    <member name="M:Windows.UI.ApplicationSettings.WebAccountProviderCommand.#ctor(Windows.Security.Credentials.WebAccountProvider,Windows.UI.ApplicationSettings.WebAccountProviderCommandInvokedHandler)">
      <summary>Initializes a new instance of the WebAccountProviderCommand class.</summary>
      <param name="webAccountProvider">The web account provider.</param>
      <param name="invoked">The delegate that handles the provider command.</param>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.WebAccountProviderCommand.Invoked">
      <summary>Gets the delegate that's invoked when the user selects an account and a specific action in the accounts pane.</summary>
      <returns>The handler.</returns>
    </member>
    <member name="P:Windows.UI.ApplicationSettings.WebAccountProviderCommand.WebAccountProvider">
      <summary>Gets the web account provider that's associated with the current command.</summary>
      <returns>The web account provider.</returns>
    </member>
    <member name="T:Windows.UI.ApplicationSettings.WebAccountProviderCommandInvokedHandler">
      <summary>Represents the method that's invoked when the user selects an account and a specific action in the account settings pane.</summary>
      <param name="command">The provider command that's done against the web account in the accounts pane.</param>
    </member>
    <member name="N:Windows.UI.Core">
      <summary>Provides the basic user interface window components, including core input events and event dispatch.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreWindowActivationState">
      <summary>Specifies the set of reasons that a CoreWindow's Activated event was raised.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreWindowActivationState.CodeActivated">
      <summary>The window was activated by a call to Activate.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreWindowActivationState.Deactivated">
      <summary>The window was deactivated.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreWindowActivationState.PointerActivated">
      <summary>The window was activated by pointer interaction.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreCursorType">
      <summary>Specifies the set of cursor types.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.Arrow">
      <summary>The left-upward (northwest) arrow Windows cursor.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.Cross">
      <summary>The "cross" Windows cursor.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.Custom">
      <summary>A custom cursor.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.Hand">
      <summary>The "hand" Windows cursor.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.Help">
      <summary>The "</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.IBeam">
      <summary>The "I"-shaped Windows cursor used for text selection.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.SizeAll">
      <summary>The "cross arrow" Windows cursor used for user interface (UI) element sizing.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.SizeNortheastSouthwest">
      <summary>The "right-upward, left-downward" dual arrow Windows cursor often used for element sizing.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.SizeNorthSouth">
      <summary>The up-down dual arrow Windows cursor often used for vertical (height) sizing.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.SizeNorthwestSoutheast">
      <summary>The "left-upward, right-downward" dual arrow Windows cursor often used for element sizing.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.SizeWestEast">
      <summary>The left-right dual arrow Windows cursor often used for horizontal (width) sizing.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.UniversalNo">
      <summary>The red "circle slash" Windows cursor often used to indicate that a UI behavor cannot be performed.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.UpArrow">
      <summary>The up arrow Windows cursor.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreCursorType.Wait">
      <summary>The cycling Windows "wait" cursor often used to indicate that an element or behavior is in a wait state and cannot respond at the time.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreDispatcherPriority">
      <summary>Defines the priority for window event dispatches.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreDispatcherPriority.Idle">
      <summary>Lowest priority. Use this priority for background tasks. Delegates are processed when the window's main thread is idle and there is no input pending in the queue.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreDispatcherPriority.Low">
      <summary>Low priority. Delegates are processed if there are no higher priority events pending in the queue.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreDispatcherPriority.Normal">
      <summary>Normal priority. Delegates are processed in the order they are scheduled.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreDispatcherPriority.High">
      <summary>High priority. Delegates are invoked immediately for all synchronous requests. Asynchronous requests are queued and processed before any other request type.Do not use this priority level in your app. It is reserved for system events. Using this priority can lead to the starvation of other messages, including system events.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreProcessEventsOption">
      <summary>Specifies the set of exclusive event-processing options passed to ProcessEvents.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProcessEventsOption.ProcessOneAndAllPending">
      <summary>Dispatch all currently available events in the queue. If no events are pending, wait for the next new event.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProcessEventsOption.ProcessOneIfPresent">
      <summary>Dispatch one event if it is currently pending in the queue. If no events are pending, do not wait for a new event to be raised but instead return immediately.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProcessEventsOption.ProcessUntilQuit">
      <summary>Wait for new events and dispatch all available events. Continue this behavior until the window is closed or the application calls the Close method on the CoreWindow instance.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProcessEventsOption.ProcessAllIfPresent">
      <summary>Dispatch all events currently pending in the queue. If no events are pending, do not wait for a new event to be raised but instead return immediately. This option is provided specifically for view provider implementations with IFrameworkView, and to be used in Windows Store app using DirectX with C++.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreWindowFlowDirection">
      <summary>Specifies the flow order for text in a window.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreWindowFlowDirection.LeftToRight">
      <summary>Text is flowed from left to right.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreWindowFlowDirection.RightToLeft">
      <summary>Text is flowed from right to left. (For example, this can be used with Arabic script or other RTL languages.)</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreVirtualKeyStates">
      <summary>Specifies the set of possible states for a virtual key.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreVirtualKeyStates.None">
      <summary>The key is up or in no specific state.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreVirtualKeyStates.Down">
      <summary>The key is pressed down for the input event.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreVirtualKeyStates.Locked">
      <summary>The key is in a toggled or modified state (for example, Caps Lock) for the input event.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreAcceleratorKeyEventType">
      <summary>Specifies the set of possible accelerator key events that can invoke a callback.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.Character">
      <summary>A character key is pressed.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.DeadCharacter">
      <summary>A dead character key is pressed. (A dead character key is a key that modifies the next keypress, like an accent character.)</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.KeyDown">
      <summary>A key is pressed down.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.KeyUp">
      <summary>A key is raised.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.SystemCharacter">
      <summary>A system character key is pressed.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.SystemDeadCharacter">
      <summary>A system dead character key is pressed.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.SystemKeyDown">
      <summary>A system key is pressed down.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.SystemKeyUp">
      <summary>A system key is raised.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreAcceleratorKeyEventType.UnicodeCharacter">
      <summary>A Unicode character key is pressed.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreProximityEvaluationScore">
      <summary>Specifies the rank of an object as the probable target, relative to other objects that intersect the touch contact area.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProximityEvaluationScore.Closest">
      <summary>The object is the most probable target.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProximityEvaluationScore.Farthest">
      <summary>The object is the least probable target.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreInputDeviceTypes">
      <summary>Specifies user input modalities. These values can be combined.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreInputDeviceTypes.None">
      <summary>No input.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreInputDeviceTypes.Touch">
      <summary>Expose touch input events.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreInputDeviceTypes.Pen">
      <summary>Expose pen input events.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreInputDeviceTypes.Mouse">
      <summary>Expose mouse input events.</summary>
    </member>
    <member name="T:Windows.UI.Core.CorePhysicalKeyStatus">
      <summary>Specifies the set of physical key status items that can be obtained.</summary>
    </member>
    <member name="F:Windows.UI.Core.CorePhysicalKeyStatus.RepeatCount">
      <summary>The number of times a key was pressed.</summary>
    </member>
    <member name="F:Windows.UI.Core.CorePhysicalKeyStatus.ScanCode">
      <summary>The scan code for a key that was pressed.</summary>
    </member>
    <member name="F:Windows.UI.Core.CorePhysicalKeyStatus.IsExtendedKey">
      <summary>Whether the key that was pressed maps to an extended ASCII character.</summary>
    </member>
    <member name="F:Windows.UI.Core.CorePhysicalKeyStatus.IsMenuKeyDown">
      <summary>Whether the menu key is currently pressed down.</summary>
    </member>
    <member name="F:Windows.UI.Core.CorePhysicalKeyStatus.WasKeyDown">
      <summary>Whether a key is currently pressed down.</summary>
    </member>
    <member name="F:Windows.UI.Core.CorePhysicalKeyStatus.IsKeyReleased">
      <summary>Whether a key has moved from a pressed to a released status.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreProximityEvaluation">
      <summary>Contains the rank of an object as the probable target of the touch contact area.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProximityEvaluation.Score">
      <summary>Rank of an object as the probable target compared to the other objects that intersect the touch contact area. The value is a CoreProximityEvaluationScore.</summary>
    </member>
    <member name="F:Windows.UI.Core.CoreProximityEvaluation.AdjustedPoint">
      <summary>Adjusted touch point that hits the closest object identified by the value of Score.</summary>
    </member>
    <member name="T:Windows.UI.Core.ICoreWindowEventArgs">
      <summary>Defines the set of arguments returned to an app after a window input or behavior event.</summary>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindowEventArgs.Handled">
      <summary>Specifies the property that gets or sets whether the event was handled.</summary>
      <returns>True if the event has been handled by the appropriate delegate; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.ICoreWindow">
      <summary>Specifies an interface for a window object and its input events as well as basic user interface behaviors.</summary>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.AutomationHostProvider">
      <summary>Specifies the property that gets the automation provider assigned to this window.</summary>
      <returns>The automation provider for this window.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.Bounds">
      <summary>Specifies the property that gets the bounding rectangle of the window.</summary>
      <returns>The bounding rectangle of the window, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.CustomProperties">
      <summary>Specifies a property that gets the set of custom properties for the window.</summary>
      <returns>The set of custom properties for the window, represented as tuples.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.Dispatcher">
      <summary>Specifies a property that gets the event dispatcher for the window.</summary>
      <returns>The event dispatcher for the window.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.FlowDirection">
      <summary>Specifies the property that gets or sets the horizontal origin of the window's reading order alignment.</summary>
      <returns>The flow direction of the window's reading layout.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.IsInputEnabled">
      <summary>Specifies a property that gets or sets whether input is enabled for the window.</summary>
      <returns>True if input is enabled for the window; false if it is disabled.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.PointerCursor">
      <summary>Specifies a property that gets or sets the cursor used by the window.</summary>
      <returns>The window's cursor.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.PointerPosition">
      <summary>Specifies a property that gets the position of the pointer.</summary>
      <returns>The current position of the cursor in device-independent pixels (DIPs).</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreWindow.Visible">
      <summary>Specifies the property that gets whether the window is visible or not.</summary>
      <returns>True if the window is visible on the screen; false if it is not.</returns>
    </member>
    <member name="M:Windows.UI.Core.ICoreWindow.Activate">
      <summary>Specifies a method that activates the window.</summary>
    </member>
    <member name="M:Windows.UI.Core.ICoreWindow.Close">
      <summary>Specifies the method that closes the window and exits the message loop.</summary>
    </member>
    <member name="M:Windows.UI.Core.ICoreWindow.GetAsyncKeyState(Windows.System.VirtualKey)">
      <summary>Specifies a method that returns the state of a virtual key asynchronously.</summary>
      <returns>The state of the supplied virtual key when the input event was raised.</returns>
      <param name="virtualKey">The virtual key for which state will be returned.</param>
    </member>
    <member name="M:Windows.UI.Core.ICoreWindow.GetKeyState(Windows.System.VirtualKey)">
      <summary>Specifies a method that gets the state of a key.</summary>
      <returns>The state of the supplied virtual key when the input event was raised.</returns>
      <param name="virtualKey">The virtual key for which state will be returned.</param>
    </member>
    <member name="M:Windows.UI.Core.ICoreWindow.ReleasePointerCapture">
      <summary>Specifies a method that disables pointer capture for the window.</summary>
    </member>
    <member name="M:Windows.UI.Core.ICoreWindow.SetPointerCapture">
      <summary>Specifies a method that enables pointer capture for the window.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.Activated">
      <summary>Specifies the event that is fired when the window completes activation or deactivation.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.AutomationProviderRequested">
      <summary>Specifies the event that is fired when a request for an automation handler is generated.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.CharacterReceived">
      <summary>Specifies the event that is fired when a new character is received by the input queue.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.Closed">
      <summary>Specifies the event that is fired when a window is closed (or the app terminates altogether).</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.InputEnabled">
      <summary>Specifies an event that occurs when input is enabled or disabled for the window.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.KeyDown">
      <summary>Specifies the event that is fired when a non-system key is pressed down.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.KeyUp">
      <summary>Specifies the event that is fired when a non-system key is released after a press.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.PointerCaptureLost">
      <summary>Specifies the event that occurs when a pointer moves to another window.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.PointerEntered">
      <summary>Specifies the event that occurs when a pointer moves into the bounding box of the window.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.PointerExited">
      <summary>Specifies the event that occurs when the pointer moves outside the bounding box of the window.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.PointerMoved">
      <summary>Specifies the event that occurs when a pointer moves within the bounding box of the window.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.PointerPressed">
      <summary>Specifies the event that occurs when a mouse button is clicked or the digitizer surface has been touched by a finger or pen.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.PointerReleased">
      <summary>Specifies the event that occurs when a mouse button is released or the finger or pen is lifted from the digitizer surface.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.PointerWheelChanged">
      <summary>Specifies the event that occurs when the mouse wheel is rotated.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.SizeChanged">
      <summary>Specifies the event that raises when the window size is changed.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.TouchHitTesting">
      <summary>Specifies the event that occurs when a touch contact area falls within a window that is registered for touch hit testing.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreWindow.VisibilityChanged">
      <summary>Specifies the event that occurs when the window visibility is changed.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreDispatcher">
      <summary>Provides the Windows Runtime core event message dispatcher. Instances of this type are responsible for processing the window messages and dispatching the events to the client.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreDispatcher.CurrentPriority">
      <summary>Gets and sets the priority of the current task.</summary>
      <returns>A CoreDispatcherPriority enumeration value that specifies the priority of the current task.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreDispatcher.HasThreadAccess">
      <summary>Gets a value that specifies whether the event dispatcher provided by this instance of CoreWindow has access to the current thread or not.</summary>
      <returns>True if the event dispatcher has thread access; false it does not.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreDispatcher.ProcessEvents(Windows.UI.Core.CoreProcessEventsOption)">
      <summary>Starts the dispatcher processing the input event queue for this instance of CoreWindow.</summary>
      <param name="options">The options for processing window events.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreDispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority,Windows.UI.Core.DispatchedHandler)">
      <summary>Schedules the provided callback on the UI thread from a worker thread, and returns the results asynchronously.</summary>
      <returns>The object that provides handlers for the completed async event dispatch.</returns>
      <param name="priority">Specifies the priority for event dispatch. Set this to CoreDispatcherPriority::Normal.</param>
      <param name="agileCallback">The callback on which the dispatcher returns when the event is dispatched.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreDispatcher.RunIdleAsync(Windows.UI.Core.IdleDispatchedHandler)">
      <summary>Schedules a callback on the UI thread from a worker thread at idle priority, and returns the results asynchronously.</summary>
      <returns>Object that contains the results of the asynchronous action.</returns>
      <param name="agileCallback">The callback on which the idle priority dispatcher returns when the event is dispatched.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreDispatcher.ShouldYield">
      <summary>Queries whether the caller should yield if there are items in the task queue of higher priority than the current task.</summary>
      <returns>true if the current work item should yield to higher priority work; false if it should not.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreDispatcher.ShouldYield(Windows.UI.Core.CoreDispatcherPriority)">
      <summary>Queries whether the caller should yield if there are items in the task queue of the specified priority or higher.</summary>
      <returns>true if the current work item should yield to higher priority work; false if it should not.</returns>
      <param name="priority">The minimum priority level for which the current work item should yield.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreDispatcher.StopProcessEvents">
      <summary>Stops the dispatcher from processing any queued events.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreDispatcher.AcceleratorKeyActivated">
      <summary>Fired when an accelerator key is activated (pressed or held down).</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreCursor">
      <summary>Defines a cursor (visual pointer) object.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreCursor.Id">
      <summary>Gets the resource ID of the cursor.</summary>
      <returns>The ID of the cursor.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreCursor.Type">
      <summary>Gets the type of the cursor.</summary>
      <returns>The type of the cursor.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreCursor.#ctor(Windows.UI.Core.CoreCursorType,System.UInt32)">
      <summary>Creates a new CoreCursor instance of the provided cursor type.</summary>
      <param name="type">The type of the new cursor.</param>
      <param name="id">The unique resource ID of the new cursor.</param>
    </member>
    <member name="T:Windows.UI.Core.CoreWindow">
      <summary>Represents the Windows Store app with input events and basic user interface behaviors.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.PointerCursor">
      <summary>Gets or sets the cursor used by the Windows Store app.</summary>
      <returns>The app's cursor.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.IsInputEnabled">
      <summary>Gets or sets a value that indicates whether input is enabled for the Windows Store app.</summary>
      <returns>True if input is enabled for the app; false if it is disabled.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.FlowDirection">
      <summary>Gets or sets the horizontal origin of the window's reading order alignment.</summary>
      <returns>The flow direction of the window's reading layout.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.AutomationHostProvider">
      <summary>Gets the automation provider assigned to this window.</summary>
      <returns>The automation provider for this window.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.Bounds">
      <summary>Gets the bounding rectangle of the window.</summary>
      <returns>The bounding rectangle of the window, in device-independent pixels (DIPs).</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.CustomProperties">
      <summary>Gets the set of custom properties for the window.</summary>
      <returns>The set of custom properties for the window, represented as tuples.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.Dispatcher">
      <summary>Gets the event dispatcher for the window.</summary>
      <returns>The event dispatcher for the window.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.PointerPosition">
      <summary>Gets the client coordinates of the pointer.</summary>
      <returns>The position of the pointer in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindow.Visible">
      <summary>Gets a value that indicates whether the window is visible.</summary>
      <returns>True if the window is visible on the screen; false if it is not.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreWindow.Activate">
      <summary>Activates the window.</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreWindow.Close">
      <summary>Closes a secondary window and exits the message loop.</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreWindow.GetAsyncKeyState(Windows.System.VirtualKey)">
      <summary>Returns the state of a virtual key asynchronously.</summary>
      <returns>The state of the supplied virtual key when the input event fired.</returns>
      <param name="virtualKey">The virtual key for which state is returned.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreWindow.GetKeyState(Windows.System.VirtualKey)">
      <summary>Gets the state of a key.</summary>
      <returns>The state of the supplied virtual key when the input event fired.</returns>
      <param name="virtualKey">The virtual key for which state is returned.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreWindow.ReleasePointerCapture">
      <summary>Disables pointer capture for the Windows Store app.</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreWindow.SetPointerCapture">
      <summary>Enables pointer capture for the Windows Store app.</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreWindow.GetForCurrentThread">
      <summary>Gets the CoreWindow instance for the currently active thread.</summary>
      <returns>The CoreWindow for the currently active thread.</returns>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.Activated">
      <summary>Is fired when the window completes activation or deactivation.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.AutomationProviderRequested">
      <summary>Is fired when a request for an automation handler is generated.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.CharacterReceived">
      <summary>Is fired when a new character is received by the input queue.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.Closed">
      <summary>Is fired when the app terminates.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.InputEnabled">
      <summary>Occurs when input is enabled or disabled for the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.KeyDown">
      <summary>Is fired when a non-system key is pressed.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.KeyUp">
      <summary>Is fired when a non-system key is released after a press.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.PointerCaptureLost">
      <summary>Occurs when a pointer moves to another Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.PointerEntered">
      <summary>Occurs when a pointer moves into the bounding box of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.PointerExited">
      <summary>Occurs when the pointer moves outside the bounding box of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.PointerMoved">
      <summary>Occurs when a pointer moves within the bounding box of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.PointerPressed">
      <summary>Occurs when a mouse button is clicked, or a touch or pen contact is detected, within the bounding rectangle of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.PointerReleased">
      <summary>Occurs when a mouse button is released, or a touch or pen contact is lifted, within the bounding rectangle of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.PointerWheelChanged">
      <summary>Occurs when the wheel button is rotated.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.SizeChanged">
      <summary>Is fired when the window size is changed.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.TouchHitTesting">
      <summary>Occurs when a touch contact area intersects the bounding rectangle (or polygon) of a window that is registered for touch hit testing.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindow.VisibilityChanged">
      <summary>Is fired when the window visibility is changed.</summary>
    </member>
    <member name="T:Windows.UI.Core.WindowActivatedEventArgs">
      <summary>Contains the windows activation state information returned by the CoreWindow.Activated event.</summary>
    </member>
    <member name="P:Windows.UI.Core.WindowActivatedEventArgs.WindowActivationState">
      <summary>Gets the activation state of the window at the time the Activated event was raised.</summary>
      <returns>The activation state.</returns>
    </member>
    <member name="P:Windows.UI.Core.WindowActivatedEventArgs.Handled">
      <summary>Specifies the property that gets or sets whether the window activation event was handled.</summary>
      <returns>True if the window activation event has been handled by the appropriate delegate; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.AutomationProviderRequestedEventArgs">
      <summary>Provides the arguments returned by an automation provider request event callback.</summary>
    </member>
    <member name="P:Windows.UI.Core.AutomationProviderRequestedEventArgs.AutomationProvider">
      <summary>Gets or sets the automation provider object returned by the request event callback.</summary>
      <returns>The automation provider object returned by the callback.</returns>
    </member>
    <member name="P:Windows.UI.Core.AutomationProviderRequestedEventArgs.Handled">
      <summary>Gets or sets whether the automation provider request event has been handled.</summary>
      <returns>True if the automation provider request event has been handled; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.CharacterReceivedEventArgs">
      <summary>Provides the arguments returned by the event raised when a character is received by the input queue.</summary>
    </member>
    <member name="P:Windows.UI.Core.CharacterReceivedEventArgs.KeyCode">
      <summary>Gets the key code of the character whose input raised the event.</summary>
      <returns>The key code of the character received by the input queue.</returns>
    </member>
    <member name="P:Windows.UI.Core.CharacterReceivedEventArgs.KeyStatus">
      <summary>Gets the status of the physical key press that raised the character-received event.</summary>
      <returns>The status of the key that was pressed.</returns>
    </member>
    <member name="P:Windows.UI.Core.CharacterReceivedEventArgs.Handled">
      <summary>Gets or sets whether the character-received event was handled or not.</summary>
      <returns>True if the character received event has been handled; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.CoreWindowEventArgs">
      <summary>Contains the set of arguments returned to an app after a window input or behavior event.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowEventArgs.Handled">
      <summary>Specifies the property that gets or sets whether the event was handled.</summary>
      <returns>True if the event has been handled by the appropriate delegate; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.InputEnabledEventArgs">
      <summary>Contains the window input state returned by the CoreWindow.InputEnabled event.</summary>
    </member>
    <member name="P:Windows.UI.Core.InputEnabledEventArgs.InputEnabled">
      <summary>Gets whether the window is enabled for input.</summary>
      <returns>True if the window is enabled for input; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.Core.InputEnabledEventArgs.Handled">
      <summary>Gets or sets whether the input enable event was handled.</summary>
      <returns>True if the input enable event was handled by the appropriate delegate; false if it was not.</returns>
    </member>
    <member name="T:Windows.UI.Core.KeyEventArgs">
      <summary>Contains the arguments returned by a virtual key event.</summary>
    </member>
    <member name="P:Windows.UI.Core.KeyEventArgs.KeyStatus">
      <summary>Gets the status of a key at the time the event is fired.</summary>
      <returns>The status of the key.</returns>
    </member>
    <member name="P:Windows.UI.Core.KeyEventArgs.VirtualKey">
      <summary>Gets the virtual key that maps to the key that was pressed.</summary>
      <returns>The virtual key value.</returns>
    </member>
    <member name="P:Windows.UI.Core.KeyEventArgs.Handled">
      <summary>Gets or sets whether the key press event was handled.</summary>
      <returns>True if the key press event has been handled by the appropriate delegate; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.PointerEventArgs">
      <summary>Contains the arguments returned by the last pointer event.</summary>
    </member>
    <member name="P:Windows.UI.Core.PointerEventArgs.CurrentPoint">
      <summary>Gets the pointer data of the last pointer event.</summary>
      <returns>Information about the state and screen position of the pointer.</returns>
    </member>
    <member name="P:Windows.UI.Core.PointerEventArgs.KeyModifiers">
      <summary>Gets the keyboard key or keys used to modify the pointer input, such as the "Ctrl" key when pressed in conjunction with another key, as in Ctrl+C.</summary>
      <returns>The active key modifiers.</returns>
    </member>
    <member name="P:Windows.UI.Core.PointerEventArgs.Handled">
      <summary>Gets or sets whether the pointer event was handled.</summary>
      <returns>True if the pointer event has been handled by the appropriate delegate; false if it has not.</returns>
    </member>
    <member name="M:Windows.UI.Core.PointerEventArgs.GetIntermediatePoints">
      <summary>Retrieves the pointer data for up to the last 64 pointer locations since the last pointer event.</summary>
      <returns>The data for each pointer.</returns>
    </member>
    <member name="T:Windows.UI.Core.TouchHitTestingEventArgs">
      <summary>Contains the arguments returned by the TouchHitTesting event.</summary>
    </member>
    <member name="P:Windows.UI.Core.TouchHitTestingEventArgs.ProximityEvaluation">
      <summary>Gets or sets the proximity evaluation score for an object relative to the touch contact area.</summary>
      <returns>Proximity evaluation of an object.</returns>
    </member>
    <member name="P:Windows.UI.Core.TouchHitTestingEventArgs.BoundingBox">
      <summary>Gets the bounding rectangle of the touch contact area.</summary>
      <returns>Bounding rectangle of the touch contact area.</returns>
    </member>
    <member name="P:Windows.UI.Core.TouchHitTestingEventArgs.Point">
      <summary>Gets the screen coordinates of the touch point reported by the touch digitizer.</summary>
      <returns>Screen position of the input pointer, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Core.TouchHitTestingEventArgs.Handled">
      <summary>Gets or sets a value indicating whether the TouchHitTesting event was handled.</summary>
      <returns>True if the event is handled; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Core.TouchHitTestingEventArgs.EvaluateProximity(Windows.Foundation.Rect)">
      <summary>Returns a ranking for the rectangle as the probable touch target and an adjusted touch point within the rectangle. The rank is determined through a comparison of targeting heuristics for all rectangles that intersect the touch contact area.</summary>
      <returns>The CoreProximityEvaluation structure that holds the rank and adjusted touch point data.</returns>
      <param name="controlBoundingBox">The Rect that defines the bounding box of the UI element.</param>
    </member>
    <member name="M:Windows.UI.Core.TouchHitTestingEventArgs.EvaluateProximity(Windows.Foundation.Point[])">
      <summary>Returns the rank of a polygon as the probable touch target, compared to all other polygons that intersect the touch contact area, and an adjusted touch point within the polygon.</summary>
      <returns>The CoreProximityEvaluation structure that holds the rank and adjusted touch point data.</returns>
      <param name="controlVertices">The array of x-y screen coordinates that define the shape of the UI element (the number of vertices in the polygon). This value must be greater than or equal to 3.</param>
    </member>
    <member name="T:Windows.UI.Core.WindowSizeChangedEventArgs">
      <summary>Contains the argument returned by a window size change event.</summary>
    </member>
    <member name="P:Windows.UI.Core.WindowSizeChangedEventArgs.Size">
      <summary>Gets the new size of the window.</summary>
      <returns>The new size of the window.</returns>
    </member>
    <member name="P:Windows.UI.Core.WindowSizeChangedEventArgs.Handled">
      <summary>Gets or sets whether the window size event was handled.</summary>
      <returns>True if the window size event has been handled by the appropriate delegate; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.VisibilityChangedEventArgs">
      <summary>Contains the arguments returned by the event fired when a CoreWindow instance's visibility changes.</summary>
    </member>
    <member name="P:Windows.UI.Core.VisibilityChangedEventArgs.Visible">
      <summary>Gets whether the window is visible or not.</summary>
      <returns>True if the event is handled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Core.VisibilityChangedEventArgs.Handled">
      <summary>Gets or sets a value indicating whether the VisibilityChanged event was handled.</summary>
      <returns>True if the event is handled; otherwise, false.</returns>
    </member>
    <member name="T:Windows.UI.Core.DispatchedHandler">
      <summary>Represents the method that handles CoreWindow dispatch events.</summary>
    </member>
    <member name="T:Windows.UI.Core.IdleDispatchedHandler">
      <summary>Represents the method that handles CoreWindow idle priority dispatch events.</summary>
      <param name="e">The set of arguments returned by the callback.</param>
    </member>
    <member name="T:Windows.UI.Core.IdleDispatchedHandlerArgs">
      <summary>Defines the arguments returned by a IdleDispatchedHandler callback.</summary>
    </member>
    <member name="P:Windows.UI.Core.IdleDispatchedHandlerArgs.IsDispatcherIdle">
      <summary>Gets a value that indicates whether the event dispatcher's message queue is empty or not.</summary>
      <returns>true if the event dispatcher's message queue is empty; false if it is not.</returns>
    </member>
    <member name="T:Windows.UI.Core.ICoreAcceleratorKeys">
      <summary>Provides an interface that defines the basic behavior for an accelerator key.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICoreAcceleratorKeys.AcceleratorKeyActivated">
      <summary>Defines the event that is fired when an accelerator key is pressed or activated.</summary>
    </member>
    <member name="T:Windows.UI.Core.AcceleratorKeyEventArgs">
      <summary>Provides the arguments returned by an accelerator key event callback.</summary>
    </member>
    <member name="P:Windows.UI.Core.AcceleratorKeyEventArgs.EventType">
      <summary>Gets the type of the accelerator key event that invoked the callback.</summary>
      <returns>The type of the accelerator key event that invoked the callback.</returns>
    </member>
    <member name="P:Windows.UI.Core.AcceleratorKeyEventArgs.KeyStatus">
      <summary>Gets the status of the accelerator key for which the event was raised.</summary>
      <returns>The status of the accelerator key.</returns>
    </member>
    <member name="P:Windows.UI.Core.AcceleratorKeyEventArgs.VirtualKey">
      <summary>Gets the virtual key code for the keypress in the accelerator key event.</summary>
      <returns>The virtual key code of the key that was pressed.</returns>
    </member>
    <member name="P:Windows.UI.Core.AcceleratorKeyEventArgs.Handled">
      <summary>Gets or sets whether the accelerator key event was handled or not.</summary>
      <returns>True if the accelerator key event has been handled; false if it has not.</returns>
    </member>
    <member name="T:Windows.UI.Core.CoreAcceleratorKeys">
      <summary>Provides the basic behavior for an accelerator key.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreAcceleratorKeys.AcceleratorKeyActivated">
      <summary>Fired when an accelerator key is pressed or activated.</summary>
    </member>
    <member name="T:Windows.UI.Core.IInitializeWithCoreWindow">
      <summary>Defines the initialization behavior for apps that use CoreWindow.</summary>
    </member>
    <member name="M:Windows.UI.Core.IInitializeWithCoreWindow.Initialize(Windows.UI.Core.CoreWindow)">
      <summary>Specifies the method that provides the initial CoreWindow instance for an app.</summary>
      <param name="window">The new app window.</param>
    </member>
    <member name="T:Windows.UI.Core.CoreWindowResizeManager">
      <summary>Defines a type used to manage CoreWindow.SizeChanged events.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowResizeManager.ShouldWaitForLayoutCompletion">
      <summary>Gets or sets whether the caller should wait for the new layout to complete.</summary>
      <returns>true if the caller should wait for the new layout to complete; false if it should not.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowResizeManager.NotifyLayoutCompleted">
      <summary>Notifies the parent CoreWindow object that the new layout has completed.</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowResizeManager.GetForCurrentView">
      <summary>Gets an instance of CoreWindowResizeManager for the running app's current CoreWindow.</summary>
      <returns>An instance of CoreWindowResizeManager for the running app's current CoreWindow.</returns>
    </member>
    <member name="T:Windows.UI.Core.ICoreInputSourceBase">
      <summary>Defines the base interface for an input source used by a CoreWindow.</summary>
    </member>
    <member name="P:Windows.UI.Core.ICoreInputSourceBase.Dispatcher">
      <summary>Gets the event dispatcher for the window.</summary>
      <returns>The event dispatcher for the window.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICoreInputSourceBase.IsInputEnabled">
      <summary>Gets or sets a value that indicates whether input is enabled for the Windows Store app.</summary>
      <returns>True if input is enabled for the app; false if it is disabled.</returns>
    </member>
    <member name="E:Windows.UI.Core.ICoreInputSourceBase.InputEnabled">
      <summary>Occurs when input is enabled or disabled for the Windows Store app.</summary>
    </member>
    <member name="T:Windows.UI.Core.ICorePointerInputSource">
      <summary>Defines the behavior of pointer input (for processing on a worker thread).</summary>
    </member>
    <member name="P:Windows.UI.Core.ICorePointerInputSource.HasCapture">
      <summary>Occurs if the pointer input source has capture functionality.</summary>
      <returns>True if the pointer input source has capture functionality; false if it does not.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICorePointerInputSource.PointerCursor">
      <summary>Gets or sets the current pointer cursor type.</summary>
      <returns>The current pointer cursor.</returns>
    </member>
    <member name="P:Windows.UI.Core.ICorePointerInputSource.PointerPosition">
      <summary>Gets the current position of the pointer in screen coordinates.</summary>
      <returns>The current position of the pointer, in screen coordinates.</returns>
    </member>
    <member name="M:Windows.UI.Core.ICorePointerInputSource.ReleasePointerCapture">
      <summary>Stops the capture of pointer input data.</summary>
    </member>
    <member name="M:Windows.UI.Core.ICorePointerInputSource.SetPointerCapture">
      <summary>Starts the capture of pointer input data, if the pointer input device supports it.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICorePointerInputSource.PointerCaptureLost">
      <summary>Occurs when the pointer input capture stream fails or is lost.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICorePointerInputSource.PointerEntered">
      <summary>Occurs when the pointer enters a UI element.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICorePointerInputSource.PointerExited">
      <summary>Occurs when the pointer exits a UI element.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICorePointerInputSource.PointerMoved">
      <summary>Occurs when the pointer is moved.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICorePointerInputSource.PointerPressed">
      <summary>Occurs when a press action (such as a screen press or mouse click) is received for the pointer.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICorePointerInputSource.PointerReleased">
      <summary>Occurs when a release action (such as a screen press-release or mouse click-release) is received for the pointer.</summary>
    </member>
    <member name="E:Windows.UI.Core.ICorePointerInputSource.PointerWheelChanged">
      <summary>Occurs when the pointer wheel (mouse or virtual) has changed position.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreIndependentInputSource">
      <summary>Surfaces core input API for interoperation scenarios.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreIndependentInputSource.IsInputEnabled">
      <summary>Gets or sets a value that indicates whether input is enabled for the Windows Store app.</summary>
      <returns>true if input is enabled for the app; false if it is disabled.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreIndependentInputSource.Dispatcher">
      <summary>Gets the event dispatcher for the window.</summary>
      <returns>The event dispatcher for the window.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreIndependentInputSource.PointerCursor">
      <summary>Gets or sets the cursor used by the Windows Store app.</summary>
      <returns>The app's cursor.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreIndependentInputSource.HasCapture">
      <summary>Gets a value that reports whether the window has pointer capture.</summary>
      <returns>true if the window has pointer capture; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreIndependentInputSource.PointerPosition">
      <summary>Gets the client coordinates of the pointer.</summary>
      <returns>The position of the pointer in device-independent pixel (DIP).</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreIndependentInputSource.ReleasePointerCapture">
      <summary>Disables pointer capture for the Windows Store app.</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreIndependentInputSource.SetPointerCapture">
      <summary>Enables pointer capture for the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.InputEnabled">
      <summary>Occurs when input is enabled or disabled for the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.PointerCaptureLost">
      <summary>Occurs when a pointer moves to another Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.PointerEntered">
      <summary>Occurs when a pointer moves into the bounding box of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.PointerExited">
      <summary>Occurs when the pointer moves outside the bounding box of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.PointerMoved">
      <summary>Occurs when a pointer moves within the bounding box of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.PointerPressed">
      <summary>Occurs when a mouse button is clicked, or a touch or pen contact is detected, within the bounding rectangle of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.PointerReleased">
      <summary>Occurs when a mouse button is released, or a touch or pen contact is lifted, within the bounding rectangle of the Windows Store app.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreIndependentInputSource.PointerWheelChanged">
      <summary>Occurs when the wheel button is rotated.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreComponentInputSource">
      <summary>Provides a mechanism to receive input for a XAML framework element hosted in another framework, such as a DirectX interop framework.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreComponentInputSource.IsInputEnabled">
      <summary>Gets or sets whether input is enabled for the hosted XAML framework element.</summary>
      <returns>true if input is enabled; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreComponentInputSource.Dispatcher">
      <summary>Gets the input event dispatcher for the hosted XAML framework element.</summary>
      <returns>The dispatcher object for the hosted XAML framework element.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreComponentInputSource.PointerCursor">
      <summary>Gets the pointer cursor behavior for interactions with the hosted XAML framework element.</summary>
      <returns>The pointer cursor object.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreComponentInputSource.HasCapture">
      <summary>Indicates whether the input device supports input capture.</summary>
      <returns>true if the input device supports capture (recording of input data); false if it does not.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreComponentInputSource.PointerPosition">
      <summary>Gets the current pointer position in the hosted XAML framework.</summary>
      <returns>The current pointer position.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreComponentInputSource.HasFocus">
      <summary>Gets whether the current hosted XAML control element has focus.</summary>
      <returns>true if the element has focus; false if it does not.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreComponentInputSource.ReleasePointerCapture">
      <summary>Stops the capture of pointer input data (if the pointing device supports input capture).</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreComponentInputSource.SetPointerCapture">
      <summary>Starts the capture of pointer input data (if the pointing device supports input capture).</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreComponentInputSource.GetCurrentKeyState(Windows.System.VirtualKey)">
      <summary>Gets the current status of a virtual keypress.</summary>
      <returns>Enumeration value that indicates the current state of the supplied virtual key.</returns>
      <param name="virtualKey">Enumeration value that indicates the key from which to retrieve status.</param>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.InputEnabled">
      <summary>Raised when the hosted XAML control is enabled for input.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.PointerCaptureLost">
      <summary>Raised when the pointer input capture stream is lost.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.PointerEntered">
      <summary>Raised when the pointer enters the hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.PointerExited">
      <summary>Raised when the pointer exits the hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.PointerMoved">
      <summary>Raised when the pointer is moved for the active hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.PointerPressed">
      <summary>Raised when the pointer is "pressed" (such as a mouse button click or full screen press)for the active hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.PointerReleased">
      <summary>Raised when the pointer is released (such as when a mouse button click or screen press is released) for the active hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.PointerWheelChanged">
      <summary>Raised when the mouse wheel is rotated for the active hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.CharacterReceived">
      <summary>Raised when a character is received (such as from a completed key press sequence) by the hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.KeyDown">
      <summary>Raised when a key is pressed in for the current active hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.KeyUp">
      <summary>Raised when a key press is released for the current active hosted XAML element.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.GotFocus">
      <summary>Raised when a hosted XAML element gets focus.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.LostFocus">
      <summary>Raised when a hosted XAML element loses focus.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreComponentInputSource.TouchHitTesting">
      <summary>Raised for a touch hit test on a hosted XAML element.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreWindowPopupShowingEventArgs">
      <summary>Defines a method for setting the desired size of a popup window.</summary>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowPopupShowingEventArgs.SetDesiredSize(Windows.Foundation.Size)">
      <summary>Sets the desired size of the popup.</summary>
      <param name="value">The desired size of the popup.</param>
    </member>
    <member name="T:Windows.UI.Core.CoreWindowDialog">
      <summary>Defines a child dialog of an app window.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.Title">
      <summary>Gets or sets the title of the dialog.</summary>
      <returns>The title of the dialog.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.IsInteractionDelayed">
      <summary>Gets or sets a value that indicates whether any UI interaction event message is slightly delayed or not. This delay prevents a user from accidentally invoking an action on the dialog window.</summary>
      <returns>true if a fractional delay is introduced to any interactions with the dialog; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.DefaultCommandIndex">
      <summary>Gets or sets the index of the dialog window's default command.</summary>
      <returns>The index value of the dialog window's default command (such as OK).</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.CancelCommandIndex">
      <summary>Gets and sets the command index value for the dialog cancel operation.</summary>
      <returns>The command index value for the dialog cancel operation.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.BackButtonCommand">
      <summary>Gets or sets the delegate called when the back button on the dialog is selected.</summary>
      <returns>The delegate called when the back button on the dialog is selected.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.Commands">
      <summary>Gets the set of user interface commands (UI) available on the dialog.</summary>
      <returns>The set of UI commands available on the dialog.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.MaxSize">
      <summary>Gets the maximum size of the dialog.</summary>
      <returns>The maximum size of the dialog, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowDialog.MinSize">
      <summary>Gets the minimum size of the dialog.</summary>
      <returns>The minimum size of the dialog, in pixels.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowDialog.ShowAsync">
      <summary>Displays the dialog and asynchronously waits for the user to take an action.</summary>
      <returns>The action performed by the user on the dialog, as well as information about the action.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowDialog.#ctor(System.String)">
      <summary>Creates an instance of the CoreWindowDialog class with the supplied title.</summary>
      <param name="title">The title of the dialog.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowDialog.#ctor">
      <summary>Creates a default instance of the CoreWindowDialog class.</summary>
    </member>
    <member name="E:Windows.UI.Core.CoreWindowDialog.Showing">
      <summary>Is fired when the dialog is displayed.</summary>
    </member>
    <member name="T:Windows.UI.Core.CoreWindowFlyout">
      <summary>Defines a child flyout of an app window.</summary>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowFlyout.Title">
      <summary>Gets or sets the title of the flyout.</summary>
      <returns>The title of the flyout.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowFlyout.IsInteractionDelayed">
      <summary>Gets or sets a value that indicates whether any UI interaction event message is slightly delayed or not. This delay prevents a user from accidentally invoking an action on the flyout window.</summary>
      <returns>true if a fractional delay is introduced to any interactions with the flyout; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowFlyout.DefaultCommandIndex">
      <summary>Gets or sets the index of the flyout window's default command.</summary>
      <returns>The index value of the flyout window's default command (such as OK).</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowFlyout.BackButtonCommand">
      <summary>Gets or sets the delegate called when the back button on the flyout is selected.</summary>
      <returns>The delegate called when the back button on the flyout is selected.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowFlyout.Commands">
      <summary>Gets the set of user interface commands available on the flyout.</summary>
      <returns>The set of user interface commands available on the flyout.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowFlyout.MaxSize">
      <summary>Gets the maximum size of the flyout.</summary>
      <returns>The maximum size of the flyout, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Core.CoreWindowFlyout.MinSize">
      <summary>Gets the minimum size of the flyout.</summary>
      <returns>The minimum size of the flyout, in pixels.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowFlyout.ShowAsync">
      <summary>Displays the flyout and asynchronously waits for the user to take an action.</summary>
      <returns>The action performed by the user on the flyout, as well as information about the action.</returns>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowFlyout.#ctor(Windows.Foundation.Point)">
      <summary>Creates an instance of the CoreWindowFlyout class at the supplied position.</summary>
      <param name="position">The pixel position on the screen where the flyout is to originate. The position provides the upper-leftmost corner of the flyout.</param>
    </member>
    <member name="M:Windows.UI.Core.CoreWindowFlyout.#ctor(Windows.Foundation.Point,System.String)">
      <summary>Creates an instance of the CoreWindowFlyout class at the specified position with the supplied title.</summary>
      <param name="position">The pixel position on the screen where the flyout is to originate. The position provides the upper-leftmost corner of the flyout.</param>
      <param name="title">The title of the flyout.</param>
    </member>
    <member name="E:Windows.UI.Core.CoreWindowFlyout.Showing">
      <summary>Is fired when the flyout is displayed.</summary>
    </member>
    <member name="N:Windows.UI.Core.AnimationMetrics">
      <summary>The classes and their properties that are exposed through this namespace retrieve the raw scaling, translation, and opacity parameters used in Windows animations.</summary>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.AnimationDescription">
      <summary>Exposes a collection of individual animation effects that are performed on a specific target to make up a complete Windows opacity, scaling, or translation animation.</summary>
    </member>
    <member name="M:Windows.UI.Core.AnimationMetrics.AnimationDescription.#ctor(Windows.UI.Core.AnimationMetrics.AnimationEffect,Windows.UI.Core.AnimationMetrics.AnimationEffectTarget)">
      <summary>Creates an AnimationDescription object with a specific animation and target.</summary>
      <param name="effect">The animation effect to apply to the target.</param>
      <param name="target">The target of the animation effect.</param>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.AnimationDescription.Animations">
      <summary>Gets the collection of animations that are associated with the AnimationDescription object.</summary>
      <returns>A collection of IPropertyAnimation instances, each of which represents an animation effect specified for this AnimationDescription object.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.AnimationDescription.DelayLimit">
      <summary>Gets the maximum cumulative delay time for the animation to be applied to the collection of objects in a target.</summary>
      <returns>The delay limit time, expressed in 100-nanosecond units.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.AnimationDescription.StaggerDelay">
      <summary>Gets the amount of time between the application of the animation effect to each object in a target that contains multiple objects. The StaggerDelay, together with the StaggerDelayFactor and DelayLimit, is one of the three elements used to control the relative timing of the animation effects.</summary>
      <returns>The stagger delay time, expressed in 100-nanosecond units.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.AnimationDescription.StaggerDelayFactor">
      <summary>Gets a multiplier that is applied to each occurrence of the stagger delay, increasing or decreasing the previous delay instance by that amount.</summary>
      <returns>The factor to apply to the stagger delay.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.AnimationDescription.ZOrder">
      <summary>Gets the z-order position of an AnimationDescription object relative to other AnimationDescription objects in the same animation effect.</summary>
      <returns>The z-order value.</returns>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.AnimationEffect">
      <summary>Specifies an animation.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.Expand">
      <summary>An object increases in size to reveal additional content.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.Collapse">
      <summary>An object decreases in size to hide content.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.Reposition">
      <summary>An object changes position. No more specific animation applies.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.FadeIn">
      <summary>A contextual control fades in.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.FadeOut">
      <summary>A contextual control fades out.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.AddToList">
      <summary>An object is added to a list.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DeleteFromList">
      <summary>An object is removed from a list.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.AddToGrid">
      <summary>An object is added to a collection that is arranged in a grid.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DeleteFromGrid">
      <summary>An object is removed from a collection that is arranged in a grid.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.AddToSearchGrid">
      <summary>An object is added to search results that are arranged in a grid.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DeleteFromSearchGrid">
      <summary>An object is removed from search results that are arranged in a grid.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.AddToSearchList">
      <summary>An object is added to a vertically arranged list of search results.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DeleteFromSearchList">
      <summary>An object is removed from a vertically arranged list of search results.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.ShowEdgeUI">
      <summary>UI is brought in from the edge of the screen.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.ShowPanel">
      <summary>A section of content appears on the screen.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.HideEdgeUI">
      <summary>UI displayed at the edge of the screen is removed.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.HidePanel">
      <summary>A section of content is removed from the screen.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.ShowPopup">
      <summary>A pop-up control appears on the screen.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.HidePopup">
      <summary>A pop-up control is removed from the screen.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.PointerDown">
      <summary>The pointing device (such as a mouse or touch) has engaged on an item.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.PointerUp">
      <summary>The pointing device (such as a mouse or touch) has disengaged from an item.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DragSourceStart">
      <summary>The user has begun dragging an item.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DragSourceEnd">
      <summary>The user has stopped dragging an item.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.TransitionContent">
      <summary>Large-scale content replacement is occuring.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.Reveal">
      <summary>UI expands around a tapped or clicked target.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.Hide">
      <summary>UI collapses around a tapped or clicked target.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DragBetweenEnter">
      <summary>A drag source has moved between two items.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.DragBetweenLeave">
      <summary>A drag source is no longer between two items.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.SwipeSelect">
      <summary>An object has been selected through the swipe interaction.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.SwipeDeselect">
      <summary>An object has been deselected through the swipe interaction.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.SwipeReveal">
      <summary>Triggered by a press and hold on an item that can be cross-slide selected.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.EnterPage">
      <summary>A page of content is brought in to the display.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.TransitionPage">
      <summary>One page is replaced by another page.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.CrossFade">
      <summary>One item is faded out as another fades in in its place.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.Peek">
      <summary>Contents of a tile move up or down to show a part of the tile that is normally hidden.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.UpdateBadge">
      <summary>Update a tile's badge overlay.</summary>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget">
      <summary>Specifies a participant in an animation.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Primary">
      <summary>The only participant in an single-target animation.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Added">
      <summary>Objects that are being added.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Affected">
      <summary>Objects affected by the animation, such as objects that move out of the way when another object is dropped between them.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Background">
      <summary>The background object of the item.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Content">
      <summary>The content of the item.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Deleted">
      <summary>Objects that are being deleted.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Deselected">
      <summary>Objects that have been deselected through a cross-slide deselect interaction.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.DragSource">
      <summary>Objects that are being dragged.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Hidden">
      <summary>Objects that are currently hidden.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Incoming">
      <summary>New content to replace old content.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Outgoing">
      <summary>Old content that is being replaced by new content.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Outline">
      <summary>An outline border around an area.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Remaining">
      <summary>Objects that are left behind after other items have been removed.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Revealed">
      <summary>Objects that become visible in an expansion.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.RowIn">
      <summary>A row that is being added to a grid.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.RowOut">
      <summary>A row that is about to be removed from a grid.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Selected">
      <summary>Objects that are selected through a cross-slide select interaction.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Selection">
      <summary>Objects, such as checkmarks, that indicate that an item is selected.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Shown">
      <summary>Objects previously invisible that are becoming visible.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffectTarget.Tapped">
      <summary>Objects that have been tapped or clicked on.</summary>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.IPropertyAnimation">
      <summary>Describes properties of animations that are common to all animation effects.</summary>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.IPropertyAnimation.Control1">
      <summary>Gets the location of the first control point for the cubic Bzier curve that describes how this property of this object should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.IPropertyAnimation.Control2">
      <summary>Gets the location of the second control point for the cubic Bzier curve that describes how this property of this object should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.IPropertyAnimation.Delay">
      <summary>Gets the amount of time between when the animation is instructed to begin and when that animation actually begins to draw.</summary>
      <returns>The amount of time to delay before starting an animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.IPropertyAnimation.Duration">
      <summary>Gets the amount of time over which the animation should be performed. This does not include the delay.</summary>
      <returns>The duration of the animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.IPropertyAnimation.Type">
      <summary>Gets the type of animation represented by this object.</summary>
      <returns>One of the animation type values.</returns>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.OpacityAnimation">
      <summary>Provides methods that enable you to retrieve the parameters of an opacity (fade in or fade out) animation.</summary>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.OpacityAnimation.Control1">
      <summary>Gets the location of the first control point for the cubic Bzier curve that describes how the opacity should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.OpacityAnimation.Control2">
      <summary>Gets the location of the second control point for the cubic Bzier curve that describes how the opacity should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.OpacityAnimation.Delay">
      <summary>Gets the amount of time between when the opacity animation is instructed to begin and when that animation actually begins to draw.</summary>
      <returns>The amount of time to delay before starting the opacity animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.OpacityAnimation.Duration">
      <summary>Gets the amount of time over which the opacity animation should be performed. This does not include the delay.</summary>
      <returns>The duration of the animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.OpacityAnimation.FinalOpacity">
      <summary>Gets the object's final opacity.</summary>
      <returns>The final opacity. A value of 0.0 represents full transparency and a value of 1.0 represents full opacity.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.OpacityAnimation.InitialOpacity">
      <summary>Gets the object's initial opacity.</summary>
      <returns>The initial opacity, if any. A value of 0.0 represents full transparency and a value of 1.0 represents full opacity.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.OpacityAnimation.Type">
      <summary>Gets the type of animation represented by this object.</summary>
      <returns>One of the animation type values.</returns>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.PropertyAnimation">
      <summary>Provides methods that enable you to retrieve animation property values that are common to all property animation types.</summary>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.PropertyAnimation.Control1">
      <summary>Gets the location of the first control point for the cubic Bzier curve that describes how this property of this object should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.PropertyAnimation.Control2">
      <summary>Gets the location of the second control point for the cubic Bzier curve that describes how this property of this object should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.PropertyAnimation.Delay">
      <summary>Gets the amount of time between when the animation is instructed to begin and when that animation actually begins to draw.</summary>
      <returns>The amount of time to delay before starting an animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.PropertyAnimation.Duration">
      <summary>Gets the amount of time over which the animation should be performed. This does not include the delay.</summary>
      <returns>The duration of the animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.PropertyAnimation.Type">
      <summary>Gets the type of animation represented by this object.</summary>
      <returns>One of the animation type values.</returns>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.PropertyAnimationType">
      <summary>Specifies the animation type represented by a PropertyAnimation object.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.PropertyAnimationType.Scale">
      <summary>Animate the size of the object, magnifying or shrinking. The corresponding object is the ScaleAnimation.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.PropertyAnimationType.Translation">
      <summary>Move the object. The corresponding object is the TranslationAnimation.</summary>
    </member>
    <member name="F:Windows.UI.Core.AnimationMetrics.PropertyAnimationType.Opacity">
      <summary>Animate the object's transparency. The corresponding object is the OpacityAnimation.</summary>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.ScaleAnimation">
      <summary>Provides methods that enable you to retrieve the parameters for a scaling (growing or shrinking) animation.</summary>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.Control1">
      <summary>Gets the location of the first control point for the cubic Bzier curve that describes how the scale should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.Control2">
      <summary>Gets the location of the second control point for the cubic Bzier curve that describes how the scale should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.Delay">
      <summary>Gets the amount of time between when the scale animation is instructed to begin and when that animation actually begins to draw.</summary>
      <returns>The amount of time to delay before starting the scaling animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.Duration">
      <summary>Gets the amount of time over which the scale animation should be performed. This does not include the delay.</summary>
      <returns>The duration of the animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.FinalScaleX">
      <summary>Gets the final horizontal scale factor for the object.</summary>
      <returns>The final horizontal scale factor by which to multiply the value.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.FinalScaleY">
      <summary>Gets the final vertical scale factor for the object.</summary>
      <returns>The final vertical scale factor by which to multiply the value.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.InitialScaleX">
      <summary>Gets the initial horizontal scale factor for the object.</summary>
      <returns>The initial horizontal scale factor, if any, by which to multiply the value.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.InitialScaleY">
      <summary>Gets the initial vertical scale factor for the object.</summary>
      <returns>The initial vertical scale factor, if any, by which to multiply the value.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.NormalizedOrigin">
      <summary>Gets the center point for the scaling animation, expressed as a point relative to the object's normal size.</summary>
      <returns>The normalized center point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.Type">
      <summary>Gets the type of animation represented by this object.</summary>
      <returns>One of the animation type values.</returns>
    </member>
    <member name="T:Windows.UI.Core.AnimationMetrics.TranslationAnimation">
      <summary>Provides methods that enable you to retrieve the parameters for a translation (move to a new location) animation.</summary>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.TranslationAnimation.Control1">
      <summary>Gets the location of the first control point for the cubic Bzier curve that describes how the translation should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.TranslationAnimation.Control2">
      <summary>Gets the location of the second control point for the cubic Bzier curve that describes how the translation should animate over time.</summary>
      <returns>The location of the control point.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.TranslationAnimation.Delay">
      <summary>Gets the amount of time between when the translation animation is instructed to begin and when that animation actually begins to draw.</summary>
      <returns>The amount of time to delay before starting the translation animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.TranslationAnimation.Duration">
      <summary>Gets the amount of time over which the translation animation should be performed. This does not include the delay.</summary>
      <returns>The duration of the animation.</returns>
    </member>
    <member name="P:Windows.UI.Core.AnimationMetrics.TranslationAnimation.Type">
      <summary>Gets the type of animation represented by this object.</summary>
      <returns>One of the animation type values.</returns>
    </member>
    <member name="N:Windows.UI.Input">
      <summary>Provides support for the Windows input system.</summary>
    </member>
    <member name="T:Windows.UI.Input.CrossSlidingEventArgs">
      <summary>Contains event data for the CrossSliding event.</summary>
    </member>
    <member name="P:Windows.UI.Input.CrossSlidingEventArgs.CrossSlidingState">
      <summary>Gets the state of the CrossSliding event.</summary>
      <returns>State of the CrossSliding event.</returns>
    </member>
    <member name="P:Windows.UI.Input.CrossSlidingEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.CrossSlidingEventArgs.Position">
      <summary>Gets the location of the touch contact.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="T:Windows.UI.Input.DraggingEventArgs">
      <summary>Contains event data for the Dragging event.</summary>
    </member>
    <member name="P:Windows.UI.Input.DraggingEventArgs.DraggingState">
      <summary>Gets the state of the Dragging event.</summary>
      <returns>State of the Dragging event.</returns>
    </member>
    <member name="P:Windows.UI.Input.DraggingEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.DraggingEventArgs.Position">
      <summary>Gets the location of the mouse or pen/stylus contact.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="T:Windows.UI.Input.EdgeGesture">
      <summary>Provides access to the events that notify an app of triggers to its edge-based UI.</summary>
    </member>
    <member name="E:Windows.UI.Input.EdgeGesture.Canceled">
      <summary>Fires when a user cancels a show or hide action for an edge-based UI.</summary>
    </member>
    <member name="E:Windows.UI.Input.EdgeGesture.Completed">
      <summary>Fires to indicate that the user has successfully summoned or dismissed the edge-based UI. This occurs either when the user lifts his or her finger from a touch-enabled screen or when the user presses Win+Z on the keyboard.</summary>
    </member>
    <member name="M:Windows.UI.Input.EdgeGesture.GetForCurrentView">
      <summary>Gets an instance of the EdgeGesture class that is used to add and remove event delegate handlers for the current view.</summary>
      <returns>The currently relevant instance of the EdgeGesture object.</returns>
    </member>
    <member name="E:Windows.UI.Input.EdgeGesture.Starting">
      <summary>Fires when a user begins an action to summon or dismiss edge-based UI.</summary>
    </member>
    <member name="T:Windows.UI.Input.EdgeGestureEventArgs">
      <summary>Provides access to the type of user input that triggered the edge gesture event.</summary>
    </member>
    <member name="P:Windows.UI.Input.EdgeGestureEventArgs.Kind">
      <summary>Gets the type of user input that triggered the edge gesture event.</summary>
      <returns>The user input type.</returns>
    </member>
    <member name="T:Windows.UI.Input.GestureRecognizer">
      <summary>Provides gesture and manipulation recognition, event listeners, and settings.</summary>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.AutoProcessInertia">
      <summary>Gets or sets a value that indicates whether manipulations during inertia are generated automatically.</summary>
      <returns>True if manipulations are generated automatically; otherwise false. The default value is true.</returns>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.CanBeDoubleTap(Windows.UI.Input.PointerPoint)">
      <summary>Identifies whether a tap can still be interpreted as the second tap of a double tap gesture.</summary>
      <returns>True if a UI element supports the double tap gesture and the time threshold to complete the gesture has not been crossed; otherwise false.</returns>
      <param name="value">The last input pointer.</param>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.CompleteGesture">
      <summary>Causes the gesture recognizer to finalize an interaction.</summary>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.CrossSlideExact">
      <summary>Gets or sets a value that indicates whether the exact distance from initial contact to end of the cross-slide interaction is reported.By default, a small distance threshold is subtracted from the first position reported by the system for cross-slide interactions. If this flag is set, the distance threshold is not subtracted from the initial position.</summary>
      <returns>True if the distance threshold is not subtracted; otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.CrossSlideHorizontally">
      <summary>Gets or sets a value that indicates whether the cross-slide axis is horizontal.</summary>
      <returns>True if the cross-slide axis is horizontal; otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.CrossSlideThresholds">
      <summary>Gets or sets values that indicate the distance thresholds for a CrossSliding interaction.</summary>
      <returns>By default, every value in CrossSlideThresholds is set to 0.0 (CrossSliding functionality is disabled).</returns>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.CrossSliding">
      <summary>Occurs when a user performs a slide or swipe gesture (through a single touch contact) within a content area that supports panning along a single axis only. The gesture must occur in a direction that is perpendicular to this panning axis.</summary>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.Dragging">
      <summary>Occurs when a user performs a slide or swipe gesture with a mouse or pen/stylus (single contact).</summary>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.#ctor">
      <summary>Initializes a new instance of a GestureRecognizer object.</summary>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.GestureSettings">
      <summary>Gets or sets a value that indicates the gesture and manipulation settings supported by an application.</summary>
      <returns>The gesture settings supported by an application. The value of this property is a bitwise OR of members of GestureSettings enumeration.</returns>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.Holding">
      <summary>Occurs when a user performs a press and hold gesture (with a single touch, mouse, or pen/stylus contact).</summary>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.InertiaExpansion">
      <summary>Gets or sets a value that indicates the relative change in size of an object from the start of inertia to the end of inertia (when resizing, or scaling, is complete).</summary>
      <returns>The relative change in size, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.InertiaExpansionDeceleration">
      <summary>Gets or sets a value that indicates the rate of deceleration from the start of inertia to the end of inertia (when the resizing, or expansion, manipulation is complete).</summary>
      <returns>The rate of deceleration, in device-independent pixel (DIP)/ms2.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.InertiaRotationAngle">
      <summary>Gets or sets a value that indicates the final angle of rotation of an object at the end of inertia (when the rotation manipulation is complete).</summary>
      <returns>The relative change in angle of rotation, in degrees.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.InertiaRotationDeceleration">
      <summary>Gets or sets a value that indicates the rate of deceleration from the start of inertia to the end of inertia (when the rotation manipulation is complete).</summary>
      <returns>The rate of deceleration, in degrees/ms2.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.InertiaTranslationDeceleration">
      <summary>Gets or sets a value that indicates the rate of deceleration from the start of inertia to the end of inertia (when the translation manipulation is complete).</summary>
      <returns>The rate of deceleration, in device-independent pixel (DIP)/ms2.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.InertiaTranslationDisplacement">
      <summary>Gets or sets a value that indicates the relative change in the screen location of an object from the start of inertia to the end of inertia (when the translation manipulation is complete).</summary>
      <returns>The relative change in screen location, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.IsActive">
      <summary>Gets a value that indicates whether an interaction is being processed.</summary>
      <returns>True if the interaction (including inertia) is still being processed; otherwise false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.IsInertial">
      <summary>Gets a value that indicates whether a manipulation is still being processed during inertia (no input points are active).</summary>
      <returns>True if the manipulation is still being processed during inertia; otherwise false. The default value is false.</returns>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.ManipulationCompleted">
      <summary>Occurs when the input points are lifted and all subsequent motion (translation, expansion, or rotation) through inertia has ended.</summary>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.ManipulationExact">
      <summary>Gets or sets a value that indicates whether the exact distance from initial contact to end of the interaction is reported.By default, a small distance threshold is subtracted from the first delta reported by the system. This distance threshold is intended to account for slight movements of the contact when processing a tap gesture. If this flag is set, the distance threshold is not subtracted from the first delta.</summary>
      <returns>True if the distance threshold is subtracted; otherwise false. The default value is false.</returns>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.ManipulationInertiaStarting">
      <summary>Occurs when all contact points are lifted during a manipulation and the velocity of the manipulation is significant enough to initiate inertia behavior (translation, expansion, or rotation continue after the input pointers are lifted).</summary>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.ManipulationStarted">
      <summary>Occurs when one or more input points have been initiated and subsequent motion (translation, expansion, or rotation) has begun.</summary>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.ManipulationUpdated">
      <summary>Occurs after one or more input points have been initiated and subsequent motion (translation, expansion, or rotation) is under way.</summary>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.MouseWheelParameters">
      <summary>Gets a set of properties that are associated with the wheel button of a mouse device.</summary>
      <returns>The collection of wheel button properties. The system defaults should be checked to ensure the best user experience for your app.</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.PivotCenter">
      <summary>Gets or sets the center point for a rotation interaction when single pointer input is detected.</summary>
      <returns>The screen location for the center of rotation, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.PivotRadius">
      <summary>Gets or sets the radius, from the PivotCenter to the pointer input, for a rotation interaction when single pointer input is detected.</summary>
      <returns>The offset between the PivotCenter point and the single pointer input, in device-independent pixel (DIP).</returns>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.ProcessDownEvent(Windows.UI.Input.PointerPoint)">
      <summary>Processes pointer input and raises the GestureRecognizer events appropriate to a pointer down action for the gestures and manipulations specified by the GestureSettings property.</summary>
      <param name="value">The input point.</param>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.ProcessInertia">
      <summary>Performs inertia calculations and raises the various inertia events.</summary>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.ProcessMouseWheelEvent(Windows.UI.Input.PointerPoint,System.Boolean,System.Boolean)">
      <summary>Processes pointer input and raises the GestureRecognizer events appropriate to a mouse wheel action for the gestures and manipulations specified by the GestureSettings property.</summary>
      <param name="value">The input point.</param>
      <param name="isShiftKeyDown">True if the Shift key is pressed; otherwise false.</param>
      <param name="isControlKeyDown">True if the Ctrl key is pressed.</param>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.ProcessMoveEvents(Windows.Foundation.Collections.IVector`1)">
      <summary>Processes pointer input and raises the GestureRecognizer events appropriate to a pointer move action for the gestures and manipulations specified by the GestureSettings property.</summary>
      <param name="value">The pointer location history based on the PointerId . If no history is available then the value is the current location of the input pointer.</param>
    </member>
    <member name="M:Windows.UI.Input.GestureRecognizer.ProcessUpEvent(Windows.UI.Input.PointerPoint)">
      <summary>Processes pointer input and raises the GestureRecognizer events appropriate to a pointer up action for the gestures and manipulations specified by the GestureSettings property.</summary>
      <param name="value">The input point.</param>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.RightTapped">
      <summary>Occurs when the pointer input is interpreted as a right-tap gesture.</summary>
    </member>
    <member name="P:Windows.UI.Input.GestureRecognizer.ShowGestureFeedback">
      <summary>Gets or sets a value that indicates whether visual feedback is displayed during an interaction.</summary>
      <returns>True if feedback is displayed; otherwise false. The default is true.</returns>
    </member>
    <member name="E:Windows.UI.Input.GestureRecognizer.Tapped">
      <summary>Occurs when the pointer input is interpreted as a tap gesture.</summary>
    </member>
    <member name="T:Windows.UI.Input.HoldingEventArgs">
      <summary>Contains event data for the Holding event.</summary>
    </member>
    <member name="P:Windows.UI.Input.HoldingEventArgs.HoldingState">
      <summary>Gets the state of the Holding event.</summary>
      <returns>State of the Holding event.</returns>
    </member>
    <member name="P:Windows.UI.Input.HoldingEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.HoldingEventArgs.Position">
      <summary>Gets the location of the touch, mouse, or pen/stylus contact.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="T:Windows.UI.Input.ManipulationCompletedEventArgs">
      <summary>Contains event data for the ManipulationCompleted event.</summary>
    </member>
    <member name="P:Windows.UI.Input.ManipulationCompletedEventArgs.Cumulative">
      <summary>Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) of a completed manipulation (from the start of the manipulation to the end of inertia).</summary>
      <returns>The accumulated transformation values since a ManipulationStarted event.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationCompletedEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationCompletedEventArgs.Position">
      <summary>Gets the location of the pointer associated with the manipulation for the last manipulation event.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationCompletedEventArgs.Velocities">
      <summary>Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationCompleted event.</summary>
      <returns>The velocities of the accumulated transformations since a ManipulationStarted event.</returns>
    </member>
    <member name="T:Windows.UI.Input.ManipulationInertiaStartingEventArgs">
      <summary>Contains event data for the GestureRecognizer.ManipulationInertiaStartingEvent.</summary>
    </member>
    <member name="P:Windows.UI.Input.ManipulationInertiaStartingEventArgs.Cumulative">
      <summary>Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation before inertia begins.</summary>
      <returns>The accumulated transformation values up to the ManipulationInertiaStarting event.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationInertiaStartingEventArgs.Delta">
      <summary>Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event.</summary>
      <returns>The changes in transformation values since the last event.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationInertiaStartingEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationInertiaStartingEventArgs.Position">
      <summary>Gets the location of the pointer associated with the manipulation for the last manipulation event.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationInertiaStartingEventArgs.Velocities">
      <summary>Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationInertiaStarting event.</summary>
      <returns>The velocities of the transformations before inertia begins.</returns>
    </member>
    <member name="T:Windows.UI.Input.ManipulationStartedEventArgs">
      <summary>Contains event data for the ManipulationStarted event.</summary>
    </member>
    <member name="P:Windows.UI.Input.ManipulationStartedEventArgs.Cumulative">
      <summary>Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation before the ManipulationStarted event.</summary>
      <returns>The accumulated transformation values up to the ManipulationStarted event.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationStartedEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationStartedEventArgs.Position">
      <summary>Gets the location of the pointer associated with the manipulation for the last manipulation event.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="T:Windows.UI.Input.ManipulationUpdatedEventArgs">
      <summary>Contains event data for the ManipulationUpdated event.</summary>
    </member>
    <member name="P:Windows.UI.Input.ManipulationUpdatedEventArgs.Cumulative">
      <summary>Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation from the beginning of the interaction to the ManipulationUpdated event.</summary>
      <returns>The accumulated transformation values up to the ManipulationUpdated event.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationUpdatedEventArgs.Delta">
      <summary>Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event.</summary>
      <returns>The changes in transformation values since the last event.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationUpdatedEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationUpdatedEventArgs.Position">
      <summary>Gets the location of the pointer associated with the manipulation for the last manipulation event.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.ManipulationUpdatedEventArgs.Velocities">
      <summary>Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationUpdated event.</summary>
      <returns>The velocities of the accumulated transformations since a ManipulationStarted event.</returns>
    </member>
    <member name="T:Windows.UI.Input.MouseWheelParameters">
      <summary>Provides properties associated with the button wheel of a mouse device.</summary>
    </member>
    <member name="P:Windows.UI.Input.MouseWheelParameters.CharTranslation">
      <summary>Gets or sets the device-independent pixel (DIP) conversion factors for both character width and line height units (as set in the Wheel settings of the Mouse control panel).</summary>
      <returns>The conversion factors for the character width (x) and line height (y).</returns>
    </member>
    <member name="P:Windows.UI.Input.MouseWheelParameters.DeltaRotationAngle">
      <summary>Gets or sets a value that indicates the change in the angle of rotation associated with input from the wheel button of a mouse.</summary>
      <returns>A value between 0.0 and 359.0 in degrees of rotation. The default value is 0.0.</returns>
    </member>
    <member name="P:Windows.UI.Input.MouseWheelParameters.DeltaScale">
      <summary>Gets or sets a value that indicates the change in scale associated with input from the wheel button of a mouse.</summary>
      <returns>The relative change in scale, in degrees.</returns>
    </member>
    <member name="P:Windows.UI.Input.MouseWheelParameters.PageTranslation">
      <summary>Gets or sets the device-independent pixel (DIP) conversion factors for both page width and height units (as set in the Wheel settings of the Mouse control panel).</summary>
      <returns>The conversion factors for the page width (x) and height (y).</returns>
    </member>
    <member name="T:Windows.UI.Input.PointerPoint">
      <summary>Provides basic properties for the input pointer associated with a single mouse, pen/stylus, or touch contact.</summary>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.FrameId">
      <summary>Gets the ID of an input frame.</summary>
      <returns>The frame ID.</returns>
    </member>
    <member name="M:Windows.UI.Input.PointerPoint.GetCurrentPoint(System.UInt32)">
      <summary>Retrieves position and state information for the specified pointer.</summary>
      <returns>The pointer property values.</returns>
      <param name="pointerId">The ID of the pointer.</param>
    </member>
    <member name="M:Windows.UI.Input.PointerPoint.GetCurrentPoint(System.UInt32,Windows.UI.Input.IPointerPointTransform)">
      <summary>Retrieves the transformed information for the specified pointer.</summary>
      <returns>The pointer property values.</returns>
      <param name="pointerId">The ID of the pointer.</param>
      <param name="transform">The transform to apply to the pointer.</param>
    </member>
    <member name="M:Windows.UI.Input.PointerPoint.GetIntermediatePoints(System.UInt32)">
      <summary>Retrieves position and state information for the specified pointer, from the last pointer event up to and including the current pointer event.</summary>
      <returns>The transformed pointer properties (current and historic).</returns>
      <param name="pointerId">The ID of the pointer.</param>
    </member>
    <member name="M:Windows.UI.Input.PointerPoint.GetIntermediatePoints(System.UInt32,Windows.UI.Input.IPointerPointTransform)">
      <summary>Retrieves the transformed position and state information for the specified pointer, from the last pointer event up to and including the current pointer event.</summary>
      <returns>The transformed pointer properties (current and historic).</returns>
      <param name="pointerId">The ID of the pointer.</param>
      <param name="transform">The transform to apply to the pointer.</param>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.IsInContact">
      <summary>Gets a value that indicates whether the physical entity (touch, pen/stylus, or mouse button) is pressed down.</summary>
      <returns>True if pressed down; false otherwise.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.PointerDevice">
      <summary>Gets information about the device associated with the input pointer.</summary>
      <returns>The input device.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.PointerId">
      <summary>Gets a unique identifier for the input pointer.</summary>
      <returns>A unique value that identifies the input pointer.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.Position">
      <summary>Gets the location of the pointer input in client coordinates.</summary>
      <returns>The client coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.Properties">
      <summary>Gets extended information about the input pointer.</summary>
      <returns>The extended properties exposed by the input device.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.RawPosition">
      <summary>Gets the raw location of the pointer input in client coordinates.</summary>
      <returns>The client coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPoint.Timestamp">
      <summary>Gets the time when the input occurred.</summary>
      <returns>The time, relative to the system boot time, in microseconds.</returns>
    </member>
    <member name="T:Windows.UI.Input.PointerPointProperties">
      <summary>Provides extended properties for a PointerPoint object.</summary>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.ContactRect">
      <summary>Gets the bounding rectangle of the contact area (typically from touch input).</summary>
      <returns>The bounding rectangle of the contact area, using client window coordinates in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.ContactRectRaw">
      <summary>Gets the bounding rectangle of the raw input (typically from touch input).</summary>
      <returns>The bounding rectangle of the raw input, in device-independent pixel (DIP)</returns>
    </member>
    <member name="M:Windows.UI.Input.PointerPointProperties.GetUsageValue(System.UInt32,System.UInt32)">
      <summary>Gets the Human Interface Device (HID) usage value of the raw input.</summary>
      <returns>The extended usage of the raw input pointer.</returns>
      <param name="usagePage">The Human Interface Device (HID) usage page of the pointer device. Usage pages specify the class of device. For example, touch digitizers (0x0D) and generic input (0x01).</param>
      <param name="usageId">Indicates a usage in a usage page.Usage ID specify a device or property in the usagePage. For example, for touch digitizers this includes tip switch (0x42) to indicate finger contact or tip pressure (0x30).</param>
    </member>
    <member name="M:Windows.UI.Input.PointerPointProperties.HasUsage(System.UInt32,System.UInt32)">
      <summary>Gets a value that indicates whether the input data from the pointer device contains the specified Human Interface Device (HID) usage information.</summary>
      <returns>True if the input data includes usage information; otherwise false.</returns>
      <param name="usagePage">The Human Interface Device (HID) usage page of the pointer device. Usage pages specify the class of device. For example, touch digitizers (0x0D) and generic input (0x01).</param>
      <param name="usageId">Indicates a usage in a usage page.Usage ID specify a device or property in the usagePage. For example, for touch digitizers this includes tip switch (0x42) to indicate finger contact or tip pressure (0x30).</param>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsBarrelButtonPressed">
      <summary>Gets a value that indicates whether the barrel button of the pen/stylus device is pressed.</summary>
      <returns>True if the barrel button is pressed; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsCanceled">
      <summary>Gets a value that indicates whether the input was canceled by the pointer device.</summary>
      <returns>True if the input was canceled; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsEraser">
      <summary>Gets a value that indicates whether the input is from a digitizer eraser.</summary>
      <returns>True if the input is from a digitizer eraser; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsHorizontalMouseWheel">
      <summary>Gets a value that indicates whether the input is from a mouse tilt wheel.</summary>
      <returns>True if the input is from a mouse tilt wheel; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsInRange">
      <summary>Gets a value that indicates whether the pointer device is within detection range of a sensor or digitizer.</summary>
      <returns>True if touch or pen is within detection range or mouse is over; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsInverted">
      <summary>Gets a value that indicates whether the digitizer pen is inverted.</summary>
      <returns>True if inverted; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsLeftButtonPressed">
      <summary>Gets a value that indicates whether the input is from the left button of a mouse or other input method.</summary>
      <returns>True if the left button is pressed; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsMiddleButtonPressed">
      <summary>Gets a value that indicates whether the input is from the middle button of a mouse or other input method.</summary>
      <returns>True if the middle button is pressed; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsPrimary">
      <summary>Gets a value that indicates whether the input is from the primary pointer when multiple pointers are registered.</summary>
      <returns>True if the input is from the pointer designated as primary; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsRightButtonPressed">
      <summary>Gets a value that indicates whether the input is from the right button of a mouse or other input method.</summary>
      <returns>True if the right button is pressed; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsXButton1Pressed">
      <summary>Gets the pressed state of the first extended mouse button.</summary>
      <returns>True if the button is pressed; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.IsXButton2Pressed">
      <summary>Gets the pressed state of the second extended mouse button.</summary>
      <returns>True if the button is pressed; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.MouseWheelDelta">
      <summary>Gets a value (the raw value reported by the device) that indicates the change in wheel button input from the last pointer event.</summary>
      <returns>The number of notches or distance thresholds crossed since the last pointer event. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.Orientation">
      <summary>Gets the counter-clockwise angle of rotation around the major axis of the pointer device (the z-axis, perpendicular to the surface of the digitizer).</summary>
      <returns>A value between 0.0 and 359.0 in degrees of rotation. The default value is 0.0.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.PointerUpdateKind">
      <summary>Gets the kind of pointer state change.</summary>
      <returns>One of the values from PointerUpdateKind.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.Pressure">
      <summary>Gets a value that indicates the force that the pointer device (typically a pen/stylus) exerts on the surface of the digitizer.</summary>
      <returns>A value from 0 to 1.0. The default value is 0.5.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.TouchConfidence">
      <summary>Gets a value that indicates whether the pointer device rejected the touch contact.</summary>
      <returns>True if the touch contact was accepted; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.Twist">
      <summary>Gets the clockwise rotation in degrees of a pen device around its own major axis (such as when the user spins the pen in their fingers).</summary>
      <returns>A value between 0.0 and 359.0 in degrees of rotation. The default value is 0.0.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.XTilt">
      <summary>Gets the plane angle between the Y-Z plane and the plane that contains the Y axis and the axis of the input device (typically a pen/stylus).</summary>
      <returns>The value is 0.0 when the finger or pen is perpendicular to the digitizer surface, between 0.0 and 179.0 when tilted to the right of perpendicular, and between 0.0 and -179.0 when tilted to the left of perpendicular. The default value is 0.0.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerPointProperties.YTilt">
      <summary>Gets the plane angle between the X-Z plane and the plane that contains the X axis and the axis of the input device (typically a pen/stylus).</summary>
      <returns>The value is 0.0 when the finger or pen is perpendicular to the digitizer surface, between 0.0 and -179.0 when tilted towards the user, and between 0.0 and 179.0 when tilted away from the user. The default value is 0.0.</returns>
    </member>
    <member name="T:Windows.UI.Input.PointerVisualizationSettings">
      <summary>Provides access to the visual feedback settings for pointer input.</summary>
    </member>
    <member name="M:Windows.UI.Input.PointerVisualizationSettings.GetForCurrentView">
      <summary>Gets a PointerVisualizationSettings object associated with the current app.</summary>
      <returns>The PointerVisualizationSettings object associated with the current app.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerVisualizationSettings.IsBarrelButtonFeedbackEnabled">
      <summary>Gets or sets a value that indicates whether visual feedback is enabled for pen/stylus input when the barrel button is pressed.</summary>
      <returns>True if feedback is enabled; otherwise false. The default value is true.</returns>
    </member>
    <member name="P:Windows.UI.Input.PointerVisualizationSettings.IsContactFeedbackEnabled">
      <summary>Gets or sets a value that indicates whether visual feedback is enabled when a pointer contact is detected.</summary>
      <returns>True if feedback is enabled; otherwise false. The default value is true.</returns>
    </member>
    <member name="T:Windows.UI.Input.RightTappedEventArgs">
      <summary>Contains event data for the RightTapped event.</summary>
    </member>
    <member name="P:Windows.UI.Input.RightTappedEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.RightTappedEventArgs.Position">
      <summary>Gets the location of the touch, mouse, or pen/stylus contact.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="T:Windows.UI.Input.TappedEventArgs">
      <summary>Contains event data for the Tapped event.</summary>
    </member>
    <member name="P:Windows.UI.Input.TappedEventArgs.PointerDeviceType">
      <summary>Gets the device type of the input source.</summary>
      <returns>The device type.</returns>
    </member>
    <member name="P:Windows.UI.Input.TappedEventArgs.Position">
      <summary>Gets the location of the touch, mouse, or pen/stylus contact.</summary>
      <returns>The screen coordinates, in device-independent pixel (DIP).</returns>
    </member>
    <member name="P:Windows.UI.Input.TappedEventArgs.TapCount">
      <summary>Gets the number of times the tap interaction was detected.</summary>
      <returns>The total number of taps.</returns>
    </member>
    <member name="T:Windows.UI.Input.CrossSlideThresholds">
      <summary>Contains the distance thresholds for a CrossSliding interaction.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlideThresholds.SelectionStart">
      <summary>The distance, in device-independent pixel (DIP), from the initial point of contact until the selection action is initiated.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlideThresholds.RearrangeStart">
      <summary>The distance, in device-independent pixel (DIP), from the initial point of contact until the rearrange action is initiated.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlideThresholds.SpeedBumpEnd">
      <summary>The distance, in device-independent pixel (DIP), from the initial point of contact until the end of the speed bump.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlideThresholds.SpeedBumpStart">
      <summary>The distance, in device-independent pixel (DIP), from the initial point of contact until the speed bump is initiated.</summary>
    </member>
    <member name="T:Windows.UI.Input.ManipulationDelta">
      <summary>Contains the accumulated transformations for the current manipulation.</summary>
    </member>
    <member name="F:Windows.UI.Input.ManipulationDelta.Translation">
      <summary>The change in x-y screen coordinates, in device-independent pixel (DIP).</summary>
    </member>
    <member name="F:Windows.UI.Input.ManipulationDelta.Scale">
      <summary>The change in distance between touch contacts, as a percentage. For example, if the distance between two contacts changes from 100 device-independent pixel (DIP) to 200 device-independent pixel (DIP) during a manipulation, the value of Scale would be 1.0.</summary>
    </member>
    <member name="F:Windows.UI.Input.ManipulationDelta.Expansion">
      <summary>The change in distance between touch contacts, as device-independent pixel (DIP). For example, if the distance between two contacts changes from 100 device-independent pixel (DIP) to 200 device-independent pixel (DIP) during a manipulation, the value of Expansion would be 100.0.</summary>
    </member>
    <member name="F:Windows.UI.Input.ManipulationDelta.Rotation">
      <summary>The change in angle of rotation, in degrees.</summary>
    </member>
    <member name="T:Windows.UI.Input.ManipulationVelocities">
      <summary>Contains the velocities of the accumulated transformations for the current interaction.</summary>
    </member>
    <member name="F:Windows.UI.Input.ManipulationVelocities.Linear">
      <summary>The straight line velocity in device-independent pixel (DIP) per millisecond.</summary>
    </member>
    <member name="F:Windows.UI.Input.ManipulationVelocities.Angular">
      <summary>The rotational velocity in degrees per millisecond.</summary>
    </member>
    <member name="F:Windows.UI.Input.ManipulationVelocities.Expansion">
      <summary>The expansion, or scaling, velocity in device-independent pixel (DIP) per millisecond.</summary>
    </member>
    <member name="T:Windows.UI.Input.CrossSlidingState">
      <summary>Specifies the possible states of the CrossSliding event.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlidingState.Started">
      <summary>A CrossSliding interaction has been detected.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlidingState.Dragging">
      <summary>A CrossSliding interaction has started but the swipe or slide gesture has not crossed the minimum distance threshold for a selection action. (See the Remarks section for a diagram showing the CrossSliding distance thresholds.)There is no correlation between Dragging in CrossSlidingState (touch) and DraggingState (mouse or pen/stylus).</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlidingState.Selecting">
      <summary>The swipe or slide gesture has crossed the minimum distance threshold for a selection action but has not crossed the minimum distance threshold of the rearrange action. This state is valid only when SpeedBumpStart is disabled in a GestureRecognizer.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlidingState.SelectSpeedBumping">
      <summary>The swipe or slide gesture has crossed the minimum distance threshold for a selection action (and the selection speed bump) but has not crossed the maximum distance threshold of the selection speed bump. This state is valid only when both SpeedBumpStart and SelectionStart are enabled in a GestureRecognizer.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlidingState.SpeedBumping">
      <summary>The swipe or slide gesture has crossed the minimum distance threshold for a selection action (and the selection speed bump) but has not crossed the maximum distance threshold of the selection speed bump. This state is valid only when SpeedBumpStart is enabled and SelectionStart is disabled in a GestureRecognizer.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlidingState.Rearranging">
      <summary>The swipe or slide gesture has crossed the minimum distance threshold of the rearrange action. This state is valid only when RearrangeStart is enabled in a GestureRecognizer.</summary>
    </member>
    <member name="F:Windows.UI.Input.CrossSlidingState.Completed">
      <summary>The swipe or slide gesture has stopped, the CrossSliding interaction has been completed, and the touch contact lifted.</summary>
    </member>
    <member name="T:Windows.UI.Input.DraggingState">
      <summary>Specifies the possible states of the Dragging event.</summary>
    </member>
    <member name="F:Windows.UI.Input.DraggingState.Started">
      <summary>A dragging interaction has been detected.</summary>
    </member>
    <member name="F:Windows.UI.Input.DraggingState.Continuing">
      <summary>The dragging interaction is in progress.</summary>
    </member>
    <member name="F:Windows.UI.Input.DraggingState.Completed">
      <summary>The mouse or pen/stylus contact is lifted and inertia has concluded.</summary>
    </member>
    <member name="T:Windows.UI.Input.EdgeGestureKind">
      <summary>Specifies the type of user input that triggered the edge gesture event.</summary>
    </member>
    <member name="F:Windows.UI.Input.EdgeGestureKind.Touch">
      <summary>The user made a swipe gesture on a touch-enabled screen.</summary>
    </member>
    <member name="F:Windows.UI.Input.EdgeGestureKind.Keyboard">
      <summary>The user entered the Win+Z key sequence on the keyboard.</summary>
    </member>
    <member name="F:Windows.UI.Input.EdgeGestureKind.Mouse">
      <summary>The user performed a right mouse click.</summary>
    </member>
    <member name="T:Windows.UI.Input.GestureSettings">
      <summary>Specifies the interactions that are supported by an application.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.None">
      <summary>Disable support for gestures and manipulations.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.Tap">
      <summary>Enable support for the tap gesture.Touch: tapMouse: left button clickPen/stylus: tap</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.DoubleTap">
      <summary>Enable support for the double-tap gesture.Touch: double tapMouse: left button double clickPen/stylus: double tapThis gesture can be used to select a word or open a file or folder.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.Hold">
      <summary>Enable support for the press and hold gesture (from a single touch or pen/stylus contact). The Holding event is raised if a time threshold is crossed before the contact is lifted, an additional contact is detected, or a gesture is started.Touch: press and holdPen/stylus: press and holdThis gesture can be used to display a context menu.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.HoldWithMouse">
      <summary>Enable support for the press and hold gesture through the left button on a mouse. The Holding event is raised if a time threshold is crossed before the left button is released or a gesture is started.This gesture can be used to display a context menu.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.RightTap">
      <summary>Enable support for a right-tap interaction. The RightTapped event is raised when the contact is lifted or the mouse button released.Touch: press and hold Mouse: press and hold, right button clickPen/stylus: press and hold, tap with barrel button pressedThis gesture can be used to display a context menu.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.Drag">
      <summary>Enable support for the slide or swipe gesture with a mouse or pen/stylus (single contact). The Dragging event is raised when either gesture is detected.This gesture can be used for text selection, selecting or rearranging objects, or scrolling and panning.Mouse and pen/stylus input does not raise manipulation events (ManipulationStarted, ManipulationUpdated, and ManipulationCompleted) during the course of this interaction.Specifying support for Drag and one or more of the manipulation settings enables a single device to perform multiple actions. For example, the slide or swipe gesture can be performed with the left mouse button to select text while the wheel button can be rolled to scroll content.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationTranslateX">
      <summary>Enable support for the slide gesture through pointer input, on the horizontal axis. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.This gesture can be used for rearranging objects.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationTranslateY">
      <summary>Enable support for the slide gesture through pointer input, on the vertical axis. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.This gesture can be used for rearranging objects.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationTranslateRailsX">
      <summary>Enable support for the slide gesture through pointer input, on the horizontal axis using rails (guides). The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.This gesture can be used for rearranging objects.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationTranslateRailsY">
      <summary>Enable support for the slide gesture through pointer input, on the vertical axis using rails (guides). The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.This gesture can be used for rearranging objects.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationRotate">
      <summary>Enable support for the rotation gesture through pointer input. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationScale">
      <summary>Enable support for the pinch or stretch gesture through pointer input. These gestures can be used for optical or semantic zoom and resizing an object. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationTranslateInertia">
      <summary>Enable support for translation inertia after the slide gesture (through pointer input) is complete. The ManipulationInertiaStarting event is raised if inertia is enabled.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationRotateInertia">
      <summary>Enable support for rotation inertia after the rotate gesture (through pointer input) is complete. The ManipulationInertiaStarting event is raised if inertia is enabled.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationScaleInertia">
      <summary>Enable support for scaling inertia after the pinch or stretch gesture (through pointer input) is complete. The ManipulationInertiaStarting event is raised if inertia is enabled.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.CrossSlide">
      <summary>Enable support for the CrossSliding interaction when using the slide or swipe gesture through a single touch contact.This gesture can be used for selecting or rearranging objects.</summary>
    </member>
    <member name="F:Windows.UI.Input.GestureSettings.ManipulationMultipleFingerPanning">
      <summary>Enable panning and disable zoom when two or more touch contacts are detected.Prevents unintentional zoom interactions when panning with multiple fingers.</summary>
    </member>
    <member name="T:Windows.UI.Input.HoldingState">
      <summary>Specifies the state of the Holding event.</summary>
    </member>
    <member name="F:Windows.UI.Input.HoldingState.Started">
      <summary>A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started.The press and hold time threshold can be set in the Hardware and Sound control panel.</summary>
    </member>
    <member name="F:Windows.UI.Input.HoldingState.Completed">
      <summary>The single contact is lifted.</summary>
    </member>
    <member name="F:Windows.UI.Input.HoldingState.Canceled">
      <summary>An additional contact is detected, a subsequent gesture (such as a slide) is detected, or the CompleteGesture method is called.</summary>
    </member>
    <member name="T:Windows.UI.Input.PointerUpdateKind">
      <summary>Specifies the types of pointer updates that are supported by an application.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.Other">
      <summary>Pointer updates not identified by other PointerUpdateKind values.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.LeftButtonPressed">
      <summary>Left button pressed.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.LeftButtonReleased">
      <summary>Left button released.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.RightButtonPressed">
      <summary>Right button pressed.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.RightButtonReleased">
      <summary>Right button released.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.MiddleButtonPressed">
      <summary>Middle button pressed.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.MiddleButtonReleased">
      <summary>Middle button released.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.XButton1Pressed">
      <summary>XBUTTON1 pressed.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.XButton1Released">
      <summary>XBUTTON1 released.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.XButton2Pressed">
      <summary>XBUTTON2 pressed.</summary>
    </member>
    <member name="F:Windows.UI.Input.PointerUpdateKind.XButton2Released">
      <summary>XBUTTON2 released.</summary>
    </member>
    <member name="T:Windows.UI.Input.IPointerPointTransform">
      <summary>Provides generalized transformation functions.</summary>
    </member>
    <member name="P:Windows.UI.Input.IPointerPointTransform.Inverse">
      <summary>Gets the inverse of the specified transformation.</summary>
      <returns>The inverse of the pointer transformation.</returns>
    </member>
    <member name="M:Windows.UI.Input.IPointerPointTransform.TransformBounds(Windows.Foundation.Rect)">
      <summary>Transforms the specified bounding rectangle.</summary>
      <returns>The smallest, axis-aligned bounding box that encloses rect after the transformation. (An axis-aligned bounding box is one which has all sides parallel to the coordinate axes.)</returns>
      <param name="rect">The bounding rectangle to transform.</param>
    </member>
    <member name="M:Windows.UI.Input.IPointerPointTransform.TryTransform(Windows.Foundation.Point,Windows.Foundation.Point@)">
      <summary>Attempts to perform the transformation on the specified input point.</summary>
      <returns>True if inPoint was transformed successfully; otherwise, false.</returns>
      <param name="inPoint">The original input point.</param>
      <param name="outPoint">The transformed input point.</param>
    </member>
    <member name="N:Windows.UI.Input.Inking">
      <summary>Provides support for the Windows 8 ink system.</summary>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkDrawingAttributes">
      <summary>Provides properties associated with the drawing of an InkStroke.</summary>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkDrawingAttributes.Color">
      <summary>Gets or sets a value that indicates the color of an InkStroke.</summary>
      <returns>The ink color. Default value is black.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkDrawingAttributes.FitToCurve">
      <summary>Gets or sets a value that indicates whether Bezier curves or straight line segments are used to draw an InkStroke.</summary>
      <returns>True if Bezier curves are used; otherwise, false. The default value is true.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkDrawingAttributes.#ctor">
      <summary>Creates a new InkDrawingAttributes object that is used to specify InkStroke attributes.</summary>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkDrawingAttributes.IgnorePressure">
      <summary>Gets or sets a value that indicates whether the pressure of the pen tip on the digitizer surface is ignored when you draw an InkStroke.</summary>
      <returns>True if pressure is ignored; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkDrawingAttributes.PenTip">
      <summary>Gets or sets a value that indicates the shape of the pen tip when you draw an InkStroke.</summary>
      <returns>The shape of the pen/stylus tip.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkDrawingAttributes.Size">
      <summary>Gets or sets a value that indicates the dimensions of the pen tip when you draw an InkStroke.</summary>
      <returns>The width and height of the pen tip. The default value for each is 2.0. The value of width is applied to all strokes. PenTip is specified as a rectangle or a circle. The value of height is applied to all strokes, where PenTip is specified as a rectangle.</returns>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkManager">
      <summary>Provides properties and methods to manage the input, manipulation, and processing (including handwriting recognition) of one or more InkStroke objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.AddStroke(Windows.UI.Input.Inking.InkStroke)">
      <summary>Adds one or more InkStroke objects to the collection managed by the InkManager.</summary>
      <param name="stroke">The ink stroke to be added.stroke must be created by using the Clone method, or through a call to EndStroke or ProcessPointerUp. Empty or existing strokes are not valid.</param>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkManager.BoundingRect">
      <summary>Gets the bounding rectangle of the InkStroke collection that is managed by the InkManager.</summary>
      <returns>The bounding rectangle of the InkStroke collection.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.CanPasteFromClipboard">
      <summary>Identifies whether content on the clipboard can be added to the InkStroke collection that is managed by the InkManager.</summary>
      <returns>True if content can be pasted from the clipboard; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.CopySelectedToClipboard">
      <summary>Copies the selected InkStroke objects (from the InkStroke collection managed by the InkManager) to the clipboard in Ink Serialized Format (ISF) format.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.DeleteSelected">
      <summary>Deletes the selected InkStroke objects from the InkStroke collection managed by the InkManager.</summary>
      <returns>The bounding rectangle of the selected ink strokes, or the invalidated rectangle (0, 0, 0, 0) if no strokes were removed (no selected strokes).</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.GetRecognitionResults">
      <summary>Gets a collection of potential matches for each word detected by an InkRecognizer during handwriting recognition.</summary>
      <returns>The recognition results.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.GetRecognizers">
      <summary>Gets the collection of handwriting recognizers.</summary>
      <returns>The handwriting recognizers.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.GetStrokes">
      <summary>Retrieves all InkStroke objects in the collection managed by the InkManager.</summary>
      <returns>The ink strokes.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.#ctor">
      <summary>Creates a new InkManager object that is used to manage InkStroke objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.LoadAsync(Windows.Storage.Streams.IInputStream)">
      <summary>Asynchronously loads all InkStroke objects from the specified stream to the InkStroke collection that is managed by the InkManager.</summary>
      <returns>The status of the asynchronous operation as the number of bytes fetched. For more information, see ReadAsync method.</returns>
      <param name="inputStream">The stream that contains the stroke collection. An IRandomAccessStream (requires IOutputStream) object can be specified instead.</param>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkManager.Mode">
      <summary>Gets or sets the ink input mode.</summary>
      <returns>The mode.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.MoveSelected(Windows.Foundation.Point)">
      <summary>Moves the selected strokes. All affected strokes are re-rendered.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="translation">The destination screen coordinates for the upper-left corner of the bounding rectangle of the selected strokes.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.PasteFromClipboard(Windows.Foundation.Point)">
      <summary>Adds the InkStroke content from the clipboard to the InkStroke collection that is managed by the InkManager and renders the new strokes..</summary>
      <returns>The invalidated bounding rectangle of the InkStroke collection.</returns>
      <param name="position">The screen coordinates for the upper-left corner of the bounding rectangle of the clipboard content.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.ProcessPointerDown(Windows.UI.Input.PointerPoint)">
      <summary>Processes information about the position and features of the contact point, like pressure and tilt, on initial down contact.</summary>
      <param name="pointerPoint">Information about the position and features of the contact point.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.ProcessPointerUp(Windows.UI.Input.PointerPoint)">
      <summary>Processes information about the position and features of the contact point, like pressure and tilt, on up contact.</summary>
      <returns>For Inking and Selecting modes, this is the bounding box for the stroke (invalidated rectangle). For Erasing mode, the invalidated rectangle is (0,0,0,0).</returns>
      <param name="pointerPoint">Information about the position and features of the contact point.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.ProcessPointerUpdate(Windows.UI.Input.PointerPoint)">
      <summary>Processes position and state properties, such as pressure and tilt, for the specified pointer, from the last pointer event up to and including the current pointer event.</summary>
      <returns>When the current InkManipulationMode is Inking or Selecting, this method returns the Point (screen position in ink space) associated with the last ProcessPointerUpdate of pointerPoint.</returns>
      <param name="pointerPoint">The input pointer for which updates are to be processed.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.RecognizeAsync(Windows.UI.Input.Inking.InkRecognitionTarget)">
      <summary>Performs handwriting recognition on one or more InkStroke objects.</summary>
      <returns>The results of the recognition as a collection of InkRecognitionResult objects. Each item in the results returned by recognition represents one written word. Each word is associated with a ranked list of text strings (retrieved through a call to GetTextCandidates) as potential matches for the word.</returns>
      <param name="recognitionTarget">One of the values from the InkRecognitionTarget enumeration.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.RecognizeAsync(Windows.UI.Input.Inking.InkStrokeContainer,Windows.UI.Input.Inking.InkRecognitionTarget)">
      <summary>Performs handwriting recognition on one or more InkStroke objects.</summary>
      <returns>The results of the recognition as a collection of InkRecognitionResult objects.Each item in the results returned by recognition represents one written word. Each word is associated with a ranked list of text strings (retrieved through a call to GetTextCandidates) as potential matches for the word.</returns>
      <param name="strokeCollection">The set of strokes on which recognition is performed.</param>
      <param name="recognitionTarget">One of the values from the InkRecognitionTarget enumeration.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.SaveAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Asynchronously saves all InkStroke objects in the InkStroke collection that is managed by the InkManager to the specified stream.</summary>
      <returns>The size of the saved stream and the status of the asynchronous operation as the number of bytes sent. For more information, see WriteAsync method.</returns>
      <param name="outputStream">The target stream. An IRandomAccessStream (requires IOutputStream) object can be specified instead.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.SelectWithLine(Windows.Foundation.Point,Windows.Foundation.Point)">
      <summary>Selects all strokes intersected by the new stroke.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="from">The start of the stroke.</param>
      <param name="to">The end of the stroke.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.SelectWithPolyLine(Windows.Foundation.Collections.IIterable`1)">
      <summary>Selects all strokes contained entirely within the polyline.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="polyline">The points of the polyline.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.SetDefaultDrawingAttributes(Windows.UI.Input.Inking.InkDrawingAttributes)">
      <summary>Sets the default InkDrawingAttributes for all new InkStroke objects added to the InkStroke collection that is managed by the InkManager.</summary>
      <param name="drawingAttributes">The default attributes that are applied to all new ink strokes.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.SetDefaultRecognizer(Windows.UI.Input.Inking.InkRecognizer)">
      <summary>Sets the default InkRecognizer used for handwriting recognition.</summary>
      <param name="recognizer">The InkRecognizer.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkManager.UpdateRecognitionResults(Windows.Foundation.Collections.IVectorView`1)">
      <summary>Updates the collection of potential text matches from handwriting recognition.</summary>
      <param name="recognitionResults">The results returned by recognition, where each InkRecognitionResult object represents one written word. Each word is associated with a ranked list of text strings (retrieved through a call to GetTextCandidates) as potential matches for the word.</param>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkRecognitionResult">
      <summary>Provides properties and methods to manage InkStroke handwriting recognition data.</summary>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkRecognitionResult.BoundingRect">
      <summary>Gets the bounding rectangle of the InkStroke data used for handwriting recognition.</summary>
      <returns>The bounding rectangle of the ink strokes.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkRecognitionResult.GetStrokes">
      <summary>Retrieves the InkStroke collection used for handwriting recognition.</summary>
      <returns>The collection of ink strokes.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkRecognitionResult.GetTextCandidates">
      <summary>Retrieves the collection of strings identified as potential matches for each word returned by handwriting recognition.</summary>
      <returns>The collection of matching strings. The most likely candidate is topmost in the collection.</returns>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkRecognizer">
      <summary>Manages all aspects of handwriting recognition.</summary>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkRecognizer.Name">
      <summary>Gets the name of the InkRecognizer.</summary>
      <returns>The name.</returns>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkRecognizerContainer">
      <summary>Provides properties and methods to manage one or more InkRecognizer objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkRecognizerContainer.GetRecognizers">
      <summary>Gets a collection of InkRecognizer objects.</summary>
      <returns>The collection of handwriting recognizers.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkRecognizerContainer.#ctor">
      <summary>Creates a new InkRecognizerContainer object that is used to manage InkRecognizer objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkRecognizerContainer.RecognizeAsync(Windows.UI.Input.Inking.InkStrokeContainer,Windows.UI.Input.Inking.InkRecognitionTarget)">
      <summary>Performs handwriting recognition on one or more InkStroke objects.</summary>
      <returns>The results of the recognition as a collection of InkRecognitionResult objects.Each item in the collection represents a written word. For example, the string "this is a test" contains four words that are stored as a collection of four items.</returns>
      <param name="strokeCollection">The set of strokes on which recognition is performed.</param>
      <param name="recognitionTarget">One of the values from the InkRecognitionTarget enumeration.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkRecognizerContainer.SetDefaultRecognizer(Windows.UI.Input.Inking.InkRecognizer)">
      <summary>Sets the default InkRecognizer used for handwriting recognition.</summary>
      <param name="recognizer">The InkRecognizer.</param>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkStroke">
      <summary>A single ink stroke, including the Bézier curve parameters used for final rendering of the stroke.</summary>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStroke.BoundingRect">
      <summary>Gets the bounding box for the InkStroke.</summary>
      <returns>The bounding box.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStroke.Clone">
      <summary>Creates a duplicate of the InkStroke.</summary>
      <deprecated type="deprecate">The Clone method is not supported in Windows 8 but is reserved for future use.</deprecated>
      <returns>The new stroke.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStroke.DrawingAttributes">
      <summary>Gets or sets the properties associated with an InkStroke.</summary>
      <returns>The drawing attributes.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStroke.GetRenderingSegments">
      <summary>Gets the rendering segments of the stroke.</summary>
      <returns>The stroke rendering segments.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStroke.Recognized">
      <summary>Gets whether the stroke is recognized.</summary>
      <returns>True if the stroke is recognized; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStroke.Selected">
      <summary>Gets whether the stroke is selected.</summary>
      <returns>True if the stroke is selected; otherwise, false.</returns>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkStrokeBuilder">
      <summary>Builds strokes from raw pointer input.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeBuilder.AppendToStroke(Windows.UI.Input.PointerPoint)">
      <summary>Adds a new segment to the stroke.</summary>
      <returns>The previous end point. This end point can be used when rendering the stroke.</returns>
      <param name="pointerPoint">The end point of the new segment.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeBuilder.BeginStroke(Windows.UI.Input.PointerPoint)">
      <summary>Begins the stroke.</summary>
      <param name="pointerPoint">The first point for the stroke.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeBuilder.CreateStroke(Windows.Foundation.Collections.IIterable`1)">
      <summary>Creates a stroke from an array of points.</summary>
      <returns>The new stroke.</returns>
      <param name="points">An array of point coordinates.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeBuilder.EndStroke(Windows.UI.Input.PointerPoint)">
      <summary>Ends the stroke.</summary>
      <returns>The stroke built from the points.</returns>
      <param name="pointerPoint">The last point for the stroke.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeBuilder.#ctor">
      <summary>Creates a new InkStrokeBuilder object that is used to construct InkStroke objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeBuilder.SetDefaultDrawingAttributes(Windows.UI.Input.Inking.InkDrawingAttributes)">
      <summary>Sets the default InkDrawingAttributes for all new InkStroke objects, after EndStroke is called for the current stroke.</summary>
      <param name="drawingAttributes">The default attributes.</param>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkStrokeContainer">
      <summary>Provides properties and methods to manage the input, processing, and manipulation of one or more InkStroke objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.AddStroke(Windows.UI.Input.Inking.InkStroke)">
      <summary>Adds one or more InkStroke objects to the collection managed by the InkManager.</summary>
      <param name="stroke">The ink stroke to be added.stroke must be created by using the Clone method, or through a call to EndStroke or ProcessPointerUp. Empty or existing strokes are not valid.</param>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeContainer.BoundingRect">
      <summary>Gets the bounding rectangle of the InkStroke collection that is managed by the InkManager.</summary>
      <returns>The bounding rectangle of the InkStroke collection.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.CanPasteFromClipboard">
      <summary>Identifies whether content on the clipboard can be added to the InkStroke collection that is managed by the InkManager.</summary>
      <returns>True if content can be pasted from the clipboard; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.CopySelectedToClipboard">
      <summary>Copies the selected InkStroke objects (from the InkStroke collection managed by the InkManager) to the clipboard in Ink Serialized Format (ISF) format.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.DeleteSelected">
      <summary>Deletes the selected InkStroke objects from the InkStroke collection managed by the InkManager.</summary>
      <returns>The bounding rectangle of the selected ink strokes, or the invalidated rectangle (0, 0, 0, 0) if no strokes were removed (no selected strokes).</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.GetRecognitionResults">
      <summary>Gets a collection of potential matches for each word detected by an InkRecognizer during handwriting recognition.</summary>
      <returns>The recognition results.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.GetStrokes">
      <summary>Retrieves all InkStroke objects in the collection managed by the InkManager.</summary>
      <returns>The ink strokes.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.#ctor">
      <summary>Creates a new InkStrokeContainer object that is used to manage InkStroke objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.LoadAsync(Windows.Storage.Streams.IInputStream)">
      <summary>Asynchronously loads all InkStroke objects from the specified stream to the InkStroke collection that is managed by the InkStrokeContainer.</summary>
      <returns>The status of the asynchronous operation as the number of bytes fetched. For more information, see ReadAsync method.</returns>
      <param name="inputStream">The target stream.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.MoveSelected(Windows.Foundation.Point)">
      <summary>Moves the selected strokes. All affected strokes are re-rendered.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="translation">The destination screen coordinates for the upper-left corner of the bounding rectangle of the selected strokes.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.PasteFromClipboard(Windows.Foundation.Point)">
      <summary>Adds the InkStroke content from the clipboard to the InkStroke collection that is managed by the InkStrokeContainer and renders the new strokes..</summary>
      <returns>The invalidated bounding rectangle of the InkStroke collection.</returns>
      <param name="position">The screen coordinates for the upper-left corner of the bounding rectangle of the clipboard content.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.SaveAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Asynchronously saves all InkStroke objects in the InkStroke collection that is managed by the InkStrokeContainer to the specified stream.</summary>
      <returns>The status of the asynchronous operation as the number of bytes sent. For more information, see WriteAsync method.</returns>
      <param name="outputStream">The target stream. An IRandomAccessStream (requires IOutputStream) object can be specified instead.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.SelectWithLine(Windows.Foundation.Point,Windows.Foundation.Point)">
      <summary>Selects all strokes intersected by the new stroke.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="from">The start of the line.</param>
      <param name="to">The of the line.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.SelectWithPolyLine(Windows.Foundation.Collections.IIterable`1)">
      <summary>Selects all strokes contained entirely within the polyline.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="polyline">The points of the polyline.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.InkStrokeContainer.UpdateRecognitionResults(Windows.Foundation.Collections.IVectorView`1)">
      <summary>Updates the collection of potential text matches from handwriting recognition.</summary>
      <param name="recognitionResults">The recognition results.</param>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkStrokeRenderingSegment">
      <summary>A single segment of a complete ink stroke.</summary>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeRenderingSegment.BezierControlPoint1">
      <summary>Gets the first control point for the Bézier curve.</summary>
      <returns>The control point.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeRenderingSegment.BezierControlPoint2">
      <summary>Gets the second control point for the Bézier curve.</summary>
      <returns>The control point.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeRenderingSegment.Position">
      <summary>Gets the end point of the segment.</summary>
      <returns>The end point.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeRenderingSegment.Pressure">
      <summary>Gets the pressure of the contact on the digitizer surface.</summary>
      <returns>The pressure of the contact.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeRenderingSegment.TiltX">
      <summary>Gets the tilt of the contact along the x axis.</summary>
      <returns>The tilt along the x axis.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeRenderingSegment.TiltY">
      <summary>Gets the tilt of the contact along the y axis.</summary>
      <returns>The tilt along the y axis.</returns>
    </member>
    <member name="P:Windows.UI.Input.Inking.InkStrokeRenderingSegment.Twist">
      <summary>Gets the twist of the contact along the rotational axis.</summary>
      <returns>The twist of the contact along the rotational axis.</returns>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkManipulationMode">
      <summary>Identifies the ink input mode.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.InkManipulationMode.Inking">
      <summary>All points are passed to the InkStrokeBuilder and an InkStroke is created. The stroke is appended to the stroke collection of the InkManager or InkStrokeContainer.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.InkManipulationMode.Erasing">
      <summary>All strokes are hit tested against all strokes in the stroke collection. If there is an intersection, InkManager deletes the stroke automatically and returns an invalidated rectangle for processPointerUpdate calls.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.InkManipulationMode.Selecting">
      <summary>All points are used to create a polyline. When you call processPointerUp, the polyline is hit tested against entire stroke collection and all strokes within the polyline are marked as selected.</summary>
    </member>
    <member name="T:Windows.UI.Input.Inking.InkRecognitionTarget">
      <summary>Indicates which strokes you want to include in handwriting recognition.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.InkRecognitionTarget.All">
      <summary>All strokes in the stroke collection are passed to the recognizer.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.InkRecognitionTarget.Selected">
      <summary>Selected (Selected) strokes are passed to the recognizer.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.InkRecognitionTarget.Recent">
      <summary>All strokes added after the last recognition pass (Recognized is false) are passed to the recognizer.This is useful in incremental recognition scenarios, such as direct tracking of ink input (no indirect controls are used to start recognition).</summary>
    </member>
    <member name="T:Windows.UI.Input.Inking.PenTipShape">
      <summary>Identifies the shape of the pen tip.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.PenTipShape.Circle">
      <summary>Circular pen tip. Only the width determines the size.</summary>
    </member>
    <member name="F:Windows.UI.Input.Inking.PenTipShape.Rectangle">
      <summary>Rectangular pen tip. Both the width and height determine the size.</summary>
    </member>
    <member name="T:Windows.UI.Input.Inking.IInkRecognizerContainer">
      <summary>Represents one or more InkRecognizer objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkRecognizerContainer.GetRecognizers">
      <summary>Gets the collection of handwriting recognizers.</summary>
      <returns>The handwriting recognizers.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkRecognizerContainer.RecognizeAsync(Windows.UI.Input.Inking.InkStrokeContainer,Windows.UI.Input.Inking.InkRecognitionTarget)">
      <summary>Performs handwriting recognition on one or more InkStroke objects.</summary>
      <returns>The results of the recognition as a collection of InkRecognitionResult objects.Each item in the collection represents a written word. For example, the string "this is a test" contains four words that are stored as a collection of four items.</returns>
      <param name="strokeCollection">The set of strokes on which recognition is performed.</param>
      <param name="recognitionTarget">One of the values from the InkRecognitionTarget enumeration.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkRecognizerContainer.SetDefaultRecognizer(Windows.UI.Input.Inking.InkRecognizer)">
      <summary>Sets the default InkRecognizer used for handwriting recognition.</summary>
      <param name="recognizer">The InkRecognizer.</param>
    </member>
    <member name="T:Windows.UI.Input.Inking.IInkStrokeContainer">
      <summary>Represents a manager for the input, processing, and manipulation of one or more InkStroke objects.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.AddStroke(Windows.UI.Input.Inking.InkStroke)">
      <summary>Adds one or more InkStroke objects to the collection managed by the InkManager.</summary>
      <param name="stroke">The ink stroke to be added.stroke must be created by using the Clone method, or through a call to EndStroke or ProcessPointerUp. Empty or existing strokes are not valid.</param>
    </member>
    <member name="P:Windows.UI.Input.Inking.IInkStrokeContainer.BoundingRect">
      <summary>Gets the bounding rectangle of the InkStroke collection that is managed by the InkManager.</summary>
      <returns>The bounding rectangle of the InkStroke collection.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.CanPasteFromClipboard">
      <summary>Identifies whether content on the clipboard can be added to the InkStroke collection that is managed by the InkManager.</summary>
      <returns>True if content can be pasted from the clipboard; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.CopySelectedToClipboard">
      <summary>Copies the selected InkStroke objects (from the InkStroke collection managed by the InkManager) to the clipboard in Ink Serialized Format (ISF) format.</summary>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.DeleteSelected">
      <summary>Deletes the selected InkStroke objects from the InkStroke collection managed by the InkManager.</summary>
      <returns>The bounding rectangle of the selected ink strokes, or the invalidated rectangle (0, 0, 0, 0) if no strokes were removed (no selected strokes).</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.GetRecognitionResults">
      <summary>Gets a collection of potential matches for each word detected by an InkRecognizer during handwriting recognition.</summary>
      <returns>The results of the recognition as a collection of InkRecognitionResult objects.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.GetStrokes">
      <summary>Retrieves all InkStroke objects in the collection managed by the InkManager.</summary>
      <returns>The collection of ink strokes.</returns>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.LoadAsync(Windows.Storage.Streams.IInputStream)">
      <summary>Asynchronously loads all InkStroke objects from the specified stream to the InkStroke collection that is managed by the InkManager.</summary>
      <returns>The status of the asynchronous operation as the number of bytes fetched. For more information, see ReadAsync method.</returns>
      <param name="inputStream">The stream that contains the stroke collection. An IRandomAccessStream (requires IOutputStream) object can be specified instead.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.MoveSelected(Windows.Foundation.Point)">
      <summary>Moves the selected strokes. All affected strokes are re-rendered.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="translation">The destination screen coordinates for the upper-left corner of the bounding rectangle of the selected strokes.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.PasteFromClipboard(Windows.Foundation.Point)">
      <summary>Adds the InkStroke content from the clipboard to the InkStroke collection that is managed by the InkStrokeContainer and renders the new strokes.</summary>
      <returns>The invalidated bounding rectangle of the InkStroke collection.</returns>
      <param name="position">The screen coordinates for the upper-left corner of the bounding rectangle of the clipboard content.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.SaveAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Asynchronously saves all InkStroke objects in the InkStroke collection that is managed by the InkStrokeContainer to the specified stream.</summary>
      <returns>The size of the saved stream and the status of the asynchronous operation as the number of bytes sent. For more information, see WriteAsync method.</returns>
      <param name="outputStream">The target stream. An IRandomAccessStream (requires IOutputStream) object can be specified instead.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.SelectWithLine(Windows.Foundation.Point,Windows.Foundation.Point)">
      <summary>Selects all strokes intersected by the new stroke.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="from">The start of the line.</param>
      <param name="to">The end of the line.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.SelectWithPolyLine(Windows.Foundation.Collections.IIterable`1)">
      <summary>Selects all strokes contained entirely within the polyline.</summary>
      <returns>The bounding rectangle of the selected ink strokes.</returns>
      <param name="polyline">The points of the polyline.</param>
    </member>
    <member name="M:Windows.UI.Input.Inking.IInkStrokeContainer.UpdateRecognitionResults(Windows.Foundation.Collections.IVectorView`1)">
      <summary>Updates the collection of potential text matches from handwriting recognition.</summary>
      <param name="recognitionResults">The updated collection of InkRecognitionResult objects.</param>
    </member>
    <member name="N:Windows.UI.Notifications">
      <summary>Contains classes that encapsulate tile, toast, and badge notifications.</summary>
    </member>
    <member name="T:Windows.UI.Notifications.BadgeNotification">
      <summary>Defines the content, associated metadata, and expiration time of an update to a tile's badge overlay. A badge can display a number from 1 to 99 or a status glyph.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeNotification.#ctor(Windows.Data.Xml.Dom.XmlDocument)">
      <summary>Creates and initializes a new instance of the BadgeNotification.</summary>
      <param name="content">The XML content that defines the badge update.</param>
    </member>
    <member name="P:Windows.UI.Notifications.BadgeNotification.Content">
      <summary>Gets the XML that defines the value or glyph used as the tile's badge.</summary>
      <returns>The object that contains the XML.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.BadgeNotification.ExpirationTime">
      <summary>Gets or sets the time that Windows will remove the badge from the tile.</summary>
      <returns>The date and time that the notification should be removed.</returns>
    </member>
    <member name="T:Windows.UI.Notifications.BadgeTemplateType">
      <summary>Specifies the template to use for a tile's badge overlay. Used by BadgeUpdateManager.getTemplateContent.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.BadgeTemplateType.BadgeGlyph">
      <summary>A system-provided glyph image. For more information, see Badge overview.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.BadgeTemplateType.BadgeNumber">
      <summary>A numerical value from 1 to 99. Values greater than 99 are accepted, but in those cases "99+" is displayed instead of the actual number. In scenarios where your numbers are expected to be greater than 99, you should consider using a glyph instead.</summary>
    </member>
    <member name="T:Windows.UI.Notifications.BadgeUpdateManager">
      <summary>Creates BadgeUpdater objects that you use to manipulate a tile's badge overlay. This class also provides access to the XML content of the system-provided badge templates so that you can customize that content for use in updating your badges.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdateManager.CreateBadgeUpdaterForApplication">
      <summary>Creates and initializes a new instance of the BadgeUpdater, which lets you change the appearance or content of the badge on the calling app's tile.</summary>
      <returns>The object you will use to send changes to the app tile's badge.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdateManager.CreateBadgeUpdaterForApplication(System.String)">
      <summary>Creates and initializes a new instance of the BadgeUpdater for a specified app tile's badge, usually the tile of another app in the package. The BadgeUpdater lets you change the appearance or content of that badge.</summary>
      <returns>The object you will use to send changes to the application tile's badge.</returns>
      <param name="applicationId">The unique ID of the tile whose badge you want to update.</param>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdateManager.CreateBadgeUpdaterForSecondaryTile(System.String)">
      <summary>Creates and initializes a new instance of the BadgeUpdater, which enables you to change the appearance or content of a badge on a secondary tile. The tile can belong to the calling app or any other app in the same package.</summary>
      <returns>The object you will use to send badge updates to the tile identified by tileID.</returns>
      <param name="tileId">The unique ID of the tile.</param>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdateManager.GetTemplateContent(Windows.UI.Notifications.BadgeTemplateType)">
      <summary>Gets the XML content of one of the predefined badge templates so that you can customize it for a badge update.</summary>
      <returns>The object that contains the template XML.</returns>
      <param name="type">The type of badge template, either a glyph or a number.</param>
    </member>
    <member name="T:Windows.UI.Notifications.BadgeUpdater">
      <summary>Updates a badge overlay on the specific tile that the updater is bound to.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdater.Clear">
      <summary>Removes the badge from the tile that the updater is bound to.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdater.StartPeriodicUpdate(Windows.Foundation.Uri,Windows.Foundation.DateTime,Windows.UI.Notifications.PeriodicUpdateRecurrence)">
      <summary>Begins a series of timed updates for the badge from a web resource that the updater is bound to. Updates begin at a specified time.</summary>
      <param name="badgeContent">The Uniform Resource Identifier (URI) from which the XML content of the badge update will be retrieved.</param>
      <param name="startTime">The time at which the Uniform Resource Identifier (URI) should first be polled for new badge content.</param>
      <param name="requestedInterval">The frequency with which the Uniform Resource Identifier (URI) is polled for new badge content, following the initial update at startTime.</param>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdater.StartPeriodicUpdate(Windows.Foundation.Uri,Windows.UI.Notifications.PeriodicUpdateRecurrence)">
      <summary>Begins a series of timed updates for the badge from a web resource that the updater is bound to, beginning immediately.</summary>
      <param name="badgeContent">The Uniform Resource Identifier (URI) from which the XML content of the badge update will be retrieved.</param>
      <param name="requestedInterval">The frequency with which the Uniform Resource Identifier (URI) is polled for new badge content.</param>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdater.StopPeriodicUpdate">
      <summary>Cancels the current series of timed updates for the badge that the updater is bound to.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.BadgeUpdater.Update(Windows.UI.Notifications.BadgeNotification)">
      <summary>Applies a change to the badge's glyph or number.</summary>
      <param name="notification">The object that supplies the new XML definition for the badge.</param>
    </member>
    <member name="T:Windows.UI.Notifications.NotificationSetting">
      <summary>Specifies the limitations on tile or toast notification display.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.NotificationSetting.Enabled">
      <summary>All notifications raised by this app can be displayed.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.NotificationSetting.DisabledForApplication">
      <summary>The user has disabled notifications for this app.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.NotificationSetting.DisabledForUser">
      <summary>The user or administrator has disabled all notifications for this user on this computer.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.NotificationSetting.DisabledByGroupPolicy">
      <summary>An administrator has disabled all notifications on this computer through group policy. The group policy setting overrides the user's setting.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.NotificationSetting.DisabledByManifest">
      <summary>This app has not declared itself toast capable in its package.appxmanifest file. This setting is found on the manifest's Application UI page, under the Notification section. For an app to send toast, the Toast Capable option must be set to "Yes".</summary>
    </member>
    <member name="T:Windows.UI.Notifications.PeriodicUpdateRecurrence">
      <summary>Specifies the time period for subsequent polls of the tile or badge data source for new content.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.PeriodicUpdateRecurrence.HalfHour">
      <summary>Poll every half an hour.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.PeriodicUpdateRecurrence.Hour">
      <summary>Poll every hour.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.PeriodicUpdateRecurrence.SixHours">
      <summary>Poll every 6 hours.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.PeriodicUpdateRecurrence.TwelveHours">
      <summary>Poll every 12 hours.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.PeriodicUpdateRecurrence.Daily">
      <summary>Poll once a day.</summary>
    </member>
    <member name="T:Windows.UI.Notifications.ScheduledTileNotification">
      <summary>Defines the visual content and timing for a single, non-recurring scheduled update to a tile.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledTileNotification.Content">
      <summary>Gets the XML description of the content of the scheduled tile update.</summary>
      <returns>The object that contains the notification content.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledTileNotification.DeliveryTime">
      <summary>Gets the time at which the tile is scheduled to be updated.</summary>
      <returns>The date and time that the notification will be updated.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledTileNotification.ExpirationTime">
      <summary>Gets or sets the time after which the tile notification should no longer be shown.</summary>
      <returns>The time after which the tile update should no longer be shown.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledTileNotification.Id">
      <summary>Gets or sets the unique ID that is used to identify the scheduled tile in the schedule.</summary>
      <returns>The notification's identifier. This string is limited to 16 characters.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledTileNotification.Tag">
      <summary>Gets or sets a string that Windows can use to prevent duplicate notification content from appearing in the queue.</summary>
      <returns>A string of 16 characters or less (plus a terminating null character) that identifies the notification in the stack. While there is no set form for the string content, we recommend that it should relate to the content of the notification.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.ScheduledTileNotification.#ctor(Windows.Data.Xml.Dom.XmlDocument,Windows.Foundation.DateTime)">
      <summary>Creates and initializes a new instance of the ScheduledTileNotification object for use with a TileUpdater.</summary>
      <param name="content">The object that provides the content for the tile notification.</param>
      <param name="deliveryTime">The time at which the tile should be updated with the notification information.</param>
    </member>
    <member name="T:Windows.UI.Notifications.ScheduledToastNotification">
      <summary>Contains the XML that defines the toast notification that will display at the scheduled time.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledToastNotification.Content">
      <summary>Gets the XML that defines this scheduled toast notification.</summary>
      <returns>The object that contains the XML.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledToastNotification.DeliveryTime">
      <summary>Gets the time that this toast notification is scheduled to be displayed.</summary>
      <returns>The time that this toast notification is scheduled to be displayed.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledToastNotification.Id">
      <summary>Gets a developer-specified value used to identify a specific scheduled toast.</summary>
      <returns>The identifier. This string is limited to 16 characters.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledToastNotification.MaximumSnoozeCount">
      <summary>Gets the maximum number of times to display this notification.</summary>
      <returns>The maximum number of times to display this notification. This will be a value between 1 and 5, inclusive.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.ScheduledToastNotification.#ctor(Windows.Data.Xml.Dom.XmlDocument,Windows.Foundation.DateTime)">
      <summary>Creates and initializes a new instance of a ScheduledToastNotification that will be displayed only once.</summary>
      <param name="content">The XML that defines the toast notification content.</param>
      <param name="deliveryTime">The date and time that Windows should display the toast notification. You must call AddToSchedule before this time.</param>
    </member>
    <member name="M:Windows.UI.Notifications.ScheduledToastNotification.#ctor(Windows.Data.Xml.Dom.XmlDocument,Windows.Foundation.DateTime,Windows.Foundation.TimeSpan,System.UInt32)">
      <summary>Creates and initializes a new instance of a recurring ScheduledToastNotification.</summary>
      <param name="content">The XML that defines the toast notification content.</param>
      <param name="deliveryTime">The date and time that Windows should first display the toast notification. You must call AddToSchedule before this time.</param>
      <param name="snoozeInterval">The amount of time between occurrences of the notification. To be valid, this value must be no less than 60 seconds and no more than 60 minutes.</param>
      <param name="maximumSnoozeCount">The maximum number of times to display this notification. Valid values range from 1 to 5.</param>
    </member>
    <member name="P:Windows.UI.Notifications.ScheduledToastNotification.SnoozeInterval">
      <summary>Gets the amount of time between occurrences of the notification.</summary>
      <returns>The time between occurrences of the notification. This value will be between 60 seconds and 60 minutes, inclusive.</returns>
    </member>
    <member name="T:Windows.UI.Notifications.TileNotification">
      <summary>Defines an update to a tile, including its visuals, identification tag, and expiration time.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.TileNotification.Content">
      <summary>Gets the XML description of the notification content, which you can then manipulate to alter the notification.</summary>
      <returns>The object that contains the notification content.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.TileNotification.ExpirationTime">
      <summary>Gets or sets the time that Windows will remove the notification from the tile.</summary>
      <returns>The date and time that the notification should be removed.</returns>
    </member>
    <member name="P:Windows.UI.Notifications.TileNotification.Tag">
      <summary>Gets or sets a string that Windows can use to prevent duplicate notification content from appearing in the queue.</summary>
      <returns>A string of 16 characters or less (plus a terminating null character) that identifies the notification in the stack. While there is no set form to the string content, we recommend that it should relate to the content of the notification.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.TileNotification.#ctor(Windows.Data.Xml.Dom.XmlDocument)">
      <summary>Creates and initializes a new instance of the TileNotification object for use with a TileUpdater.</summary>
      <param name="content">The object that provides the content for the tile notification.</param>
    </member>
    <member name="T:Windows.UI.Notifications.TileTemplateType">
      <summary>Specifies the template to use in a tile or tile update.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquareImage">
      <summary>One image that fills the entire tile; no text.</summary>
      <deprecated type="deprecate">TileSquareImagemay be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150Image.</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquareBlock">
      <summary>One string of large block text over a single, short line of bold, regular text.</summary>
      <deprecated type="deprecate">TileSquareBlock may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150Block</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquareText01">
      <summary>One header string in larger text on the first line; three strings of regular text on each of the next three lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileSquareText01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150Text01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquareText02">
      <summary>One header string in larger text on the first line, over one string of regular text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileSquareText02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150Text02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquareText03">
      <summary>Four strings of regular text on four lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileSquareText03 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150Text03</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquareText04">
      <summary>One string of regular text wrapped over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileSquareText04 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150Text04</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquarePeekImageAndText01">
      <summary>Top: One square image, no text. Bottom: One header string in larger text on the first line, three strings of regular text on each of the next three lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileSquarePeekImageAndText01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150PeekImageAndText01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquarePeekImageAndText02">
      <summary>Top: Square image, no text. Bottom: One header string in larger text on the first line, over one string of regular text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileSquarePeekImageAndText02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150PeekImageAndText02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquarePeekImageAndText03">
      <summary>Top: Square image, no text. Bottom: Four strings of regular text on four lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileSquarePeekImageAndText03 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150PeekImageAndText03</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquarePeekImageAndText04">
      <summary>Top: Square image, no text. Bottom: One string of regular text wrapped over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileSquarePeekImageAndText04 may be altered or unavailable for releases after Windows 8.1. Instead, use TileSquare150x150PeekImageAndText04</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideImage">
      <summary>One wide image that fills the entire tile, no text.</summary>
      <deprecated type="deprecate">TileWideImage may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Image</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideImageCollection">
      <summary>One large square image with four smaller square images to its right, no text.</summary>
      <deprecated type="deprecate">TileWideImageCollection may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150ImageCollection</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideImageAndText01">
      <summary>One wide image over one string of regular text wrapped over a maximum of two lines. The width of the text area depends on whether a logo/short name or a badge is displayed.</summary>
      <deprecated type="deprecate">TileWideImageAndText01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150ImageAndText01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideImageAndText02">
      <summary>One wide image over two strings of regular text on two lines. Text does not wrap. The width of the text area depends on whether a logo/short name or a badge is displayed.</summary>
      <deprecated type="deprecate">TileWideImageAndText02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150ImageAndText02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideBlockAndText01">
      <summary>Four strings of regular, unwrapped text on the left; large block text over a single, short string of bold, regular text on the right.</summary>
      <deprecated type="deprecate">TileWideBlockAndText01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150BlockAndText01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideBlockAndText02">
      <summary>One string of regular text wrapped over a maximum of four lines on the left; large block text over a single, short string of bold, regular text on the right.</summary>
      <deprecated type="deprecate">TileWideBlockAndText02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150BlockAndText02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageCollection01">
      <summary>Top: One large square image with four smaller square images to its right, no text. Bottom: One header string in larger text over one string of regular text wrapped over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileWidePeekImageCollection01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageCollection01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageCollection02">
      <summary>Top: One large square image with four smaller square images to its right, no text. Bottom: One header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileWidePeekImageCollection02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageCollection02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageCollection03">
      <summary>Top: One large square image with four smaller square images to its right, no text. Bottom: One string of large text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileWidePeekImageCollection03 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageCollection03</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageCollection04">
      <summary>Top: One large square image with four smaller square images to its right, no text. Bottom: One string of regular text wrapped over a maximum of five lines.</summary>
      <deprecated type="deprecate">TileWidePeekImageCollection04 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageCollection04</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageCollection05">
      <summary>Top: One large square image with four smaller square images to its right, no text. Bottom: On the left, one small image; on the right, one header string of larger text on the first line over one string of regular text wrapped over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileWidePeekImageCollection05 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageCollection05</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageCollection06">
      <summary>Top: One large square image with four smaller square images to its right, no text. Bottom: On the left, one small image; on the right, one string of large text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileWidePeekImageCollection06 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageCollection06</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageAndText01">
      <summary>Top: One wide image. Bottom: One string of regular text wrapped over a maximum of five lines.</summary>
      <deprecated type="deprecate">TileWidePeekImageAndText01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageAndText01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImageAndText02">
      <summary>Top: One wide image. Bottom: Five strings of regular text on five lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileWidePeekImageAndText02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImageAndText02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImage01">
      <summary>Top: One wide image. Bottom: One header string in larger text over one string of regular text that wraps over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileWidePeekImage01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImage01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImage02">
      <summary>Top: One wide image. Bottom: One header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileWidePeekImage02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImage02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImage03">
      <summary>Top: One wide image. Bottom: One string of large text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileWidePeekImage03 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImage03</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImage04">
      <summary>Top: One wide image. Bottom: One string of regular text wrapped over a maximum of five lines.</summary>
      <deprecated type="deprecate">TileWidePeekImage04 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImage04</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImage05">
      <summary>Top: One wide image. Bottom: On the left, one small image; on the right, one header string of larger text on the first line over one string of regular text wrapped over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileWidePeekImage05 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImage05</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWidePeekImage06">
      <summary>Top: One wide image. Bottom: On the left, one small image; on the right, one string of large text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileWidePeekImage06 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150PeekImage06</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideSmallImageAndText01">
      <summary>On the left, one small image; on the right, one string of large text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileWideSmallImageAndText01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150SmallImageAndText01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideSmallImageAndText02">
      <summary>On the left, one small image; on the right, one header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileWideSmallImageAndText02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150SmallImageAndText02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideSmallImageAndText03">
      <summary>On the left, one small image; on the right, one string of regular text wrapped over a maximum of five lines.</summary>
      <deprecated type="deprecate">TileWideSmallImageAndText03 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150SmallImageAndText03</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideSmallImageAndText04">
      <summary>On the left, one small image; on the right, one header string of larger text on the first line over one string of regular text wrapped over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileWideSmallImageAndText04 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150SmallImageAndText04</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideSmallImageAndText05">
      <summary>On the left, one header string in larger text over one string of regular text wrapped over a maximum of four lines; on the right, one small image with 3:4 dimensions.</summary>
      <deprecated type="deprecate">TileWideSmallImageAndText05 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150SmallImageAndText05</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText01">
      <summary>One header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileWideText01 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text01</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText02">
      <summary>One header string in larger text over eight short strings arranged in two columns of four lines each. Columns are of equal width.</summary>
      <deprecated type="deprecate">TileWideText02 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text02</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText03">
      <summary>One string of large text wrapped over a maximum of three lines.</summary>
      <deprecated type="deprecate">TileWideText03 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text03</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText04">
      <summary>One string of regular text wrapped over a maximum of five lines.</summary>
      <deprecated type="deprecate">TileWideText04 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text04</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText05">
      <summary>Five strings of regular text on five lines. Text does not wrap.</summary>
      <deprecated type="deprecate">TileWideText05 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text05</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText06">
      <summary>Ten short strings of regular text, arranged in two columns of five lines each. Columns are of equal width.</summary>
      <deprecated type="deprecate">TileWideText06 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text06</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText07">
      <summary>One header string in larger text over eight short strings of regular text arranged in two columns of four lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText10, but the first column is wider.</summary>
      <deprecated type="deprecate">TileWideText07 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text07</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText08">
      <summary>Ten short strings of regular text arranged in two columns of five lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText11, but the first column is wider.</summary>
      <deprecated type="deprecate">TileWideText08 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text08</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText09">
      <summary>One header string in larger text over one string of regular text wrapped over a maximum of four lines.</summary>
      <deprecated type="deprecate">TileWideText09 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text09</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText10">
      <summary>One header string in larger text over eight short strings of regular text arranged in two columns of four lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText07, but the first column is narrower.</summary>
      <deprecated type="deprecate">TileWideText10 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text10</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWideText11">
      <summary>Ten short strings of regular text arranged in two columns of five lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText08, but the first column is narrower.</summary>
      <deprecated type="deprecate">TileWideText11 may be altered or unavailable for releases after Windows 8.1. Instead, use TileWide310x150Text11</deprecated>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150Image">
      <summary>Windows 8 name: TileSquareImage One square image that fills the entire tile, no text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150Block">
      <summary>Windows 8 name: TileSquareBlock One string of large block text over a single, short line of bold, regular text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150Text01">
      <summary>Windows 8 name: TileSquareText01 One header string in larger text on the first line; three strings of regular text on each of the next three lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150Text02">
      <summary>Windows 8 name: TileSquareText02 One header string in larger text on the first line, over one string of regular text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150Text03">
      <summary>Windows 8 name: TileSquareText03 Four strings of regular text on four lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150Text04">
      <summary>Windows 8 name: TileSquareText04 One string of regular text wrapped over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150PeekImageAndText01">
      <summary>Windows 8 name: TileSquarePeekImageAndText01 Top: One square image, no text. Bottom: One header string in larger text on the first line, three strings of regular text on each of the next three lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150PeekImageAndText02">
      <summary>Windows 8 name: TileSquarePeekImageAndText02 Top: Square image, no text. Bottom: One header string in larger text on the first line, over one string of regular text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150PeekImageAndText03">
      <summary>Windows 8 name: TileSquarePeekImageAndText03 Top: Square image, no text. Bottom: Four strings of regular text on four lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare150x150PeekImageAndText04">
      <summary>Windows 8 name: TileSquarePeekImageAndText04 Top: Square image, no text. Bottom: One string of regular text wrapped over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Image">
      <summary>Windows 8 name: TileWideImage One wide image that fills the entire tile, no text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150ImageCollection">
      <summary>Windows 8 name: TileWideImageCollection One large square image with four smaller square images to its right, no text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150ImageAndText01">
      <summary>Windows 8 name: TileWideImageAndText01 One wide image over one string of regular text wrapped over a maximum of two lines. The width of the text area depends on whether a logo/short name or a badge is displayed. This template allows branding only as "logo" or "none", but not "name". If you set the branding attribute to "name", it will automatically revert to "logo".</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150ImageAndText02">
      <summary>Windows 8 name: TileWideImageAndText02 One wide image over two strings of regular text on two lines. Text does not wrap. The width of the text area depends on whether a logo/short name or a badge is displayed. This template allows branding only as "logo" or "none", but not "name". If you set the branding attribute to "name", it will automatically revert to "logo".</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150BlockAndText01">
      <summary>Windows 8 name: TileWideBlockAndText01 Four strings of regular, unwrapped text on the left; large block text over a single, short string of bold, regular text on the right.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150BlockAndText02">
      <summary>Windows 8 name: TileWideBlockAndText02 One string of regular text wrapped over a maximum of four lines on the left; large block text over a single, short string of bold, regular text on the right.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageCollection01">
      <summary>Windows 8 name: TileWidePeekImageCollection01 Top: One large square image with four smaller square images to its right, no text. Bottom: One header string in larger text over one string of regular text wrapped over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageCollection02">
      <summary>Windows 8 name: TileWidePeekImageCollection02 Top: One large square image with four smaller square images to its right, no text. Bottom: One header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageCollection03">
      <summary>Windows 8 name: TileWidePeekImageCollection03 Top: One large square image with four smaller square images to its right, no text. Bottom: One string of large text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageCollection04">
      <summary>Windows 8 name: TileWidePeekImageCollection04 Top: One large square image with four smaller square images to its right, no text. Bottom: One string of regular text wrapped over a maximum of five lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageCollection05">
      <summary>Windows 8 name: TileWidePeekImageCollection05 Top: One large square image with four smaller square images to its right, no text. Bottom: On the left, one small image; on the right, one header string of larger text on the first line over one string of regular text wrapped over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageCollection06">
      <summary>Windows 8 name: TileWidePeekImageCollection06 Top: One large square image with four smaller square images to its right, no text. Bottom: On the left, one small image; on the right, one string of large text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageAndText01">
      <summary>Windows 8 name: TileWidePeekImageAndText01 Top: One wide image. Bottom: One string of regular text wrapped over a maximum of five lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImageAndText02">
      <summary>Windows 8 name: TileWidePeekImageAndText02 Top: One wide image. Bottom: Five strings of regular text on five lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImage01">
      <summary>Windows 8 name: TileWidePeekImage01 Top: One wide image. Bottom: One header string in larger text over one string of regular text that wraps over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImage02">
      <summary>Windows 8 name: TileWidePeekImage02 Top: One wide image. Bottom: One header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImage03">
      <summary>Windows 8 name: TileWidePeekImage03 Top: One wide image. Bottom: One string of large text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImage04">
      <summary>Windows 8 name: TileWidePeekImage04 Top: One wide image. Bottom: One string of regular text wrapped over a maximum of five lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImage05">
      <summary>Windows 8 name: TileWidePeekImage05 Top: One wide image. Bottom: On the left, one small image; on the right, one header string of larger text on the first line over one string of regular text wrapped over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150PeekImage06">
      <summary>Windows 8 name: TileWidePeekImage06 Top: One wide image. Bottom: On the left, one small image; on the right, one string of large text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150SmallImageAndText01">
      <summary>Windows 8 name: TileWideSmallImageAndText01 On the left, one small image; on the right, one string of large text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150SmallImageAndText02">
      <summary>Windows 8 name: TileWideSmallImageAndText02 On the left, one small image; on the right, one header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150SmallImageAndText03">
      <summary>Windows 8 name: TileWideSmallImageAndText03 On the left, one small image; on the right, one string of regular text wrapped over a maximum of five lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150SmallImageAndText04">
      <summary>Windows 8 name: TileWideSmallImageAndText04 On the left, one small image; on the right, one header string of larger text on the first line over one string of regular text wrapped over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150SmallImageAndText05">
      <summary>Windows 8 name: TileWideSmallImageAndText05 On the left, one header string in larger text over one string of regular text wrapped over a maximum of four lines; on the right, one small image with 3:4 dimensions.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text01">
      <summary>Windows 8 name: TileWideText01 One header string in larger text on the first line, four strings of regular text on the next four lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text02">
      <summary>Windows 8 name: TileWideText02 One header string in larger text over eight short strings arranged in two columns of four lines each. Columns are of equal width.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text03">
      <summary>Windows 8 name: TileWideText03 One string of large text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text04">
      <summary>Windows 8 name: TileWideText04 One string of regular text wrapped over a maximum of five lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text05">
      <summary>Windows 8 name: TileWideText05 Five strings of regular text on five lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text06">
      <summary>Windows 8 name: TileWideText06 Ten short strings of regular text, arranged in two columns of five lines each. Columns are of equal width.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text07">
      <summary>Windows 8 name: TileWideText07 One header string in larger text over eight short strings of regular text arranged in two columns of four lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText10, but the first column is wider.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text08">
      <summary>Windows 8 name: TileWideText08 Ten short strings of regular text arranged in two columns of five lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText11, but the first column is wider.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text09">
      <summary>Windows 8 name: TileWideText09 One header string in larger text over one string of regular text wrapped over a maximum of four lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text10">
      <summary>Windows 8 name: TileWideText10 One header string in larger text over eight short strings of regular text arranged in two columns of four lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText07, but the first column is narrower.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileWide310x150Text11">
      <summary>Windows 8 name: TileWideText11 Ten short strings of regular text arranged in two columns of five lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileWideText08, but the first column is narrower.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310BlockAndText01">
      <summary>Two main text groups separated by a blank area: One string of large text, which can wrap over up to two lines, sitting over two strings of unwrapped regular text on two lines. Four strings on four lines, separated slightly into two sets. To the side is one string of large block text over a single, short line of bold, regular text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310BlockAndText02">
      <summary>One string of large block text; two lines of large header text (no wrap); two sets of two strings in two lines (no wrap). Image in the background. If the image color is light in comparison to the text, it is darkened a bit to make the text more readable.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Image">
      <summary>One image that fills the entire tile; no text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageAndText01">
      <summary>One image above one string of regular text wrapped over a maximum of two lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageAndText02">
      <summary>One image above two strings of regular text on two lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageAndTextOverlay01">
      <summary>Background: a single image that fills the entire tile. Foreground: One string of text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageAndTextOverlay02">
      <summary>Background: a single image that fills the entire tile. Foreground: At the top, one string of large text wrapped over a maximum of two lines; at the bottom, one string of regular text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageAndTextOverlay03">
      <summary>Background: a single image that fills the entire tile. Foreground: At the top, one string of large text wrapped over a maximum of two lines; at the bottom, three strings of regular text on three lines that do not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageCollectionAndText01">
      <summary>TileSquare310x310ImageCollection with the addition of a text ribbon across the bottom of the tile. The text area contains one string of regular text wrapped over a maximum of two lines. Note that the text area cuts off the bottom of the large image.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageCollectionAndText02">
      <summary>TileSquare310x310ImageCollection with the addition of a text ribbon across the bottom of the tile. The text area contains two strings of regular text on two lines. Text does not wrap. Note that the text area cuts off the bottom of the large image.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310ImageCollection">
      <summary>Four small square images overlaid across the top one large, full-tile, square image. Note that the small images cut off the top of the large image.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310SmallImagesAndTextList01">
      <summary>Three sets of information, each of which consists of one small square image to the left of one header string in larger text over two strings of regular text on the next two lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310SmallImagesAndTextList02">
      <summary>Up to three sets of information, each of which consists of one small square image to the left of one string of regular text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310SmallImagesAndTextList03">
      <summary>Up to three sets of information, each of which consists of one small square image to the left of one string of large text over one string of regular text wrapped over a maximum of two lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310SmallImagesAndTextList04">
      <summary>Up to three sets of information, each of which consists of one small rectangular image to the right of one string of large text over one string of regular text wrapped over a maximum of two lines. Images wider than the image area will be cropped.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text01">
      <summary>One header string in larger text on the first line, nine strings of regular text on the next nine lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text02">
      <summary>One header string in larger text over eighteen short strings arranged in two columns of nine lines each. Columns are of equal width.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text03">
      <summary>Eleven strings of regular text on eleven lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text04">
      <summary>Twenty-two short strings of regular text, arranged in two columns of eleven lines each. Columns are of equal width.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text05">
      <summary>One header string in larger text over eighteen short strings of regular text arranged in two columns of nine lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileSquare310x310Text07, but the first column is wider.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text06">
      <summary>Twenty-two short strings of regular text arranged in two columns of eleven lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileSquare310x310Text08, but the first column is wider.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text07">
      <summary>One header string in larger text over eighteen short strings of regular text arranged in two columns of nine lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileSquare310x310Text05, but the first column is narrower.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text08">
      <summary>Twenty-two short strings of regular text arranged in two columns of eleven lines each. The column widths are such that the first column acts as a label and the second column as the content. This template is similar to TileSquare310x310Text06, but the first column is narrower.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310TextList01">
      <summary>Three stacked notifications, each containing one header string in larger text on the first line, two strings of regular text on the next two lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310TextList02">
      <summary>Three stacked notifications, each containing one string of regular text wrapped over a maximum of three lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310TextList03">
      <summary>Three stacked notifications, each containing one header string in larger text over one string of regular text wrapped over a maximum of two lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310SmallImageAndText01">
      <summary>One medium-sized image in the upper right corner (upper left on right-to-left systems) over a single, unwrapped header string. Beneath this are two sets of regular text: the first wrapped over a maximum of two lines, the second a single line only.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310SmallImagesAndTextList05">
      <summary>One line of header text across the top, over three sets of information, each of which consists of one small square image to the left of one header string in larger text over two strings of regular text on the next two lines. Text does not wrap.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.TileTemplateType.TileSquare310x310Text09">
      <summary>One line of header text wrapped over a maximum of two lines. Beneath are two more, slightly separated lines of header text, each one line only. At the bottom are two lines of regular text, each of one line only.</summary>
    </member>
    <member name="T:Windows.UI.Notifications.TileUpdateManager">
      <summary>Creates TileUpdater objects used to change and update Start menu tiles. This class also provides access to the XML content of the system-provided tile templates so that you can customize that content for use in updating your tiles.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdateManager.CreateTileUpdaterForApplication">
      <summary>Creates and initializes a new instance of the TileUpdater, which lets you change the appearance of the calling app's tile.</summary>
      <returns>The object you will use to send changes to the app's tile.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdateManager.CreateTileUpdaterForApplication(System.String)">
      <summary>Creates and initializes a new instance of the TileUpdater for a tile that belongs to another app in the same package as the calling app. The TileUpdater lets a developer change the appearance of that tile.</summary>
      <returns>The object you will use to send changes to the tile identified by applicationId.</returns>
      <param name="applicationId">The Package Relative Application ID (PRAID) of the tile.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdateManager.CreateTileUpdaterForSecondaryTile(System.String)">
      <summary>Creates and initializes a new instance of the TileUpdater, which enables you to change the appearance of a secondary tile. The tile can belong to the calling app or any other app in the same package.</summary>
      <returns>The object you will use to send updates to the tile identified by tileID.</returns>
      <param name="tileId">A unique ID for the tile.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdateManager.GetTemplateContent(Windows.UI.Notifications.TileTemplateType)">
      <summary>Gets the XML content of one of the predefined tile templates so that you can customize it for a tile update.</summary>
      <returns>The object that contains the XML.</returns>
      <param name="type">The name of the template.</param>
    </member>
    <member name="T:Windows.UI.Notifications.TileUpdater">
      <summary>Changes the content of the specific tile that the updater is bound to.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.AddToSchedule(Windows.UI.Notifications.ScheduledTileNotification)">
      <summary>Adds a ScheduledTileNotification to the schedule.</summary>
      <param name="scheduledTile">The scheduled tile update object.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.Clear">
      <summary>Removes all updates and causes the tile to display its default content as declared in the app's manifest.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.EnableNotificationQueue(System.Boolean)">
      <summary>Enables the tile to queue up to five notifications. This enables the notification queue on all tile sizes.</summary>
      <param name="enable">True to enable queuing; otherwise false.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.EnableNotificationQueueForSquare150x150(System.Boolean)">
      <summary>Enables the tile to queue up to five notifications on the medium tile.</summary>
      <param name="enable">True to enable queuing on this tile size; otherwise false.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.EnableNotificationQueueForSquare310x310(System.Boolean)">
      <summary>Enables the tile to queue up to five notifications on the large tile.</summary>
      <param name="enable">True to enable queuing on this tile size; otherwise false.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.EnableNotificationQueueForWide310x150(System.Boolean)">
      <summary>Enables the tile to queue up to five notifications on the wide tile.</summary>
      <param name="enable">True to enable queuing on this tile size; otherwise false.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.GetScheduledTileNotifications">
      <summary>Retrieves a list of scheduled updates to the tile.</summary>
      <returns>The collection of scheduled updates for this tile.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.RemoveFromSchedule(Windows.UI.Notifications.ScheduledTileNotification)">
      <summary>Removes an upcoming tile update from the schedule.</summary>
      <param name="scheduledTile">The notification to remove from the schedule.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.StartPeriodicUpdate(Windows.Foundation.Uri,Windows.Foundation.DateTime,Windows.UI.Notifications.PeriodicUpdateRecurrence)">
      <summary>Begins a series of timed updates for the tile that the updater is bound to. Update content is retrieved from a specified Uniform Resource Identifier (URI). Updates begin at a specified time.</summary>
      <param name="tileContent">The Uniform Resource Identifier (URI) from which the XML content of the tile update will be retrieved.</param>
      <param name="startTime">The time at which the Uniform Resource Identifier (URI) should first be polled for new tile content.</param>
      <param name="requestedInterval">The frequency with which the Uniform Resource Identifier (URI) is polled for new tile content, following the initial update at startTime.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.StartPeriodicUpdate(Windows.Foundation.Uri,Windows.UI.Notifications.PeriodicUpdateRecurrence)">
      <summary>Begins a series of timed content changes for the tile that the updater is bound to, beginning immediately.</summary>
      <param name="tileContent">The Uniform Resource Identifier (URI) from which the XML content of the tile update will be retrieved.</param>
      <param name="requestedInterval">The frequency with which the Uniform Resource Identifier (URI) is polled for new tile content, following the initial update at startTime.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.StartPeriodicUpdateBatch(Windows.Foundation.Collections.IIterable`1,Windows.UI.Notifications.PeriodicUpdateRecurrence)">
      <summary>Begins a series of timed updates that cycle on the tile that the updater is bound to. Update content is retrieved from an array of specified Uniform Resource Identifier (URI), the first update happening immediately and subsequent updates occurring at the periodic interval thereafter.</summary>
      <param name="tileContents">An array of up to five Uniform Resource Identifier (URI) from which the XML content of the cycling tile updates will be retrieved. If the array contains more than five Uniform Resource Identifier (URI), the method will fail.</param>
      <param name="requestedInterval">The frequency with which the Uniform Resource Identifier (URI) is polled for new tile content, following the initial update at startTime.</param>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.StartPeriodicUpdateBatch(Windows.Foundation.Collections.IIterable`1,Windows.Foundation.DateTime,Windows.UI.Notifications.PeriodicUpdateRecurrence)">
      <summary>Begins a series of timed updates that cycle on the tile that the updater is bound to. Update content is retrieved from an array of specified Uniform Resource Identifier (URI) with updates beginning at a specified time and subsequent updates occurring at the periodic interval thereafter.</summary>
      <param name="tileContents">An array of up to five Uniform Resource Identifier (URI) from which the XML content of the cycling tile updates will be retrieved. If the array contains more than five Uniform Resource Identifier (URI), the method will fail.</param>
      <param name="startTime">The time at which the initial Uniform Resource Identifier (URI) should first be polled for new content.</param>
      <param name="requestedInterval">The frequency with which the Uniform Resource Identifier (URI) is polled for new tile content, following the initial update at startTime.</param>
    </member>
    <member name="P:Windows.UI.Notifications.TileUpdater.Setting">
      <summary>Gets a value that specifies whether a tile can be updated through notifications.</summary>
      <returns>A value that indicates either that the tile can be updated through notifications, or who disabled them: developer, user, or administrator.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.StopPeriodicUpdate">
      <summary>Cancels the current series of timed updates for the tile that the updater is bound to.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.TileUpdater.Update(Windows.UI.Notifications.TileNotification)">
      <summary>Applies a change in content or appearance to the tile.</summary>
      <param name="notification">The object that supplies the new XML definition for the tile's content.</param>
    </member>
    <member name="T:Windows.UI.Notifications.ToastActivatedEventArgs">
      <summary>Exposes a method that retrieves the arguments associated with a toast action initiated by the user. This lets the app tell which action was taken when multiple actions were exposed.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.ToastActivatedEventArgs.Arguments">
      <summary>Gets the arguments associated with a toast action initiated by the user. This arguments string was included in the toast's XML payload.</summary>
      <returns>The arguments string associated with the particular action.</returns>
    </member>
    <member name="T:Windows.UI.Notifications.ToastDismissalReason">
      <summary>Specifies the reason that a toast notification is no longer being shown.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastDismissalReason.UserCanceled">
      <summary>The user dismissed the toast notification.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastDismissalReason.ApplicationHidden">
      <summary>The app explicitly hid the toast notification by calling the ToastNotifier.hide method.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastDismissalReason.TimedOut">
      <summary>The toast notification had been shown for the maximum allowed time and was faded out. The maximum time to show a toast notification is 7 seconds except in the case of long-duration toasts, in which case it is 25 seconds.</summary>
    </member>
    <member name="T:Windows.UI.Notifications.ToastDismissedEventArgs">
      <summary>Provides the reason that a toast notification is no longer displayed on-screen.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.ToastDismissedEventArgs.Reason">
      <summary>Gets the reason that a toast notification is no longer displayed on-screen.</summary>
      <returns>One of the enumeration values that specify why a toast is no longer being shown.</returns>
    </member>
    <member name="T:Windows.UI.Notifications.ToastFailedEventArgs">
      <summary>Provides the error code that was generated in the process of raising a toast notification.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.ToastFailedEventArgs.ErrorCode">
      <summary>Gets the error code that was generated in the process of raising a toast notification.</summary>
      <returns>One of the standard system error codes.</returns>
    </member>
    <member name="T:Windows.UI.Notifications.ToastNotification">
      <summary>Defines the content, associated metadata and events, and expiration time of a toast notification.</summary>
    </member>
    <member name="E:Windows.UI.Notifications.ToastNotification.Activated">
      <summary>Occurs when user activates a toast notification through a click or touch. Apps that are running subscribe to this event.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.ToastNotification.Content">
      <summary>Gets the XML that defines the current toast notification.</summary>
      <returns>The object that contains the XML.</returns>
    </member>
    <member name="E:Windows.UI.Notifications.ToastNotification.Dismissed">
      <summary>Occurs when a toast notification leaves the screen, either by expiring or being explicitly dismissed by the user. Apps that are running subscribe to this event.</summary>
    </member>
    <member name="P:Windows.UI.Notifications.ToastNotification.ExpirationTime">
      <summary>Gets or sets the time after which a toast notification should not be displayed.</summary>
      <returns>The date and time after which the toast is no longer considered current or valid and should not be displayed.</returns>
    </member>
    <member name="E:Windows.UI.Notifications.ToastNotification.Failed">
      <summary>Occurs when an error is caused when Windows attempts to raise a toast notification. Apps that are running subscribe to this event.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotification.#ctor(Windows.Data.Xml.Dom.XmlDocument)">
      <summary>Creates and initializes a new instance of the ToastNotification.</summary>
      <param name="content">The XML content that defines the toast notification.</param>
    </member>
    <member name="T:Windows.UI.Notifications.ToastNotificationManager">
      <summary>Creates ToastNotifier objects that you use to raise toast notifications. This class also provides access to the XML content of the system-provided toast templates so that you can customize that content for use in your notifications.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier">
      <summary>Creates and initializes a new instance of the ToastNotification, bound to the calling application, that lets you raise a toast notification to that app.</summary>
      <returns>The object you will use to send the toast notification to the app.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(System.String)">
      <summary>Creates and initializes a new instance of the ToastNotification, bound to a specified app, usually another app in the same package.</summary>
      <returns>The object you will use to send the toast notification to the tile.</returns>
      <param name="applicationId">The unique ID of the app. You can't send a toast notification to a secondary tile, so this must be the ID of an app tile.</param>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotificationManager.GetTemplateContent(Windows.UI.Notifications.ToastTemplateType)">
      <summary>Gets the XML content of one of the predefined toast templates so that you can customize it for use in your notification.</summary>
      <returns>The object that contains the template XML.</returns>
      <param name="type">One of the system-provided toast templates.</param>
    </member>
    <member name="T:Windows.UI.Notifications.ToastNotifier">
      <summary>Raises a toast notification to the specific app that the notifier is bound to. This class also lets you schedule and remove toast notifications.</summary>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotifier.AddToSchedule(Windows.UI.Notifications.ScheduledToastNotification)">
      <summary>Adds a ScheduledToastNotification for later display by Windows.</summary>
      <param name="scheduledToast">The scheduled toast notification, which includes its content and timing instructions.</param>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotifier.GetScheduledToastNotifications">
      <summary>Gets the collection of ScheduledToastNotification objects that this app has scheduled for display.</summary>
      <returns>The collection of scheduled toast notifications that the app bound to this notifier has scheduled for timed display.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotifier.Hide(Windows.UI.Notifications.ToastNotification)">
      <summary>Removes the specified toast notification from the screen.</summary>
      <param name="notification">The object that specifies the toast to hide.</param>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotifier.RemoveFromSchedule(Windows.UI.Notifications.ScheduledToastNotification)">
      <summary>Cancels the scheduled display of a specified ScheduledToastNotification.</summary>
      <param name="scheduledToast">The notification to remove from the schedule.</param>
    </member>
    <member name="P:Windows.UI.Notifications.ToastNotifier.Setting">
      <summary>Gets a value that tells you whether there is an app, user, or system block that prevents the display of a toast notification.</summary>
      <returns>Enabled if the toast can be shown; otherwise, one or more reasons that the toast will be blocked.</returns>
    </member>
    <member name="M:Windows.UI.Notifications.ToastNotifier.Show(Windows.UI.Notifications.ToastNotification)">
      <summary>Displays the specified toast notification.</summary>
      <param name="notification">The object that contains the content of the toast notification to display.</param>
    </member>
    <member name="T:Windows.UI.Notifications.ToastTemplateType">
      <summary>Specifies the template to use in a toast notification.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastImageAndText01">
      <summary>A large image and a single string wrapped across three lines of text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastImageAndText02">
      <summary>A large image, one string of bold text on the first line, one string of regular text wrapped across the second and third lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastImageAndText03">
      <summary>A large image, one string of bold text wrapped across the first two lines, one string of regular text on the third line.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastImageAndText04">
      <summary>A large image, one string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastText01">
      <summary>A single string wrapped across three lines of text.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastText02">
      <summary>One string of bold text on the first line, one string of regular text wrapped across the second and third lines.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastText03">
      <summary>One string of bold text wrapped across the first and second lines, one string of regular text on the third line.</summary>
    </member>
    <member name="F:Windows.UI.Notifications.ToastTemplateType.ToastText04">
      <summary>One string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line.</summary>
    </member>
    <member name="N:Windows.UI.Popups">
      <summary>Provides support for context menu and message dialogs.</summary>
    </member>
    <member name="T:Windows.UI.Popups.MessageDialog">
      <summary>Represents a dialog.</summary>
    </member>
    <member name="M:Windows.UI.Popups.MessageDialog.#ctor(System.String)">
      <summary>Initializes a new instance of the MessageDialog class to display an untitled message dialog that can be used to ask your user simple questions.</summary>
      <param name="content">The message displayed to the user.</param>
    </member>
    <member name="M:Windows.UI.Popups.MessageDialog.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the MessageDialog class to display a titled message dialog that can be used to ask your user simple questions.</summary>
      <param name="content">The message displayed to the user.</param>
      <param name="title">The title you want displayed on the dialog.</param>
    </member>
    <member name="M:Windows.UI.Popups.MessageDialog.ShowAsync">
      <summary>Begins an asynchronous operation showing a dialog.</summary>
      <returns>An object that represents the asynchronous operation. For more on the async pattern, see Asynchronous programming in the Windows Runtime.</returns>
    </member>
    <member name="P:Windows.UI.Popups.MessageDialog.CancelCommandIndex">
      <summary>Gets or sets the index of the command you want to use as the cancel command. This is the command that fires when users press the ESC key.</summary>
      <returns>The index of the cancel command.</returns>
    </member>
    <member name="P:Windows.UI.Popups.MessageDialog.Commands">
      <summary>Gets an array of commands that appear in the command bar of the message dialog. These commands makes the dialog actionable.</summary>
      <returns>The commands.</returns>
    </member>
    <member name="P:Windows.UI.Popups.MessageDialog.Content">
      <summary>Gets or sets the message to be displayed to the user.</summary>
      <returns>The message to be displayed to the user.</returns>
    </member>
    <member name="P:Windows.UI.Popups.MessageDialog.DefaultCommandIndex">
      <summary>Gets or sets the index of the command you want to use as the default. This is the command that fires by default when users press the ENTER key.</summary>
      <returns>The index of the default command.</returns>
    </member>
    <member name="P:Windows.UI.Popups.MessageDialog.Options">
      <summary>Gets or sets the options for a MessageDialog.</summary>
      <returns>The options for the dialog.</returns>
    </member>
    <member name="P:Windows.UI.Popups.MessageDialog.Title">
      <summary>Gets or sets the title to display on the dialog, if any.</summary>
      <returns>The title you want to display on the dialog. If the title is not set, this will return an empty string.</returns>
    </member>
    <member name="T:Windows.UI.Popups.PopupMenu">
      <summary>Represents a context menu.</summary>
    </member>
    <member name="P:Windows.UI.Popups.PopupMenu.Commands">
      <summary>Gets the commands for the context menu.</summary>
      <returns>The commands for the context menu.</returns>
    </member>
    <member name="M:Windows.UI.Popups.PopupMenu.#ctor">
      <summary>Creates a new instance of the PopupMenu class.</summary>
    </member>
    <member name="M:Windows.UI.Popups.PopupMenu.ShowAsync(Windows.Foundation.Point)">
      <summary>Shows the context menu at the specified client coordinates.</summary>
      <returns>A IUICommand object that represents the context menu command that was invoked by the user, after the ShowAsync call completes.If no command is invoked, ShowAsync returns null.</returns>
      <param name="invocationPoint">The coordinates (in DIPs), relative to the window, of the user's finger or mouse pointer when the oncontextmenu event fired. The menu is placed above and centered on this point. For VB, C#, and C++, this window is the CoreWindow associated with the thread that is calling the context menu.</param>
    </member>
    <member name="M:Windows.UI.Popups.PopupMenu.ShowForSelectionAsync(Windows.Foundation.Rect)">
      <summary>Shows the context menu above the specified selection.</summary>
      <returns>A IUICommand object that represents the context menu command invoked by the user, after the ShowForSelectionAsync call completes.If no command is invoked, ShowForSelectionAsync returns null.</returns>
      <param name="selection">The coordinates (in DIPs) of the selected rectangle, relative to the window. The context menu is placed directly above and centered on this rectangle such that selection is not covered.For VB, C#, and C++, this window is the CoreWindow associated with the thread that is calling the context menu.</param>
    </member>
    <member name="M:Windows.UI.Popups.PopupMenu.ShowForSelectionAsync(Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Shows the context menu in the preferred placement relative to the specified selection.</summary>
      <returns>A IUICommand object that represents the context menu command invoked by the user, after the ShowForSelectionAsync call completes.If no command is invoked, ShowForSelectionAsync returns null.</returns>
      <param name="selection">The coordinates (in DIPs) of the selected rectangle, relative to the window. For VB, C#, and C++, this window is the CoreWindow associated with the thread that is calling the context menu.</param>
      <param name="preferredPlacement">The preferred placement of the context menu relative to the selection rectangle.The context menu is positioned in the preferredPlacement if the menu fits in the window and does not cover the selection. If the context menu does not fit in the preferred placement, another placement that does not cover the selection is used. If the context menu does not fit anywhere else, a placement that partially or wholly covers the selection is used.</param>
    </member>
    <member name="T:Windows.UI.Popups.UICommand">
      <summary>Represents a command in a context menu.</summary>
    </member>
    <member name="P:Windows.UI.Popups.UICommand.Id">
      <summary>Gets or sets the identifier of the command.</summary>
      <returns>Represents the identifier of the command.</returns>
    </member>
    <member name="P:Windows.UI.Popups.UICommand.Invoked">
      <summary>Gets or sets the handler for the event that is fired when the user selects the UICommand.</summary>
      <returns>The event handler associated with the UICommand.</returns>
    </member>
    <member name="P:Windows.UI.Popups.UICommand.Label">
      <summary>Gets or sets the label for the command.</summary>
      <returns>The label for the command.</returns>
    </member>
    <member name="M:Windows.UI.Popups.UICommand.#ctor">
      <summary>Creates a new instance of the UICommand class.</summary>
    </member>
    <member name="M:Windows.UI.Popups.UICommand.#ctor(System.String)">
      <summary>Creates a new instance of the UICommand class using the specified label.</summary>
      <param name="label">The label for the UICommand.</param>
    </member>
    <member name="M:Windows.UI.Popups.UICommand.#ctor(System.String,Windows.UI.Popups.UICommandInvokedHandler)">
      <summary>Creates a new instance of the UICommand class using the specified label and event handler.</summary>
      <param name="label">The label for the new command.</param>
      <param name="action">The event handler for the new command.</param>
    </member>
    <member name="M:Windows.UI.Popups.UICommand.#ctor(System.String,Windows.UI.Popups.UICommandInvokedHandler,System.Object)">
      <summary>Creates a new instance of the UICommand class using the specified label, event handler, and command identifier.</summary>
      <param name="label">The label for the new command.</param>
      <param name="action">The event handler for the new command.</param>
      <param name="commandId">The command identifier for the new command.</param>
    </member>
    <member name="T:Windows.UI.Popups.UICommandSeparator">
      <summary>Represents a command separator in a context menu.</summary>
    </member>
    <member name="P:Windows.UI.Popups.UICommandSeparator.Id">
      <summary>Gets or sets the identifier of the command separator.</summary>
      <returns>The identifier of the command separator.</returns>
    </member>
    <member name="P:Windows.UI.Popups.UICommandSeparator.Invoked">
      <summary>Gets or sets the handler for the event that is fired for the command separator.</summary>
      <returns>The event handler for the command separator.</returns>
    </member>
    <member name="P:Windows.UI.Popups.UICommandSeparator.Label">
      <summary>Gets or sets the label for the command separator.</summary>
      <returns>The label for the command separator.</returns>
    </member>
    <member name="M:Windows.UI.Popups.UICommandSeparator.#ctor">
      <summary>Creates a new instance of the UICommandSeparator class.</summary>
    </member>
    <member name="T:Windows.UI.Popups.UICommandInvokedHandler">
      <summary>Represents a callback function that handles the event that is fired when the user invokes a context menu command.</summary>
      <param name="command">Represents the invoked command.</param>
    </member>
    <member name="T:Windows.UI.Popups.MessageDialogOptions">
      <summary>Specifies less frequently used options for a MessageDialog.</summary>
    </member>
    <member name="F:Windows.UI.Popups.MessageDialogOptions.None">
      <summary>No options are specified and default behavior is used.</summary>
    </member>
    <member name="F:Windows.UI.Popups.MessageDialogOptions.AcceptUserInputAfterDelay">
      <summary>Ignore user input for a short period. This enables browsers to defend against clickjacking.</summary>
    </member>
    <member name="T:Windows.UI.Popups.Placement">
      <summary>Specifies where the context menu should be positioned relative to the selection rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Popups.Placement.Default">
      <summary>Place the context menu above the selection rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Popups.Placement.Above">
      <summary>Place the context menu above the selection rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Popups.Placement.Below">
      <summary>Place the context menu below the selection rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Popups.Placement.Left">
      <summary>Place the context menu to the left of the selection rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Popups.Placement.Right">
      <summary>Place the context menu to the right of the selection rectangle.</summary>
    </member>
    <member name="T:Windows.UI.Popups.IUICommand">
      <summary>Represents a command in a context menu or message dialog box.</summary>
    </member>
    <member name="P:Windows.UI.Popups.IUICommand.Id">
      <summary>Gets or sets the identifier of the command.</summary>
      <returns>Represents the identifier of the command.</returns>
    </member>
    <member name="P:Windows.UI.Popups.IUICommand.Invoked">
      <summary>Gets or sets the handler for the event that is fired when the user invokes the command.</summary>
      <returns>The event handler for the command.</returns>
    </member>
    <member name="P:Windows.UI.Popups.IUICommand.Label">
      <summary>Gets or sets the label for the command.</summary>
      <returns>The label for the command.</returns>
    </member>
    <member name="N:Windows.UI.StartScreen">
      <summary>Controls the creation and lifetime of secondary tilestiles created by the user to directly access sections or experiences within an app.</summary>
    </member>
    <member name="T:Windows.UI.StartScreen.ForegroundText">
      <summary>Specifies the color of the tile's foreground text.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.ForegroundText.Dark">
      <summary>A Windows-specified default dark text color.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.ForegroundText.Light">
      <summary>A Windows-specified default light text color.</summary>
    </member>
    <member name="T:Windows.UI.StartScreen.SecondaryTile">
      <summary>Creates, enumerates, and provides information about a secondary tile.</summary>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.Arguments">
      <summary>Gets or sets an app-defined set of information that is passed from the secondary tile to the app on activation. This property is required when you create a tile.</summary>
      <returns>The argument string. This contents of this string are understood by the app. Any string longer than 2048 characters will be truncated.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.BackgroundColor">
      <summary>Gets or sets the tile's background color.</summary>
      <deprecated type="deprecate">BackgroundColor may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTileVisualElements.BackgroundColor.</deprecated>
      <returns>The background color.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.DisplayName">
      <summary>Gets or sets a long name that is associated and displayed with the tile. This name is displayed on the tile in Start, in the tile's tooltip, next to the small tile representation in the Apps list, and in some Control Panel applications. This property is required when you create a tile.</summary>
      <returns>The display name. This string is limited to 256 characters.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.Exists(System.String)">
      <summary>Checks whether a specific secondary tile exists for the calling app.</summary>
      <returns>True if the tile exists in the calling application; otherwise, false.</returns>
      <param name="tileId">The unique ID string that was assigned to the tile when it was created.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.FindAllAsync">
      <summary>Retrieves a list of secondary tiles created for the calling app.</summary>
      <returns>An enumeration object that allows you to examine the set of tiles.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.FindAllAsync(System.String)">
      <summary>Retrieves a list of secondary tiles created for another app in the same package as the calling app.</summary>
      <returns>An enumeration object that allows you to examine the set of tiles.</returns>
      <param name="applicationId">The Package Relative Application ID (PRAID) of the app.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.FindAllForPackageAsync">
      <summary>Retrieves a list of secondary tiles created for all of the apps in the package of the calling app.</summary>
      <returns>An enumeration object that allows you to examine the set of tiles.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.ForegroundText">
      <summary>Gets or sets whether the tile should use dark or light text.</summary>
      <deprecated type="deprecate">ForegroundText may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTileVisualElements.ForegroundText.</deprecated>
      <returns>One of the two values that specifies either the default dark or default light text.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.LockScreenBadgeLogo">
      <summary>Gets or sets the location of a badge logo image to represent the secondary tile on the lock screen. By supplying this image, you declare that the secondary tile is eligible to display a badge on the lock screen.</summary>
      <returns>A Uniform Resource Identifier (URI) that specifies the logo image file location.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.LockScreenDisplayBadgeAndTileText">
      <summary>Gets or sets whether the secondary tile is eligible to display both a badge and a detailed tile on the lock screen.</summary>
      <returns>True if the secondary tile can have a lock screen presence; otherwise, False.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.Logo">
      <summary>Gets or sets the logo image used in a medium tile. This property is required when you create either a square or a wide tile.</summary>
      <deprecated type="deprecate">Logo may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTileVisualElements.Square150x150Logo.</deprecated>
      <returns>The location of the image. This can be expressed as one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.PhoneticName">
      <summary>Gets or sets a phonetic version of the secondary tile name. Used with character-based languages for UI sorting purposes.</summary>
      <returns>The phonetic name.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestCreateAsync">
      <summary>Displays the Pin to Start flyout, through which the user can confirm that they want to create the secondary tile. Overloads of this method let you specify the on-screen location of the flyout.</summary>
      <returns>An object used to launch the asynchronous create operation as well as to retrieve information about it.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestCreateAsync(Windows.Foundation.Point)">
      <summary>Displays the Pin to Start flyout above a specified location, through which the user can confirm that they want to create the secondary tile.</summary>
      <returns>An object that provides information concerning the asynchronous create operation.</returns>
      <param name="invocationPoint">The point used as the lower-right corner of the Pin to Start flyout.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestCreateForSelectionAsync(Windows.Foundation.Rect)">
      <summary>Displays the Pin to Start flyout above a specified area. This flyout is used by the user to confirm that they want to create the secondary tile.</summary>
      <returns>An object that provides information concerning the asynchronous create operation.</returns>
      <param name="selection">The area that the flyout is displayed directly above.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestCreateForSelectionAsync(Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Displays the Pin to Start flyout at the specified side of a specified area. This flyout is used by the user to confirm that they want to create the secondary tile.</summary>
      <returns>An object that provides information concerning the asynchronous create operation.</returns>
      <param name="selection">The area to one side of which the flyout will be displayed.</param>
      <param name="preferredPlacement">The side of the rectangle where the flyout should appear.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestDeleteAsync">
      <summary>Displays the Unpin from Start flyout. This flyout lets the user confirm removal of the secondary tile.</summary>
      <returns>An object that provides information concerning the asynchronous delete operation.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestDeleteAsync(Windows.Foundation.Point)">
      <summary>Displays the Unpin from Start flyout at a specified point. This flyout lets the user confirm removal of the secondary tile.</summary>
      <returns>An object that provides information concerning the asynchronous delete operation.</returns>
      <param name="invocationPoint">The point used as the lower-right corner of the Pin to Start flyout.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestDeleteForSelectionAsync(Windows.Foundation.Rect)">
      <summary>Displays the Unpin from Start flyout above a specified area. This flyout lets the user confirm removal of the secondary tile.</summary>
      <returns>An object that provides information concerning the asynchronous delete operation.</returns>
      <param name="selection">The area that the secondary tile is displayed directly above.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.RequestDeleteForSelectionAsync(Windows.Foundation.Rect,Windows.UI.Popups.Placement)">
      <summary>Displays the Unpin from Start flyout at the specified side of a specified area. This flyout lets the user confirm removal of the secondary tile.</summary>
      <returns>An object that provides information concerning the asynchronous delete operation.</returns>
      <param name="selection">The area to the side of which the flyout will be displayed.</param>
      <param name="preferredPlacement">One of the enumeration values that specifies the side of the rectangle where the flyout should be shown.</param>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.RoamingEnabled">
      <summary>Gets or sets a value that determines whether the secondary tile will be reacquired through the cloud when the parent app is installed by the user, using their Microsoft account, on another computer.</summary>
      <returns>True if roaming is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.#ctor">
      <summary>Creates a SecondaryTile object. The caller must then set any mandatory properties through the object before attempting to pin, update, or delete the tile.</summary>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.#ctor(System.String)">
      <summary>Creates a SecondaryTile object with a specific ID. This form of the constructor should be used to create a secondary tile object to perform a tile update or deletion.</summary>
      <param name="tileId">A string that will uniquely identify the tile within your app. Choose a unique ID that is descriptive and meaningful to your app. If you provide the same ID as that of an existing secondary tile, the existing secondary tile will be overwritten.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.#ctor(System.String,System.String,System.String,System.String,Windows.UI.StartScreen.TileOptions,Windows.Foundation.Uri)">
      <summary>Creates a SecondaryTile object as a medium tile.</summary>
      <deprecated type="deprecate">This constructor may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTile.SecondaryTile(String, String, String, Uri, TileSize).</deprecated>
      <param name="tileId">A string that will uniquely identify the tile within your app's package. Choose a unique ID that is descriptive and meaningful to your app. It is limited to 64 characters and must begin with a number or letter and be composed of the characters a-z, A-Z, 0-9, period (.), or underscore (_). If you provide the same ID as that of an existing secondary tile, the existing secondary tile will be overwritten. Can be set or retrieved through the TileId property.</param>
      <param name="shortName">A short name to display directly on the tile if the app chooses to do so. Anything over 40 characters will be truncated. The user has the option to change this value as part of the pinning process. Can be set or retrieved through the ShortName property.</param>
      <param name="displayName">A name, generally longer than the short name, that is displayed in the tile's tooltip and when showing small tiles, such as on the Apps or search results screens. This string is restricted to 256 characters. Can be set or retrieved through the DisplayName property.</param>
      <param name="arguments">An app-defined string meaningful to the calling application. This argument string is passed back to the app when the app is activated from the secondary tile. It will be truncated after 2048 characters. Can be set or retrieved through the Arguments property.</param>
      <param name="tileOptions">A value that specifies various options such as whether the name will be displayed on the secondary tile. Can be set or retrieved through the TileOptions property.</param>
      <param name="logoReference">A reference to a square logo image stored at a Uniform Resource Identifier (URI). Can be set or retrieved through the Logo property. This value can be expressed using one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.#ctor(System.String,System.String,System.String,System.String,Windows.UI.StartScreen.TileOptions,Windows.Foundation.Uri,Windows.Foundation.Uri)">
      <summary>Creates a SecondaryTile object as a wide tile.</summary>
      <deprecated type="deprecate">This constructor may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTile.SecondaryTile(String, String, String, Uri, TileSize).</deprecated>
      <param name="tileId">A string that will uniquely identify the tile within your app's package. Choose a unique ID that is descriptive and meaningful to your app. It is limited to 64 characters and must begin with a number or letter and be composed of the characters a-z, A-Z, 0-9, period (.), or underscore (_). If you provide the same ID as that of an existing secondary tile, the existing secondary tile will be overwritten. Can be set or retrieved through the TileId property.</param>
      <param name="shortName">A short name to display directly on the tile if the app chooses to do so. Anything over 40 characters will be truncated. The user has the option to change this value as part of the pinning process. Can be set or retrieved through the ShortName property.</param>
      <param name="displayName">A name, generally longer than the short name, that is displayed in the tile's tooltip and when showing small tiles, such as on the Apps or search results screens. This string is restricted to 256 characters. Can be set or retrieved through the DisplayName property.</param>
      <param name="arguments">An app-defined string meaningful to the calling application. This argument string is passed back to the app when the app is activated from the secondary tile. It will be truncated after 2048 characters. Can be set or retrieved through the Arguments property.</param>
      <param name="tileOptions">A value that specifies various options such as whether the name will be displayed on the secondary tile. Can be set or retrieved through the TileOptions property.</param>
      <param name="logoReference">A reference to a medium logo image stored at a Uniform Resource Identifier (URI). Can be set or retrieved through the Square150x150Logo property. This value can be expressed using one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</param>
      <param name="wideLogoReference">A reference to a wide logo image stored at a Uniform Resource Identifier (URI). Can be set or retrieved through the WideLogo property. This value can be expressed using one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</param>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.#ctor(System.String,System.String,System.String,Windows.Foundation.Uri,Windows.UI.StartScreen.TileSize)">
      <summary>Creates a SecondaryTile object that includes all of the mandatory properties required to create a medium tile.</summary>
      <param name="tileId">A string that will uniquely identify the tile within your app's package. Choose a unique ID that is descriptive and meaningful to your app. It is limited to 64 characters and must begin with a number or letter and be composed of the characters a-z, A-Z, 0-9, period (.), or underscore (_). If you provide the same ID as that of an existing secondary tile, the existing secondary tile will be overwritten. Can be set or retrieved through the TileId property.</param>
      <param name="displayName">A name, generally longer than the short name, that is displayed in the tile's tooltip and when showing small tiles, such as on the Apps or search results screens. This string is restricted to 256 characters. Can be set or retrieved through the DisplayName property.</param>
      <param name="arguments">An app-defined string meaningful to the calling application. This argument string is passed back to the app when the app is activated from the secondary tile. It will be truncated after 2048 characters. Can be set or retrieved through the Arguments property.</param>
      <param name="square150x150Logo">A reference to a medium logo image stored at a Uniform Resource Identifier (URI). Can be set or retrieved through the SecondaryTileVisualElements.Square150x150Logo property. This value can be expressed using one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</param>
      <param name="desiredSize">The size of tile to pin. This value must be Default (which provides Windows 8 behavior), Square150x150, or Wide310x150. Any other TileSize value causes an exception to be thrown during runtime.</param>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.ShortName">
      <summary>Gets or sets a short name to display directly on the tile. As of Windows 8.1 Preview, the short name is not used.</summary>
      <deprecated type="deprecate">ShortName may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTile.DisplayName.</deprecated>
      <returns>The short name. Anything over 40 characters will be truncated. The user has the option to change this value as part of the pinning process.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.SmallLogo">
      <summary>Gets or sets the small logo image, used in search results, the All Programs list, and other locations in the UI.</summary>
      <deprecated type="deprecate">SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTileVisualElements.Square30x30Logo.</deprecated>
      <returns>The location of the image. This must be expressed using this scheme: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.TileId">
      <summary>Gets or sets a unique string to identify the tile within the package. This property is required when you create or delete a tile.</summary>
      <returns>A unique identifier, meaningful to your app. It is limited to 64 characters and must begin with a number or letter and be composed of the characters a-z, A-Z, 0-9, period (.), or underscore (_). It cannot contain spaces, commas, or any of these characters: | &gt; &lt; " / ? * \ ; : ! '</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.TileOptions">
      <summary>Gets or sets options available to a secondary tile.</summary>
      <deprecated type="deprecate">TileOptions may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTile.VisualElements.</deprecated>
      <returns>One or more enumeration values. See TileOptions for the full list of valid values.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.SecondaryTile.UpdateAsync">
      <summary>Updates a secondary tile after that tile is pinned to the Start screen.</summary>
      <returns>An object used to launch the asynchronous create operation as well as to retrieve information about it.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.VisualElements">
      <summary>Gets an object through which you can get or set a secondary tile's background color, foreground text, tile images, and app name display options.</summary>
      <returns>An object that represents the secondary tile.</returns>
    </member>
    <member name="E:Windows.UI.StartScreen.SecondaryTile.VisualElementsRequested">
      <summary>Fired when a call is made to RequestCreateAsync.</summary>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTile.WideLogo">
      <summary>Gets or sets the logo image used in a wide tile. This property is required when you create a wide tile.</summary>
      <deprecated type="deprecate">WideLogo may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTileVisualElements.Wide310x150Logo.</deprecated>
      <returns>The location of the image. This can be expressed using one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</returns>
    </member>
    <member name="T:Windows.UI.StartScreen.SecondaryTileVisualElements">
      <summary>Contains properties through which you can get or set a secondary tile's background color, foreground text, tile images, and app name display options.</summary>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.BackgroundColor">
      <summary>Gets or sets the tile's background color.</summary>
      <returns>The background color.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.ForegroundText">
      <summary>Specifies whether the tile should use dark or light text.</summary>
      <returns>One of the two values that specifies either the default dark or default light text.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.ShowNameOnSquare150x150Logo">
      <summary>Specifies whether the app name should be displayed on the medium secondary tile.</summary>
      <returns>True to display the app name on the tile; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.ShowNameOnSquare310x310Logo">
      <summary>Specifies whether the app name should be displayed on the large secondary tile.</summary>
      <returns>True to display the app name on the tile; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.ShowNameOnWide310x150Logo">
      <summary>Specifies whether the app name should be displayed on the wide secondary tile.</summary>
      <returns>True to display the app name on the tile; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.Square150x150Logo">
      <summary>Gets or sets the medium secondary tile image.</summary>
      <returns>The location of the image. This can be expressed as one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.Square30x30Logo">
      <summary>Gets or sets the square 30 x 30 secondary tile image.</summary>
      <returns>The location of the image. This can be expressed as one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.Square310x310Logo">
      <summary>Gets or sets the large secondary tile image.</summary>
      <returns>The location of the image. This can be expressed as one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.Square70x70Logo">
      <summary>Gets or sets the small secondary tile image.</summary>
      <returns>The location of the image. This can be expressed as one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.SecondaryTileVisualElements.Wide310x150Logo">
      <summary>Gets or sets the wide secondary tile image.</summary>
      <returns>The location of the image. This can be expressed as one of these schemes: ms-appx:/// A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. ms-appdata:///local/ A file found in the per-user app storage.</returns>
    </member>
    <member name="T:Windows.UI.StartScreen.TileOptions">
      <summary>Specifies options available to a secondary tile.</summary>
      <deprecated type="deprecate">TileOptions may be altered or unavailable for releases after Windows 8.1. Instead, use the properties specified in each value.</deprecated>
    </member>
    <member name="F:Windows.UI.StartScreen.TileOptions.None">
      <summary>Default. Do not show the name on a secondary tile of any size.</summary>
      <deprecated type="deprecate">None may be altered or unavailable for releases after Windows 8.1. Instead, use these properties individually: SecondaryTileVisualElements.ShowNameOnSquare150x150Logo SecondaryTileVisualElements.ShowNameOnWide310x150Logo SecondaryTileVisualElements.ShowNameOnSquare310x310Logo</deprecated>
    </member>
    <member name="F:Windows.UI.StartScreen.TileOptions.ShowNameOnLogo">
      <summary>Display the name on the medium version of the tile.</summary>
      <deprecated type="deprecate">ShowNameOnLogo may be altered or unavailable for releases after Windows 8.1. Instead, use the SecondaryTileVisualElements.ShowNameOnSquare150x150Logo property.</deprecated>
    </member>
    <member name="F:Windows.UI.StartScreen.TileOptions.ShowNameOnWideLogo">
      <summary>Display the name on the wide version of the tile.</summary>
      <deprecated type="deprecate">ShowNameOnWideLogo may be altered or unavailable for releases after Windows 8.1. Instead, use the SecondaryTileVisualElements.ShowNameOnWide310x150Logo property.</deprecated>
    </member>
    <member name="F:Windows.UI.StartScreen.TileOptions.CopyOnDeployment">
      <summary>The tile will be reacquired from the cloud when the parent app is installed by the user, using their Microsoft account, on another computer. As of Windows 8.1 Preview, secondary tile roaming is the default behavior. In Windows 8, you opted into roaming. As of Windows 8.1 Preview, you opt out. If Windows detects that the running version of the tile's app dates from before Windows 8.1 Preview, the absence of CopyOnDeployment is seen as equivalent to RoamingEnabled="false".</summary>
      <deprecated type="deprecate">CopyOnDeployment may be altered or unavailable for releases after Windows 8.1. Instead, use the RoamingEnabled property.</deprecated>
    </member>
    <member name="T:Windows.UI.StartScreen.TileSize">
      <summary>Specifies the size of tile to pin. Used by some secondary tile constructors.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.TileSize.Default">
      <summary>Use the default size of the app tile.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.TileSize.Square30x30">
      <summary>The image size used in search results, the All Apps view, in semantic zoom, on toast notifications, and in some other parts of the UI.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.TileSize.Square70x70">
      <summary>The small tile used on the Start screen.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.TileSize.Square150x150">
      <summary>The medium tile.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.TileSize.Wide310x150">
      <summary>The wide tile.</summary>
    </member>
    <member name="F:Windows.UI.StartScreen.TileSize.Square310x310">
      <summary>The large tile.</summary>
    </member>
    <member name="T:Windows.UI.StartScreen.VisualElementsRequest">
      <summary>Provides a method to delay the display of the Pin to Start flyout, as well as methods through which you can set the visual elements of the secondary tile to be presented in that flyout as well as alternate versions of the tile that can also be presented as options.</summary>
    </member>
    <member name="P:Windows.UI.StartScreen.VisualElementsRequest.AlternateVisualElements">
      <summary>Gets a set of objects that provide alternate logo images, background and foreground colors, and app name display properties. These alternates are shown to the user in the Pin to Start flyout.</summary>
      <returns>An array of SecondaryTileVisualElements objects, each of which provides the information for an alternate presentation of the secondary tile.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.VisualElementsRequest.Deadline">
      <summary>Gets the approximate time at which the deferral will time-out.</summary>
      <returns>The time at which the deferral will time out.</returns>
    </member>
    <member name="M:Windows.UI.StartScreen.VisualElementsRequest.GetDeferral">
      <summary>Retrieves a deferral object, which allows the app time to provide information and assets used in the Pin to Start flyout.</summary>
      <returns>The deferral object.</returns>
    </member>
    <member name="P:Windows.UI.StartScreen.VisualElementsRequest.VisualElements">
      <summary>Gets a copy of the parent secondary tile's SecondaryTileVisualElements object. The visual elements properties can be set or read through this object.</summary>
      <returns>The object through which you'll access the visual element properties.</returns>
    </member>
    <member name="T:Windows.UI.StartScreen.VisualElementsRequestDeferral">
      <summary>A deferral object used during the creation of the Pin to Start flyout. By using this object, the app can delay the display of the flyout while it gathers the information and assets that will be shown in that flyout.</summary>
    </member>
    <member name="M:Windows.UI.StartScreen.VisualElementsRequestDeferral.Complete">
      <summary>Tells Windows that the app is ready to display the Pin to Start flyout. The app calls this method when it has finished setting the properties that specify what to show in that flyout.</summary>
    </member>
    <member name="T:Windows.UI.StartScreen.VisualElementsRequestedEventArgs">
      <summary>Passed to the SecondaryTile.VisualElementsRequested event handler to provide the visual elements details.</summary>
    </member>
    <member name="P:Windows.UI.StartScreen.VisualElementsRequestedEventArgs.Request">
      <summary>Gets the VisualElementsRequest object for the event.</summary>
      <returns>The object associated with the event.</returns>
    </member>
    <member name="N:Windows.UI.Text">
      <summary>Provides support for working with textual content.</summary>
    </member>
    <member name="T:Windows.UI.Text.CaretType">
      <summary>Specifies the caret type.</summary>
    </member>
    <member name="F:Windows.UI.Text.CaretType.Normal">
      <summary>The insertion point for a sequenced language; that is, characters that are typed with one key stroke.</summary>
    </member>
    <member name="F:Windows.UI.Text.CaretType.Null">
      <summary>The insertion point is null.</summary>
    </member>
    <member name="T:Windows.UI.Text.FindOptions">
      <summary>Specifies the options to use when doing a text search.</summary>
    </member>
    <member name="F:Windows.UI.Text.FindOptions.None">
      <summary>Use the default text search options; namely, use case- independent, arbitrary character boundaries.</summary>
    </member>
    <member name="F:Windows.UI.Text.FindOptions.Word">
      <summary>Match whole words.</summary>
    </member>
    <member name="F:Windows.UI.Text.FindOptions.Case">
      <summary>Match case; that is, a case-sensitive search.</summary>
    </member>
    <member name="T:Windows.UI.Text.FontStretch">
      <summary>Describes the degree to which a font has been stretched, compared to the normal aspect ratio of that font.</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.Undefined">
      <summary>No defined font stretch.</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.UltraCondensed">
      <summary>An ultra-condensed font stretch (50% of normal).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.ExtraCondensed">
      <summary>An extra-condensed font stretch (62.5% of normal).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.Condensed">
      <summary>A condensed font stretch (75% of normal).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.SemiCondensed">
      <summary>A semi-condensed font stretch (87.5% of normal).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.Normal">
      <summary>The normal font stretch that all other font stretch values relate to (100%).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.SemiExpanded">
      <summary>A semi-expanded font stretch (112.5% of normal).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.Expanded">
      <summary>An expanded font stretch (125% of normal).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.ExtraExpanded">
      <summary>An extra-expanded font stretch (150% of normal).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStretch.UltraExpanded">
      <summary>An ultra-expanded font stretch (200% of normal).</summary>
    </member>
    <member name="T:Windows.UI.Text.FontStyle">
      <summary>Represents the style of a font face (for example, normal or italic).</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStyle.Normal">
      <summary>Represents a normal font style.</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStyle.Oblique">
      <summary>Represents an oblique font style.</summary>
    </member>
    <member name="F:Windows.UI.Text.FontStyle.Italic">
      <summary>Represents an italic font style.</summary>
    </member>
    <member name="T:Windows.UI.Text.FontWeight">
      <summary>Refers to the density of a typeface, in terms of the lightness or heaviness of the strokes.</summary>
    </member>
    <member name="F:Windows.UI.Text.FontWeight.Weight">
      <summary>The font weight expressed as a numeric value. See Remarks.</summary>
    </member>
    <member name="T:Windows.UI.Text.FontWeights">
      <summary>Provides a set of predefined font weights as static property values.</summary>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.Black">
      <summary>Specifies a "Black" font weight.</summary>
      <returns>A FontWeight value that represents a "Black" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.Bold">
      <summary>Specifies a "Bold" font weight.</summary>
      <returns>A FontWeight value that represents a "Bold" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.ExtraBlack">
      <summary>Specifies an "ExtraBlack" font weight.</summary>
      <returns>A FontWeight value that represents an "ExtraBlack" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.ExtraBold">
      <summary>Specifies an "ExtraBold" font weight.</summary>
      <returns>A FontWeight value that represents an "ExtraBold" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.ExtraLight">
      <summary>Specifies an "ExtraLight" font weight.</summary>
      <returns>A FontWeight value that represents an "ExtraLight" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.Light">
      <summary>Specifies a "Light" font weight.</summary>
      <returns>A FontWeight value that represents a "Light" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.Medium">
      <summary>Specifies a "Medium" font weight.</summary>
      <returns>A FontWeight value that represents a "Medium" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.Normal">
      <summary>Specifies a "Normal" font weight.</summary>
      <returns>A FontWeight value that represents a "Normal" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.SemiBold">
      <summary>Specifies a "SemiBold" font weight.</summary>
      <returns>A FontWeight value that represents a "SemiBold" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.SemiLight">
      <summary>Specifies a "SemiLight" font weight.</summary>
      <returns>A FontWeight value that represents a "SemiLight" font weight.</returns>
    </member>
    <member name="P:Windows.UI.Text.FontWeights.Thin">
      <summary>Specifies a "Thin" font weight.</summary>
      <returns>A FontWeight value that represents a "Thin" font weight.</returns>
    </member>
    <member name="T:Windows.UI.Text.FormatEffect">
      <summary>Defines values that indicate the state of a character or paragraph formatting property.</summary>
    </member>
    <member name="F:Windows.UI.Text.FormatEffect.Off">
      <summary>Turns off the property.</summary>
    </member>
    <member name="F:Windows.UI.Text.FormatEffect.On">
      <summary>Turns on the property.</summary>
    </member>
    <member name="F:Windows.UI.Text.FormatEffect.Toggle">
      <summary>Toggles the current setting.</summary>
    </member>
    <member name="F:Windows.UI.Text.FormatEffect.Undefined">
      <summary>No change.</summary>
    </member>
    <member name="T:Windows.UI.Text.HorizontalCharacterAlignment">
      <summary>Specifies the horizontal position of a character relative to a bounding rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Text.HorizontalCharacterAlignment.Left">
      <summary>The character is at the left edge of the bounding rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Text.HorizontalCharacterAlignment.Right">
      <summary>The character is at the right edge of the bounding rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Text.HorizontalCharacterAlignment.Center">
      <summary>The character is at the center of the bounding rectangle.</summary>
    </member>
    <member name="T:Windows.UI.Text.ITextCharacterFormat">
      <summary>Defines the default character formatting attributes of a document, or the current character formatting attributes of a text range.</summary>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.AllCaps">
      <summary>Gets or sets whether the characters are all uppercase.</summary>
      <returns>The uppercase state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.BackgroundColor">
      <summary>Gets or sets the text background (highlight) color.</summary>
      <returns>The text background color.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Bold">
      <summary>Gets or sets whether the characters are bold.</summary>
      <returns>The bold state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.FontStretch">
      <summary>Gets or sets the degree to which the font is stretched, compared to the normal aspect ratio of the font.</summary>
      <returns>The degree to which the font is stretched.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.FontStyle">
      <summary>Gets or sets the style of the font face, such as normal or italic.</summary>
      <returns>The font style.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.ForegroundColor">
      <summary>Gets or sets the foreground, or text, color.</summary>
      <returns>The foreground color.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextCharacterFormat.GetClone">
      <summary>Creates a new object that is identical to this character format object.</summary>
      <returns>The duplicate character format object.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Hidden">
      <summary>Gets or sets whether characters are hidden.</summary>
      <returns>The hidden state.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextCharacterFormat.IsEqual(Windows.UI.Text.ITextCharacterFormat)">
      <summary>Determines whether this character format object has the same properties as the specified character format object.</summary>
      <returns>True if the objects have the same properties, or false if they don't.</returns>
      <param name="format">The character format object to compare against.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Italic">
      <summary>Gets or sets whether characters are in italics.</summary>
      <returns>The italicized state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Kerning">
      <summary>Gets or sets the minimum font size at which kerning occurs.</summary>
      <returns>The kerning size, in floating-point points.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.LanguageTag">
      <summary>Gets or sets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the characters.</summary>
      <returns>The language tag.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.LinkType">
      <summary>Gets the link type of the text.</summary>
      <returns>The link type.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Name">
      <summary>Gets or sets the font name.</summary>
      <returns>The font name.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Outline">
      <summary>Gets or sets whether characters are displayed as outlined characters.</summary>
      <returns>The outlined state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Position">
      <summary>Gets or sets the character offset relative to the baseline.</summary>
      <returns>The character offset, in floating-point points.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.ProtectedText">
      <summary>Gets or sets whether the characters are protected against attempts to modify them.</summary>
      <returns>The protected state.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextCharacterFormat.SetClone(Windows.UI.Text.ITextCharacterFormat)">
      <summary>Sets the character formatting by copying another text character formatting object.</summary>
      <param name="value">The character formatting to apply.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Size">
      <summary>Gets or sets the font size.</summary>
      <returns>The font size, in floating-point points.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.SmallCaps">
      <summary>Gets or sets whether characters are in small capital letters.</summary>
      <returns>The small capitals state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Spacing">
      <summary>Gets or sets the amount of horizontal spacing between characters.</summary>
      <returns>The amount of horizontal spacing, in floating-point points.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Strikethrough">
      <summary>Gets or sets whether characters are displayed with a horizontal line through the center.</summary>
      <returns>The strikethrough state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Subscript">
      <summary>Gets or sets whether characters are displayed as subscript.</summary>
      <returns>The subscript state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Superscript">
      <summary>Gets or sets whether characters are displayed as superscript.</summary>
      <returns>The superscript state.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.TextScript">
      <summary>Gets or sets the character repertoire.</summary>
      <returns>The character repertoire.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Underline">
      <summary>Gets or sets the type of underlining that the characters use.</summary>
      <returns>The type of underlining.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextCharacterFormat.Weight">
      <summary>Gets or sets the font weight of the characters.</summary>
      <returns>The font weight expressed as a numeric value. See Remarks.</returns>
    </member>
    <member name="T:Windows.UI.Text.ITextDocument">
      <summary>Provides access to the content of a document, providing a way to load and save the document to a stream, retrieve text ranges, get the active selection, set default formatting attributes, and so on.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.ApplyDisplayUpdates">
      <summary>Decrements an internal counter that controls whether text updates are displayed immediately or batched.</summary>
      <returns>The value of the internal counter.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.BatchDisplayUpdates">
      <summary>Increments an internal counter that controls whether text updates are displayed immediately or batched.</summary>
      <returns>The value of the internal counter.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.BeginUndoGroup">
      <summary>Turns on undo grouping.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.CanCopy">
      <summary>Determines whether document content can be copied to the Clipboard.</summary>
      <returns>True if copying to the Clipboard is allowed; otherwise false.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.CanPaste">
      <summary>Determines whether the Clipboard has content that can be pasted into the document.</summary>
      <returns>True if the Clipboard has content that can be pasted into the document; otherwise false.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.CanRedo">
      <summary>Determines whether one or more redo operations exist.</summary>
      <returns>True if one or more redo operations exist; otherwise false.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.CanUndo">
      <summary>Determines whether one or more undo operations exist.</summary>
      <returns>True if one or more undo operations exist; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextDocument.CaretType">
      <summary>Gets or sets the caret type.</summary>
      <returns>The caret type.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextDocument.DefaultTabStop">
      <summary>Gets or sets the default tab spacing.</summary>
      <returns>The new default tab spacing. The default value is 36.0 points, or 0.5 inches.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.EndUndoGroup">
      <summary>Turns off undo grouping.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.GetDefaultCharacterFormat">
      <summary>Retrieves the default character formatting attributes of the document.</summary>
      <returns>The default character formatting attributes.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.GetDefaultParagraphFormat">
      <summary>Retrieves the default paragraph formatting attributes of the document.</summary>
      <returns>The default paragraph formatting attributes.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.GetRange(System.Int32,System.Int32)">
      <summary>Retrieves a new text range for the active story of the document.</summary>
      <returns>The new text range.</returns>
      <param name="startPosition">The starting position of the new text range, relative to the beginning of the story.</param>
      <param name="endPosition">The ending position of the new text range.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.GetRangeFromPoint(Windows.Foundation.Point,Windows.UI.Text.PointOptions)">
      <summary>Retrieves the degenerate (empty) text range at, or nearest to, a particular point on the screen.</summary>
      <returns>The text range object.</returns>
      <param name="point">The location of the point on the screen, in screen coordinates.</param>
      <param name="options">The alignment type of the specified point.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.GetText(Windows.UI.Text.TextGetOptions,System.String@)">
      <summary>Gets the text in the active story (document).</summary>
      <param name="options">The text retrieval options.</param>
      <param name="value">The text in the active story.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.LoadFromStream(Windows.UI.Text.TextSetOptions,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Loads a document from a stream.</summary>
      <param name="options">The text options to use for the loading the document.</param>
      <param name="value">The random access stream that contains the document.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.Redo">
      <summary>Reverses the most recent undo operation.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.SaveToStream(Windows.UI.Text.TextGetOptions,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Saves the document to a stream.</summary>
      <param name="options">The text options for saving the document.</param>
      <param name="value">The random access stream for saving the document.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextDocument.Selection">
      <summary>Gets the active text selection.</summary>
      <returns>The active text selection.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.SetDefaultCharacterFormat(Windows.UI.Text.ITextCharacterFormat)">
      <summary>Sets the default character formatting attributes of the document.</summary>
      <param name="value">The new default character formatting attributes.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.SetDefaultParagraphFormat(Windows.UI.Text.ITextParagraphFormat)">
      <summary>Sets the default paragraph formatting attributes of the document.</summary>
      <param name="value">The default paragraph formatting attributes.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.SetText(Windows.UI.Text.TextSetOptions,System.String)">
      <summary>Sets the text of the document.</summary>
      <param name="options">Options controlling how the text is inserted into the document.</param>
      <param name="value">The new text.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextDocument.Undo">
      <summary>Undoes the most recent undo group.</summary>
    </member>
    <member name="P:Windows.UI.Text.ITextDocument.UndoLimit">
      <summary>Gets or sets the maximum number of actions that can be stored in the undo queue.</summary>
      <returns>The maximum number of undo actions.</returns>
    </member>
    <member name="T:Windows.UI.Text.ITextParagraphFormat">
      <summary>Defines the default paragraph formatting attributes of a document, or the current paragraph formatting attributes of a text range.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.AddTab(System.Single,Windows.UI.Text.TabAlignment,Windows.UI.Text.TabLeader)">
      <summary>Adds a new tab at the specified position.</summary>
      <param name="position">The position of the new tab, in floating-point points relative to the left side of the page for left-to-right paragraphs, or the right side of the page for right-to-left paragraphs. A maximum of 63 tabs are allowed. Tabs beyond the page are ignored. Negative tabs are not valid.</param>
      <param name="align">The alignment option for the tab position.</param>
      <param name="leader">The character used to fill the space taken by a tab character.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.Alignment">
      <summary>Gets or sets the paragraph alignment.</summary>
      <returns>The paragraph alignment value.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.ClearAllTabs">
      <summary>Clears all tabs, reverting to equally spaced tabs with the default tab spacing.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.DeleteTab(System.Single)">
      <summary>Deletes the tab at the specified position.</summary>
      <param name="position">The position of the tab to delete, in floating-point points.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.FirstLineIndent">
      <summary>Gets the amount used to indent the first line of a paragraph relative to the left indent.</summary>
      <returns>The first line indentation amount, in floating-point points.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.GetClone">
      <summary>Creates a new object that is identical to this paragraph format object.</summary>
      <returns>The duplicate paragraph format object.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.GetTab(System.Int32,System.Single@,Windows.UI.Text.TabAlignment@,Windows.UI.Text.TabLeader@)">
      <summary>Retrieves information about the specified tab.</summary>
      <param name="index">The zero-based index of the tab to retrieve.</param>
      <param name="position">The tab's position, in floating-point points. This parameter is zero if the tab does not exist.</param>
      <param name="align">The alignment option for the tab position.</param>
      <param name="leader">The character used to fill the space taken by a tab character.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.IsEqual(Windows.UI.Text.ITextParagraphFormat)">
      <summary>Determines whether this paragraph format object has the same properties as the specified paragraph format object.</summary>
      <returns>True if the objects have the same properties, or false if they don't.</returns>
      <param name="format">The paragraph format object to compare against.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.KeepTogether">
      <summary>Gets or sets whether page breaks are allowed in paragraphs.</summary>
      <returns>A value that indicates whether page breaks are allowed.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.KeepWithNext">
      <summary>Gets or sets whether page breaks are allowed between paragraphs in a range.</summary>
      <returns>The value that indicates whether page breaks are allowed.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.LeftIndent">
      <summary>Gets the amount used to indent all lines except the first line of a paragraph.</summary>
      <returns>The amount of left indentation, in floating-point points. Indentation is relative to the left margin.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.LineSpacing">
      <summary>Gets the paragraph line-spacing value.</summary>
      <returns>The line spacing value. The meaning depends on the value of the LineSpacingRule property. The line spacing value is in floating-point points except when the line-spacing rule is Multiple or Percent.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.LineSpacingRule">
      <summary>Gets the paragraph line-spacing rule.</summary>
      <returns>The paragraph line-spacing rule.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.ListAlignment">
      <summary>Gets or sets the alignment to use for bulleted and numbered lists.</summary>
      <returns>The alignment for bulleted and numbered lists.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.ListLevelIndex">
      <summary>Gets or sets the list level index used with paragraphs.</summary>
      <returns>The list level index. It can be a value of 0 or higher, as described in the following table. Value Meaning 0 No list. 1 First-level (outermost) list. 2 Second-level (nested) list. This is nested under a level 1 list item. 3 Third-level (nested) list. This is nested under a level 2 list item. And so on Nesting continues similarly. Up to three levels are common in HTML documents.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.ListStart">
      <summary>Gets or sets the starting value or code of a list numbering sequence.</summary>
      <returns>The starting value or code of a list numbering sequence.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.ListStyle">
      <summary>Gets or sets the style used to mark the item paragraphs in a list.</summary>
      <returns>The style used to mark the item paragraphs.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.ListTab">
      <summary>Gets or sets the list tab setting, which is the distance between the first indent and the start of the text on the first line.</summary>
      <returns>The list tab setting.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.ListType">
      <summary>Gets or sets the kind of characters used to mark the item paragraphs in a list.</summary>
      <returns>The kind of characters used to mark the item paragraphs.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.NoLineNumber">
      <summary>Gets or sets whether paragraph numbering is suppressed.</summary>
      <returns>A value that indicates whether line numbering is suppressed.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.PageBreakBefore">
      <summary>Gets or sets whether there is a page break before a paragraph.</summary>
      <returns>A value that indicates whether there is page break.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.RightIndent">
      <summary>Gets or sets the right margin of a paragraph.</summary>
      <returns>The size of the right margin, in floating-point points.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.RightToLeft">
      <summary>Gets or sets whether the paragraph uses right-to-left formatting.</summary>
      <returns>A value that indicates whether the paragraph uses right-to-left formatting.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.SetClone(Windows.UI.Text.ITextParagraphFormat)">
      <summary>Sets the paragraph formatting by copying another paragraph formatting object.</summary>
      <param name="format">The paragraph formatting to apply.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.SetIndents(System.Single,System.Single,System.Single)">
      <summary>Sets the first-line indent, the left indent, and the right indent for a paragraph.</summary>
      <param name="start">The indent of the first line in a paragraph, relative to the left indent. The value is in floating-point points and can be positive or negative.</param>
      <param name="left">The left indent of all lines except the first line in a paragraph, relative to the left margin. The value is in floating-point points and can be positive or negative.</param>
      <param name="right">The right indent of all lines in a paragraph, relative to the right margin. The value is in floating-point points and can be positive or negative. This value is optional.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextParagraphFormat.SetLineSpacing(Windows.UI.Text.LineSpacingRule,System.Single)">
      <summary>Sets the paragraph line-spacing rule and the amount of line spacing for a paragraph.</summary>
      <param name="rule">The new line-spacing rule.</param>
      <param name="spacing">The new line spacing amount. If the line-spacing rule interprets the spacing value as a linear dimension, spacing is given in floating-point points.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.SpaceAfter">
      <summary>Gets or sets the amount of vertical space that follows a paragraph.</summary>
      <returns>The amount of vertical space, in floating-point points.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.SpaceBefore">
      <summary>Gets or sets the amount of vertical space above a paragraph.</summary>
      <returns>The amount of vertical space, in floating-point points.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.Style">
      <summary>Gets or sets the paragraph style.</summary>
      <returns>The paragraph style.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.TabCount">
      <summary>Retrieves the tab count.</summary>
      <returns>The tab count.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextParagraphFormat.WidowControl">
      <summary>Gets or sets whether widow and orphan suppression is on or off.</summary>
      <returns>The state of window and orphan suppression.</returns>
    </member>
    <member name="T:Windows.UI.Text.ITextRange">
      <summary>Represents a span of continuous text in a document, and provides powerful editing and data-binding properties and methods that allow an app to select, examine, and change document text.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.CanPaste(System.Int32)">
      <summary>Determines whether the Clipboard contains content that can be pasted, using a specified format, into the current text range.</summary>
      <returns>True if the Clipboard content can be pasted into the text range in the specified format, and otherwise false.</returns>
      <param name="format">The clipboard format. Zero represents the best format, which usually is Rich Text Format (RTF), but CF_UNICODETEXT and other formats are also possible. The default value is zero.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.ChangeCase(Windows.UI.Text.LetterCase)">
      <summary>Changes the case of letters in a text range.</summary>
      <param name="value">The new case of letters in the text range. The default value is Lower.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.Character">
      <summary>Gets or sets the first character of the text range; that is, the character associated with the StartPosition property.</summary>
      <returns>The value of the first character in the text range.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.CharacterFormat">
      <summary>Gets or sets the character formatting attributes of the text range.</summary>
      <returns>The character formatting attributes.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.Collapse(System.Boolean)">
      <summary>Collapses the text range into a degenerate point at either the beginning or end of the range.</summary>
      <param name="value">True collapses at the start of the text range, and false collapses at the end of the range. The default value is true.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.Copy">
      <summary>Copies the text of the text range to the Clipboard.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.Cut">
      <summary>Moves the text of the text range to the Clipboard.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.Delete(Windows.UI.Text.TextRangeUnit,System.Int32)">
      <summary>Deletes text from the text range.</summary>
      <returns>The number of units deleted. Deleting the text in a nondegenerate text range counts as one unit.</returns>
      <param name="unit">The unit of text to delete.</param>
      <param name="count">The number of units to delete. See Remarks.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.EndOf(Windows.UI.Text.TextRangeUnit,System.Boolean)">
      <summary>Moves or extends the text range to the end of the nearest specified text unit. The text range is moved or extended forward in the document.</summary>
      <returns>The number of character positions that the range was moved or extended, plus 1 if the text range collapsed to the start of the range. If the text range includes the final carriage return (CR) at the end of the story, and extend is false, the return value is set to -1 to indicate that the collapse occurred before the end of the range. This is because an insertion point cannot exist beyond the final CR.</returns>
      <param name="unit">The unit by which to move the end position of the text range.</param>
      <param name="extend">True extends the text range by moving just the end position of the range to the end of the specified unit. False moves both ends of the text range to the end of the specified unit. The default value is false.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.EndPosition">
      <summary>Gets or sets the end character position of the text range.</summary>
      <returns>The end character position.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.Expand(Windows.UI.Text.TextRangeUnit)">
      <summary>Expands a text range to completely contain any partial text units.</summary>
      <returns>The number of characters added to the text range, if the range was expanded to include a partially contained unit.</returns>
      <param name="unit">The text unit to use to expand the range. The default value is Word.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.FindText(System.String,System.Int32,Windows.UI.Text.FindOptions)">
      <summary>Searches for a particular text string in a range and, if found, selects the string.</summary>
      <returns>The length of the matching text string, or zero if no matching string is found.</returns>
      <param name="value">The text string to search for.</param>
      <param name="scanLength">The maximum number of characters to search. It can be one of the following.</param>
      <param name="options">The options to use when doing the text search.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.FormattedText">
      <summary>Gets or sets an ITextRange object with the formatted text of the specified range.</summary>
      <returns>The formatted text.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.GetCharacterUtf32(System.UInt32@,System.Int32)">
      <summary>Retrieves the Unicode Transformation Format (UTF)-32 character code of the character at the specified offset from the end of the text range.</summary>
      <param name="value">The character value.</param>
      <param name="offset">The offset from the end of the text range.If offset isThe method returns this character0The character at the end of the rangein the middle of a surrogate pairThe corresponding UTF-32 character</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.GetClone">
      <summary>Creates a new object that is identical to this text range object.</summary>
      <returns>The duplicate text range object.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.GetIndex(Windows.UI.Text.TextRangeUnit)">
      <summary>Retrieves the story index of the text unit (word, line, sentence, paragraph, and so on) at the starting character position of the text range.</summary>
      <returns>The index value. The value is zero if unit does not exist.</returns>
      <param name="unit">The text unit that is indexed.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.GetPoint(Windows.UI.Text.HorizontalCharacterAlignment,Windows.UI.Text.VerticalCharacterAlignment,Windows.UI.Text.PointOptions,Windows.Foundation.Point@)">
      <summary>Retrieves the screen coordinates of a particular location in the text range.</summary>
      <param name="horizontalAlign">The horizontal position to retrieve, relative to the bounding rectangle of the text range.</param>
      <param name="verticalAlign">The vertical position to retrieve, relative to the bounding rectangle of the text range.</param>
      <param name="options">The options for retrieving the coordinates of the specified location in the text range.</param>
      <param name="point">A structure that receives the coordinates of the specified location in the text range, represented as an ordered pair of floating-point x- and y-coordinates that define a point in a two-dimensional plane.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.GetRect(Windows.UI.Text.PointOptions,Windows.Foundation.Rect@,System.Int32@)">
      <summary>Retrieves the bounding rectangle that encompasses the text range on the screen.</summary>
      <param name="options">A value that indicates the rectangle to retrieve.</param>
      <param name="rect">A structure that contains four floating-point numbers that represent the location and size of the bounding rectangle.</param>
      <param name="hit">The hit-test value for the text range.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.GetText(Windows.UI.Text.TextGetOptions,System.String@)">
      <summary>Retrieves the text in a text range according to the specified conversion flags.</summary>
      <param name="options">The conversion flags that control how the text is retrieved.</param>
      <param name="value">The text in the text range.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.GetTextViaStream(Windows.UI.Text.TextGetOptions,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Retrieves the text in the text range according to the specified conversion flags, as a random access stream.</summary>
      <param name="options">The conversion flags that control how the text is retrieved. A value of default retrieves the plain text in the text range.</param>
      <param name="value">The text stream.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.Gravity">
      <summary>Gets or sets the gravity of the text range.</summary>
      <returns>The gravity of the text range.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.InRange(Windows.UI.Text.ITextRange)">
      <summary>Determines whether this range is in or at the same text as a specified range.</summary>
      <returns>The comparison result. The result can be null. The method returns True if the range is in or at the same text as ITextRange; otherwise it returns False.</returns>
      <param name="range">Text that is compared to the current range.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.InsertImage(System.Int32,System.Int32,System.Int32,Windows.UI.Text.VerticalCharacterAlignment,System.String,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Inserts an image into this range.</summary>
      <param name="width">The width of the image, in Device-independent pixels (DIPs).</param>
      <param name="height">The height of the image, in DIPs.</param>
      <param name="ascent">If verticalAlign is Baseline, this parameter is the distance, in DIPs, that the top of the image extends above the text baseline. If verticalAlign is Baseline and ascent is zero, the bottom of the image is placed at the text baseline.</param>
      <param name="verticalAlign">The vertical alignment of the image.</param>
      <param name="alternateText">The alternate text for the image.</param>
      <param name="value">The stream that contains the image data.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.InStory(Windows.UI.Text.ITextRange)">
      <summary>Determines whether this range's story is the same as a specified range's story.</summary>
      <returns>The comparison result. The result can be null. The method returns True if this range's story is the same as that of the ITextRange; otherwise it returns False.</returns>
      <param name="range">The ITextRange object whose story is compared to this range's story.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.IsEqual(Windows.UI.Text.ITextRange)">
      <summary>Determines whether this range has the same character positions and story as those of a specified range.</summary>
      <returns>True if this text range has the same character positions and story as range, and otherwise false.</returns>
      <param name="range">The text range to compare to this text range.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.Length">
      <summary>Gets the count of characters in the text range.</summary>
      <returns>The count of characters.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.Link">
      <summary>Gets or sets the URL text associated with a text range.</summary>
      <returns>The URL as text.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.MatchSelection">
      <summary>Sets the start and end positions of this range to match the active selection.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.Move(Windows.UI.Text.TextRangeUnit,System.Int32)">
      <summary>Moves the insertion point forward or backward by the specified number of units. If the text range is nondegenerate, it is collapsed to an insertion point at the start or end position of the text range, depending on count, and then is moved.</summary>
      <returns>The actual number of units the insertion point moves. For more information, see the Remarks section.</returns>
      <param name="unit">The units to move the insertion point. The default value is Character.</param>
      <param name="count">The number of units to move the insertion point. The default value is 1. If count is greater than zero, the insertion point moves forward, toward the end of the story. If count is less than zero, the insertion point moves backward, toward the beginning of the story. If count is zero, the range is unchanged.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.MoveEnd(Windows.UI.Text.TextRangeUnit,System.Int32)">
      <summary>Moves the end position of the text range.</summary>
      <returns>The actual number of units that the end position of the text range moved.</returns>
      <param name="unit">The unit by which to move the end position of the text range. The default value is Character.</param>
      <param name="count">The number of units to move the end position of the text range. The default value is 1. If count is greater than zero, the end position moves forward, toward the end of the story. If count is less than zero, the end position move backward, toward the beginning of the story. If count is zero, the end position does not move.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.MoveStart(Windows.UI.Text.TextRangeUnit,System.Int32)">
      <summary>Moves the start position of a text range.</summary>
      <returns>The actual number of units that the start position moved. The pointer can be NULL.</returns>
      <param name="unit">The unit by which to move the start position of the text range. The default value is Character.</param>
      <param name="count">The number of units to move the start position of the text range. The default value is 1. If count is greater than zero, the start position of the text range moves forward, toward the end of the story. If count is less than zero, the start position of the text range moves backward, toward the beginning of the story. If count is zero, the start position doesn't move.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.ParagraphFormat">
      <summary>Gets or sets the paragraph formatting attributes of the text range.</summary>
      <returns>The paragraph formatting attributes.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.Paste(System.Int32)">
      <summary>Pastes text from the Clipboard into the text range.</summary>
      <param name="format">The clipboard format to use in the paste operation. Zero represents the best format, which usually is Rich Text Format (RTF), but CF_UNICODETEXT and other formats are also possible. The default value is zero.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.ScrollIntoView(Windows.UI.Text.PointOptions)">
      <summary>Scrolls this text range into view.</summary>
      <param name="value">The end of the text range to scroll into view. This function uses only the Start, NoHorizontalScroll, and NoVerticalScroll values of the PointOptions enumeration.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.SetIndex(Windows.UI.Text.TextRangeUnit,System.Int32,System.Boolean)">
      <summary>Moves the text range to the specified unit of the story.</summary>
      <param name="unit">The unit used to move the text range.</param>
      <param name="index">The index of the specified unit. The text range is relocated to the unit that has this index. If unit is positive, the numbering of units begins at the start of the story and proceeds forward. If negative, the numbering begins at the end of the story and proceeds backward. The start of the story corresponds to index = 1 for all existing units, and the last unit in the story corresponds to index = 1.</param>
      <param name="extend">Indicates how to change the text range. True extends the text range to include the unit by moving only the end position of the text range. False collapses the text range to an insertion point and then moves the insertion point. The default value is false.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.SetPoint(Windows.Foundation.Point,Windows.UI.Text.PointOptions,System.Boolean)">
      <summary>Changes the text range based on the specified point.</summary>
      <param name="point">An ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.</param>
      <param name="options">The alignment type of the specified point.</param>
      <param name="extend">Indicates how to set the endpoints of the text range. If extend is 0, the text range is an insertion point located at the specified point, or at the nearest point with selectable text. If extend is 1, the endpoint specified by options is moved to the point and the other endpoint is left alone. The default value is 0.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.SetRange(System.Int32,System.Int32)">
      <summary>Sets the endpoints of the text range to the specified values.</summary>
      <param name="startPosition">The character position for the start of the text range. This parameter must be less than endPosition.</param>
      <param name="endPosition">The character position for the end of the text range.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.SetText(Windows.UI.Text.TextSetOptions,System.String)">
      <summary>Replaces the text in the text range.</summary>
      <param name="options">The conversion flags that control how the text is inserted in the text range.</param>
      <param name="value">The new text.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.SetTextViaStream(Windows.UI.Text.TextSetOptions,Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Sets the text in the text range based on the contents of a random access stream.</summary>
      <param name="options">The text options.</param>
      <param name="value">The random access stream.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextRange.StartOf(Windows.UI.Text.TextRangeUnit,System.Boolean)">
      <summary>Moves or extends the text range to the start of the nearest specified text unit. The text range is moved or extended backward in the document.</summary>
      <returns>The number of characters the insertion point or start position is moved. Note that this value is always less than or equal to zero, since the motion is always toward the beginning of the story.</returns>
      <param name="unit">The unit by which to move the start position of the text range. The default value is Word.</param>
      <param name="extend">True extends the text range by moving just the start position of the range to the start of the specified unit. False moves both ends of the text range to the start of the specified unit. The default value is false.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.StartPosition">
      <summary>Gets or sets the start position of the text range.</summary>
      <returns>The character position to set as the start position of the text range.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.StoryLength">
      <summary>Gets the count of characters in the story of the text range.</summary>
      <returns>The count of characters in the story.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextRange.Text">
      <summary>Gets or sets the plain text of the text range.</summary>
      <returns>The plain text.</returns>
    </member>
    <member name="T:Windows.UI.Text.ITextSelection">
      <summary>Represents the currently selected text of a document.</summary>
    </member>
    <member name="M:Windows.UI.Text.ITextSelection.EndKey(Windows.UI.Text.TextRangeUnit,System.Boolean)">
      <summary>Moves the insertion point or the active end of the text selection to the end of the specified unit, mimicking the functionality of the End key.</summary>
      <returns>The number of units that the insertion point or the active end is moved.</returns>
      <param name="unit">The units by which to move the insertion point or active end. The following values are valid.</param>
      <param name="extend">Indicates how to change the selection. True extends the selection by moving only the active end. False collapses the selection to an insertion point and then moves the insertion point. The default value is false.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextSelection.HomeKey(Windows.UI.Text.TextRangeUnit,System.Boolean)">
      <summary>Moves the insertion point or the active end of the text selection to the home position, mimicking the functionality of the Home key.</summary>
      <returns>The number of units that the insertion point or the active end is moved.</returns>
      <param name="unit">The units by which to move the insertion point or active end. The following values are valid.</param>
      <param name="extend">Indicates how to change the selection. True extends the selection by moving only the active end. False collapses the selection to an insertion point and then moves the insertion point. The default value is false.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextSelection.MoveDown(Windows.UI.Text.TextRangeUnit,System.Int32,System.Boolean)">
      <summary>Moves the insertion point or the active end of the text selection down, mimicking the functionality of the Down Arrow or Page Down key.</summary>
      <returns>The number of units that the insertion point or active end moved down. Collapsing the selection counts as one unit.</returns>
      <param name="unit">The units by which to move the insertion point or active end. The following values are valid. Value Corresponding key combination Meaning Line Down Arrow Moves down one line. This is the default. Paragraph Ctrl+Down Arrow Moves down one paragraph. Screen Page Down Moves down one screen. Window Ctrl+Page Down Moves to the last character in the window.</param>
      <param name="count">The number of units to move. The default value is 1.</param>
      <param name="extend">Indicates how to change the selection. True extends the selection by moving only the active end. False collapses the selection to an insertion point and then moves the insertion point. The default value is false.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextSelection.MoveLeft(Windows.UI.Text.TextRangeUnit,System.Int32,System.Boolean)">
      <summary>Moves the insertion point or the active end of the text selection to the left, mimicking the functionality of the Left Arrow key.</summary>
      <returns>The number of units that the insertion point or active end moved. Collapsing the selection counts as one unit.</returns>
      <param name="unit">The units by which to move the insertion point or active end. The following values are valid. Value Corresponding key combination Meaning Character Left Arrow Move one character position to the left. This is the default. Word Ctrl+Left Arrow Move one word to the left.</param>
      <param name="count">The number of units to move. The default value is 1. If count is less than zero, movement is to the right.</param>
      <param name="extend">Indicates how to change the selection. True extends the selection by moving only the active end. False collapses the selection to an insertion point and then moves the insertion point. The default value is false.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextSelection.MoveRight(Windows.UI.Text.TextRangeUnit,System.Int32,System.Boolean)">
      <summary>Moves the insertion point or the active end of the text selection to the right, mimicking the functionality of the Right Arrow key.</summary>
      <returns>The number of units that the insertion point or active end moved. Collapsing the selection counts as one unit.</returns>
      <param name="unit">The units by which to move the insertion point or active end. The following values are valid. Value Corresponding key combination Meaning Character Right Arrow Move one character position to the right. This is the default. Word Ctrl+Right Arrow Move one word to the right.</param>
      <param name="count">The number of units to move. The default value is 1. If count is less than zero, movement is to the left.</param>
      <param name="extend">Indicates how to change the selection. True extends the selection by moving only the active end. False collapses the selection to an insertion point and then moves the insertion point. The default value is false.</param>
    </member>
    <member name="M:Windows.UI.Text.ITextSelection.MoveUp(Windows.UI.Text.TextRangeUnit,System.Int32,System.Boolean)">
      <summary>Moves the insertion point or the active end of the text selection up, mimicking the functionality of the Up Arrow or Page Up keys.</summary>
      <returns>The number of units the insertion point or active end is moved down. Collapsing the selection counts as one unit.</returns>
      <param name="unit">The units by which to move the insertion point or active end. The following values are valid. Value Corresponding key combination Meaning Line Up Arrow Moves up one line. This is the default. Paragraph Ctrl+Up Arrow Moves up one paragraph. Screen Page Up Moves up one screen. Window Ctrl+Page Up Moves to the first character in the window.</param>
      <param name="count">The number of units to move. The default value is 1.</param>
      <param name="extend">Indicates how to change the selection. True extends the selection by moving only the active end. False collapses the selection to an insertion point and then moves the insertion point. The default value is false.</param>
    </member>
    <member name="P:Windows.UI.Text.ITextSelection.Options">
      <summary>Gets and sets text selection options.</summary>
      <returns>The text selection options. Each option is binary, so if a particular option is not set, the text selection has the opposite option. For example, if the Overtype option is not set, the text selection is set to insert mode.</returns>
    </member>
    <member name="P:Windows.UI.Text.ITextSelection.Type">
      <summary>Retrieves the type of text selection.</summary>
      <returns>The selection type.</returns>
    </member>
    <member name="M:Windows.UI.Text.ITextSelection.TypeText(System.String)">
      <summary>Enters text into the selection as if someone typed it.</summary>
      <param name="value">The text string to type into this selection.</param>
    </member>
    <member name="T:Windows.UI.Text.LetterCase">
      <summary>Represents the character case formatting.</summary>
    </member>
    <member name="F:Windows.UI.Text.LetterCase.Lower">
      <summary>Lowercase characters.</summary>
    </member>
    <member name="F:Windows.UI.Text.LetterCase.Upper">
      <summary>Uppercase characters.</summary>
    </member>
    <member name="T:Windows.UI.Text.LineSpacingRule">
      <summary>Specifies options for line-spacing rules.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.Undefined">
      <summary>The line spacing is undefined.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.Single">
      <summary>Single space. The line-spacing value is ignored.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.OneAndHalf">
      <summary>One-and-a-half line spacing. The line-spacing value is ignored.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.Double">
      <summary>Double line spacing. The line-spacing value is ignored.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.AtLeast">
      <summary>The line-spacing value specifies the spacing from one line to the next. However, if the value is less than single spacing, text is single spaced.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.Exactly">
      <summary>The line-spacing value specifies the exact spacing from one line to the next, even if the value is less than single spacing.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.Multiple">
      <summary>The line-spacing value specifies the line spacing, in lines.</summary>
    </member>
    <member name="F:Windows.UI.Text.LineSpacingRule.Percent">
      <summary>The line-spacing value specifies the line spacing by percent of line height.</summary>
    </member>
    <member name="T:Windows.UI.Text.LinkType">
      <summary>Indicates the link type of a range of text.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.Undefined">
      <summary>A mix of link and nonlink attributes.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.NotALink">
      <summary>Not a link.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.ClientLink">
      <summary>A link specified by the client; that is, not an autolink or a friendly-name link.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.FriendlyLinkName">
      <summary>The name part of a friendly-name link. The name is the part that is displayed.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.FriendlyLinkAddress">
      <summary>The address Uniform Resource Identifier (URI) part of friendly-name link. The address it the part that is sent when the user clicks the name.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.AutoLink">
      <summary>A Uniform Resource Identifier (URI) that is automatically recognized.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.AutoLinkEmail">
      <summary>An email address that is automatically recognized.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.AutoLinkPhone">
      <summary>A phone number that is automatically recognized.</summary>
    </member>
    <member name="F:Windows.UI.Text.LinkType.AutoLinkPath">
      <summary>A file name, including the full path, that is automatically recognized.</summary>
    </member>
    <member name="T:Windows.UI.Text.MarkerAlignment">
      <summary>Defines bullet and numbering alignment.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerAlignment.Undefined">
      <summary>The value is undefined.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerAlignment.Left">
      <summary>Text is left aligned.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerAlignment.Center">
      <summary>Text is centered in the line.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerAlignment.Right">
      <summary>Text is right aligned.</summary>
    </member>
    <member name="T:Windows.UI.Text.MarkerStyle">
      <summary>Specifies the style used to mark the item paragraphs in a list.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerStyle.Undefined">
      <summary>The marker style is not defined.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerStyle.Parenthesis">
      <summary>The item marker is followed by a parenthesis, as in 1).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerStyle.Parentheses">
      <summary>The item marker is enclosed in parentheses, as in (1).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerStyle.Period">
      <summary>The item marker is followed by a period.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerStyle.Plain">
      <summary>The item marker appears by itself.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerStyle.Minus">
      <summary>The item marker is followed by a hyphen (-).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerStyle.NoNumber">
      <summary>The items have no markers.</summary>
    </member>
    <member name="T:Windows.UI.Text.MarkerType">
      <summary>Specifies the kind of characters used to mark the item paragraphs in a list.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.Undefined">
      <summary>The list type is not defined.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.None">
      <summary>Not a list paragraph.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.Bullet">
      <summary>The list uses bullets (character code 0x2022).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.Arabic">
      <summary>The list is numbered with Arabic numerals (0, 1, 2, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.LowercaseEnglishLetter">
      <summary>The list is ordered with lowercase letters (a, b, c, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.UppercaseEnglishLetter">
      <summary>The list is ordered with uppercase letters (A, B, C, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.LowercaseRoman">
      <summary>The list is ordered with lowercase Roman letters (i, ii, iii, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.UppercaseRoman">
      <summary>The list is ordered with uppercase Roman letters (I, II, III, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.UnicodeSequence">
      <summary>The value returned by ITextParagraphFormat.ListStart is treated as the first code in a Unicode sequence.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.CircledNumber">
      <summary>The list is ordered with Unicode circled numbers</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.BlackCircleWingding">
      <summary>The list is ordered with Wingdings black circled digits</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.WhiteCircleWingding">
      <summary>The list is ordered with Wingdings white circled digits</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.ArabicWide">
      <summary>Full-width ASCII (０, １, ２, ３, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.SimplifiedChinese">
      <summary>Chinese with 十 only in items 10 through 99 (一, 二, 三, 四, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.TraditionalChinese">
      <summary>Chinese with 十 only in items 10 through 19.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.JapanSimplifiedChinese">
      <summary>Chinese with a full-width period, no 十.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.JapanKorea">
      <summary>Chinese with no 十.</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.ArabicDictionary">
      <summary>Arabic alphabetic ( أ ,ب ,ت ,ث ,...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.ArabicAbjad">
      <summary>Arabic abjadi ( أ ,ب ,ج ,د ,...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.Hebrew">
      <summary>Hebrew alphabet (א, ב, ג, ד, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.ThaiAlphabetic">
      <summary>Thai alphabetic (ก, ข,ค, ง, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.ThaiNumeric">
      <summary>Thai numbers (๑, ๒,๓, ๔, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.DevanagariVowel">
      <summary>Devanāgarī vowels (अ, आ, इ, ई, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.DevanagariConsonant">
      <summary>Devanāgarī consonants (क, ख, ग, घ, ...).</summary>
    </member>
    <member name="F:Windows.UI.Text.MarkerType.DevanagariNumeric">
      <summary>Devanāgarī numbers (१, २, ३, ४, ...).</summary>
    </member>
    <member name="T:Windows.UI.Text.ParagraphAlignment">
      <summary>Specifies values for aligning paragraphs.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphAlignment.Undefined">
      <summary>No paragraph alignment is defined.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphAlignment.Left">
      <summary>Text aligns with the left margin.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphAlignment.Center">
      <summary>Text is centered between the margins.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphAlignment.Right">
      <summary>Text aligns with the right margin.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphAlignment.Justify">
      <summary>Text is equally distributed between the margins so that each line of the paragraph, other than the last, is identical in length.</summary>
    </member>
    <member name="T:Windows.UI.Text.ParagraphStyle">
      <summary>Specifies the paragraph style.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Undefined">
      <summary>The paragraph style is undefined.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.None">
      <summary>There is no paragraph style.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Normal">
      <summary>The paragraph style is normal.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading1">
      <summary>The top level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading2">
      <summary>The second level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading3">
      <summary>Third level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading4">
      <summary>Fourth level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading5">
      <summary>Fifth level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading6">
      <summary>Sixth level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading7">
      <summary>Seventh level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading8">
      <summary>Eighth level heading.</summary>
    </member>
    <member name="F:Windows.UI.Text.ParagraphStyle.Heading9">
      <summary>Ninth level heading.</summary>
    </member>
    <member name="T:Windows.UI.Text.PointOptions">
      <summary>Defines options for specifying or retrieving a point.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.None">
      <summary>No options.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.IncludeInset">
      <summary>Add left and top insets to the left and top coordinates of the rectangle, and subtract right and bottom insets from the right and bottom coordinates.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.Start">
      <summary>The start position of the text range.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.ClientCoordinates">
      <summary>Return client coordinates instead of screen coordinates.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.AllowOffClient">
      <summary>Allow points outside of the client area.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.Transform">
      <summary>Transform coordinates using a world transform supplied by the host app.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.NoHorizontalScroll">
      <summary>Horizontal scrolling is disabled.</summary>
    </member>
    <member name="F:Windows.UI.Text.PointOptions.NoVerticalScroll">
      <summary>Vertical scrolling is disabled.</summary>
    </member>
    <member name="T:Windows.UI.Text.RangeGravity">
      <summary>Specifies the gravity for a text range.</summary>
    </member>
    <member name="F:Windows.UI.Text.RangeGravity.UIBehavior">
      <summary>Use selection user interface rules.</summary>
    </member>
    <member name="F:Windows.UI.Text.RangeGravity.Backward">
      <summary>Use the formatting of the previous text run when on a boundary between runs.</summary>
    </member>
    <member name="F:Windows.UI.Text.RangeGravity.Forward">
      <summary>Use the formatting of the following text run when on a boundary between runs.</summary>
    </member>
    <member name="F:Windows.UI.Text.RangeGravity.Inward">
      <summary>The start of the text range has forward gravity, and the end has backward gravity.</summary>
    </member>
    <member name="F:Windows.UI.Text.RangeGravity.Outward">
      <summary>The start of the text range has backward gravity, and the end has forward gravity.</summary>
    </member>
    <member name="T:Windows.UI.Text.SelectionOptions">
      <summary>Describes the options that apply to a selection.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionOptions.StartActive">
      <summary>The start position of the selection is the active end; that is, the end that is changed by pressing Shift+Right Arrow and Shift+Left Arrow.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionOptions.AtEndOfLine">
      <summary>For a degenerate selection (insertion point), the character position at the beginning of a line is the same as the character position at the end of the preceding line. As such, the character position is ambiguous. If this flag is 1, display the caret at the end of the preceding line; otherwise, display it at the beginning of the line.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionOptions.Overtype">
      <summary>Insert/overtype mode is set to overtype.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionOptions.Active">
      <summary>The selection is active; that is, the text control has the input focus.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionOptions.Replace">
      <summary>Typing and pasting replaces the selection.</summary>
    </member>
    <member name="T:Windows.UI.Text.SelectionType">
      <summary>Specifies the type of a selection.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionType.None">
      <summary>No selection and no insertion point.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionType.InsertionPoint">
      <summary>An insertion point.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionType.Normal">
      <summary>A single nondegenerate range.</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionType.InlineShape">
      <summary>An image (see ITextRange.InsertImage).</summary>
    </member>
    <member name="F:Windows.UI.Text.SelectionType.Shape">
      <summary>A shape.</summary>
    </member>
    <member name="T:Windows.UI.Text.TabAlignment">
      <summary>Alignment options for tab positions.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabAlignment.Left">
      <summary>Text is left justified from the tab position. This is the default.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabAlignment.Center">
      <summary>Text is centered on the tab position.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabAlignment.Right">
      <summary>Text is right justified from the tab position.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabAlignment.Decimal">
      <summary>The decimal point is set at the tab position. This is useful for aligning a column of decimal numbers.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabAlignment.Bar">
      <summary>A vertical bar is positioned at the tab position. Text is not affected. Alignment bars on nearby lines at the same position form a continuous vertical line.</summary>
    </member>
    <member name="T:Windows.UI.Text.TabLeader">
      <summary>The character that is used to fill the space taken by a tab character.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabLeader.Spaces">
      <summary>Spaces are used. This is the default.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabLeader.Dots">
      <summary>Dots are used.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabLeader.Dashes">
      <summary>A dashed line is used.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabLeader.Lines">
      <summary>A solid line is used.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabLeader.ThickLines">
      <summary>A thick line is used.</summary>
    </member>
    <member name="F:Windows.UI.Text.TabLeader.Equals">
      <summary>An equal sign is used.</summary>
    </member>
    <member name="T:Windows.UI.Text.TextConstants">
      <summary>Defines a set of constants that are used with various methods in the Windows.UI.Text namespace.</summary>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.AutoColor">
      <summary>Gets the default color.</summary>
      <returns>The default color.</returns>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.MaxUnitCount">
      <summary>Gets the maximum unit count.</summary>
      <returns>The maximum unit count.</returns>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.MinUnitCount">
      <summary>Gets the minimum unit count.</summary>
      <returns>The minimum unit count.</returns>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.UndefinedColor">
      <summary>Gets the undefined color value.</summary>
      <returns>The undefined color.</returns>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.UndefinedFloatValue">
      <summary>Gets the undefined floating-point value.</summary>
      <returns>The undefined floating-point value.</returns>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.UndefinedFontStretch">
      <summary>Gets the undefined font stretch value.</summary>
      <returns>The undefined font stretch value.</returns>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.UndefinedFontStyle">
      <summary>Gets the undefined font style.</summary>
      <returns>The undefined font style.</returns>
    </member>
    <member name="P:Windows.UI.Text.TextConstants.UndefinedInt32Value">
      <summary>Gets the undefined 32-bit integer value.</summary>
      <returns>The undefined 32-bit integer value.</returns>
    </member>
    <member name="T:Windows.UI.Text.TextGetOptions">
      <summary>Specifies options for retrieving the text in a document or text range.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.None">
      <summary>None of the following options is used.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.AdjustCrlf">
      <summary>If the starting character position is in the middle of a construct such as a CRLF (U+000D U+000A), surrogate pair, variation-selector sequence, or table-row delimiter, move to the beginning of the construct.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.UseCrlf">
      <summary>Use carriage return/line feed (CR/LF) in place of a carriage return.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.UseObjectText">
      <summary>Retrieve text including the alternate text for the images in the range.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.AllowFinalEop">
      <summary>Allow retrieving the final end-of-paragraph (EOP) if it's included in the range. This EOP exists in all rich-text controls and cannot be deleted. It does not exist in plain-text controls.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.NoHidden">
      <summary>Don't include hidden text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.IncludeNumbering">
      <summary>Include list numbers.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextGetOptions.FormatRtf">
      <summary>Retrieve Rich Text Format (RTF) instead of plain text. Rich Text Format (RTF) is a BYTE (8-bit) format, but because ITextRange.GetText returns a string, the Rich Text Format (RTF) is returned as WCHARs (16-bit or UTF-16), not bytes, when you call ITextRange.GetText with the FormatRtf value. When you call ITextRange.SetText with FormatRtf, the method accepts an string containing either bytes or WCHARs, but other Rich Text Format (RTF) readers only understand bytes.</summary>
    </member>
    <member name="T:Windows.UI.Text.TextRangeUnit">
      <summary>Specifies the units to use when navigating a text range.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Character">
      <summary>A single character.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Word">
      <summary>A span of alphanumeric characters, an end of paragraph, or punctuation that includes any blanks that follow.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Sentence">
      <summary>A string of text that meets the following criteria:Ends with a period, question mark, or exclamation mark.Is followed by one or more ASCII white space characters (9 through 0xd and 0x20), or the Unicode paragraph separator (0x2029). The trailing white space is part of the sentence.The last sentence in a story does not need to have a period, question mark, or exclamation mark.Other sentences must follow a sentence end and cannot begin with a period, question mark, or exclamation mark. The start of a story qualifies as the start of a Sentence, even if the string there doesn't qualify as a sentence grammatically.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Paragraph">
      <summary>A string of text terminated by an end-of-paragraph mark, such as carriage return/line feed (CR/LF), carriage return (CR), vertical tab(VT), line feed (LF), form feed (FF), or the Unicode paragraph separator (0x2029).</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Line">
      <summary>A single line of text on a display, provided that the display is associated with the range. If no display is associated with a range, Line is treated as Paragraph. A selection automatically has a display.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Story">
      <summary>A story, which is a contiguous range of text in a document. For example, a story can contain one of the various parts of a document, such as the main text of a document, headers and footers, footnotes, or annotations. In a rich edit control, there is only one story per document, although a client can use multiple documents to represent multiple stories.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Screen">
      <summary>The contents of a screen. Typically, a screen is the amount of content associated with the Page Up or Page Down key.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Section">
      <summary>A section.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Window">
      <summary>The characters between the upper-left and lower-right corners of the window.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.CharacterFormat">
      <summary>A text run of characters that all have identical character formatting properties.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.ParagraphFormat">
      <summary>A text run of characters that all have identical paragraph formatting properties.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Object">
      <summary>An embedded object.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.HardParagraph">
      <summary>A paragraph that is ended by a carriage return (CR) or carriage return/line feed (CR/LF).</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Cluster">
      <summary>A complex-script cluster (occurs, for example, in Indic scripts).</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Bold">
      <summary>Bold text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Italic">
      <summary>Italic text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Underline">
      <summary>Underlined text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Strikethrough">
      <summary>Strikethrough text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.ProtectedText">
      <summary>Protected text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Link">
      <summary>Hyperlink text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.SmallCaps">
      <summary>Text in small caps.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.AllCaps">
      <summary>Text in all uppercase.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Hidden">
      <summary>Hidden text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Outline">
      <summary>Outline text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Shadow">
      <summary>Shadow text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Imprint">
      <summary>Imprinted (engraved) text .</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Disabled">
      <summary>Disabled text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Revised">
      <summary>Revised text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Subscript">
      <summary>Text in the subscript character format.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.Superscript">
      <summary>Text in the superscript character format.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.FontBound">
      <summary>Text is in a font-bound font. That is, characters that can't be displayed with the current font were assigned a different font that could display the characters.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextRangeUnit.LinkProtected">
      <summary>Characters in one or more contiguous, friendly-name hyperlinks. To work with single links that might be adjacent, use the Link unit.</summary>
    </member>
    <member name="T:Windows.UI.Text.TextScript">
      <summary>Specifies the character repertoire (typically the script) for a run of character formatting.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Undefined">
      <summary>Undefined</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Ansi">
      <summary>Latin 1 (ANSI)</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.EastEurope">
      <summary>Latin 1 and Latin 2</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Cyrillic">
      <summary>Cyrillic</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Greek">
      <summary>Greek</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Turkish">
      <summary>Turkish (Latin 1 + dotless i, and so on)</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Hebrew">
      <summary>Hebrew</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Arabic">
      <summary>Arabic</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Baltic">
      <summary>From Latin 1 and 2</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Vietnamese">
      <summary>Latin 1 with some combining marks</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Default">
      <summary>Default character repertoire</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Symbol">
      <summary>Symbol character set (not Unicode)</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Thai">
      <summary>Thai</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.ShiftJis">
      <summary>Japanese</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.GB2312">
      <summary>Simplified Chinese</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Hangul">
      <summary>Hangul</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Big5">
      <summary>Traditional Chinese</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.PC437">
      <summary>PC437 character set (disk operating system (DOS))</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Oem">
      <summary>OEM character set (original PC)</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Mac">
      <summary>Main Macintosh character repertoire</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Armenian">
      <summary>Armenian</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Syriac">
      <summary>Syriac</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Thaana">
      <summary>Thaana</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Devanagari">
      <summary>Devanagari</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Bengali">
      <summary>Bangla</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Gurmukhi">
      <summary>Gurmukhi</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Gujarati">
      <summary>Gujarati</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Oriya">
      <summary>Odia</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Tamil">
      <summary>Tamil</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Telugu">
      <summary>Telugu</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Kannada">
      <summary>Kannada</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Malayalam">
      <summary>Malayalam</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Sinhala">
      <summary>Sinhala</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Lao">
      <summary>Lao</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Tibetan">
      <summary>Tibetan</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Myanmar">
      <summary>Myanmar</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Georgian">
      <summary>Georgian</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Jamo">
      <summary>Jamo</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Ethiopic">
      <summary>Ethiopic</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Cherokee">
      <summary>Cherokee</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Aboriginal">
      <summary>Aboriginal</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Ogham">
      <summary>Ogham</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Runic">
      <summary>Runic</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Khmer">
      <summary>Khmer</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Mongolian">
      <summary>Mongolian</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Braille">
      <summary>Braille</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Yi">
      <summary>Yi</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Limbu">
      <summary>Limbu</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.TaiLe">
      <summary>TaiLe</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.NewTaiLue">
      <summary>TaiLu</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.SylotiNagri">
      <summary>Syloti Nagri</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Kharoshthi">
      <summary>Kharoshthi</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Kayahli">
      <summary>Kayahli</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.UnicodeSymbol">
      <summary>Unicode symbol such as math operators</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Emoji">
      <summary>Emoji</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Glagolitic">
      <summary>Glagolitic</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Lisu">
      <summary>Lisu</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Vai">
      <summary>Vai</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.NKo">
      <summary>NKo</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Osmanya">
      <summary>Osmanya</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.PhagsPa">
      <summary>PhagsPa</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Gothic">
      <summary>Gothic</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Deseret">
      <summary>Deseret</summary>
    </member>
    <member name="F:Windows.UI.Text.TextScript.Tifinagh">
      <summary>Tifinagh</summary>
    </member>
    <member name="T:Windows.UI.Text.TextSetOptions">
      <summary>Specifies options for setting the text in a text range.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextSetOptions.None">
      <summary>No text setting option is specified.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextSetOptions.UnicodeBidi">
      <summary>Use the Unicode bidirectional algorithm.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextSetOptions.Unlink">
      <summary>Don't include text as part of a hyperlink.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextSetOptions.Unhide">
      <summary>Don't insert as hidden text.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextSetOptions.CheckTextLimit">
      <summary>Obey the current text limit instead of increasing the limit to fit.</summary>
    </member>
    <member name="F:Windows.UI.Text.TextSetOptions.FormatRtf">
      <summary>Treat input text as Rich Text Format (RTF) (the Rich Text Format (RTF) text will be validated).</summary>
    </member>
    <member name="F:Windows.UI.Text.TextSetOptions.ApplyRtfDocumentDefaults">
      <summary>Apply the Rich Text Format (RTF) default settings for the document. Rich Text Format (RTF) often contains document default properties. These properties are typically ignored when inserting Rich Text Format (RTF) (as distinguished from opening an Rich Text Format (RTF) file).</summary>
    </member>
    <member name="T:Windows.UI.Text.UnderlineType">
      <summary>Specifies the type of character underlining.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Undefined">
      <summary>No underline type is defined.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.None">
      <summary>Characters are not underlined.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Single">
      <summary>A single solid line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Words">
      <summary>Underline words, but not the spaces between words.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Double">
      <summary>Two solid double lines.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Dotted">
      <summary>A dotted line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Dash">
      <summary>A dashed line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.DashDot">
      <summary>Alternating dashes and dots.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.DashDotDot">
      <summary>Single dashes, each followed by two dots.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Wave">
      <summary>A wavy line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Thick">
      <summary>A thick solid line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.Thin">
      <summary>A thin solid line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.DoubleWave">
      <summary>Two wavy lines.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.HeavyWave">
      <summary>A thick wavy line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.LongDash">
      <summary>Long dashes.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.ThickDash">
      <summary>Thick dashes.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.ThickDashDot">
      <summary>Thick, alternating dashes and dots.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.ThickDashDotDot">
      <summary>Thick single dashes, each followed by two thick dots.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.ThickDotted">
      <summary>A thick dotted line.</summary>
    </member>
    <member name="F:Windows.UI.Text.UnderlineType.ThickLongDash">
      <summary>Thick long dashes.</summary>
    </member>
    <member name="T:Windows.UI.Text.VerticalCharacterAlignment">
      <summary>Specifies the vertical position of a character relative to a bounding rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Text.VerticalCharacterAlignment.Top">
      <summary>The character is positioned at the top edge of the bounding rectangle.</summary>
    </member>
    <member name="F:Windows.UI.Text.VerticalCharacterAlignment.Baseline">
      <summary>The character is positioned at the text baseline.</summary>
    </member>
    <member name="F:Windows.UI.Text.VerticalCharacterAlignment.Bottom">
      <summary>The character is positioned at the bottom edge of the bounding rectangle.</summary>
    </member>
    <member name="N:Windows.UI.ViewManagement">
      <summary>Provides classes and enumerations used for managing the settings for an app's view.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.ApplicationViewState">
      <summary>Specifies the set of app view state changes that can be handled.</summary>
      <deprecated type="deprecate">ApplicationViewState may be altered or unavailable for releases after Windows 8.1. Instead, query for window layout sizes directly.</deprecated>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewState.FullScreenLandscape">
      <summary>The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to landscape orientation.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewState.Filled">
      <summary>The current app's view has been reduced to a partial screen view as the result of another app snapping.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewState.Snapped">
      <summary>The current app's view has been snapped.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewState.FullScreenPortrait">
      <summary>The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to portrait orientation.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.ApplicationViewOrientation">
      <summary>Defines the set of display orientation modes for a window (app view).</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewOrientation.Landscape">
      <summary>The window is in landscape orientation, with the display width greater than the height.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewOrientation.Portrait">
      <summary>The window is in portrait orientation, with the display height greater than the width.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.ApplicationViewSwitchingOptions">
      <summary>Defines a set of options for window (app view) switching behaviors.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewSwitchingOptions.Default">
      <summary>Perform the standard animated transition between windows upon switching.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewSwitchingOptions.SkipAnimation">
      <summary>Immediately transition between windows without animation.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ApplicationViewSwitchingOptions.ConsolidateViews">
      <summary>Close the initial window and remove it from the list of recently used apps, and display the window to which the app is switching.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.ViewSizePreference">
      <summary>Defines the set of possible general window (app view) size preferences.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ViewSizePreference.Default">
      <summary>The app does not have a window size preference specified. Windows, rather than the app, sets the size preference, which defaults to UseHalf.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ViewSizePreference.UseLess">
      <summary>The window uses less than 50% of the available horizontal screen pixels.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ViewSizePreference.UseHalf">
      <summary>The window uses 50% (half) of the available horizontal screen pixels.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ViewSizePreference.UseMore">
      <summary>The window uses more than 50% of the available horizontal screen pixels.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ViewSizePreference.UseMinimum">
      <summary>The window uses the minimum horizontal pixel width (either 320 or 500 pixels) specifies in the app's manifest (such as package.appxmanifest).</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.ViewSizePreference.UseNone">
      <summary>The window has no visible component.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.ApplicationView">
      <summary>Defines an instance of a window (app view) and the information that describes it.</summary>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.Title">
      <summary>Gets or sets the displayed title of the window.</summary>
      <returns>The displayed title of the app.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.IsScreenCaptureEnabled">
      <summary>Gets or sets whether screen capture is enabled for the window (app view).</summary>
      <returns>true if screen capture is enabled for the window; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.AdjacentToLeftDisplayEdge">
      <summary>Gets whether the current window (app view) is adjacent to the left edge of the screen.</summary>
      <returns>true if the current window is adjacent to the left edge of the screen; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.AdjacentToRightDisplayEdge">
      <summary>Gets whether the current window (app view) is adjacent to the right edge of the screen.</summary>
      <returns>true if the current window is adjacent to the right edge of the screen; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.Id">
      <summary>Gets the current ID of the window (app view) .</summary>
      <returns>The ID of the window. It should be unique for all windows managed by the app.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.IsFullScreen">
      <summary>Gets whether the window (app view) is full screen or not.</summary>
      <returns>true if the window is full screen; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.IsOnLockScreen">
      <summary>Gets whether the window (app view) is on the Windows lock screen.</summary>
      <returns>true if the calling window is on the lock screen; false if it is not.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.Orientation">
      <summary>Gets the current orientation of the window (app view) with respect to the display.</summary>
      <returns>The current orientation of the calling window.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationView.Value">
      <summary>Gets the state of the current app view.</summary>
      <deprecated type="deprecate">ApplicationView static methods may be altered or unavailable for releases after Windows 8.1. Instead, use ApplicationView.GetForCurrentView to get an instance of ApplicationView.</deprecated>
      <returns>The current state of the running app's view. This state indicates the orientation (landscape or portrait) and whether or not the app is snapped.</returns>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationView.GetApplicationViewIdForWindow(Windows.UI.Core.ICoreWindow)">
      <summary>Gets the window ID that corresponds to a specific CoreWindow managed by the app.</summary>
      <returns>The ID of the window associated with the supplied CoreWindow.</returns>
      <param name="window">Reference to the CoreWindow object that contains a window handle used by the app.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationView.GetForCurrentView">
      <summary>Gets the window (app view) for the current app.</summary>
      <returns>An ApplicationView instance that can be used to get and set window display properties.</returns>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationView.TryUnsnap">
      <summary>Attempts to unsnap a previously snapped app.</summary>
      <deprecated type="deprecate">TryUnsnap may be altered or unavailable for releases after Windows 8.1. Apps can be continuously resized, but cannot be snapped, starting in Windows 8.1. ALso, ApplicationView static methods may be altered or unavailable for releases after Windows 8.1. Use ApplicationView.GetForCurrentView to get an instance of ApplicationView.</deprecated>
      <returns>true if the app has been successfully unsnapped; false if the unsnap attempt failed.</returns>
    </member>
    <member name="E:Windows.UI.ViewManagement.ApplicationView.Consolidated">
      <summary>Occurs when the window is removed from the list of recently used apps or if the user executes a close gesture on it.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.ApplicationViewConsolidatedEventArgs">
      <summary>Contains the results of a window (app view) consolidation operation.</summary>
    </member>
    <member name="P:Windows.UI.ViewManagement.ApplicationViewConsolidatedEventArgs.IsUserInitiated">
      <summary>Indicates whether the window consolidation was user- or system-initiated.</summary>
      <returns>true if the window consolidation operation was user-initiated; false if it was system-initiated.</returns>
    </member>
    <member name="T:Windows.UI.ViewManagement.ApplicationViewSwitcher">
      <summary>Represents the app view switching behaviors for an app.</summary>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.DisableShowingMainViewOnActivation">
      <summary>Disables the primary window (app view) when the app is activated, showing the most recently displayed window instead.</summary>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.TryShowAsStandaloneAsync(System.Int32)">
      <summary>Displays another window (app view) for the app on the screen, adjacent to the original window</summary>
      <returns>Asynchronously returns true if the call succeeds; false if it does not.</returns>
      <param name="viewId">The ID of the new window to display.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.TryShowAsStandaloneAsync(System.Int32,Windows.UI.ViewManagement.ViewSizePreference)">
      <summary>Displays another window (app view) for the app on the screen, adjacent to the original window</summary>
      <returns>Asynchronously returns true if the call succeeds; false if it does not.</returns>
      <param name="viewId">The ID of the new window to display.</param>
      <param name="sizePreference">The preferred general sizing of the new window.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.TryShowAsStandaloneAsync(System.Int32,Windows.UI.ViewManagement.ViewSizePreference,System.Int32,Windows.UI.ViewManagement.ViewSizePreference)">
      <summary>Displays another window (app view) for the app on the screen, adjacent to the original window.</summary>
      <returns>Asynchronously returns true if the call succeeds; false if it does not.</returns>
      <param name="viewId">The ID of the new window to display.</param>
      <param name="sizePreference">The preferred general sizing of the new window.</param>
      <param name="anchorViewId">The ID of the calling (anchor) window.</param>
      <param name="anchorSizePreference">The preferred new general sizing of the calling window if this call succeeds.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.SwitchAsync(System.Int32)">
      <summary>Prepares a new window (app view) that can visually replace the calling one.</summary>
      <returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
      <param name="toViewId">The ID of the window under preparation for display.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.SwitchAsync(System.Int32,System.Int32)">
      <summary>Prepares a new window (app view) that can visually replace the calling one.</summary>
      <returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
      <param name="toViewId">The ID of the window under preparation for display.</param>
      <param name="fromViewId">The ID of the calling, currently displayed window.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.SwitchAsync(System.Int32,System.Int32,Windows.UI.ViewManagement.ApplicationViewSwitchingOptions)">
      <summary>Prepares a new window (app view) that can visually replace the calling one.</summary>
      <returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
      <param name="toViewId">The ID of the window under preparation for display.</param>
      <param name="fromViewId">The ID of the calling, currently displayed window.</param>
      <param name="options">Options for the display transition behaviors.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ApplicationViewSwitcher.PrepareForCustomAnimatedSwitchAsync(System.Int32,System.Int32,Windows.UI.ViewManagement.ApplicationViewSwitchingOptions)">
      <summary>Prepares your app to visually transition between two windows with a custom animation.</summary>
      <returns>Asynchronously returns true if the call succeeds; false if it does not.</returns>
      <param name="toViewId">The ID of the window from which your app is transitioning.</param>
      <param name="fromViewId">The ID of the window to which your app is transitioning.</param>
      <param name="options">Enumeration value that specifies thw view switching behaviors.</param>
    </member>
    <member name="T:Windows.UI.ViewManagement.ProjectionManager">
      <summary>Defines a set of methods for managing the windows (app views) sent to secondary displays, such as projectors.</summary>
    </member>
    <member name="P:Windows.UI.ViewManagement.ProjectionManager.ProjectionDisplayAvailable">
      <summary>Gets whether or not a projection display is available to use.</summary>
      <returns>true if a projection display is available on the current computer; false if it is not.</returns>
    </member>
    <member name="M:Windows.UI.ViewManagement.ProjectionManager.StartProjectingAsync(System.Int32,System.Int32)">
      <summary>Asynchronously creates a new window (app view) that will be sent to the projector or other secondary display.</summary>
      <returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
      <param name="projectionViewId">The ID of the window to be displayed by the projector or other secondary display.</param>
      <param name="anchorViewId">The ID of the original window creating the new projected window.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ProjectionManager.SwapDisplaysForViewsAsync(System.Int32,System.Int32)">
      <summary>Asynchronously swaps the calling window (app view) with the window displayed on the projector or other secondary display.</summary>
      <returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
      <param name="projectionViewId">The ID of the window currently displayed by the projector.</param>
      <param name="anchorViewId">The ID of the window to swap with the projected window.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.ProjectionManager.StopProjectingAsync(System.Int32,System.Int32)">
      <summary>Asynchronously closes a window (app view) displayed by a projector or other secondary display.</summary>
      <returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
      <param name="projectionViewId">The ID of the window currently displayed by the projector or other secondary display.</param>
      <param name="anchorViewId">The ID of the original window that created the projected window.</param>
    </member>
    <member name="E:Windows.UI.ViewManagement.ProjectionManager.ProjectionDisplayAvailableChanged">
      <summary>Occurs when a projector or other secondary display becomes available or unavailable.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.InputPaneVisibilityEventArgs">
      <summary>Provides data for the input pane Hiding and Showing events.</summary>
    </member>
    <member name="P:Windows.UI.ViewManagement.InputPaneVisibilityEventArgs.EnsuredFocusedElementInView">
      <summary>Identifies whether the application has taken steps to ensure that the input pane doesn't cover the UI element that has focus.</summary>
      <returns>True if the application has ensured that the input pane isn't covering the UI element that has focus; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.InputPaneVisibilityEventArgs.OccludedRect">
      <summary>Gets the region of the application's window that the input pane is covering.</summary>
      <returns>The window region that the input pane is covering, in client coordinates specified in device independent pixels (DIPs).</returns>
    </member>
    <member name="T:Windows.UI.ViewManagement.InputPane">
      <summary>Enables an app to register to receive notifications when the input pane is about to be displayed or hidden, and to determine which portion of the application's window is being obscured by the input pane.</summary>
    </member>
    <member name="P:Windows.UI.ViewManagement.InputPane.OccludedRect">
      <summary>Gets the region of the application's window that the input pane is covering.</summary>
      <returns>The window region that the input pane is covering, in client coordinates specified in device independent pixels (DIPs).</returns>
    </member>
    <member name="M:Windows.UI.ViewManagement.InputPane.GetForCurrentView">
      <summary>Gets the InputPane object associated with the application window that is currently visible.</summary>
      <returns>The input pane.</returns>
    </member>
    <member name="E:Windows.UI.ViewManagement.InputPane.Hiding">
      <summary>Occurs when the input pane is about to be hidden by sliding out of view.</summary>
    </member>
    <member name="E:Windows.UI.ViewManagement.InputPane.Showing">
      <summary>Occurs when the input pane is about to be displayed by sliding into view.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.HandPreference">
      <summary>Defines the set of directional preferences for the user interface presented by the app view.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.HandPreference.LeftHanded">
      <summary>The preferred layout is for left-directional users.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.HandPreference.RightHanded">
      <summary>The preferred layout is for right-directional users.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.UIElementType">
      <summary>Defines the set of user interface element types.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.ActiveCaption">
      <summary>An active caption element.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.Background">
      <summary>A background element.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.ButtonFace">
      <summary>A button face element.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.ButtonText">
      <summary>The text displayed on a button.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.CaptionText">
      <summary>The text displayed in a caption.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.GrayText">
      <summary>Greyed text.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.Highlight">
      <summary>A highlighted user interface (UI) element.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.HighlightText">
      <summary>Highlighted text.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.Hotlight">
      <summary>A hotlighted UI element.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.InactiveCaption">
      <summary>An inactive caption element.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.InactiveCaptionText">
      <summary>The text displayed in an inactive caption element.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.Window">
      <summary>A window.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.WindowText">
      <summary>The text displayed in a window's UI decoration.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.AccentColor">
      <summary>Windows Phone only. The phone's accent color.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.TextHigh">
      <summary>Windows Phone only. High contrast text.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.TextMedium">
      <summary>Windows Phone only. Medium contrast text.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.TextLow">
      <summary>Windows Phone only. Low contrast text.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.TextContrastWithHigh">
      <summary>Windows Phone only. Text that contrasts with TextHigh.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.NonTextHigh">
      <summary>Windows Phone only. High contrast non-text content.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.NonTextMediumHigh">
      <summary>Windows Phone only. Medium-high contrast non-text content.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.NonTextMedium">
      <summary>Windows Phone only. Medium contrast non-text content.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.NonTextMediumLow">
      <summary>Windows Phone only. Medium-low contrast non-text content.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.NonTextLow">
      <summary>Windows Phone only. Low contrast non-text content.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.PageBackground">
      <summary>Windows Phone only. The background of a normal page.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.PopupBackground">
      <summary>Windows Phone only. The background of a pop-up dialog.</summary>
    </member>
    <member name="F:Windows.UI.ViewManagement.UIElementType.OverlayOutsidePopup">
      <summary>Windows Phone only. The partially-opaque color applied to the area of the screen outside of a pop-up dialog in order to dim the background and highlight the pop-up.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.AccessibilitySettings">
      <summary>Provides access to the high contrast accessibility settings.</summary>
    </member>
    <member name="P:Windows.UI.ViewManagement.AccessibilitySettings.HighContrast">
      <summary>Gets a value that indicates whether the system high contrast feature is on or off.</summary>
      <returns>True if the high contrast feature is on; otherwise false.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.AccessibilitySettings.HighContrastScheme">
      <summary>Gets the name of the default high contrast color scheme.</summary>
      <returns>The name of the default high contrast color scheme.</returns>
    </member>
    <member name="M:Windows.UI.ViewManagement.AccessibilitySettings.#ctor">
      <summary>Initializes a new AccessibilitySettings object.</summary>
    </member>
    <member name="E:Windows.UI.ViewManagement.AccessibilitySettings.HighContrastChanged">
      <summary>Occurs when the system high contrast feature turns on or off.</summary>
    </member>
    <member name="T:Windows.UI.ViewManagement.UISettings">
      <summary>Contains a set of common app user interface settings and operations.</summary>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.AnimationsEnabled">
      <summary>Gets whether animations are enabled for the user interface.</summary>
      <returns>true if animations are enabled; false if not.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.CaretBlinkRate">
      <summary>Gets the blink rate of a new caret created by the app view.</summary>
      <returns>The blink rate of the new caret, in milliseconds.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.CaretBrowsingEnabled">
      <summary>Gets whether the caret can be used for browse operations.</summary>
      <returns>True if the caret can be used for browse operations; false if it cannot.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.CaretWidth">
      <summary>Gets the width of a new caret created by the app view.</summary>
      <returns>The width of a new caret, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.CursorSize">
      <summary>Gets the size of a new cursor created by the app view.</summary>
      <returns>The size of a new cursor.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.DoubleClickTime">
      <summary>Gets the maximum allowed time between clicks in a double-click operation.</summary>
      <returns>The delta of a double-click operation, in milliseconds.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.HandPreference">
      <summary>Gets the directional preference of the user interface created by the app view.</summary>
      <returns>The directional preference of the user interface.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.MessageDuration">
      <summary>Gets the length of time a message is displayed for the app view.</summary>
      <returns>The duration the message is displayed, in seconds.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.MouseHoverTime">
      <summary>Gets the amount of time the mouse pointer can rest in a hover rectangle before a hover event is raised.</summary>
      <returns>The hover time before a hover event is raised, in milliseconds.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.ScrollBarArrowSize">
      <summary>Gets the size of a scroll bar arrow for windows associated with the app view.</summary>
      <returns>The size of a scroll bar arrow.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.ScrollBarSize">
      <summary>Gets the size of a scroll bar for windows associated with the app view.</summary>
      <returns>The size of the scroll bar.</returns>
    </member>
    <member name="P:Windows.UI.ViewManagement.UISettings.ScrollBarThumbBoxSize">
      <summary>Gets the size of a thumb box for windows associated with the app view.</summary>
      <returns>The size of the thumb box.</returns>
    </member>
    <member name="M:Windows.UI.ViewManagement.UISettings.UIElementColor(Windows.UI.ViewManagement.UIElementType)">
      <summary>Gets the color used for a specific user interface element type, such as a button face or window text.</summary>
      <returns>The color of the element type, expressed as a 32-bit color value.</returns>
      <param name="desiredElement">The type of element for which the color will be obtained.</param>
    </member>
    <member name="M:Windows.UI.ViewManagement.UISettings.#ctor">
      <summary>Creates a new default instance of the UISettings class.</summary>
    </member>
    <member name="N:Windows.UI.WebUI">
      <summary>Provides APIs that are specific to apps written in HTML, JavaScript, and CSS.</summary>
    </member>
    <member name="T:Windows.UI.WebUI.ActivatedDeferral">
      <summary>Manages delayed activation for an app.</summary>
    </member>
    <member name="M:Windows.UI.WebUI.ActivatedDeferral.Complete">
      <summary>Notifies the system that the app has set up its state and initial UI and is ready to be displayed.</summary>
    </member>
    <member name="T:Windows.UI.WebUI.ActivatedOperation">
      <summary>Manages an app activation operation.</summary>
    </member>
    <member name="M:Windows.UI.WebUI.ActivatedOperation.GetDeferral">
      <summary>Requests that the completion of app activation be delayed.</summary>
      <returns>The activation deferral object.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.HtmlPrintDocumentSource">
      <summary>Manages the document source for app printing.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.BottomMargin">
      <summary>Gets and sets the bottom margin of the document source.</summary>
      <returns>The bottom margin of the document source.</returns>
    </member>
    <member name="M:Windows.UI.WebUI.HtmlPrintDocumentSource.Close">
      <summary>Performs app-defined tasks that are associated with freeing, releasing, or resetting resources that were allocated for the document source.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.Content">
      <summary>Gets and sets the content of the document source to print.</summary>
      <returns>The content of the document source to print.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.EnableHeaderFooter">
      <summary>Gets and sets a value that controls whether header and footer are enabled in the document source.</summary>
      <returns>A Boolean value that indicates whether header and footer are enabled in the document source. TRUE indicates enabled and FALSE indicates disabled.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.LeftMargin">
      <summary>Gets and sets the left margin of the document source.</summary>
      <returns>The left margin of the document source.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.PageRange">
      <summary>Gets the range of pages that prints.</summary>
      <returns>The range of pages that prints.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.PercentScale">
      <summary>Gets and sets the size of the document source by percentage.</summary>
      <returns>The size of the document source by percentage.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.RightMargin">
      <summary>Gets and sets the right margin of the document source.</summary>
      <returns>The right margin of the document source.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.ShrinkToFit">
      <summary>Gets and sets a value that controls whether content shrinks to fit the document source.</summary>
      <returns>A Boolean value that indicates whether content shrinks to fit the document source. TRUE indicates content shrinks to fit and FALSE otherwise. This property is ignored if the PercentScale property is set.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.HtmlPrintDocumentSource.TopMargin">
      <summary>Gets and sets the top margin of the document source.</summary>
      <returns>The top margin of the document source.</returns>
    </member>
    <member name="M:Windows.UI.WebUI.HtmlPrintDocumentSource.TrySetPageRange(System.String)">
      <summary>Tries to set the page range of the document source.</summary>
      <returns>A Boolean value that indicates whether trySetPageRange set the page range in strPageRange. TRUE indicates the page range was set and FALSE otherwise.</returns>
      <param name="strPageRange">The page range to set.</param>
    </member>
    <member name="T:Windows.UI.WebUI.SuspendingDeferral">
      <summary>Manages delayed suspension for an app.</summary>
    </member>
    <member name="M:Windows.UI.WebUI.SuspendingDeferral.Complete">
      <summary>Notifies the system that the app has saved its data and is ready to be suspended.</summary>
    </member>
    <member name="T:Windows.UI.WebUI.SuspendingEventArgs">
      <summary>Provides data for an app suspension event.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.SuspendingEventArgs.SuspendingOperation">
      <summary>Gets the app suspension operation.</summary>
      <returns>The suspension operation.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.SuspendingOperation">
      <summary>Manages an app suspension operation.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.SuspendingOperation.Deadline">
      <summary>Gets the time remaining before a delayed app suspension operation continues.</summary>
      <returns>The time remaining.</returns>
    </member>
    <member name="M:Windows.UI.WebUI.SuspendingOperation.GetDeferral">
      <summary>Requests that the app suspension operation be delayed.</summary>
      <returns>The suspension deferral.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIApplication">
      <summary>Enables an app to receive notifications related to the lifetime of the app.</summary>
    </member>
    <member name="E:Windows.UI.WebUI.WebUIApplication.Activated">
      <summary>Occurs when the app is activated.</summary>
    </member>
    <member name="E:Windows.UI.WebUI.WebUIApplication.Navigated">
      <summary>Occurs when the app is navigating.</summary>
    </member>
    <member name="E:Windows.UI.WebUI.WebUIApplication.Resuming">
      <summary>Occurs when the app is resuming.</summary>
    </member>
    <member name="E:Windows.UI.WebUI.WebUIApplication.Suspending">
      <summary>Occurs when the app is suspending.</summary>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to add an appointment to the user's calendar.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to add it.</summary>
      <returns>The appointment that is added.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to remove an appointment from the user's calendar.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to remove it.</summary>
      <returns>The appointment that is removed.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs">
      <summary>Provides data when an app is activated to replace an appointment in the user's calendar.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.ReplaceAppointmentOperation">
      <summary>Gets the appointment that is provided to the app when the user tries to replace it.</summary>
      <returns>The appointment that is replaced.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs">
      <summary>Provides data when an app is activated to show a specified time frame on the user's calendar.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.Duration">
      <summary>Gets the duration of the time frame to be shown.</summary>
      <returns>The duration of the time frame.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.TimeToShow">
      <summary>Gets the starting date and time of the time frame to be shown.</summary>
      <returns>The starting date and time of the time frame.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.Verb">
      <summary>Gets the action to be performed by the appointments provider.</summary>
      <returns>The action to be performed by the appointments provider.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIBackgroundTaskInstance">
      <summary>Represents an instance of a background task that has been triggered to run.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIBackgroundTaskInstance.Current">
      <summary>Gets the current background task.</summary>
      <returns>The current background task. This property can only be accessed in the context of a background task. This property is null in a foreground app.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass">
      <summary>Provides access to an instance of a background task.</summary>
    </member>
    <member name="E:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.Canceled">
      <summary>Attaches a cancellation event handler to the background task instance.</summary>
    </member>
    <member name="M:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.GetDeferral">
      <summary>Informs the system that the background task might continue to perform work after the IBackgroundTask.Run method returns.</summary>
      <returns>A background task deferral.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.InstanceId">
      <summary>Gets the instance ID of the background task instance.</summary>
      <returns>A unique identifier for the background task instance. This identifier is generated by the system when the instance is created.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.Progress">
      <summary>Gets or sets progress status for a background task instance.</summary>
      <returns>A value defined by the application to indicate the task's progress.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.Succeeded">
      <summary>Gets or sets the success value for the background task.</summary>
      <returns>An app can set this property to false to indicate that the background task has failed. Otherwise this property is always true. Once the background task sets this property and has therefore completed its work, the task must explicitly call the Web Workers close method to terminate itself.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.SuspendedCount">
      <summary>Gets the number of times resource management policy caused the background task to be suspended.</summary>
      <returns>The number of times the background task has been suspended.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.Task">
      <summary>Gets access to the registered background task for this background task instance.</summary>
      <returns>An interface that provides access to the registered background task.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.TriggerDetails">
      <summary>Gets additional information associated with a background task instance.</summary>
      <returns>Represents additional information for the background task. If the background task is triggered by a mobile network operator notification, this property is an instance of a NetworkOperatorNotificationEventDetails class. If the background task is triggered by a system event or time event, this property is not used.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs">
      <summary>Provides information about the activated event that fires when the user saves or opens a file that needs updates from the app.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs.CachedFileUpdaterUI">
      <summary>Gets the letterbox UI of the file picker that is displayed when a file needs updates from the app.</summary>
      <returns>The letterbox UI of the file picker that is displayed when a file needs updates from the app.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The activationKind.cachedFileUpdater enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs">
      <summary>Enables a camera settings app to handle the activation parameters for the app.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.VideoDeviceController">
      <summary>Gets the object that controls device settings on the camera.</summary>
      <returns>The object that controls device settings on the camera.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.VideoDeviceExtension">
      <summary>Gets the object that implements additional extended settings for the camera.</summary>
      <returns>An object implementing extended settings for the camera.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs">
      <summary>Provides data when an app is activated to call a contact.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Contact">
      <summary>Gets the contact for the call.</summary>
      <returns>The contact for the call.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>An ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the call.</summary>
      <returns>The identifier of the service used for the call.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the call.</summary>
      <returns>The user identifier of the service used for the call.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs">
      <summary>Provides data when an app is activated to map a contact.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Address">
      <summary>Gets the address of a contact for the mapping operation.</summary>
      <returns>The address of a contact for the mapping operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Contact">
      <summary>Gets the contact for the mapping operation.</summary>
      <returns>The contact for the mapping operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>An ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs">
      <summary>Provides data when an app is activated to message a contact.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.Contact">
      <summary>Gets the contact for the message.</summary>
      <returns>The contact for the message.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>An ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the message.</summary>
      <returns>The identifier of the service used for the message.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the message.</summary>
      <returns>The user identifier of the service used for the message.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs">
      <summary>Provides data when an app is activated because it uses the Contact Picker.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.ContactPickerUI">
      <summary>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</summary>
      <returns>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs">
      <summary>Provides data when an app is activated to post a contact.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.Contact">
      <summary>Gets the contact for the post.</summary>
      <returns>The contact for the post.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>An ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the post.</summary>
      <returns>The identifier of the service used for the post.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the post.</summary>
      <returns>The user identifier of the service used for the post.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs">
      <summary>Provides data when an app is activated to video call a contact.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.Contact">
      <summary>Gets the contact for the video call.</summary>
      <returns>The contact for the video call.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.Contact enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>An ApplicationExecutionState-typed value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.ServiceId">
      <summary>Gets the identifier of the service used for the video call.</summary>
      <returns>The identifier of the service used for the video call.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.ServiceUserId">
      <summary>Gets the user identifier of the service used for the video call.</summary>
      <returns>The user identifier of the service used for the video call.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.Verb">
      <summary>Gets the action to be performed.</summary>
      <returns>The action to be performed.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs">
      <summary>Provides information for a device that invokes AutoPlay.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs.DeviceInformationId">
      <summary>Gets the device identifier for the device that invoked AutoPlay.</summary>
      <returns>The device identifier for the device that invoked AutoPlay.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs.Verb">
      <summary>Gets the action associated with the activated device.</summary>
      <returns>The action associated with the activated device.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIFileActivatedEventArgs">
      <summary>Provides data when an app is activated because it is the app associated with a file.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activation operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.Files">
      <summary>Gets the files for which the app was activated.</summary>
      <returns>The StorageFile objects representing the files being passed to the app.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.NeighboringFilesQuery">
      <summary>Gets the neighboring files of the files for which the app was activated.</summary>
      <returns>The StorageFile objects that represent the neighboring files of the files being passed to the app.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileActivatedEventArgs.Verb">
      <summary>Gets the action associated with the activated file.</summary>
      <returns>The action.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs">
      <summary>Provides information about an activated event that fires when the user tries to pick files or folders that are provided by the app.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs.FileOpenPickerUI">
      <summary>Gets the letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.</summary>
      <returns>The letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The activationKind.fileOpenPicker enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs">
      <summary>Provides information about an activated event that fires when the user saves a file through the file picker and selects the app as the location.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs.FileSavePickerUI">
      <summary>Gets the letterbox UI of the file picker that is displayed when the user saves a file and selects the app as the save location.</summary>
      <returns>The letterbox UI of the file picker that is displayed when the user saves a file and uses the app as the location.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The activationKind.fileSavePicker enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUILaunchActivatedEventArgs">
      <summary>Provides event information when an app is launched.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.Arguments">
      <summary>Gets the arguments that are passed to the app during its launch activation.</summary>
      <returns>The list of arguments.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.PrelaunchActivated">
      <summary>Gets an indication about whether a pre-launch has been activated.</summary>
      <returns>Indicates whether a pre-launch has been activated. TRUE indicates activated; otherwise, FALSE.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before this activation.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILaunchActivatedEventArgs.TileId">
      <summary>Gets the ID of the source that was invoked to launch the application.</summary>
      <returns>The ID of the tile.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs">
      <summary>Provides event information when communication to and from the lock screen is required.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.Arguments">
      <summary>Gets the arguments that are passed to the app during its launch activation.</summary>
      <returns>The list of arguments.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.CallUI">
      <summary>Gets the UI that handles communication to and from the lock screen.</summary>
      <returns>The UI that handles communication to and from the lock screen.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The ActivationKind.lockScreenCall enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.TileId">
      <summary>Gets the identifier of the source that launched the app.</summary>
      <returns>The identifier of the tile.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUINavigatedDeferral">
      <summary>Manages delayed navigation for an app.</summary>
    </member>
    <member name="M:Windows.UI.WebUI.WebUINavigatedDeferral.Complete">
      <summary>Notifies the system that the app has set up its state and UI and is ready to be displayed after a top level navigation.</summary>
    </member>
    <member name="T:Windows.UI.WebUI.WebUINavigatedEventArgs">
      <summary>Provides data for an app navigation event.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUINavigatedEventArgs.NavigatedOperation">
      <summary>Gets the app navigation operation.</summary>
      <returns>The app navigation operation.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUINavigatedOperation">
      <summary>Manages an app navigation operation.</summary>
    </member>
    <member name="M:Windows.UI.WebUI.WebUINavigatedOperation.GetDeferral">
      <summary>Requests that the completion of app navigation be delayed.</summary>
      <returns>The navigated deferral object.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs">
      <summary>Provided in response to the event that is raised when print task settings are activated.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.Configuration">
      <summary>Gets the configuration information for the print task.</summary>
      <returns>The print task configuration information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before the settings were activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIProtocolActivatedEventArgs">
      <summary>Provides data when an app is activated because it is the app associated with a URI scheme name.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIProtocolActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activation operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIProtocolActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIProtocolActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIProtocolActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIProtocolActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIProtocolActivatedEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) for which the app was activated.</summary>
      <returns>The Uniform Resource Identifier (URI).</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs">
      <summary>Provides event information when a restricted app is launched.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs.SharedContext">
      <summary>Gets information about a shared context for the restricted launch.</summary>
      <returns>The object that provides shared context information.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUISearchActivatedEventArgs">
      <summary>Provides information about the activated event that fires when the user searches the app from the Search charm and the app isn't the main app on screen.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.CurrentlyShownApplicationViewId">
      <summary>Gets the identifier for the currently shown app view.</summary>
      <returns>The identifier for the currently shown app view.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>The activationKind.search enumeration value.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.Language">
      <summary>Gets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.LinguisticDetails">
      <summary>Gets a SearchPaneQueryLinguisticDetails object that provides info about query text that the user enters through an Input Method Editor (IME).</summary>
      <returns>The object that provides info about query text.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.QueryText">
      <summary>Gets the text that the user wants the app to search for.</summary>
      <returns>The text to search for.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs">
      <summary>Provides information for an application that is a target for share operations.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs.ActivatedOperation">
      <summary>Gets the app activated operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs.Kind">
      <summary>Gets the activation type.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs.PreviousExecutionState">
      <summary>Gets the execution state of the app before it was activated.</summary>
      <returns>One of the enumeration values.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs.ShareOperation">
      <summary>Gets information about data included in a share operation.</summary>
      <returns>An object that includes the data included in a send operation.</returns>
    </member>
    <member name="P:Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs.SplashScreen">
      <summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
      <returns>The object that provides splash screen information.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.IActivatedEventArgsDeferral">
      <summary>Manages delayed activation for an app.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.IActivatedEventArgsDeferral.ActivatedOperation">
      <summary>Gets the app activation operation.</summary>
      <returns>The activation operation.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.IWebUIBackgroundTaskInstance">
      <summary>Provides access to an instance of a background task.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.IWebUIBackgroundTaskInstance.Succeeded">
      <summary>Gets or sets the success value for the background task.</summary>
      <returns>An app can set this property to false to indicate that the background task has failed. Otherwise this property is always true.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.IWebUINavigatedEventArgs">
      <summary>Provides data for an app navigation event.</summary>
    </member>
    <member name="P:Windows.UI.WebUI.IWebUINavigatedEventArgs.NavigatedOperation">
      <summary>Gets the app navigation operation.</summary>
      <returns>The app navigation operation.</returns>
    </member>
    <member name="T:Windows.UI.WebUI.ActivatedEventHandler">
      <summary>Represents a method that handles the app activation event.</summary>
      <param name="sender">The sender.</param>
      <param name="eventArgs">The event information. The data type depends on why the app was activated. For a list of possible data types, see the ActivationKind enumeration.</param>
    </member>
    <member name="T:Windows.UI.WebUI.NavigatedEventHandler">
      <summary>Represents a method that handles the app navigation event.</summary>
      <param name="sender">The sender.</param>
      <param name="e">The event information.</param>
    </member>
    <member name="T:Windows.UI.WebUI.ResumingEventHandler">
      <summary>Represents a method that handles the app resumption event.</summary>
      <param name="sender">The sender.</param>
    </member>
    <member name="T:Windows.UI.WebUI.SuspendingEventHandler">
      <summary>Represents a method that handles the app suspension event.</summary>
      <param name="sender">The sender.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.WebUI.PrintContent">
      <summary>Specifies the content that HtmlPrintDocumentSource.content prints.</summary>
    </member>
    <member name="F:Windows.UI.WebUI.PrintContent.AllPages">
      <summary>Print all pages.</summary>
    </member>
    <member name="F:Windows.UI.WebUI.PrintContent.CurrentPage">
      <summary>Print the current page.</summary>
    </member>
    <member name="F:Windows.UI.WebUI.PrintContent.CustomPageRange">
      <summary>Print a custom page range.</summary>
    </member>
    <member name="F:Windows.UI.WebUI.PrintContent.CurrentSelection">
      <summary>Print the current selection of pages.</summary>
    </member>
    <member name="N:Windows.UI.Xaml">
      <summary>Provides general framework APIs and application model APIs, and a variety of support classes that are commonly used by many different feature areas.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.StyleTypedPropertyAttribute">
      <summary>Represents an attribute that is applied to the class definition and determines the TargetTypes of the properties that are of type Style.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.StyleTypedPropertyAttribute.#ctor">
      <summary>Initializes a new instance of the StyleTypedPropertyAttribute class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TemplatePartAttribute">
      <summary>Represents an attribute that is applied to the class definition to identify the types of the named parts that are used for templating.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TemplatePartAttribute.#ctor">
      <summary>Initializes a new instance of the TemplatePartAttribute class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TemplateVisualStateAttribute">
      <summary>Specifies that a control can be in a certain state and that a VisualState is expected in the control's ControlTemplate.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TemplateVisualStateAttribute.#ctor">
      <summary>Initializes a new instance of the TemplateVisualStateAttribute class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Application">
      <summary>Encapsulates the app and its available services.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Application.#ctor">
      <summary>Initializes a new instance of the Application class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Application.Current">
      <summary>Gets the Application object for the current application.</summary>
      <returns>The Application object for the current application.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Application.DebugSettings">
      <summary>Gets an object that declares how the app behaves when run in a debug environment.</summary>
      <returns>An object that declares how the app behaves when run in a debug environment.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Application.RequestedTheme">
      <summary>Gets or sets a value that determines the light-dark preference for the overall theme of an app.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Application.Resources">
      <summary>Gets a collection of application-scoped resources, such as styles, templates, and brushes.</summary>
      <returns>A ResourceDictionary object that contains zero or more application-scoped resources.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Application.Exit">
      <summary>Shuts down the app.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Application.LoadComponent(System.Object,Windows.Foundation.Uri)">
      <summary>Loads a XAML file that is located at the specified relative location, and converts it to an instance of the object that is specified by the root element of the XAML file.</summary>
      <param name="component">An object of the same type as the root element of the XAML content to be loaded.</param>
      <param name="resourceLocator">An object describing the Uniform Resource Identifier (URI) path to the resource to load.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.LoadComponent(System.Object,Windows.Foundation.Uri,Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation)">
      <summary>Loads a XAML file that is located at the specified relative location, and converts it to an instance of the object that is specified by the root element of the XAML file.</summary>
      <param name="component">An object of the same type as the root element of the XAML content to be loaded.</param>
      <param name="resourceLocator">An object describing the Uniform Resource Identifier (URI) path to the resource to load.</param>
      <param name="componentResourceLocation">A value of the enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnActivated(Windows.ApplicationModel.Activation.IActivatedEventArgs)">
      <summary>Invoked when the application is activated by some means other than normal launching.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnCachedFileUpdaterActivated(Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs)">
      <summary>Invoked when the application is activated due to an activation contract with ActivationKind as CachedFileUpdater.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnFileActivated(Windows.ApplicationModel.Activation.FileActivatedEventArgs)">
      <summary>Invoked when the application is activated through file-open.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnFileOpenPickerActivated(Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs)">
      <summary>Invoked when the application is activated through file-open dialog association.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnFileSavePickerActivated(Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs)">
      <summary>Invoked when the application is activated through file-save dialog association.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)">
      <summary>Invoked when the application is launched. Override this method to perform application initialization and to display initial content in the associated Window.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnSearchActivated(Windows.ApplicationModel.Activation.SearchActivatedEventArgs)">
      <summary>Invoked when the application is activated through a search association.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnShareTargetActivated(Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs)">
      <summary>Invoked when the application is activated through sharing association.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.OnWindowCreated(Windows.UI.Xaml.WindowCreatedEventArgs)">
      <summary>Invoked when the application creates a window.</summary>
      <param name="args">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Application.Start(Windows.UI.Xaml.ApplicationInitializationCallback)">
      <summary>Provides the entry point and requests initialization of the application. Use the callback to instantiate the Application class.</summary>
      <param name="callback">The callback that should be invoked during the initialization sequence.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Application.Resuming">
      <summary>Occurs when the application transitions from Suspended state to Running state.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Application.Suspending">
      <summary>Occurs when the application transitions to Suspended state from some other state.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Application.UnhandledException">
      <summary>Occurs when an exception is raised by application code, forwarded from the native level. Applications can mark the occurrence as handled in event data.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.ApplicationInitializationCallbackParams">
      <summary>A class that developers should derive from in order to pass information for a custom initialization sequence, in cases where both an Application subclass is present and the entry point Start call is adjusted to pass the information.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.BindingFailedEventArgs">
      <summary>Provides event data for the DebugSettings.BindingFailed event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.BindingFailedEventArgs.Message">
      <summary>Gets the explanation of the binding failure.</summary>
      <returns>The reason the binding failed.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.CornerRadiusHelper">
      <summary>Provides basic utility methods for processing CornerRadius values. C# and Microsoft Visual Basic code should use methods of CornerRadius instead.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadiusHelper.FromRadii(System.Double,System.Double,System.Double,System.Double)">
      <summary>Generates a CornerRadius value from element values. C# and Microsoft Visual Basic code should use CornerRadius(Double,Double,Double,Double) instead.</summary>
      <returns>The created CornerRadius.</returns>
      <param name="topLeft">The initial TopLeft value.</param>
      <param name="topRight">The initial TopRight value.</param>
      <param name="bottomRight">The initial BottomRight value.</param>
      <param name="bottomLeft">The initial BottomLeft value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadiusHelper.FromUniformRadius(System.Double)">
      <summary>Creates a new CornerRadius value that has a uniform radius value for each of its elements. C# and Microsoft Visual Basic code should use CornerRadius(Double) instead.</summary>
      <returns>The created CornerRadius.</returns>
      <param name="uniformRadius">The uniform radius value to set. See CornerRadius.</param>
    </member>
    <member name="T:Windows.UI.Xaml.DataContextChangedEventArgs">
      <summary>Provides data for the DataContextChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DataContextChangedEventArgs.Handled">
      <summary>Gets or sets a value that influences whether another DataContextChanged event should fire from child elements that inherit the DataContext value and detect that the value has changed.</summary>
      <returns>true to prevent further DataContextChanged events from firing for each child FrameworkElement that inherits the DataContext value. You would do this to indicate to other handlers that the necessary logic for responding to the data context change has already been performed. false to permit the event to be fired by each immediate child FrameworkElement in the element tree that detects a change to the inherited DataContext value. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DataContextChangedEventArgs.NewValue">
      <summary>Gets the new DataContext value for the element where the DataContextChanged event fired.</summary>
      <returns>An object representing the new DataContext value for the element where the DataContextChanged event fired.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.DataTemplate">
      <summary>Describes the visual structure of a data object.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DataTemplate.#ctor">
      <summary>Initializes a new instance of the DataTemplate class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DataTemplate.LoadContent">
      <summary>Creates the UIElement objects in the DataTemplate.</summary>
      <returns>The root UIElement of the DataTemplate.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.DataTemplateKey">
      <summary>Represents the resource key for the DataTemplate class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DataTemplateKey.#ctor">
      <summary>Initializes a new instance of the DataTemplateKey class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DataTemplateKey.#ctor(System.Object)">
      <summary>Initializes a new instance of the DataTemplateKey class with the specified type.</summary>
      <param name="dataType">The type for which this template is designed.</param>
    </member>
    <member name="P:Windows.UI.Xaml.DataTemplateKey.DataType">
      <summary>Gets or sets the type for which the template is designed.</summary>
      <returns>The type of object that the template is used to display, or a string that specifies the XML tag name for the XML data that the template is used to display.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.DebugSettings">
      <summary>Declares how certain aspects of the app behave when it is run in a debug environment</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DebugSettings.EnableFrameRateCounter">
      <summary>Gets or sets a value that indicates whether to display the current frame rate in the window chrome.</summary>
      <returns>true to display frame rate; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DebugSettings.EnableRedrawRegions">
      <summary>Gets or sets a value that indicates whether to highlight areas of the app UI surface that are being redrawn each frame.</summary>
      <returns>true to highlight redraw regions. false to not highlight redraw regions. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DebugSettings.IsBindingTracingEnabled">
      <summary>Gets or sets a value that indicates whether to engage the binding tracing feature of Microsoft Visual Studio when the app runs.</summary>
      <returns>true to engage the binding tracing feature of Microsoft Visual Studio; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DebugSettings.IsOverdrawHeatMapEnabled">
      <summary>Gets or sets a value that enables a debug setting that visualizes overdraw operations. This visualization is useful during application development for detecting layout, animation, and other operations that are graphics processing intensive.</summary>
      <returns>true to enable the visualization, otherwise, false.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.DebugSettings.BindingFailed">
      <summary>Occurs when a Binding cannot be resolved.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.DependencyObject">
      <summary>Represents an object that participates in the dependency property system. DependencyObject is the immediate base class of many important UI-related classes, such as UIElement, Geometry, FrameworkTemplate, Style, and ResourceDictionary.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObject.#ctor">
      <summary>Provides base class initialization behavior for DependencyObject derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyObject.Dispatcher">
      <summary>Gets the CoreDispatcher that this object is associated with.</summary>
      <returns>The CoreDispatcher that this object is associated with.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObject.ClearValue(Windows.UI.Xaml.DependencyProperty)">
      <summary>Clears the local value of a dependency property.</summary>
      <param name="dp">The DependencyProperty identifier of the property for which to clear the value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObject.GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty)">
      <summary>Returns any base value established for a dependency property, which would apply in cases where an animation is not active.</summary>
      <returns>The returned base value.</returns>
      <param name="dp">The identifier for the desired dependency property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObject.GetValue(Windows.UI.Xaml.DependencyProperty)">
      <summary>Returns the current effective value of a dependency property from a DependencyObject.</summary>
      <returns>Returns the current effective value.</returns>
      <param name="dp">The DependencyProperty identifier of the property for which to retrieve the value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObject.ReadLocalValue(Windows.UI.Xaml.DependencyProperty)">
      <summary>Returns the local value of a dependency property, if a local value is set.</summary>
      <returns>Returns the local value, or returns the sentinel value UnsetValue if no local value is set.</returns>
      <param name="dp">The DependencyProperty identifier of the property for which to retrieve the local value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObject.SetValue(Windows.UI.Xaml.DependencyProperty,System.Object)">
      <summary>Sets the local value of a dependency property on a DependencyObject.</summary>
      <param name="dp">The identifier of the dependency property to set.</param>
      <param name="value">The new local value.</param>
    </member>
    <member name="T:Windows.UI.Xaml.DependencyObjectCollection">
      <summary>Implements a practical collection class that can contain DependencyObject items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.Add(Windows.UI.Xaml.DependencyObject)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.Append(Windows.UI.Xaml.DependencyObject)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.Contains(Windows.UI.Xaml.DependencyObject)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.CopyTo(Windows.UI.Xaml.DependencyObject[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyObjectCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.GetAt(System.UInt32)">
      <summary>Returns the DependencyObject located at the specified index.</summary>
      <returns>The DependencyObject value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.GetMany(System.UInt32,Windows.UI.Xaml.DependencyObject[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items returned.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.IndexOf(Windows.UI.Xaml.DependencyObject,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.IndexOf(Windows.UI.Xaml.DependencyObject)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.Insert(System.Int32,Windows.UI.Xaml.DependencyObject)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.InsertAt(System.UInt32,Windows.UI.Xaml.DependencyObject)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyObjectCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyObjectCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.Remove(Windows.UI.Xaml.DependencyObject)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.ReplaceAll(Windows.UI.Xaml.DependencyObject[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.SetAt(System.UInt32,Windows.UI.Xaml.DependencyObject)">
      <summary>Sets the value at the specified index to the DependencyObject value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyObjectCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.DependencyObjectCollection.VectorChanged">
      <summary>Occurs when the contents of the collection changes.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyObjectCollection.#ctor">
      <summary>Initializes a new instance of the DependencyObjectCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.DependencyProperty">
      <summary>Represents a dependency property that is registered with the dependency property system. Dependency properties provide support for value expressions, data binding, animation, and property change notification.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyProperty.UnsetValue">
      <summary>Specifies a static value that is used by the property system rather than null to indicate that the property exists, but does not have its value set by the property system or by any app code.</summary>
      <returns>The sentinel value for an unset value.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyProperty.GetMetadata(Windows.UI.Xaml.Interop.TypeName)">
      <summary>Retrieves the property metadata value for the dependency property as registered to a type, with the type specified by a helper structure value that wraps the type name.</summary>
      <returns>A property metadata object.</returns>
      <param name="forType">The name of the specific type from which to retrieve the dependency property metadata.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyProperty.Register(System.String,Windows.UI.Xaml.Interop.TypeName,Windows.UI.Xaml.Interop.TypeName,Windows.UI.Xaml.PropertyMetadata)">
      <summary>Registers a dependency property with the specified property name, property type, owner type, and property metadata for the property.</summary>
      <returns>A dependency property identifier that should be used to set the value of a public static read-only field in your class. The identifier is then used both by your own code and any third-party user code to reference the dependency property later, for operations such as setting its value programmatically or attaching a Binding in code.</returns>
      <param name="name">The name of the dependency property to register.</param>
      <param name="propertyType">The type of the property.</param>
      <param name="ownerType">The owner type that is registering the dependency property.</param>
      <param name="typeMetadata">A property metadata instance. This can contain a PropertyChangedCallback implementation reference.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DependencyProperty.RegisterAttached(System.String,Windows.UI.Xaml.Interop.TypeName,Windows.UI.Xaml.Interop.TypeName,Windows.UI.Xaml.PropertyMetadata)">
      <summary>Registers an attached dependency property with the specified property name, property type, owner type, and property metadata for the property.</summary>
      <returns>A dependency property identifier that should be used to set the value of a public static read-only field in your class. That identifier is then used to reference the attached property later, for operations such as setting its value programmatically or attaching a Binding.</returns>
      <param name="name">The name of the dependency property to register.</param>
      <param name="propertyType">The type of the property.</param>
      <param name="ownerType">The owner type that is registering the dependency property.</param>
      <param name="defaultMetadata">A property metadata instance. This can contain a PropertyChangedCallback implementation reference.</param>
    </member>
    <member name="T:Windows.UI.Xaml.DependencyPropertyChangedEventArgs">
      <summary>Provides data for a PropertyChangedCallback implementation that is invoked when a dependency property changes its value. Also provides event data for the Control.IsEnabledChanged event and any other event that uses the DependencyPropertyChangedEventHandler delegate.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyPropertyChangedEventArgs.NewValue">
      <summary>Gets the value of the dependency property after the reported change.</summary>
      <returns>The dependency property value after the change.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyPropertyChangedEventArgs.OldValue">
      <summary>Gets the value of the dependency property before the reported change.</summary>
      <returns>The dependency property value before the change.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DependencyPropertyChangedEventArgs.Property">
      <summary>Gets the identifier for the dependency property where the value change occurred.</summary>
      <returns>The identifier field of the dependency property where the value change occurred.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.DispatcherTimer">
      <summary>Provides a timer that is integrated into the Dispatcher queue, which is processed at a specified interval of time and at a specified priority.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DispatcherTimer.#ctor">
      <summary>Initializes a new instance of the DispatcherTimer class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DispatcherTimer.Interval">
      <summary>Gets or sets the amount of time between timer ticks.</summary>
      <returns>The amount of time between ticks. The default is a TimeSpan with value evaluated as 00:00:00.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DispatcherTimer.IsEnabled">
      <summary>Gets a value that indicates whether the timer is running.</summary>
      <returns>true if the timer is enabled and running; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DispatcherTimer.Start">
      <summary>Starts the DispatcherTimer.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.DispatcherTimer.Stop">
      <summary>Stops the DispatcherTimer.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.DispatcherTimer.Tick">
      <summary>Occurs when the timer interval has elapsed.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.DragEventArgs">
      <summary>Provides data for drag-and-drop events.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DragEventArgs.Data">
      <summary>Gets or sets a data object (DataPackage) that contains the data associated with the corresponding drag event. This value is not useful in all event cases; specifically, the event must be handled by a valid drop target.</summary>
      <returns>The data object that contains data payload that is associated with the corresponding drag event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DragEventArgs.Handled">
      <summary>Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.</summary>
      <returns>true if the event is marked handled; otherwise, false. The default value is false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DragEventArgs.GetPosition(Windows.UI.Xaml.UIElement)">
      <summary>Returns a drop point that is relative to a specified UIElement.</summary>
      <returns>A point in the coordinate system that is relative to the element specified in relativeTo.</returns>
      <param name="relativeTo">The UIElement for which to get a relative drop point.</param>
    </member>
    <member name="T:Windows.UI.Xaml.DurationHelper">
      <summary>Provides basic utility methods for processing Duration values. C# and Microsoft Visual Basic code should use methods of Duration instead.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.DurationHelper.Automatic">
      <summary>Returns a generated Duration value that indicates an Automatic Duration. C# and Microsoft Visual Basic code should use Automatic instead.</summary>
      <returns>A Duration value that indicates an Automatic Duration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.DurationHelper.Forever">
      <summary>Returns a generated Duration value that indicates a Forever Duration. C# and Microsoft Visual Basic code should use Forever instead.</summary>
      <returns>A Duration value that indicates a Forever Duration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.DurationHelper.Add(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Adds the TimeSpan component of two Duration values. C# and Microsoft Visual Basic code should use the + operator or the Add method instead.</summary>
      <returns>The resulting Duration after TimeSpan component addition.</returns>
      <param name="target">The value to add to.</param>
      <param name="duration">The value to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DurationHelper.Compare(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Compares value equality of two Duration structures. C# and Microsoft Visual Basic code should use Compare instead.</summary>
      <returns>If duration1 is less than duration2, a negative value that represents the difference. If duration1 is equal to duration2, zero. If duration1 is greater than duration2, a positive value that represents the difference.</returns>
      <param name="duration1">The first Duration to compare.</param>
      <param name="duration2">The second Duration to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DurationHelper.Equals(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Determines whether two Duration values have equivalent values. C# and Microsoft Visual Basic code should use the = operator instead.</summary>
      <returns>true if target and value hold equivalent values; otherwise, false.</returns>
      <param name="target">The first Duration to compare.</param>
      <param name="value">The second Duration to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DurationHelper.FromTimeSpan(Windows.Foundation.TimeSpan)">
      <summary>Creates a new Duration based on a TimeSpan value. C# and Microsoft Visual Basic code should Duration(TimeSpan) instead.</summary>
      <returns>The created Duration.</returns>
      <param name="timeSpan">The initializing TimeSpan.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DurationHelper.GetHasTimeSpan(Windows.UI.Xaml.Duration)">
      <summary>Returns whether the TimeSpan component of a given Duration holds a non-null value. C# and Microsoft Visual Basic code should use HasTimeSpan instead.</summary>
      <returns>true if the TimeSpan component of the provided Duration is not null; otherwise, false.</returns>
      <param name="target">The Duration value to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.DurationHelper.Subtract(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Subtracts the TimeSpan component of one Duration value from another Duration value. C# and Microsoft Visual Basic code should use the - operator or the Subtract method instead.</summary>
      <returns>The resulting Duration after TimeSpan component subtraction.</returns>
      <param name="target">The value to subtract from.</param>
      <param name="duration">The value to subtract.</param>
    </member>
    <member name="T:Windows.UI.Xaml.EventTrigger">
      <summary>Represents a trigger that applies a set of actions (animation storyboards) in response to an event. Not commonly used.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.EventTrigger.#ctor">
      <summary>Initializes a new instance of the EventTrigger class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.EventTrigger.Actions">
      <summary>Gets the collection of BeginStoryboard objects that this EventTrigger maintains.</summary>
      <returns>The existing TriggerActionCollection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.EventTrigger.RoutedEvent">
      <summary>Gets or sets the name of the event that initiates the trigger.</summary>
      <returns>The name or identifier of the event.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.ExceptionRoutedEventArgs">
      <summary>Provides event data for exceptions that are raised as events by asynchronous operations, such as MediaFailed or ImageFailed.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.ExceptionRoutedEventArgs.ErrorMessage">
      <summary>Gets the message component of the exception, as a string.</summary>
      <returns>The message component of the exception.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.FrameworkElement">
      <summary>Provides a framework of common API for objects that participate in UI and programmatic layout. FrameworkElement also defines API related to data binding, object tree, and object lifetime feature areas.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.#ctor">
      <summary>Provides base class initialization behavior for FrameworkElement-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.ActualHeight">
      <summary>Gets the rendered height of a FrameworkElement.</summary>
      <returns>The height, in pixels, of the object. The default is 0. The default might be encountered if the object has not been loaded and undergone a layout pass.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.ActualWidth">
      <summary>Gets the rendered width of a FrameworkElement.</summary>
      <returns>The width, in pixels, of the object. The default is 0. The default might be encountered if the object has not been loaded and undergone a layout pass.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.BaseUri">
      <summary>Gets a Uniform Resource Identifier (URI) that represents the base Uniform Resource Identifier (URI) for an XAML-constructed object at XAML load time. This property is useful for Uniform Resource Identifier (URI) resolution at run time.</summary>
      <returns>The base Uniform Resource Identifier (URI) for an object at XAML load time.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.DataContext">
      <summary>Gets or sets the data context for a FrameworkElement when it participates in data binding.</summary>
      <returns>The object to use as data context.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.FlowDirection">
      <summary>Gets or sets the direction in which text and other UI elements flow within any parent element that controls their layout. This property can be set to either LeftToRight or RightToLeft. Setting FlowDirection to RightToLeft on any element sets the alignment to the right, the reading order to right-to-left and the layout of the control to flow from right to left.</summary>
      <returns>The direction that text and other UI elements flow within their parent element, as a value of the enumeration. The default value is LeftToRight.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Height">
      <summary>Gets or sets the suggested height of a FrameworkElement.</summary>
      <returns>The height, in pixels, of the object. The default is NaN. Except for the special NaN value, this value must be equal to or greater than 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.HorizontalAlignment">
      <summary>Gets or sets the horizontal alignment characteristics that are applied to a FrameworkElement when it is composed in a layout parent, such as a panel or items control.</summary>
      <returns>A horizontal alignment setting, as a value of the enumeration. The default is Stretch.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Language">
      <summary>Gets or sets localization/globalization language information that applies to a FrameworkElement, and also to all child elements of the current FrameworkElement in the object representation and in UI.</summary>
      <returns>A string specifying language and culture that follows the Internet Engineering Task Force (IETF) BCP 47 standards. For example, U.S. English is "en-US".</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Margin">
      <summary>Gets or sets the outer margin of a FrameworkElement.</summary>
      <returns>Provides margin values for the object. The default value is a default Thickness with all properties (dimensions) equal to 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MaxHeight">
      <summary>Gets or sets the maximum height constraint of a FrameworkElement.</summary>
      <returns>The maximum height of the object, in pixels. The default value is PositiveInfinity. This value can be any value equal to or greater than 0. PositiveInfinity is also valid.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MaxWidth">
      <summary>Gets or sets the maximum width constraint of a FrameworkElement.</summary>
      <returns>The maximum width of the object, in pixels. The default is PositiveInfinity. This value can be any value equal to or greater than 0. PositiveInfinity is also valid.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MinHeight">
      <summary>Gets or sets the minimum height constraint of a FrameworkElement.</summary>
      <returns>The minimum height of the object, in pixels. The default is 0. This value can be any value equal to or greater than 0. However, PositiveInfinity is not valid.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MinWidth">
      <summary>Gets or sets the minimum width constraint of a FrameworkElement.</summary>
      <returns>The minimum width of the object, in pixels. The default is 0. This value can be any value equal to or greater than 0. However, PositiveInfinity is not valid.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Name">
      <summary>Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name.</summary>
      <returns>The name of the object, which must be a string that is valid in the XamlName grammar (see table in x:Name reference). The default is an empty string.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Parent">
      <summary>Gets the parent object of this FrameworkElement in the object tree.</summary>
      <returns>The parent object of this object in the object tree.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Resources">
      <summary>Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax.</summary>
      <returns>The current locally defined dictionary of resources, where each resource can be accessed by its key.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.RequestedTheme">
      <summary>Gets or sets the UI theme that is used by the UIElement (and its child elements) for resource determination. The UI theme you specify with RequestedTheme can override the app-level RequestedTheme.</summary>
      <returns>A value of the enumeration, for example Light.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Style">
      <summary>Gets or sets an instance Style that is applied for this object during layout and rendering.</summary>
      <returns>The applied style for the object, if present; otherwise, null. The default for a default-constructed FrameworkElement is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Tag">
      <summary>Gets or sets an arbitrary object value that can be used to store custom information about this object.</summary>
      <returns>The intended arbitrary object value. This property has no default value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Triggers">
      <summary>Gets the collection of triggers for animations that are defined for a FrameworkElement. Not commonly used.</summary>
      <returns>The collection of triggers for animations that are defined for this object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.VerticalAlignment">
      <summary>Gets or sets the vertical alignment characteristics that are applied to a FrameworkElement when it is composed in a parent object such as a panel or items control.</summary>
      <returns>A vertical alignment setting as a value of the enumeration. The default is Stretch.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.Width">
      <summary>Gets or sets the width of a FrameworkElement.</summary>
      <returns>The width of the object, in pixels. The default is NaN. Except for the special NaN value, this value must be equal to or greater than 0.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.ArrangeOverride(Windows.Foundation.Size)">
      <summary>Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.</summary>
      <returns>The actual size that is used after the element is arranged in layout.</returns>
      <param name="finalSize">The final area within the parent that this object should use to arrange itself and its children.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.FindName(System.String)">
      <summary>Retrieves an object that has the specified identifier name.</summary>
      <returns>The requested object. This can be null if no matching object was found in the current XAML namescope.</returns>
      <param name="name">The name of the requested object.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.GetBindingExpression(Windows.UI.Xaml.DependencyProperty)">
      <summary>Returns the BindingExpression that represents the binding on the specified property.</summary>
      <returns>A BindingExpression if the target property has an active binding on this object; otherwise, returns null.</returns>
      <param name="dp">The identifier for the target dependency property to get the binding from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.GoToElementStateCore(System.String,System.Boolean)">
      <summary>When implemented in a derived class, enables per-state construction of a visual tree for a control template in code, rather than by loading XAML for all states at control startup.</summary>
      <returns>true if the control successfully transitions to the new state, or was already using that state; otherwise, false.</returns>
      <param name="stateName">The state to transition to.</param>
      <param name="useTransitions">true to use a VisualTransition to transition between states. false to skip using transitions and go directly to the requested state. The default is false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.MeasureOverride(Windows.Foundation.Size)">
      <summary>Provides the behavior for the Measure pass of the layout cycle. Classes can override this method to define their own Measure pass behavior.</summary>
      <returns>The size that this object determines it needs during layout, based on its calculations of the allocated sizes for child objects or based on other considerations such as a fixed container size.</returns>
      <param name="availableSize">The available size that this object can give to child objects. Infinity can be specified as a value to indicate that the object will size to whatever content is available.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.OnApplyTemplate">
      <summary>Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkElement.SetBinding(Windows.UI.Xaml.DependencyProperty,Windows.UI.Xaml.Data.BindingBase)">
      <summary>Attaches a binding to a FrameworkElement, using the provided binding object.</summary>
      <param name="dp">The dependency property identifier of the property that is data bound.</param>
      <param name="binding">The binding to use for the property.</param>
    </member>
    <member name="E:Windows.UI.Xaml.FrameworkElement.DataContextChanged">
      <summary>Occurs when the value of the FrameworkElement.DataContext property changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.FrameworkElement.LayoutUpdated">
      <summary>Occurs when the layout of the visual tree changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.FrameworkElement.Loaded">
      <summary>Occurs when a FrameworkElement has been constructed and added to the object tree, and is ready for interaction.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.FrameworkElement.SizeChanged">
      <summary>Occurs when either the ActualHeight or the ActualWidth property changes value on a FrameworkElement.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.FrameworkElement.Unloaded">
      <summary>Occurs when this object is no longer connected to the main object tree.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.ActualHeightProperty">
      <summary>Identifies the ActualHeight dependency property.</summary>
      <returns>The identifier for the ActualHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.ActualWidthProperty">
      <summary>Identifies the ActualWidth dependency property.</summary>
      <returns>The identifier for the ActualWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.DataContextProperty">
      <summary>Identifies the DataContext dependency property.</summary>
      <returns>The DataContext dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.FlowDirectionProperty">
      <summary>Identifies the FlowDirection dependency property.</summary>
      <returns>The FlowDirection dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.HeightProperty">
      <summary>Identifies the Height dependency property.</summary>
      <returns>The identifier for the Height dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.HorizontalAlignmentProperty">
      <summary>Identifies the HorizontalAlignment dependency property.</summary>
      <returns>The HorizontalAlignment dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.LanguageProperty">
      <summary>Identifies the Language dependency property.</summary>
      <returns>The identifier for the Language dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MarginProperty">
      <summary>Identifies the Margin dependency property.</summary>
      <returns>The Margin dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MaxHeightProperty">
      <summary>Identifies the MaxHeight dependency property.</summary>
      <returns>The identifier for the MaxHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MaxWidthProperty">
      <summary>Identifies the MaxWidth dependency property.</summary>
      <returns>The identifier for the MaxWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MinHeightProperty">
      <summary>Identifies the MinHeight dependency property.</summary>
      <returns>The identifier for the MinHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.MinWidthProperty">
      <summary>Identifies the MinWidth dependency property.</summary>
      <returns>The identifier for the MinWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.NameProperty">
      <summary>Identifies the Name dependency property.</summary>
      <returns>The identifier for the Name dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.RequestedThemeProperty">
      <summary>Identifies the RequestedTheme dependency property.</summary>
      <returns>The identifier for the RequestedTheme dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.StyleProperty">
      <summary>Identifies the Style dependency property.</summary>
      <returns>The identifier for the Style dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.TagProperty">
      <summary>Identifies the Tag dependency property.</summary>
      <returns>The identifier for the Tag dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.VerticalAlignmentProperty">
      <summary>Identifies the VerticalAlignment dependency property.</summary>
      <returns>The VerticalAlignment dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.FrameworkElement.WidthProperty">
      <summary>Identifies the Width dependency property.</summary>
      <returns>The identifier for the Width dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.FrameworkTemplate">
      <summary>Creates an element tree of elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkTemplate.#ctor">
      <summary>Provides base class initialization behavior for FrameworkTemplate-derived classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FrameworkView">
      <summary>Represents the UI window of an application.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkView.#ctor">
      <summary>Initializes a new instance of the FrameworkView class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkView.Initialize(Windows.ApplicationModel.Core.CoreApplicationView)">
      <summary>Initializes the view.</summary>
      <param name="applicationView">The view object.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkView.Load(System.String)">
      <summary>Loads the view.</summary>
      <param name="entryPoint">An identifier, such as a class name from the application code, that provides additional information about the view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkView.Run">
      <summary>Passes execution to the view provider.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkView.SetWindow(Windows.UI.Core.CoreWindow)">
      <summary>Associates a Window with a view.</summary>
      <param name="window">The Window to associate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkView.Uninitialize">
      <summary>Returns the view to the uninitialized state.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FrameworkViewSource">
      <summary>Creates views, specifically FrameworkView instances.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkViewSource.#ctor">
      <summary>Initializes a new instance of the FrameworkViewSource class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.FrameworkViewSource.CreateView">
      <summary>Creates a FrameworkView.</summary>
      <returns>The created FrameworkView.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.GridLengthHelper">
      <summary>Provides helper methods to evaluate or set GridLength values. C# and Microsoft Visual Basic code should use methods of GridLength instead.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.GridLengthHelper.Auto">
      <summary>Gets a static GridLength value that corresponds to the special Auto value. C# and Microsoft Visual Basic code should use Auto instead.</summary>
      <returns>A GridLength value that corresponds to the special Auto value.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.GridLengthHelper.Equals(Windows.UI.Xaml.GridLength,Windows.UI.Xaml.GridLength)">
      <summary>Provides comparison of the values of two GridLength values. C# and Microsoft Visual Basic code should use the = operator instead.</summary>
      <returns>true if the two GridLength values hold equivalent values as their structure value information; otherwise, false.</returns>
      <param name="target">The first GridLength to compare.</param>
      <param name="value">The second GridLength to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLengthHelper.FromPixels(System.Double)">
      <summary>Creates a new GridLength value based on a fixed number of pixels. C# and Microsoft Visual Basic code should use GridLength(Double) instead.</summary>
      <returns>The created GridLength.</returns>
      <param name="pixels">The pixel height or width to specify.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLengthHelper.FromValueAndType(System.Double,Windows.UI.Xaml.GridUnitType)">
      <summary>Creates a new GridLength value based on a possible number of pixels, and a GridUnitType. C# and Microsoft Visual Basic code should use GridLength(Double,GridUnitType) instead.</summary>
      <returns>The created GridLength.</returns>
      <param name="value">A numeric value. This might be a pixel height or width to specify, if type is specified as Pixel, or a factor, if type is specified as Star. This value is ignored if type is specified as Auto.</param>
      <param name="type">A value of the enumeration that specifies which unit type the GridLength represents.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLengthHelper.GetIsAbsolute(Windows.UI.Xaml.GridLength)">
      <summary>Returns whether the evaluated GridLength is the special Absolute value. C# and Microsoft Visual Basic code should use IsAbsolute instead.</summary>
      <returns>true if the evaluated GridLength is the special Absolute value; otherwise, false.</returns>
      <param name="target">The GridLength to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLengthHelper.GetIsAuto(Windows.UI.Xaml.GridLength)">
      <summary>Returns whether the evaluated GridLength is the special Auto value. C# and Microsoft Visual Basic code should use IsAuto instead.</summary>
      <returns>true if the evaluated GridLength is the special Auto value; otherwise, false.</returns>
      <param name="target">The GridLength to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLengthHelper.GetIsStar(Windows.UI.Xaml.GridLength)">
      <summary>Returns whether the evaluated GridLength is the special * (star sizing) value. C# and Microsoft Visual Basic code should use IsStar instead.</summary>
      <returns>true if the evaluated GridLength is the special * (star sizing) value; otherwise, false.</returns>
      <param name="target">The GridLength to evaluate.</param>
    </member>
    <member name="T:Windows.UI.Xaml.LayoutCycleException">
      <summary>An exception that is thrown by the layout cycle, typically because the number of cycles indicates a loop or recursive condition.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.LayoutCycleException.#ctor">
      <summary>Initializes a new instance of the LayoutCycleException class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.LayoutCycleException.#ctor(System.String)">
      <summary>Initializes a new instance of the LayoutCycleException class with a specified error message.</summary>
      <param name="message">The message that describes the error.</param>
    </member>
    <member name="M:Windows.UI.Xaml.LayoutCycleException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the LayoutCycleException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The message that describes the error.</param>
      <param name="innerException">The exception that is the cause of the current exception, or null if no inner exception is specified.</param>
    </member>
    <member name="T:Windows.UI.Xaml.MediaFailedRoutedEventArgs">
      <summary>Provides event data for media failed events.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.MediaFailedRoutedEventArgs.ErrorTrace">
      <summary>Gets the trace information for a media failed event.</summary>
      <returns>The error trace for the failed media event.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.PointHelper">
      <summary>Provides helper methods to set Point values. C# and Microsoft Visual Basic code should use methods of Point instead.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.PointHelper.FromCoordinates(System.Single,System.Single)">
      <summary>Creates a new Point value using x- and y-coordinate values in pixels. C# and Microsoft Visual Basic code should use Point(Double,Double) instead.</summary>
      <returns>The created Point.</returns>
      <param name="x">The pixel value to set for X.</param>
      <param name="y">The pixel value to set for Y.</param>
    </member>
    <member name="T:Windows.UI.Xaml.PropertyMetadata">
      <summary>Defines behavior aspects of a dependency property, including conditions it was registered with.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.PropertyMetadata.#ctor(System.Object)">
      <summary>Initializes a new instance of the PropertyMetadata class, using a property default value.</summary>
      <param name="defaultValue">A default value for the property where this PropertyMetadata is applied.</param>
    </member>
    <member name="M:Windows.UI.Xaml.PropertyMetadata.#ctor(System.Object,Windows.UI.Xaml.PropertyChangedCallback)">
      <summary>Initializes a new instance of the PropertyMetadata class, using a property default value and callback reference.</summary>
      <param name="defaultValue">A default value for the property where this PropertyMetadata is applied.</param>
      <param name="propertyChangedCallback">A reference to the callback to call for property changed behavior.</param>
    </member>
    <member name="P:Windows.UI.Xaml.PropertyMetadata.CreateDefaultValueCallback">
      <summary>Gets a reference to the callback method that provides a default property value.</summary>
      <returns>A reference to the callback method that provides a default property value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.PropertyMetadata.DefaultValue">
      <summary>Gets the default value for the dependency property.</summary>
      <returns>The default value for the dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.PropertyMetadata.Create(System.Object)">
      <summary>Creates a PropertyMetadata value, specifying a fixed default value for a dependency property.</summary>
      <returns>The newly created dependency property metadata.</returns>
      <param name="defaultValue">The dependency property default value to apply.</param>
    </member>
    <member name="M:Windows.UI.Xaml.PropertyMetadata.Create(System.Object,Windows.UI.Xaml.PropertyChangedCallback)">
      <summary>Creates a PropertyMetadata value, specifying a fixed default value for a dependency property, and a property-changed callback.</summary>
      <returns>The newly created dependency property metadata.</returns>
      <param name="defaultValue">The dependency property default value to apply.</param>
      <param name="propertyChangedCallback">A reference to the callback method that is invoked by the property system when a dependency property value changes.</param>
    </member>
    <member name="M:Windows.UI.Xaml.PropertyMetadata.Create(Windows.UI.Xaml.CreateDefaultValueCallback)">
      <summary>Creates a PropertyMetadata value, specifying a callback that establishes a default value for a dependency property.</summary>
      <returns>The newly created dependency property metadata.</returns>
      <param name="createDefaultValueCallback">A reference to the callback method that provides a default property value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.PropertyMetadata.Create(Windows.UI.Xaml.CreateDefaultValueCallback,Windows.UI.Xaml.PropertyChangedCallback)">
      <summary>Creates a PropertyMetadata value, specifying a callback that establishes a default value for a dependency property, and a property-changed callback.</summary>
      <returns>The newly created dependency property metadata.</returns>
      <param name="createDefaultValueCallback">A reference to the callback method that provides a default property value.</param>
      <param name="propertyChangedCallback">A reference to the callback method that is invoked by the property system when a dependency property value changes.</param>
    </member>
    <member name="T:Windows.UI.Xaml.PropertyPath">
      <summary>Implements a data structure for describing a property as a path below another property, or below an owning type. Property paths are used in data binding to objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.PropertyPath.#ctor(System.String)">
      <summary>Initializes a new instance of the PropertyPath class based on a path string.</summary>
      <param name="path">The path string to construct with.</param>
    </member>
    <member name="P:Windows.UI.Xaml.PropertyPath.Path">
      <summary>Gets the path value held by this PropertyPath.</summary>
      <returns>The path value held by this PropertyPath.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.RectHelper">
      <summary>Provides helper methods to evaluate or set Rect values. C# and Microsoft Visual Basic code should use members of Rect instead.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.RectHelper.Empty">
      <summary>Gets a static Rect value where the Rect has no size or position (all values 0). C# and Microsoft Visual Basic code should use Empty instead.</summary>
      <returns>A Rect with all values as 0.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.Contains(Windows.Foundation.Rect,Windows.Foundation.Point)">
      <summary>Returns whether a given Point is within the bounds of a given Rect, for a shared coordinate reference. C# and Microsoft Visual Basic code should use Contains instead. C# and Microsoft Visual Basic code should use the = operator instead.</summary>
      <returns>true if point is within the target bounds; otherwise, false.</returns>
      <param name="target">The Rect to evaluate.</param>
      <param name="point">The Point to check for containment.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.Equals(Windows.Foundation.Rect,Windows.Foundation.Rect)">
      <summary>Provides comparison of the values of two Rect values. C# and Microsoft Visual Basic code should use the = operator instead.</summary>
      <returns>true if target and value hold equivalent values; otherwise, false.</returns>
      <param name="target">The first Rect to compare.</param>
      <param name="value">The second Rect to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.FromCoordinatesAndDimensions(System.Single,System.Single,System.Single,System.Single)">
      <summary>Creates a new Rect value based on the element values of a Rect structure. C# and Microsoft Visual Basic code should use Rect(Double,Double,Double,Double) instead.</summary>
      <returns>The created Rect.</returns>
      <param name="x">The pixel value to set for X.</param>
      <param name="y">The pixel value to set for Y.</param>
      <param name="width">The pixel value to set for Width.</param>
      <param name="height">The pixel value to set for Height.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.FromLocationAndSize(Windows.Foundation.Point,Windows.Foundation.Size)">
      <summary>Creates a new Rect value based on a Point that specifies the upper-left origin, and a Size that specifies the width and height. C# and Microsoft Visual Basic code should use Rect(Point,Size) instead.</summary>
      <returns>The created Rect value.</returns>
      <param name="location">The Point location of the origin (upper left).</param>
      <param name="size">The Size that specifies width and height.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.FromPoints(Windows.Foundation.Point,Windows.Foundation.Point)">
      <summary>Creates a new Rect value based on two points. C# and Microsoft Visual Basic code should use Rect(Point,Point) instead.</summary>
      <returns>The created Rect.</returns>
      <param name="point1">The first point.</param>
      <param name="point2">The second point.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.GetBottom(Windows.Foundation.Rect)">
      <summary>Gets a Bottom value for the specified Rect. So long as Height is positive, Bottom is evaluated as Y + Height. C# and Microsoft Visual Basic code should use Bottom instead.</summary>
      <returns>The evaluated Bottom value.</returns>
      <param name="target">The Rect to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.GetIsEmpty(Windows.Foundation.Rect)">
      <summary>Returns whether a specified Rect is equivalent to an Empty Rect. C# and Microsoft Visual Basic code should use IsEmpty instead.</summary>
      <returns>true if the specified Rect is equivalent to an Empty Rect; otherwise, false.</returns>
      <param name="target">The Rect to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.GetLeft(Windows.Foundation.Rect)">
      <summary>Gets a Left value for the specified Rect. So long as Width is positive, Left is evaluated as X. C# and Microsoft Visual Basic code should use Left instead.</summary>
      <returns>The evaluated Left value.</returns>
      <param name="target">The Rect to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.GetRight(Windows.Foundation.Rect)">
      <summary>Gets a Right value for the specified Rect. So long as Width is positive, Right is evaluated as X + Width. C# and Microsoft Visual Basic code should use Right instead.</summary>
      <returns>The evaluated Right value.</returns>
      <param name="target">The Rect to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.GetTop(Windows.Foundation.Rect)">
      <summary>Gets a Top value for the specified Rect. So long as Height is positive, Top is evaluated as Y. C# and Microsoft Visual Basic code should use Top instead.</summary>
      <returns>The evaluated Top value.</returns>
      <param name="target">The Rect to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.Intersect(Windows.Foundation.Rect,Windows.Foundation.Rect)">
      <summary>Returns the areas of two specified Rect values that intersect, as a new Rect. C# and Microsoft Visual Basic code should use Intersect instead.</summary>
      <returns>A Rect that represents the areas of target and rect that intersect. Can be an Empty value if there is no intersect.</returns>
      <param name="target">The first Rect to check for intersect.</param>
      <param name="rect">The second Rect to check for intersect.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.Union(Windows.Foundation.Rect,Windows.Foundation.Point)">
      <summary>Creates a rectangle that is exactly large enough to contain the a specified rectangle and a specified point. C# and Microsoft Visual Basic code should use Union(Point) instead.</summary>
      <returns>A rectangle that is exactly large enough to contain the specified rectangle and point.</returns>
      <param name="target">The rectangle to include.</param>
      <param name="point">The point to include.</param>
    </member>
    <member name="M:Windows.UI.Xaml.RectHelper.Union(Windows.Foundation.Rect,Windows.Foundation.Rect)">
      <summary>Creates a rectangle that is exactly large enough to contain the two specified rectangles. C# and Microsoft Visual Basic code should use Union(Rect) instead.</summary>
      <returns>A rectangle that is exactly large enough to contain the two specified rectangles.</returns>
      <param name="target">The first rectangle to include.</param>
      <param name="rect">The second rectangle to include.</param>
    </member>
    <member name="T:Windows.UI.Xaml.ResourceDictionary">
      <summary>Defines a dictionary that contains resources used by components of the app. This dictionary is oriented toward defining the resources in XAML, and then retrieving them using the StaticResource or ThemeResource markup extensions in XAML. Alternatively, you can access resources in code, but that is less common.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Add(System.Collections.Generic.KeyValuePair(System.Object,System.Object))">
      <summary>Adds a new key-value pair to the ResourceDictionary.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Add(System.Object,System.Object)">
      <summary>Adds an item to the ResourceDictionary.</summary>
      <param name="key">The string key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Clear">
      <summary>Removes all items from this ResourceDictionary.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Contains(KeyValuePair(System.Object,System.Object))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the ResourceDictionary.</summary>
      <returns>true if an item with that key exists in the ResourceDictionary; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the ResourceDictionary.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.ContainsKey(System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceDictionary.</summary>
      <returns>true if an item with that key exists in the ResourceDictionary; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceDictionary.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.CopyTo(System.Collections.Generic.KeyValuePair(System.Object,System.Object)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.GetView">
      <summary>Retrieves a view against the ResourceDictionary.</summary>
      <returns>The view object.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.HasKey(System.Object)">
      <summary>Returns whether the ResourceDictionary has an entry with the requested key.</summary>
      <returns>true if the ResourceDictionary has an entry with the requested key; otherwise, false.</returns>
      <param name="key">The requested key.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Insert(System.Object,System.Object)">
      <summary>Adds a new entry to the ResourceDictionary.</summary>
      <returns>true if calling the method replaced a value that already existed for the key; false if calling the method defined a new key.</returns>
      <param name="key">The object key for the resource to insert.</param>
      <param name="value">The object value for the resource to insert.</param>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.Item(System.Object)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.Keys">
      <summary>Gets an ICollection object containing the keys of the ResourceDictionary.</summary>
      <returns>The ICollection of all keys in this ResourceDictionary.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Lookup(System.Object)">
      <summary>Returns the value from the requested key, if an entry with that key exists.</summary>
      <returns>If the call is successful, the value.</returns>
      <param name="key">The requested key.</param>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.MergedDictionaries">
      <summary>Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.</summary>
      <returns>A list collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Remove(System.Object)">
      <summary>Removes a specific item from the ResourceDictionary.</summary>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Remove(System.Collections.Generic.KeyValuePair(System.Object,System.Object))">
      <summary>Removes a specific key-value pair from the ResourceDictionary.</summary>
      <returns>true if the item was removed, otherwise, false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.Remove(System.Object,@System.Boolean)">
      <summary>Removes a specific item from the ResourceDictionary.</summary>
      <returns>true if the item was removed, otherwise, false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.Size">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.Source">
      <summary>Gets or sets a Uniform Resource Identifier (URI) that provides the source location of a merged resource dictionary.</summary>
      <returns>A Uniform Resource Identifier (URI) that provides the source location of a merged resource dictionary. This is typically a path that references a XAML resource within the app, or a reference to a loose XAML file.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.ThemeDictionaries">
      <summary>Gets a collection of merged resource dictionaries that are specifically keyed and composed to address theme scenarios, for example supplying theme values for HighContrast.</summary>
      <returns>A dictionary of ResourceDictionary theme dictionaries. Each must be keyed with x:Key.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.TryGetValue(System.Object,@System.Object)">
      <summary>Returns a value that indicates whether a specified key exists in the ResourceDictionary. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the ResourceDictionary; otherwise, false.</returns>
      <param name="key">The key to check for in the ResourceDictionary.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the ResourceDictionary.</param>
    </member>
    <member name="P:Windows.UI.Xaml.ResourceDictionary.Values">
      <summary>Gets an ICollection object containing the values of the ResourceDictionary .</summary>
      <returns>The ICollection of all values in this ResourceDictionary.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.ResourceDictionary.#ctor">
      <summary>Initializes a new instance of the ResourceDictionary class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.RoutedEvent">
      <summary>Represents a routed event to the Windows Runtime event system.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.RoutedEventArgs">
      <summary>Contains state information and event data associated with a routed event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.RoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the RoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.RoutedEventArgs.OriginalSource">
      <summary>Gets a reference to the object that raised the event.</summary>
      <returns>The object that raised the event.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Setter">
      <summary>Applies a value to a property in a Style.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Setter.#ctor">
      <summary>Initializes a new instance of the Setter class with no initial Property or Value.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Setter.#ctor(Windows.UI.Xaml.DependencyProperty,System.Object)">
      <summary>Initializes a new instance of the Setter class with initial Property and Value information.</summary>
      <param name="targetProperty">The dependency property identifier for the property that is being styled.</param>
      <param name="value">The value to assign to the value when the Setter applies.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Setter.Value">
      <summary>Gets or sets the value to apply to the property that is specified by the Setter.</summary>
      <returns>The value to apply to the property that is specified by the Setter.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Setter.Property">
      <summary>Gets or sets the property to apply the Value to.</summary>
      <returns>A DependencyProperty to which the Value will be applied. The default is null.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.SetterBase">
      <summary>Represents the base class for value setters.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.SetterBase.IsSealed">
      <summary>Gets a value that indicates whether this object is in an immutable state.</summary>
      <returns>true if this object is in an immutable state; otherwise, false.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.SetterBaseCollection">
      <summary>Represents a collection of objects that inherit from SetterBase.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.Add(Windows.UI.Xaml.SetterBase)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.Append(Windows.UI.Xaml.SetterBase)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.Contains(Windows.UI.Xaml.SetterBase)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.CopyTo(Windows.UI.Xaml.SetterBase[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.SetterBaseCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.GetAt(System.UInt32)">
      <summary>Returns the SetterBase located at the specified index.</summary>
      <returns>The SetterBase value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.GetMany(System.UInt32,Windows.UI.Xaml.SetterBase[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items returned.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.IndexOf(Windows.UI.Xaml.SetterBase,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.IndexOf(Windows.UI.Xaml.SetterBase)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.Insert(System.Int32,Windows.UI.Xaml.SetterBase)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.InsertAt(System.UInt32,Windows.UI.Xaml.SetterBase)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.SetterBaseCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.SetterBaseCollection.IsSealed">
      <summary>Gets a value that indicates whether the collection is in a read-only state.</summary>
      <returns>true if this object is in a read-only state and cannot be changed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.SetterBaseCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.Remove(Windows.UI.Xaml.SetterBase)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.ReplaceAll(Windows.UI.Xaml.SetterBase[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.SetAt(System.UInt32,Windows.UI.Xaml.SetterBase)">
      <summary>Sets the value at the specified index to the SetterBase value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.SetterBaseCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.SetterBaseCollection.#ctor">
      <summary>Initializes a new instance of the SetterBaseCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.SizeChangedEventArgs">
      <summary>Provides data related to the SizeChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.SizeChangedEventArgs.NewSize">
      <summary>Gets the new size of the object reporting the size change.</summary>
      <returns>The new size. The Size structure contains the new height and width.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.SizeChangedEventArgs.PreviousSize">
      <summary>Gets the previous size of the object reporting the size change.</summary>
      <returns>The previous size.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.SizeHelper">
      <summary>Provides helper methods to evaluate or set Size values. C# and Microsoft Visual Basic code should use members of Size instead.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.SizeHelper.Empty">
      <summary>Gets a static Size value where the Size has no height or width (all values 0). C# and Microsoft Visual Basic code should use Empty instead.</summary>
      <returns>A Size with all values as 0.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.SizeHelper.Equals(Windows.Foundation.Size,Windows.Foundation.Size)">
      <summary>Provides comparison of the values of two Size values. C# and Microsoft Visual Basic code should use the = operator instead.</summary>
      <returns>true if target and value hold equivalent values; otherwise, false.</returns>
      <param name="target">The first Size to compare.</param>
      <param name="value">The second Size to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SizeHelper.FromDimensions(System.Single,System.Single)">
      <summary>Creates a new Size based on width and height element values. C# and Microsoft Visual Basic code should use Size(Double,Double) instead.</summary>
      <returns>The created Size.</returns>
      <param name="width">The initial Width.</param>
      <param name="height">The initial Height.</param>
    </member>
    <member name="M:Windows.UI.Xaml.SizeHelper.GetIsEmpty(Windows.Foundation.Size)">
      <summary>Returns whether a specified Size is equivalent to an Empty Size. C# and Microsoft Visual Basic code should use IsEmpty instead.</summary>
      <returns>true if the specified Size is equivalent to an Empty Size; otherwise, false.</returns>
      <param name="target">The Size to evaluate.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Style">
      <summary>Contains property setters that can be shared between instances of a type. A Style is usually declared in a resources collection so that it can be shared and used for applying control templates and other styles.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Style.#ctor">
      <summary>Initializes a new instance of the Style class, with no initial TargetType and an empty Setters collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Style.#ctor(Windows.UI.Xaml.Interop.TypeName)">
      <summary>Initializes a new instance of the Style class, with a specified initial TargetType and an empty Setters collection.</summary>
      <param name="targetType">The TargetType to set for the Style.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Style.BasedOn">
      <summary>Gets or sets a defined style that is the basis of the current style.</summary>
      <returns>A defined style that is the basis of the current style. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Style.IsSealed">
      <summary>Gets a value that indicates whether the style is read-only and cannot be changed.</summary>
      <returns>true if the style is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Style.Setters">
      <summary>Gets a collection of Setter objects.</summary>
      <returns>A collection of Setter objects. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Style.TargetType">
      <summary>Gets or sets the type for which the style is intended. This value also can be used to declare an implicit style resource if there's not also a resource key specified.</summary>
      <returns>The type of object to which the style is applied.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Style.Seal">
      <summary>Locks the style so that the TargetType property or any Setter in the Setters collection cannot be changed.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.ThicknessHelper">
      <summary>Provides helper methods to evaluate or set Thickness values. C# and Microsoft Visual Basic code should use members of Thickness instead.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.ThicknessHelper.FromLengths(System.Double,System.Double,System.Double,System.Double)">
      <summary>Creates a Thickness value based on element values. C# and Microsoft Visual Basic code should use Thickness(Double,Double,Double,Double) instead.</summary>
      <returns>The created Thickness.</returns>
      <param name="left">The initial Left.</param>
      <param name="top">The initial Top.</param>
      <param name="right">The initial Right.</param>
      <param name="bottom">The initial Bottom.</param>
    </member>
    <member name="M:Windows.UI.Xaml.ThicknessHelper.FromUniformLength(System.Double)">
      <summary>Creates a new Thickness value using a uniform value for all the element values. C# and Microsoft Visual Basic code should use Thickness(Double) instead.</summary>
      <returns>The created Thickness.</returns>
      <param name="uniformLength">The uniform value to apply to all four of the Thickness element values.</param>
    </member>
    <member name="T:Windows.UI.Xaml.TriggerAction">
      <summary>Serves as the base class for BeginStoryboard. Not commonly used.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TriggerActionCollection">
      <summary>Represents a collection of BeginStoryboard objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.Add(Windows.UI.Xaml.TriggerAction)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.Append(Windows.UI.Xaml.TriggerAction)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.Contains(Windows.UI.Xaml.TriggerAction)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.CopyTo(Windows.UI.Xaml.TriggerAction[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerActionCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The TriggerAction value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.GetMany(System.UInt32,Windows.UI.Xaml.TriggerAction[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.IndexOf(Windows.UI.Xaml.TriggerAction,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.IndexOf(Windows.UI.Xaml.TriggerAction)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.Insert(System.Int32,Windows.UI.Xaml.TriggerAction)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.InsertAt(System.UInt32,Windows.UI.Xaml.TriggerAction)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerActionCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerActionCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.Remove(Windows.UI.Xaml.TriggerAction)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.ReplaceAll(Windows.UI.Xaml.TriggerAction[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.SetAt(System.UInt32,Windows.UI.Xaml.TriggerAction)">
      <summary>Sets the value at the specified index to the TriggerAction value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerActionCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerActionCollection.#ctor">
      <summary>Initializes a new instance of the TriggerActionCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TriggerBase">
      <summary>Serves as the base class for EventTrigger. Not commonly used.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TriggerCollection">
      <summary>Represents a collection of EventTrigger objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.Add(Windows.UI.Xaml.TriggerBase)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.Append(Windows.UI.Xaml.TriggerBase)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.Contains(Windows.UI.Xaml.TriggerBase)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.CopyTo(Windows.UI.Xaml.TriggerBase[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.GetMany(System.UInt32,Windows.UI.Xaml.TriggerBase[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.IndexOf(Windows.UI.Xaml.TriggerBase,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.IndexOf(Windows.UI.Xaml.TriggerBase)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.Insert(System.Int32,Windows.UI.Xaml.TriggerBase)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.InsertAt(System.UInt32,Windows.UI.Xaml.TriggerBase)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.Remove(Windows.UI.Xaml.TriggerBase)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.ReplaceAll(Windows.UI.Xaml.TriggerBase[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.TriggerCollection.SetAt(System.UInt32,Windows.UI.Xaml.TriggerBase)">
      <summary>Sets the value at the specified index to the TriggerBase value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.TriggerCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.UIElement">
      <summary>UIElement is a base class for most of the objects that have visual appearance and can process basic input as part of your app's user interface.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.AllowDrop">
      <summary>Gets or sets a value that determines whether this UIElement can be a drop target for purposes of drag-and-drop operations.</summary>
      <returns>true if this UIElement can be a drop target for purposes of drag-and-drop operations; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.CacheMode">
      <summary>Gets or sets a value that indicates that rendered content should be cached as a composited bitmap when possible.</summary>
      <returns>A value that indicates that rendered content should be cached as a composited bitmap when possible. If you specify a value of CacheMode, rendering operations from RenderTransform and Opacity execute on the graphics processing unit (GPU), if available. The default is null, which does not enable a cached composition mode.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.Clip">
      <summary>Gets or sets the RectangleGeometry used to define the outline of the contents of a UIElement.</summary>
      <returns>The rectangle geometry to be used for clipping area sizing. The default value is null (no clipping).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.CompositeMode">
      <summary>Gets or sets a property that declares alternate composition and blending modes for the element in its parent layout and window. This is relevant for elements that are involved in a mixed XAML / Microsoft DirectX UI.</summary>
      <returns>A value of the enumeration. The default is Inherit, but see Remarks.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.DesiredSize">
      <summary>Gets the size that this UIElement computed during the measure pass of the layout process.</summary>
      <returns>The size that this UIElement computed during the measure pass of the layout process.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsDoubleTapEnabled">
      <summary>Gets or sets a value that determines whether the DoubleTapped event can originate from that element.</summary>
      <returns>true if a DoubleTapped event can originate from this element; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsHitTestVisible">
      <summary>Gets or sets whether the contained area of this UIElement can return true values for hit testing.</summary>
      <returns>true if the contained area of this UIElement can be used for hit testing; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsHoldingEnabled">
      <summary>Gets or sets a value that determines whether the Holding event can originate from that element.</summary>
      <returns>true if a Holding event can originate from this element; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsRightTapEnabled">
      <summary>Gets or sets a value that determines whether the RightTapped event can originate from that element.</summary>
      <returns>true if a RightTapped event can originate from this element; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsTapEnabled">
      <summary>Gets or sets a value that determines whether the Tapped event can originate from that element.</summary>
      <returns>true if a Tapped event can originate from this element; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ManipulationMode">
      <summary>Gets or sets the ManipulationModes value used for UIElement behavior and interaction with gestures.</summary>
      <returns>A value of the enumeration. The default is typically System, but this can vary on specific controls and elements. See Remarks.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.Opacity">
      <summary>Gets or sets the degree of the object's opacity.</summary>
      <returns>A value between 0 and 1.0 that declares the opacity factor, with 1.0 meaning full opacity and 0 meaning transparent. The default value is 1.0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerCaptures">
      <summary>Gets the set of all captured pointers, represented as Pointer values.</summary>
      <returns>The collection of captured pointers, each represented as a Pointer object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.Projection">
      <summary>Gets or sets the perspective projection (3-D effect) to apply when rendering this element.</summary>
      <returns>A 3-D projection effect applied to the element.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.RenderSize">
      <summary>Gets the final render size of a UIElement.</summary>
      <returns>The rendered size for this object. There is no default value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.RenderTransform">
      <summary>Gets or sets transform information that affects the rendering position of a UIElement.</summary>
      <returns>Describes the specifics of the desired render transform. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.RenderTransformOrigin">
      <summary>Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement.</summary>
      <returns>The origin point of the render transform. The default value is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.Transitions">
      <summary>Gets or sets the collection of Transition style elements that apply to a UIElement.</summary>
      <returns>The strongly typed collection of Transition style elements that apply to a UIElement.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.UseLayoutRounding">
      <summary>Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels.</summary>
      <returns>true if rendering and layout should use layout rounding to whole pixels; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.Visibility">
      <summary>Gets or sets the visibility of a UIElement. A UIElement that is not visible is not rendered and does not communicate its desired size to layout.</summary>
      <returns>A value of the enumeration. The default value is Visible.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.AddHandler(Windows.UI.Xaml.RoutedEvent,System.Object,System.Boolean)">
      <summary>Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked even if the event is handled elsewhere.</summary>
      <param name="routedEvent">An identifier for the routed event to be handled.</param>
      <param name="handler">A reference to the handler implementation.</param>
      <param name="handledEventsToo">true to register the handler such that it is invoked even when the routed event is marked handled in its event data. false to register the handler with the default condition that it will not be invoked if the routed event is already marked handled. The default is false. Do not routinely ask to rehandle a routed event, because it interferes with the intended design of the Windows Runtime event system for control compositing.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.Arrange(Windows.Foundation.Rect)">
      <summary>Positions child objects and determines a size for a UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update.</summary>
      <param name="finalRect">The final size that the parent computes for the child in layout, provided as a Rect value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.CancelDirectManipulations">
      <summary>Cancels ongoing direct manipulation processing (system-defined panning/zooming) on any ScrollViewer parent that contains the current UIElement.</summary>
      <returns>true if a ScrollViewer parent exists and setting the value resulted in canceling the panning/zooming action. false if calling the method results in no action.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.CapturePointer(Windows.UI.Xaml.Input.Pointer)">
      <summary>Sets pointer capture to a UIElement. Once captured, only the element that has capture will fire pointer-related events.</summary>
      <returns>true if the object has pointer capture; otherwise, false.</returns>
      <param name="value">The pointer object reference.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.FindSubElementsForTouchTargeting(Windows.Foundation.Point,Windows.Foundation.Rect)">
      <summary>Enables a UIElement subclass to expose child elements that assist with resolving touch targeting.</summary>
      <returns>A set of point sets. These represent the vertices of sub elements that are intersected by the given touch point (plus tolerance).</returns>
      <param name="point">The point being touched.</param>
      <param name="boundingRect">The bounds used for touch tolerance.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.InvalidateArrange">
      <summary>Invalidates the arrange state (layout) for a UIElement. After the invalidation, the UIElement will have its layout updated, which will occur asynchronously.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.InvalidateMeasure">
      <summary>Invalidates the measurement state (layout) for a UIElement.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.Measure(Windows.Foundation.Size)">
      <summary>Updates the DesiredSize of a UIElement. Typically, objects that implement custom layout for their layout children call this method from their own MeasureOverride implementations to form a recursive layout update.</summary>
      <param name="availableSize">The available space that a parent can allocate to a child object. A child object can request a larger space than what is available; the provided size might be accommodated if scrolling or other resize behavior is possible in that particular container.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.OnCreateAutomationPeer">
      <summary>When implemented in a derived class, returns class-specific AutomationPeer implementations for the Microsoft UI Automation infrastructure.</summary>
      <returns>The class-specific AutomationPeer subclass to return.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.OnDisconnectVisualChildren">
      <summary>Override this method to implement how layout and logic should behave when items are removed from a class-specific content or children property.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.ReleasePointerCapture(Windows.UI.Xaml.Input.Pointer)">
      <summary>Releases pointer captures for capture of one specific pointer by this UIElement.</summary>
      <param name="value">The pointer reference. Use either saved references from previous captures, or pointer event data, to obtain this reference.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.ReleasePointerCaptures">
      <summary>Releases all pointer captures held by this element.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.RemoveHandler(Windows.UI.Xaml.RoutedEvent,System.Object)">
      <summary>Removes the specified routed event handler from this UIElement. Typically the handler in question was added by AddHandler.</summary>
      <param name="routedEvent">The identifier of the routed event for which the handler is attached.</param>
      <param name="handler">The specific handler implementation to remove from the event handler collection on this UIElement.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.TransformToVisual(Windows.UI.Xaml.UIElement)">
      <summary>Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.</summary>
      <returns>The transform information as an object. Call methods on this object to get a practical transform.</returns>
      <param name="visual">The object to compare to the current object for purposes of obtaining the transform.</param>
    </member>
    <member name="M:Windows.UI.Xaml.UIElement.UpdateLayout">
      <summary>Ensures that all positions of child objects of a UIElement are properly updated for layout.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.DoubleTapped">
      <summary>Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of this element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.DragEnter">
      <summary>Occurs when the input system reports an underlying drag event with this element as the target.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.DragLeave">
      <summary>Occurs when the input system reports an underlying drag event with this element as the origin.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.DragOver">
      <summary>Occurs when the input system reports an underlying drag event with this element as the potential drop target.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.Drop">
      <summary>Occurs when the input system reports an underlying drop event with this element as the drop target.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.GotFocus">
      <summary>Occurs when a UIElement receives focus.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.Holding">
      <summary>Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of this element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.KeyDown">
      <summary>Occurs when a keyboard key is pressed while the UIElement has focus.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.KeyUp">
      <summary>Occurs when a keyboard key is released while the UIElement has focus.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.LostFocus">
      <summary>Occurs when a UIElement loses focus.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.ManipulationCompleted">
      <summary>Occurs when a manipulation on the UIElement is complete.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.ManipulationDelta">
      <summary>Occurs when the input device changes position during a manipulation.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.ManipulationInertiaStarting">
      <summary>Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.ManipulationStarted">
      <summary>Occurs when an input device begins a manipulation on the UIElement.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.ManipulationStarting">
      <summary>Occurs when the manipulation processor is first created.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerCanceled">
      <summary>Occurs when a pointer that made contact abnormally loses contact.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerCaptureLost">
      <summary>Occurs when pointer capture previously held by this element moves to another element or elsewhere.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerEntered">
      <summary>Occurs when a pointer enters the hit test area of this element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerExited">
      <summary>Occurs when a pointer leaves the hit test area of this element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerMoved">
      <summary>Occurs when a pointer moves while the pointer remains within the hit test area of this element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerPressed">
      <summary>Occurs when the pointer device initiates a Press action within this element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerReleased">
      <summary>Occurs when the pointer device that previously initiated a Press action is released, while within this element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.PointerWheelChanged">
      <summary>Occurs when the delta value of a pointer wheel changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.RightTapped">
      <summary>Occurs when a right-tap input stimulus happens while the pointer is over the element.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.UIElement.Tapped">
      <summary>Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of this element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.AllowDropProperty">
      <summary>Identifies the AllowDrop dependency property.</summary>
      <returns>The identifier for the AllowDrop dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.CacheModeProperty">
      <summary>Identifies the CacheMode dependency property.</summary>
      <returns>The identifier for the CacheMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ClipProperty">
      <summary>Identifies the Clip dependency property.</summary>
      <returns>The identifier for the Clip dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.CompositeModeProperty">
      <summary>Identifies the CompositeMode dependency property.</summary>
      <returns>The identifier for the CompositeMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.DoubleTappedEvent">
      <summary>Gets the identifier for the DoubleTapped routed event.</summary>
      <returns>The identifier for the DoubleTapped routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.DragEnterEvent">
      <summary>Gets the identifier for the DragEnter routed event.</summary>
      <returns>The identifier for the DragEnter routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.DragLeaveEvent">
      <summary>Gets the identifier for the DragLeave routed event.</summary>
      <returns>The identifier for the DragLeave routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.DragOverEvent">
      <summary>Gets the identifier for the DragOver routed event.</summary>
      <returns>The identifier for the DragOver routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.DropEvent">
      <summary>Gets the identifier for the Drop routed event.</summary>
      <returns>The identifier for the Drop routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.HoldingEvent">
      <summary>Gets the identifier for the Holding routed event.</summary>
      <returns>The identifier for the Holding routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsDoubleTapEnabledProperty">
      <summary>Identifies the IsDoubleTapEnabled dependency property.</summary>
      <returns>The identifier for the IsDoubleTapEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsHitTestVisibleProperty">
      <summary>Identifies the IsHitTestVisible dependency property.</summary>
      <returns>The identifier for the IsHitTestVisible dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsHoldingEnabledProperty">
      <summary>Identifies the IsHoldingEnabled dependency property.</summary>
      <returns>The identifier for the IsHoldingEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsRightTapEnabledProperty">
      <summary>Identifies the IsRightTapEnabled dependency property.</summary>
      <returns>The identifier for the IsRightTapEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.IsTapEnabledProperty">
      <summary>Identifies the IsTapEnabled dependency property.</summary>
      <returns>The identifier for the IsTapEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.KeyDownEvent">
      <summary>Gets the identifier for the KeyDown routed event.</summary>
      <returns>The identifier for the KeyDown routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.KeyUpEvent">
      <summary>Gets the identifier for the KeyUp routed event.</summary>
      <returns>The identifier for the KeyUp routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ManipulationCompletedEvent">
      <summary>Gets the identifier for the ManipulationCompleted routed event.</summary>
      <returns>The identifier for the ManipulationCompleted routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ManipulationDeltaEvent">
      <summary>Gets the identifier for the ManipulationDelta routed event.</summary>
      <returns>The identifier for the ManipulationDelta routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ManipulationInertiaStartingEvent">
      <summary>Gets the identifier for the ManipulationInertiaStarting routed event.</summary>
      <returns>The identifier for the ManipulationInertiaStarting routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ManipulationModeProperty">
      <summary>Identifies the ManipulationMode dependency property.</summary>
      <returns>The identifier for the ManipulationMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ManipulationStartedEvent">
      <summary>Gets the identifier for the ManipulationStarted routed event.</summary>
      <returns>The identifier for the ManipulationStarted routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ManipulationStartingEvent">
      <summary>Gets the identifier for the ManipulationStarting routed event.</summary>
      <returns>The identifier for the ManipulationStarting routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.OpacityProperty">
      <summary>Identifies the IsHitTestVisible dependency property.</summary>
      <returns>The identifier for the IsHitTestVisible dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerCanceledEvent">
      <summary>Gets the identifier for the PointerCanceled routed event.</summary>
      <returns>The identifier for the PointerCanceled routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerCaptureLostEvent">
      <summary>Gets the identifier for the PointerCaptureLost routed event.</summary>
      <returns>The identifier for the PointerCaptureLost routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerCapturesProperty">
      <summary>Identifies the PointerCaptures dependency property.</summary>
      <returns>The identifier for the PointerCaptures dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerEnteredEvent">
      <summary>Gets the identifier for the PointerEntered routed event.</summary>
      <returns>The identifier for the PointerEntered routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerExitedEvent">
      <summary>Gets the identifier for the PointerExited routed event.</summary>
      <returns>The identifier for the PointerExited routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerMovedEvent">
      <summary>Gets the identifier for the PointerMoved routed event.</summary>
      <returns>The identifier for the PointerMoved routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerPressedEvent">
      <summary>Gets the identifier for the PointerPressed routed event.</summary>
      <returns>The identifier for the PointerPressed routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerReleasedEvent">
      <summary>Gets the identifier for the PointerReleased routed event.</summary>
      <returns>The identifier for the PointerReleased routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.PointerWheelChangedEvent">
      <summary>Gets the identifier for the PointerWheelChanged routed event.</summary>
      <returns>The identifier for the PointerWheelChanged routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.ProjectionProperty">
      <summary>Identifies the Projection dependency property.</summary>
      <returns>The identifier for the Projection dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.RenderTransformOriginProperty">
      <summary>Identifies the RenderTransformOrigin dependency property.</summary>
      <returns>The identifier for the RenderTransformOrigin dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.RenderTransformProperty">
      <summary>Identifies the RenderTransform dependency property.</summary>
      <returns>The identifier for the RenderTransform dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.RightTappedEvent">
      <summary>Gets the identifier for the RightTapped routed event.</summary>
      <returns>The identifier for the RightTapped routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.TappedEvent">
      <summary>Gets the identifier for the Tapped routed event.</summary>
      <returns>The identifier for the Tapped routed event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.TransitionsProperty">
      <summary>Identifies the Transitions dependency property.</summary>
      <returns>The identifier for the Transitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.UseLayoutRoundingProperty">
      <summary>Identifies the UseLayoutRounding dependency property.</summary>
      <returns>The identifier for the UseLayoutRounding dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UIElement.VisibilityProperty">
      <summary>Identifies the Visibility dependency property.</summary>
      <returns>The identifier for the Visibility dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.UnhandledExceptionEventArgs">
      <summary>Provides data for the UnhandledException event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.UnhandledExceptionEventArgs.Exception">
      <summary>Gets the HRESULT code associated with the unhandled exception.</summary>
      <returns>The HRESULT code.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UnhandledExceptionEventArgs.Handled">
      <summary>Gets or sets a value that indicates whether the exception is handled.</summary>
      <returns>true to mark the exception as handled, which indicates that the event system should not process it further; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.UnhandledExceptionEventArgs.Message">
      <summary>Gets the message string as passed by the originating unhandled exception.</summary>
      <returns>The message string, which may be useful for debugging.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.VisualState">
      <summary>Represents the visual appearance of the control when it is in a specific state. Visual states use a Storyboard to set UI properties of control element parts of the control template where the VisualState exists.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.VisualState.#ctor">
      <summary>Initializes a new instance of the VisualState class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.VisualState.Name">
      <summary>Gets the name of the VisualState.</summary>
      <returns>The name of the VisualState.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualState.Storyboard">
      <summary>Gets or sets a Storyboard that defines state-specific property values and appearance of the control when it is using this visual state.</summary>
      <returns>A Storyboard that defines the property changes to apply to the control when this VisualState is used as the current visual state.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.VisualStateChangedEventArgs">
      <summary>Provides data for the CurrentStateChanging and CurrentStateChanged events.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateChangedEventArgs.#ctor">
      <summary>Initializes a new instance of the VisualStateChangedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateChangedEventArgs.Control">
      <summary>Gets the Control that is changing states.</summary>
      <returns>The Control that is changing states.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateChangedEventArgs.NewState">
      <summary>Gets the state the Control is changing to or has changed to.</summary>
      <returns>The state the Control is changing to or has changed to.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateChangedEventArgs.OldState">
      <summary>Gets the state the Control is changing from or has changed from.</summary>
      <returns>The state the Control is changing from or has changed from.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.VisualStateGroup">
      <summary>Contains mutually exclusive VisualState objects and VisualTransition objects that are used to go from one state to another.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateGroup.#ctor">
      <summary>Initializes a new instance of the VisualStateGroup class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateGroup.CurrentState">
      <summary>Gets the most recently set VisualState from a successful call to the GoToState method.</summary>
      <returns>The most recently set VisualState from a successful call to the GoToState method, or null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateGroup.Name">
      <summary>Gets the name of the VisualStateGroup.</summary>
      <returns>The name of the VisualStateGroup.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateGroup.States">
      <summary>Gets the collection of mutually exclusive VisualState objects.</summary>
      <returns>The collection of mutually exclusive VisualState objects.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateGroup.Transitions">
      <summary>Gets the collection of VisualTransition objects.</summary>
      <returns>The collection of VisualTransition objects.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.VisualStateGroup.CurrentStateChanged">
      <summary>Occurs after a control changes into a different state.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.VisualStateGroup.CurrentStateChanging">
      <summary>Occurs when a control begins changing into a different state.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.VisualStateManager">
      <summary>Manages visual states and the logic for transitions between visual states for controls. Also provides the attached property support for VisualStateManager.VisualStateGroups, which is how you define visual states in XAML for a control template.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.#ctor">
      <summary>Initializes a new instance of the VisualStateManager class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateManager.CustomVisualStateManager">
      <summary>Gets or sets the custom VisualStateManager object that handles transitions between the states of a control.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateManager.VisualStateGroups">
      <summary>Gets the collection of VisualStateGroup elements that are defined by a root element of a template definition. A control typically defines this as part of its template.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.GetCustomVisualStateManager(Windows.UI.Xaml.FrameworkElement)">
      <summary>Gets the value of the VisualStateManager.CustomVisualStateManager attached property.</summary>
      <returns>The VisualStateManager that transitions between the states of a control.</returns>
      <param name="obj">The object to get the value from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.GetVisualStateGroups(Windows.UI.Xaml.FrameworkElement)">
      <summary>Gets the value of the VisualStateManager.VisualStateGroups attached property.</summary>
      <returns>The collection of VisualStateGroup objects that is associated with the specified object.</returns>
      <param name="obj">The object to get the value from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.GoToState(Windows.UI.Xaml.Controls.Control,System.String,System.Boolean)">
      <summary>Transitions a control between two states, by requesting a new VisualState by name.</summary>
      <returns>true if the control successfully transitions to the new state, or was already using that state; otherwise, false.</returns>
      <param name="control">The control to transition between states.</param>
      <param name="stateName">The state to transition to.</param>
      <param name="useTransitions">true to use a VisualTransition to transition between states. false to skip using transitions and go directly to the requested state. The default is false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.GoToStateCore(Windows.UI.Xaml.Controls.Control,Windows.UI.Xaml.FrameworkElement,System.String,Windows.UI.Xaml.VisualStateGroup,Windows.UI.Xaml.VisualState,System.Boolean)">
      <summary>When overridden in a derived class, transitions a control between states.</summary>
      <returns>true if the control successfully transitions to the new state; otherwise, false.</returns>
      <param name="control">The control to transition between states.</param>
      <param name="templateRoot">The root element of the control's ControlTemplate.</param>
      <param name="stateName">The name of the state to transition to.</param>
      <param name="group">The VisualStateGroup that the state belongs to.</param>
      <param name="state">The representation of the state to transition to.</param>
      <param name="useTransitions">true to use a VisualTransition to transition between states; otherwise, false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.RaiseCurrentStateChanged(Windows.UI.Xaml.VisualStateGroup,Windows.UI.Xaml.VisualState,Windows.UI.Xaml.VisualState,Windows.UI.Xaml.Controls.Control)">
      <summary>When overridden in a derived class, fires the CurrentStateChanged event on the specified VisualStateGroup.</summary>
      <param name="stateGroup">The object on which the CurrentStateChanging event occurred.</param>
      <param name="oldState">The state that the control transitions from.</param>
      <param name="newState">The state that the control transitions to.</param>
      <param name="control">The control that transitioned states.</param>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.RaiseCurrentStateChanging(Windows.UI.Xaml.VisualStateGroup,Windows.UI.Xaml.VisualState,Windows.UI.Xaml.VisualState,Windows.UI.Xaml.Controls.Control)">
      <summary>When overridden in a derived class, fires the CurrentStateChanging event on the specified VisualStateGroup.</summary>
      <param name="stateGroup">The object that the CurrentStateChanging event occurred on.</param>
      <param name="oldState">The state that the control is transitioning from.</param>
      <param name="newState">The state that the control should transition to.</param>
      <param name="control">The control where the transition animation between states is applied.</param>
    </member>
    <member name="M:Windows.UI.Xaml.VisualStateManager.SetCustomVisualStateManager(Windows.UI.Xaml.FrameworkElement,Windows.UI.Xaml.VisualStateManager)">
      <summary>Sets the value of the VisualStateManager.CustomVisualStateManager attached property.</summary>
      <param name="obj">The target element where the property is set.</param>
      <param name="value">The VisualStateManager that transitions between the states of a control.</param>
    </member>
    <member name="P:Windows.UI.Xaml.VisualStateManager.CustomVisualStateManagerProperty">
      <summary>Identifies the VisualStateManager.CustomVisualStateManager dependency property.</summary>
      <returns>The identifier for the VisualStateManager.CustomVisualStateManager dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.VisualTransition">
      <summary>Represents the visual behavior that occurs when the control transitions from one visual state to another.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.VisualTransition.#ctor">
      <summary>Initializes a new instance of the VisualTransition class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.VisualTransition.From">
      <summary>Gets or sets the name of the VisualState to transition from.</summary>
      <returns>The name of the VisualState to transition from.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualTransition.GeneratedDuration">
      <summary>Gets or sets the amount of time it takes to move from one state to another, and the time that any implicit transition animations should run as part of the transition behavior.</summary>
      <returns>The amount of time it takes to move from one state to another.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualTransition.GeneratedEasingFunction">
      <summary>Gets or sets the easing function applied to the generated animations.</summary>
      <returns>An easing function implementation that is applied to the generated animations.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualTransition.Storyboard">
      <summary>Gets or sets the Storyboard that runs when the transition occurs.</summary>
      <returns>The Storyboard that occurs when the transition occurs.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.VisualTransition.To">
      <summary>Gets or sets the name of the VisualState to transition to.</summary>
      <returns>The name of the VisualState to transition to.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Window">
      <summary>Represents an application window.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Window.Bounds">
      <summary>Gets the height and width of the application window, as a Rect value.</summary>
      <returns>A value that reports the height and width of the application window.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Window.Content">
      <summary>Gets or sets the visual root of an application window.</summary>
      <returns>The visual root of an application window.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Window.CoreWindow">
      <summary>Gets an internal core object for the application window.</summary>
      <returns>A CoreWindow object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Window.Current">
      <summary>Gets the currently activated window for an application.</summary>
      <returns>The currently activated window.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Window.Dispatcher">
      <summary>Gets the CoreDispatcher object for the Window, which is generally the CoreDispatcher for the UI thread.</summary>
      <returns>An object that references the UI thread for the Window.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Window.Visible">
      <summary>Gets a value that reports whether the window is visible.</summary>
      <returns>true if the window is visible; false if the window is not visible.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Window.Activate">
      <summary>Attempts to activate the application window by bringing it to the foreground and setting the input focus to it.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Window.Close">
      <summary>Closes the application window.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Window.Activated">
      <summary>Occurs when the window has successfully been activated.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Window.Closed">
      <summary>Occurs when the window has closed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Window.SizeChanged">
      <summary>Occurs when the window has rendered or changed its rendering size.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Window.VisibilityChanged">
      <summary>Occurs when the value of the Visible property changes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.WindowCreatedEventArgs">
      <summary>Provides data for the OnWindowCreated method.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.WindowCreatedEventArgs.Window">
      <summary>Gets the window that was created.</summary>
      <returns>The window that was created</returns>
    </member>
    <member name="T:Windows.UI.Xaml.ApplicationInitializationCallback">
      <summary>Represents the callback that should be invoked during the initialization sequence.</summary>
      <param name="p">Parameters that convey information for custom startup initialization.</param>
    </member>
    <member name="T:Windows.UI.Xaml.BindingFailedEventHandler">
      <summary>Represents the method that will handle the DebugSettings.BindingFailed event.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.CreateDefaultValueCallback">
      <summary>Represents the method that can be invoked as part of a PropertyMetadata constructor to defer definition of a dependency property default value.</summary>
      <returns>The desired default value.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.DependencyPropertyChangedEventHandler">
      <summary>Represents the method that will handle events raised when a DependencyProperty is changed on a particular DependencyObject implementation.</summary>
      <param name="sender">The source of the event (typically the object where the property changed).</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.DragEventHandler">
      <summary>Represents the method that will handle the DragEnter, DragLeave, DragOver, and Drop events of a UIElement.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.ExceptionRoutedEventHandler">
      <summary>Represents the method that will handle certain events that report exceptions. These exceptions generally come from asynchronous operations.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.PropertyChangedCallback">
      <summary>Represents the callback that is invoked when the effective property value of a dependency property changes.</summary>
      <param name="d">The DependencyObject on which the property has changed value.</param>
      <param name="e">Event data that is issued by any event that tracks changes to the effective value of this property.</param>
    </member>
    <member name="T:Windows.UI.Xaml.RoutedEventHandler">
      <summary>Represents the method that will handle routed events.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.SizeChangedEventHandler">
      <summary>Represents the method that will handle the SizeChanged event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.SuspendingEventHandler">
      <summary>Represents the method that will handle the Suspending event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.UnhandledExceptionEventHandler">
      <summary>Represents the method that will handle the UnhandledException event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.VisualStateChangedEventHandler">
      <summary>Represents the method that will handle the CurrentStateChanging and CurrentStateChanged events.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.WindowActivatedEventHandler">
      <summary>Represents the method that will handle the Activated event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.WindowClosedEventHandler">
      <summary>Represents the method that will handle the Closed event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.WindowSizeChangedEventHandler">
      <summary>Represents the method that will handle the Window.SizeChanged event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.WindowVisibilityChangedEventHandler">
      <summary>Represents the method that will handle the VisibilityChanged event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.ApplicationTheme">
      <summary>Declares the theme preference for an app.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.ApplicationTheme.Light">
      <summary>Use the Light default theme.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.ApplicationTheme.Dark">
      <summary>Use the Dark default theme.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.DurationType">
      <summary>Declares whether a Duration has a special value of Automatic or Forever, or has valid information in its TimeSpan component.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.DurationType.Automatic">
      <summary>Has the Automatic special value.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.DurationType.TimeSpan">
      <summary>Has valid information in the TimeSpan component.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.DurationType.Forever">
      <summary>Has the Forever special value.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.ElementTheme">
      <summary>Specifies a UI theme that should be used for individual UIElement parts of an app UI.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.ElementTheme.Default">
      <summary>Use the Application.RequestedTheme value for the element. This is the default.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.ElementTheme.Light">
      <summary>Use the Light default theme.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.ElementTheme.Dark">
      <summary>Use the Dark default theme.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FlowDirection">
      <summary>Defines constants that specify the content flow direction for text and UI elements.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FlowDirection.LeftToRight">
      <summary>Indicates that content should flow from left to right.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FlowDirection.RightToLeft">
      <summary>Indicates that content should flow from right to left.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FocusState">
      <summary>Describes how an element obtained focus.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FocusState.Unfocused">
      <summary>Element is not currently focused.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FocusState.Pointer">
      <summary>Element obtained focus through a pointer action.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FocusState.Keyboard">
      <summary>Element obtained focus through a keyboard action, such as tab sequence traversal.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FocusState.Programmatic">
      <summary>Element obtained focus through a deliberate call to Focus or a related API.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FontCapitals">
      <summary>Describes the capital letter style value for the Typography.Capitals attached property.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontCapitals.Normal">
      <summary>Capital letters render normally.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontCapitals.AllSmallCaps">
      <summary>Both capital and lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontCapitals.SmallCaps">
      <summary>Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontCapitals.AllPetiteCaps">
      <summary>Both capital and lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. Petite capitals are smaller than small capitals.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontCapitals.PetiteCaps">
      <summary>Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. Petite capitals are smaller than small capitals.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontCapitals.Unicase">
      <summary>Capital letters display in unicase. Unicase fonts render both uppercase and lowercase letters in a mixture of uppercase and lowercase glyphs determined by the type designer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontCapitals.Titling">
      <summary>Glyph forms are substituted with a typographic form specifically designed for titles.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FontEastAsianLanguage">
      <summary>Provides a mechanism for selecting font-specific versions of glyphs for a specified East Asian writing system or language.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.Normal">
      <summary>No font-specific glyph versions are applied.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.HojoKanji">
      <summary>Replaces default glyphs with the corresponding forms from the Hojo Kanji specification.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.Jis04">
      <summary>Replaces default Japanese glyphs with the corresponding forms from the JIS04 specification.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.Jis78">
      <summary>Replaces default Japanese glyphs with the corresponding forms from the JIS78 specification.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.Jis83">
      <summary>Replaces default Japanese glyphs with the corresponding forms from the JIS83 specification.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.Jis90">
      <summary>Replaces default Japanese glyphs with the corresponding forms from the JIS90 specification.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.NlcKanji">
      <summary>Replaces default glyphs with the corresponding forms from the NLC Kanji specification.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.Simplified">
      <summary>Replaces traditional Chinese or Japanese forms with their corresponding simplified forms.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.Traditional">
      <summary>Replaces simplified Chinese or Japanese forms with their corresponding traditional forms.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianLanguage.TraditionalNames">
      <summary>Replaces simplified Kanji forms with their corresponding traditional forms. This glyph set is explicitly limited to the traditional forms considered proper for use in personal names.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FontEastAsianWidths">
      <summary>Provides a mechanism for selecting glyphs of different width styles.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianWidths.Normal">
      <summary>Default width style.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianWidths.Full">
      <summary>Replaces uniform width glyphs with full width (usually em) glyphs.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianWidths.Half">
      <summary>Replaces uniform width glyphs with half width (half em) glyphs</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianWidths.Proportional">
      <summary>Replaces uniform width glyphs with proportionally spaced glyphs.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianWidths.Quarter">
      <summary>Replaces uniform width glyphs with one-quarter width (one-quarter em) glyphs.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontEastAsianWidths.Third">
      <summary>Replaces uniform width glyphs with one-third width (one-third em) glyphs.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FontFraction">
      <summary>Describes a fraction style value for the Typography.Fraction attached property.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontFraction.Normal">
      <summary>Default style is used.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontFraction.Stacked">
      <summary>Slashed fraction style is used.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontFraction.Slashed">
      <summary>Stacked fraction style is used.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FontNumeralAlignment">
      <summary>Describes the numeral alignment value for the Typography.NumeralAlignment attached property.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontNumeralAlignment.Normal">
      <summary>Default numeral alignment is used.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontNumeralAlignment.Proportional">
      <summary>Proportional width alignment is used.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontNumeralAlignment.Tabular">
      <summary>Tabular alignment is used.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FontNumeralStyle">
      <summary>Describes a numeral style value for the Typography.NumeralStyle attached property.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontNumeralStyle.Normal">
      <summary>Default numeral style is used.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontNumeralStyle.Lining">
      <summary>Lining numeral style is used. Replaces default glyphs with numeric forms of even height.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontNumeralStyle.OldStyle">
      <summary>Old style numeral style is used. Replaces default glyphs with a figure style that matches lowercase letters in height and color.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.FontVariants">
      <summary>Describes a font variant value for the Typography.Variants attached property.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontVariants.Normal">
      <summary>Default font behavior. Font scaling and positioning is normal.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontVariants.Superscript">
      <summary>Replaces a default glyph with a superscript glyph. Superscript is commonly used for footnotes.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontVariants.Subscript">
      <summary>Replaces a default glyph with a subscript glyph.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontVariants.Ordinal">
      <summary>Replaces a default glyph with an ordinal glyph, or it may combine glyph substitution with positioning adjustments for proper placement. Ordinal forms are normally associated with numeric notation of an ordinal word, such as 1st for first.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontVariants.Inferior">
      <summary>Replaces a default glyph with an inferior glyph, or it may combine glyph substitution with positioning adjustments for proper placement. Inferior forms are typically used in chemical formulas or mathematical notation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.FontVariants.Ruby">
      <summary>Replaces a default glyph with a smaller Japanese Kana glyph. This is used to clarify the meaning of Kanji, which may be unfamiliar to the reader.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.GridUnitType">
      <summary>Describes the kind of value that a GridLength object is holding.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.GridUnitType.Auto">
      <summary>The size is determined by the size properties of the content object.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.GridUnitType.Pixel">
      <summary>The value is expressed in pixels.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.GridUnitType.Star">
      <summary>The value is expressed as a weighted proportion of available space.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.HorizontalAlignment">
      <summary>Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.HorizontalAlignment.Left">
      <summary>An element aligned to the left of the layout slot for the parent element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.HorizontalAlignment.Center">
      <summary>An element aligned to the center of the layout slot for the parent element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.HorizontalAlignment.Right">
      <summary>An element aligned to the right of the layout slot for the parent element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.HorizontalAlignment.Stretch">
      <summary>An element stretched to fill the entire layout slot of the parent element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.LineStackingStrategy">
      <summary>Describes the mechanism by which a line box is determined for each line.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.LineStackingStrategy.MaxHeight">
      <summary>The stack height is the smallest value that contains the extended block progression dimension of all the inline elements on that line when those elements are properly aligned. This is the default.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.LineStackingStrategy.BlockLineHeight">
      <summary>The stack height is determined by the block element line-height property value.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.LineStackingStrategy.BaselineToBaseline">
      <summary>The stack height is the distance between text baselines. Does not affect the distance between the baselines.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.OpticalMarginAlignment">
      <summary>Specifies how side bearing values in per-character typography are handled when aligning to a text container boundary.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.OpticalMarginAlignment.None">
      <summary>Use side bearings that come from font typography values. This is the default.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.OpticalMarginAlignment.TrimSideBearings">
      <summary>Don't use side bearings that come from font typography values, and align the side of the glyph to where the "ink" part of the glyph begins.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TextAlignment">
      <summary>Specifies whether text is centered, left-aligned, or right-aligned.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextAlignment.Center">
      <summary>Text is centered within the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextAlignment.Left">
      <summary>Text is aligned to the left edge of the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextAlignment.Right">
      <summary>Text is aligned to the right edge of the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextAlignment.Justify">
      <summary>Text is justified within the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TextLineBounds">
      <summary>Influences how a line box height is calculated</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextLineBounds.Full">
      <summary>Uses normal line box height calculation, this is the default.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextLineBounds.TrimToCapHeight">
      <summary>Top of line box height is the cap height from the font.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextLineBounds.TrimToBaseline">
      <summary>Bottom of line box height is the text baseline.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextLineBounds.Tight">
      <summary>Top of line box height is the cap height from the font, bottom of line box height is the text baseline.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TextReadingOrder">
      <summary>Provides a value for TextReadingOrder properties.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextReadingOrder.Default">
      <summary>Do not detect flow direction from content. Use FlowDirection value (if any) for reading order decisions.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextReadingOrder.DetectFromContent">
      <summary>Detect flow direction from text content. For bidirectional text, text containers will infer the reading order for text based on the content, see Remarks.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TextTrimming">
      <summary>Describes how text is trimmed when it overflows the edge of its containing box.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextTrimming.None">
      <summary>Text is not trimmed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextTrimming.CharacterEllipsis">
      <summary>Introduced in Windows 8.1. Text is trimmed at a character boundary. An ellipsis (...) is drawn in place of remaining text.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextTrimming.WordEllipsis">
      <summary>Text is trimmed at a word boundary. An ellipsis (...) is drawn in place of remaining text.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextTrimming.Clip">
      <summary>Introduced in Windows 8.1. Text is trimmed at a pixel level, visually clipping the excess glyphs.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.TextWrapping">
      <summary>Specifies whether text wraps when it reaches the edge of its container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextWrapping.NoWrap">
      <summary>No line wrapping is performed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextWrapping.Wrap">
      <summary>Line breaking occurs if a line of text overflows beyond the available width of its container. Line breaking occurs even if the text logic can't determine any line break opportunity. For example, if a very long word is constrained in a fixed-width container that can't scroll, it will wrap at a point that might be in the middle of a word.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.TextWrapping.WrapWholeWords">
      <summary>Introduced in Windows 8.1. Line-breaking occurs if the line overflows beyond the available block width. A line may overflow beyond the block width if the text logic can't determine a line break opportunity. For example, if a very long word is constrained in a fixed-width container that can't scroll, it will overflow the long word and continue the text after the long word on the next line. Not supported by all controls; see Remarks.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.VerticalAlignment">
      <summary>Describes how a child element is vertically positioned or stretched within a parent's layout slot.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.VerticalAlignment.Top">
      <summary>The element is aligned to the top of the parent's layout slot.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.VerticalAlignment.Center">
      <summary>The element is aligned to the center of the parent's layout slot.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.VerticalAlignment.Bottom">
      <summary>The element is aligned to the bottom of the parent's layout slot.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.VerticalAlignment.Stretch">
      <summary>The element is stretched to fill the entire layout slot of the parent element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Visibility">
      <summary>Specifies the display state of an element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Visibility.Visible">
      <summary>Display the element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Visibility.Collapsed">
      <summary>Do not display the element, and do not reserve space for it in layout.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.CornerRadius">
      <summary>Describes the characteristics of a rounded corner, such as can be applied to a Border.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.CornerRadius.TopLeft">
      <summary>The radius of rounding, in pixels, of the upper-left corner of the object where a CornerRadius is applied.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.CornerRadius.TopRight">
      <summary>The radius of rounding, in pixels, of the upper-right corner of the object where a CornerRadius is applied.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.CornerRadius.BottomRight">
      <summary>The radius of rounding, in pixels, of the lower-right corner of the object where a CornerRadius is applied.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.CornerRadius.BottomLeft">
      <summary>The radius of rounding, in pixels, of the lower-left corner of the object where a CornerRadius is applied.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.#ctor(System.Double)">
      <summary>Initializes a new CornerRadius structure, applying the same uniform radius to all its corners.</summary>
      <param name="uniformRadius">A uniform radius applied to all four CornerRadius properties (TopLeft, TopRight, BottomRight, BottomLeft).</param>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.#ctor(System.Double,System.Double,System.Double,System.Double)">
      <summary>Initializes a new CornerRadius structure, applying the same uniform radius to all its corners.</summary>
      <param name="topLeft">Sets the initial TopLeft.</param>
      <param name="topRight">Sets the initial TopRight.</param>
      <param name="bottomLeft">Sets the initial BottomLeft.</param>
      <param name="bottomRight">Sets the initial BottomRight.</param>
    </member>
    <member name="P:Windows.UI.Xaml.CornerRadius.BottomLeft">
      <summary>Gets or sets the radius of rounding, in pixels, of the bottom left corner of the object where a CornerRadius is applied.</summary>
      <returns>A Double that represents the radius of rounding, in pixels, of the bottom left corner of the object where a CornerRadius is applied. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.CornerRadius.BottomRight">
      <summary>Gets or sets the radius of rounding, in pixels, of the bottom right corner of the object where a CornerRadius is applied.</summary>
      <returns>A Double that represents the radius of rounding, in pixels, of the bottom right corner of the object where a CornerRadius is applied. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.CornerRadius.TopLeft">
      <summary>Gets or sets the radius of rounding, in pixels, of the top left corner of the object where a CornerRadius is applied.</summary>
      <returns>A Double that represents the radius of rounding, in pixels, of the top left corner of the object where a CornerRadius is applied. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.CornerRadius.TopRight">
      <summary>Gets or sets the radius of rounding, in pixels, of the top right corner of the object where a CornerRadius is applied.</summary>
      <returns>A Double that represents the radius of rounding, in pixels, of the top right corner of the object where a CornerRadius is applied. The default is 0.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a CornerRadius.</summary>
      <returns>true if value is equal to this CornerRadius; otherwise, false.</returns>
      <param name="value">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.Equals(Windows.UI.Xaml.CornerRadius)">
      <summary>Compares two CornerRadius structures for equality.</summary>
      <returns>true if both CornerRadius structures contain the same values; otherwise, false.</returns>
      <param name="cornerRadius">The CornerRadius structure to compare to this CornerRadius.</param>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.ToString()">
      <summary>Converts a CornerRadius to a String representation.</summary>
      <returns>A String representation of this CornerRadius.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.op_Equality(Windows.UI.Xaml.CornerRadius,Windows.UI.Xaml.CornerRadius)">
      <summary>Compares two CornerRadius structures for equality.</summary>
      <returns>true if all values of cr1 and cr2 are equal; otherwise, false.</returns>
      <param name="cr1">The first CornerRadius structure to compare.</param>
      <param name="cr2">The second CornerRadius structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.CornerRadius.op_Inequality(Windows.UI.Xaml.CornerRadius,Windows.UI.Xaml.CornerRadius)">
      <summary>Compares two CornerRadius structures for inequality.</summary>
      <returns>true if cr1 and cr2 have different values; false if cr1 and cr2 have the same values.</returns>
      <param name="cr1">The first CornerRadius structure to compare.</param>
      <param name="cr2">The second CornerRadius structure to compare.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Duration">
      <summary>Represents the duration of time that a Timeline is active, or more generally represents a duration of time that also supports two special values Automatic and Forever.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Duration.TimeSpan">
      <summary>The TimeSpan value component.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Duration.Type">
      <summary>The type as a member of the enumeration.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.#ctor(System.TimeSpan)">
      <summary>Initializes a new instance of the Duration structure with the supplied TimeSpan value.</summary>
      <param name="timeSpan">Represents the initial time interval of this duration.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Duration.Automatic">
      <summary>Gets a Duration value that is automatically determined.</summary>
      <returns>A Duration initialized to an automatic value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Duration.Forever">
      <summary>Gets a Duration value that represents an infinite interval.</summary>
      <returns>A Duration initialized to a forever value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Duration.HasTimeSpan">
      <summary>Gets a value that indicates if this Duration represents a TimeSpan value.</summary>
      <returns>true if this Duration is a TimeSpan value; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Duration.TimeSpan">
      <summary>Gets the TimeSpan value that this Duration represents.</summary>
      <returns>The TimeSpan value that this Duration represents. Microsoft .NET uses System.TimeSpan, Visual C++ component extensions (C++/CX) uses Windows::Foundation::TimeSpan, that structure projects differently per language.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.Add(Windows.UI.Xaml.Duration)">
      <summary>Adds the value of the specified Duration to this Duration.</summary>
      <returns>If each involved Duration has values, a Duration that represents the combined values. Otherwise this method returns null.</returns>
      <param name="duration">An instance of Duration that represents the value of the current instance plus duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.Compare(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Compares one Duration value to another.</summary>
      <returns>If t1 is less than t2, a negative value that represents the difference. If t1 is equal to t2, a value of 0. If t1 is greater than t2, a positive value that represents the difference.</returns>
      <param name="t1">The first instance of Duration to compare.</param>
      <param name="t2">The second instance of Duration to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Duration.</summary>
      <returns>true if value is equal to this Duration; otherwise, false.</returns>
      <param name="value">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.Equals(Windows.UI.Xaml.Duration)">
      <summary>Compares two Duration structures for equality.</summary>
      <returns>true if both Duration structures contain the same values; otherwise, false.</returns>
      <param name="duration">The Duration structure to compare to this Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.Equals(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Compares two Duration structures for equality, as a static helper method.</summary>
      <returns>true if both Duration structures contain the same values; otherwise, false.</returns>
      <param name="t1">The first Duration structure to compare.</param>
      <param name="t2">The first Duration structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.Subtract(Windows.UI.Xaml.Duration)">
      <summary>Subtracts the specified Duration from this Duration.</summary>
      <returns>The subtracted Duration.</returns>
      <param name="duration">The Duration to subtract from this Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.ToString()">
      <summary>Converts a Duration to a String representation.</summary>
      <returns>A String representation of this Duration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_Addition(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Adds the values of two Duration structures.</summary>
      <returns>If both instances of Duration have TimeSpan values, this method returns the sum of those two values. If either value is set to Automatic, the method returns Automatic. If either value is set to Forever, the method returns Forever.
If either t1 or t2 has no value, this method returns null.</returns>
      <param name="t1">The first Duration.</param>
      <param name="t2">The second Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_Equality(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Compares two Duration structures for equality.</summary>
      <returns>true if all values of t1 and t2 are equal; otherwise, false.</returns>
      <param name="t1">The first Duration structure to compare.</param>
      <param name="t2">The second Duration structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_GreaterThan(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Determines if one Duration is greater than another.</summary>
      <returns>true if both t1 and t2 have values and t1 is greater than t2; otherwise, false.</returns>
      <param name="t1">The first Duration.</param>
      <param name="t2">The second Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_GreaterThanOrEqual(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Determines if one Duration is greater than or equal to another.</summary>
      <returns>true if both t1 and t2 have values and t1 is greater than or equal to t2; otherwise, false.</returns>
      <param name="t1">The first Duration.</param>
      <param name="t2">The second Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_Implicit(System.TimeSpan)">
      <summary>Implicitly creates a Duration from a given TimeSpan.</summary>
      <returns>The created Duration.</returns>
      <param name="timeSpan">The TimeSpan from which an instance of Duration is implicitly created.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_Inequality(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Compares two Duration structures for inequality.</summary>
      <returns>true if t1 and t2 have different values; false if t1 and t2 have the same values.</returns>
      <param name="t1">The first Duration structure to compare.</param>
      <param name="t2">The second Duration structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_LessThan(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Determines if one Duration is less than another.</summary>
      <returns>true if both t1 and t2 have values and t1 is less than t2; otherwise, false.</returns>
      <param name="t1">The first Duration.</param>
      <param name="t2">The second Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_LessThanOrEqual(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Determines if one Duration is less than or equal to another.</summary>
      <returns>true if both t1 and t2 have values and t1 is less than or equal to t2; otherwise, false.</returns>
      <param name="t1">The first Duration.</param>
      <param name="t2">The second Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_Subtraction(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)">
      <summary>Subtracts the value of one Duration from another.</summary>
      <returns>If each Duration has values, a Duration that represents the value of t1 minus t2. If t1 has a value of Forever and t2 has a value of TimeSpan, this method returns Forever. Otherwise this method returns null.</returns>
      <param name="t1">The first Duration.</param>
      <param name="t2">The second Duration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Duration.op_UnaryPlus(Windows.UI.Xaml.Duration)">
      <summary>Returns the specified Duration.</summary>
      <returns>A Duration value identical to duration.</returns>
      <param name="duration">The Duration to specify.</param>
    </member>
    <member name="T:Windows.UI.Xaml.GridLength">
      <summary>Represents a measurement for control logc that explicitly supports Star (*) sizing and Auto sizing.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.GridLength.Value">
      <summary>The measure for this GridLength, which is not necessarily a pixel measure.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.GridLength.GridUnitType">
      <summary>A value of the GridUnitType enumeration that qualifies how Value is interpreted as a measure.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.GridLength.#ctor(System.Double)">
      <summary>Initializes a new GridLength structure, using the specified absolute value in pixels.</summary>
      <param name="pixels">The absolute count of pixels to establish as the value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLength.#ctor(System.Double,Windows.UI.Xaml.GridUnitType)">
      <summary>Initializes a new GridLength structure and specifies what kind of value it holds.</summary>
      <param name="value">The initial value of the GridLength.</param>
      <param name="type">The GridUnitType value held by the GridLength.</param>
    </member>
    <member name="P:Windows.UI.Xaml.GridLength.Auto">
      <summary>Gets an instance of GridLength that holds a value whose size is determined by the size properties of the content object.</summary>
      <returns>A instance of GridLength whose GridUnitType property is set to Auto.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.GridLength.GridUnitType">
      <summary>Gets the associated GridUnitType for the GridLength.</summary>
      <returns>One of the GridUnitType values. The default is Auto.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.GridLength.IsAbsolute">
      <summary>Gets a value that indicates whether the GridLength holds a value that represents an absolute measure in pixels.</summary>
      <returns>true if the GridUnitType property is Pixel; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.GridLength.IsAuto">
      <summary>Gets a value that indicates whether the GridLength holds a value whose size is determined by the size properties of the content object where the GridLength applies.</summary>
      <returns>true if the GridUnitType property is Auto; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.GridLength.IsStar">
      <summary>Gets a value that indicates whether the GridLength holds a value that is expressed as a weighted proportion of available space.</summary>
      <returns>true if the GridUnitType property is Star; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.GridLength.Value">
      <summary>Gets a Double that represents the value of the GridLength.</summary>
      <returns>A Double that represents the value of the current instance.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.GridLength.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a GridLength.</summary>
      <returns>true if oCompare is equal to this GridLength; otherwise, false.</returns>
      <param name="oCompare">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLength.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.GridLength.ToString()">
      <summary>Converts a GridLength to a String representation.</summary>
      <returns>A String representation of this GridLength.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.GridLength.op_Equality(Windows.UI.Xaml.GridLength,Windows.UI.Xaml.GridLength)">
      <summary>Compares two GridLength structures for equality.</summary>
      <returns>true if all values of gl1 and gl2 are equal; otherwise, false.</returns>
      <param name="gl1">The first GridLength structure to compare.</param>
      <param name="gl2">The second GridLength structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.GridLength.op_Inequality(Windows.UI.Xaml.GridLength,Windows.UI.Xaml.GridLength)">
      <summary>Compares two GridLength structures for inequality.</summary>
      <returns>true if gl1 and gl2 have different values; false if gl1 and gl2 have the same values.</returns>
      <param name="gl1">The first GridLength structure to compare.</param>
      <param name="gl2">The second GridLength structure to compare.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Thickness">
      <summary>Describes the thickness of a frame around a rectangle. Four Double values describe the Left, Top, Right, and Bottom sides of the rectangle, respectively.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Thickness.Left">
      <summary>The left side measure of the Thickness.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Thickness.Top">
      <summary>The top edge measure of the Thickness.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Thickness.Right">
      <summary>The right side measure of the Thickness.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Thickness.Bottom">
      <summary>The bottom edge measure of the Thickness.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Thickness.#ctor(System.Double)">
      <summary>Initializes a Thickness structure that has the specified uniform length on each side.</summary>
      <param name="uniformLength">The uniform length applied to all four sides of the bounding rectangle.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Thickness.#ctor(System.Double,System.Double,System.Double,System.Double)">
      <summary>Initializes a Thickness structure that has specific lengths (each supplied as a Double) applied to each side of the rectangle.</summary>
      <param name="left">The thickness for the left side of the rectangle.</param>
      <param name="top">The thickness for the upper side of the rectangle.</param>
      <param name="right">The thickness for the right side of the rectangle</param>
      <param name="bottom">The thickness for the lower side of the rectangle.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Thickness.Bottom">
      <summary>Gets or sets the width, in pixels, of the lower side of the bounding rectangle.</summary>
      <returns>A Double that represents the width, in pixels, of the lower side of the bounding rectangle for this instance of Thickness. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Thickness.Left">
      <summary>Gets or sets the width, in pixels, of the left side of the bounding rectangle.</summary>
      <returns>A Double that represents the width, in pixels, of the left side of the bounding rectangle for this instance of Thickness. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Thickness.Right">
      <summary>Gets or sets the width, in pixels, of the right side of the bounding rectangle.</summary>
      <returns>A Double that represents the width, in pixels, of the right side of the bounding rectangle for this instance of Thickness. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Thickness.Top">
      <summary>Gets or sets the width, in pixels, of the upper side of the bounding rectangle.</summary>
      <returns>A Double that represents the width, in pixels, of the upper side of the bounding rectangle for this instance of Thickness. The default is 0.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Thickness.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Thickness.</summary>
      <returns>true if obj is equal to this Thickness; otherwise, false.</returns>
      <param name="obj">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Thickness.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Thickness.ToString()">
      <summary>Converts a Thickness to a String representation.</summary>
      <returns>A String representation of this Thickness.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Thickness.op_Equality(Windows.UI.Xaml.Thickness,Windows.UI.Xaml.Thickness)">
      <summary>Compares two Thickness structures for equality.</summary>
      <returns>true if all values of t1 and t2 are equal; otherwise, false.</returns>
      <param name="t1">The first Thickness structure to compare.</param>
      <param name="t">The second Thickness structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Thickness.op_Inequality(Windows.UI.Xaml.Thickness,Windows.UI.Xaml.Thickness)">
      <summary>Compares two Thickness structures for inequality.</summary>
      <returns>true if t1 and t2 have different values; false if t1 and t2 have the same values.</returns>
      <param name="t1">The first Thickness structure to compare.</param>
      <param name="t2">The second Thickness structure to compare.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Automation">
      <summary>Defines the support types for Microsoft UI Automation infrastructure. These support types are for implementing Microsoft UI Automation support for a custom control.
Also, AutomationProperties provides accessibility info as part of a XAML UI definition.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers">
      <summary>Contains values used as identifiers by IAnnotationProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers.AnnotationTypeIdProperty">
      <summary>Gets the identifier for the AnnotationTypeId automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers.AnnotationTypeNameProperty">
      <summary>Gets the identifier for the AnnotationTypeName automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers.AuthorProperty">
      <summary>Gets the identifier for the Author automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers.DateTimeProperty">
      <summary>Gets the identifier for the DateTime automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers.TargetProperty">
      <summary>Gets the identifier for the Target automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.AutomationElementIdentifiers">
      <summary>Contains values used as automation property identifiers by UI Automation providers and UI Automation clients.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.AcceleratorKeyProperty">
      <summary>Identifies the accelerator key automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.AccessKeyProperty">
      <summary>Identifies the access key automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.AutomationIdProperty">
      <summary>Identifies the automation element identifier automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.BoundingRectangleProperty">
      <summary>Identifies the bounding rectangle automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.ClassNameProperty">
      <summary>Identifies the class name automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.ClickablePointProperty">
      <summary>Identifies the clickable point automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.ControlledPeersProperty">
      <summary>Identifies the controlled peers automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.ControlTypeProperty">
      <summary>Identifies the control type automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.HasKeyboardFocusProperty">
      <summary>Identifies the keyboard focus automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.HelpTextProperty">
      <summary>Identifies the help text automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsContentElementProperty">
      <summary>Identifies the content element determination automation property. The content element status indicates whether the element contains content that is valuable to the end user.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsControlElementProperty">
      <summary>Identifies the control element determination automation property. The control element status indicates whether the element contains user interface components that can be manipulated.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsEnabledProperty">
      <summary>Identifies the enabled determination automation property. The enabled status indicates whether the item referenced by the automation peer is enabled.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsKeyboardFocusableProperty">
      <summary>Identifies the keyboard-focusable determination automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsOffscreenProperty">
      <summary>Identifies the offscreen determination automation property. The offscreen status indicates whether the item referenced by the automation peer is off the screen.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsPasswordProperty">
      <summary>Identifies the password determination automation property. The password status indicates whether the item referenced by the automation peer contains a password.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsRequiredForFormProperty">
      <summary>Identifies the form requirement determination automation property. The form requirement status indicates whether the element must be completed on a form.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.ItemStatusProperty">
      <summary>Identifies the item status automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.ItemTypeProperty">
      <summary>Identifies the item type automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.LabeledByProperty">
      <summary>Identifies the labeled-by peer automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.LiveSettingProperty">
      <summary>Identifies the live settings automation property. The live settings property value is returned by the GetLiveSetting method.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.LocalizedControlTypeProperty">
      <summary>Identifies the localized control type automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.NameProperty">
      <summary>Identifies the element name automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationElementIdentifiers.OrientationProperty">
      <summary>Identifies the orientation automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.AutomationProperties">
      <summary>Provides support for getting or setting instance-level values of automation properties. These property values are set as attached properties (typically in XAML) and supplement or override automation property values from a control's AutomationPeer.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AcceleratorKey">
      <summary>Gets or sets the accelerator key for the specified element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AccessibilityView">
      <summary>Gets or sets the Microsoft UI Automation tree view mode for an element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AccessKey">
      <summary>Gets or sets the access key for the specified element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AutomationId">
      <summary>Gets or sets the string that uniquely identifies the element to UI Automation.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.HelpText">
      <summary>Gets or sets the help text for the element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.IsRequiredForForm">
      <summary>Gets or sets a value that indicates whether the element is required to be filled out on a form.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.ItemStatus">
      <summary>Gets or sets a description of the status of an item in an element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.ItemType">
      <summary>Gets or sets a description of the type of the specified element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.LabeledBy">
      <summary>Gets or sets the element that contains the text label for the element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.LiveSetting">
      <summary>Gets or sets the live setting value for the specified element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.Name">
      <summary>Gets or sets the UI Automation name of the element.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetAcceleratorKey(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.AcceleratorKey attached property for the specified DependencyObject.</summary>
      <returns>The accelerator key, as a string.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetAccessibilityView(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.AccessibilityView attached property for the specified DependencyObject.</summary>
      <returns>The accessibility view setting, as a value of the enumeration.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetAccessKey(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.AccessKey attached property for the specified DependencyObject.</summary>
      <returns>The access key, as a string.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetAutomationId(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.AutomationId attached property for the specified DependencyObject.</summary>
      <returns>The UI Automation identifier for the specified element.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetControlledPeers(Windows.UI.Xaml.DependencyObject)">
      <summary>A static utility method that retrieves the list of controlled peers from a target owner.</summary>
      <returns>A list containing the peers that the target element controls.</returns>
      <param name="element">The owner object to retrieve controlled peers from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetHelpText(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.HelpText attached property for the specified DependencyObject.</summary>
      <returns>The help text for the specified element.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetIsRequiredForForm(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.IsRequiredForForm attached property for the specified DependencyObject.</summary>
      <returns>true if the specified element is required for completion of a form; otherwise, false.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetItemStatus(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.ItemStatus attached property for the specified DependencyObject.</summary>
      <returns>The item status of the element.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetItemType(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.ItemType attached property for the specified DependencyObject.</summary>
      <returns>The item type of the element.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetLabeledBy(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.LabeledBy attached property for the specified DependencyObject.</summary>
      <returns>The element that is targeted by the label.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetLiveSetting(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.LiveSetting attached property for the specified DependencyObject.</summary>
      <returns>The live setting value for the specified element.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.GetName(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the AutomationProperties.Name attached property for the specified DependencyObject.</summary>
      <returns>The name of the specified element.</returns>
      <param name="element">The DependencyObject to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetAcceleratorKey(Windows.UI.Xaml.DependencyObject,System.String)">
      <summary>Sets the value of the AutomationProperties.AcceleratorKey attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The accelerator key value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetAccessibilityView(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Automation.Peers.AccessibilityView)">
      <summary>Sets the value of the AutomationProperties.AccessibilityView attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject to set the attached property on.</param>
      <param name="value">The enumeration value to set</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetAccessKey(Windows.UI.Xaml.DependencyObject,System.String)">
      <summary>Sets the value of the AutomationProperties.AccessKey attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The access key value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetAutomationId(Windows.UI.Xaml.DependencyObject,System.String)">
      <summary>Sets the value of the AutomationProperties.AutomationId attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The UI Automation identifier value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetHelpText(Windows.UI.Xaml.DependencyObject,System.String)">
      <summary>Sets the value of the AutomationProperties.HelpText attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The help text.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetIsRequiredForForm(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the AutomationProperties.IsRequiredForForm attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">true to specify that the element is required to be filled out on a form; otherwise, false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetItemStatus(Windows.UI.Xaml.DependencyObject,System.String)">
      <summary>Sets the value of the AutomationProperties.ItemStatus attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The item status.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetItemType(Windows.UI.Xaml.DependencyObject,System.String)">
      <summary>Sets the value of the AutomationProperties.ItemType attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The item type.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetLabeledBy(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.UIElement)">
      <summary>Sets the value of the AutomationProperties.LabeledBy attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The UI element that represents the label for element.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetLiveSetting(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting)">
      <summary>Sets the value of the AutomationProperties.LiveSetting attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The AutomationLiveSetting value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.AutomationProperties.SetName(Windows.UI.Xaml.DependencyObject,System.String)">
      <summary>Sets the value of the AutomationProperties.Name attached property for the specified DependencyObject.</summary>
      <param name="element">The DependencyObject for which to set the property.</param>
      <param name="value">The object name.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AcceleratorKeyProperty">
      <summary>Identifies the AutomationProperties.AcceleratorKey attached property.</summary>
      <returns>The identifier for the AutomationProperties.AcceleratorKey attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AccessibilityViewProperty">
      <summary>Identifies the AutomationProperties.AccessibilityView attached property.</summary>
      <returns>The identifier for the AutomationProperties.AccessibilityView attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AccessKeyProperty">
      <summary>Identifies the AutomationProperties.AccessKey attached property.</summary>
      <returns>The identifier for the AutomationProperties.AccessKey attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.AutomationIdProperty">
      <summary>Identifies the AutomationProperties.AutomationId attached property.</summary>
      <returns>The identifier for the AutomationProperties.AutomationId attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.ControlledPeersProperty">
      <summary>Identifies a dependency property that's used for controlled peers reporting information.</summary>
      <returns>A dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.HelpTextProperty">
      <summary>Identifies the AutomationProperties.HelpText attached property.</summary>
      <returns>The identifier for the AutomationProperties.HelpText attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.IsRequiredForFormProperty">
      <summary>Identifies the AutomationProperties.IsRequiredForForm attached property.</summary>
      <returns>The identifier for the AutomationProperties.IsRequiredForForm attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.ItemStatusProperty">
      <summary>Identifies the AutomationProperties.ItemStatus attached property.</summary>
      <returns>The identifier for the AutomationProperties.ItemStatus attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.ItemTypeProperty">
      <summary>Identifies the AutomationProperties.ItemType attached property.</summary>
      <returns>The identifier for the AutomationProperties.ItemType dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.LabeledByProperty">
      <summary>Identifies the AutomationProperties.LabeledBy attached property.</summary>
      <returns>The identifier for the AutomationProperties.LabeledBy attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.LiveSettingProperty">
      <summary>Identifies the AutomationProperties.LiveSetting attached property.</summary>
      <returns>The property identifier for the AutomationProperties.LiveSetting attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.AutomationProperties.NameProperty">
      <summary>Identifies the AutomationProperties.Name attached property.</summary>
      <returns>The identifier for the AutomationProperties.Name attached property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.AutomationProperty">
      <summary>Identifies a property of AutomationElementIdentifiers or of a specific control pattern.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.DockPatternIdentifiers">
      <summary>Contains values used as identifiers by IDockProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.DockPatternIdentifiers.DockPositionProperty">
      <summary>Identifies the DockPosition automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.DragPatternIdentifiers">
      <summary>Contains values used as identifiers by IDragProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.DragPatternIdentifiers.DropEffectProperty">
      <summary>Gets the identifier for the DropEffect automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.DragPatternIdentifiers.DropEffectsProperty">
      <summary>Gets the identifier for the DropEffects automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.DragPatternIdentifiers.GrabbedItemsProperty">
      <summary>Gets the identifier for the GrabbedItems automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.DragPatternIdentifiers.IsGrabbedProperty">
      <summary>Gets the identifier for the IsGrabbed automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.DropTargetPatternIdentifiers">
      <summary>Contains values used as identifiers by IDropTargetProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.DropTargetPatternIdentifiers.DropTargetEffectProperty">
      <summary>Gets the identifier for the DropEffect automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.DropTargetPatternIdentifiers.DropTargetEffectsProperty">
      <summary>Gets the identifier for the DropEffects automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ElementNotAvailableException">
      <summary>The exception that is thrown when an attempt is made to access a Microsoft UI Automation element corresponding to a part of the user interface that is no longer available.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.ElementNotAvailableException.#ctor">
      <summary>Initializes a new instance of the ElementNotAvailableException class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.ElementNotAvailableException.#ctor(System.String)">
      <summary>Initializes a new instance of the ElementNotAvailableException class with a specified error message.</summary>
      <param name="message">The message that describes the error.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.ElementNotAvailableException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the ElementNotAvailableException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The message that describes the error.</param>
      <param name="innerException">The exception that is the cause of the current exception, or null if no inner exception is specified.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ElementNotEnabledException">
      <summary>The exception that is thrown when an attempt is made through UI automation to manipulate a control that is not enabled.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.ElementNotEnabledException.#ctor">
      <summary>Initializes a new instance of the ElementNotEnabledException class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.ElementNotEnabledException.#ctor(System.String)">
      <summary>Initializes a new instance of the ElementNotEnabledException class with a specified error message.</summary>
      <param name="message">The message that describes the error.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.ElementNotEnabledException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the ElementNotEnabledException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The message that describes the error.</param>
      <param name="innerException">The exception that is the cause of the current exception, or null if no inner exception is specified.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ExpandCollapsePatternIdentifiers">
      <summary>Contains values used as identifiers by IExpandCollapseProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty">
      <summary>Identifies the ExpandCollapseState automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.GridItemPatternIdentifiers">
      <summary>Contains values used as identifiers by IGridItemProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.GridItemPatternIdentifiers.ColumnProperty">
      <summary>Identifies the Column automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.GridItemPatternIdentifiers.ColumnSpanProperty">
      <summary>Identifies the ColumnSpan automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.GridItemPatternIdentifiers.ContainingGridProperty">
      <summary>Identifies the ContainingGrid automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.GridItemPatternIdentifiers.RowProperty">
      <summary>Identifies the Row automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.GridItemPatternIdentifiers.RowSpanProperty">
      <summary>Identifies the RowSpan property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.GridPatternIdentifiers">
      <summary>Contains values used as identifiers by IGridProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.GridPatternIdentifiers.ColumnCountProperty">
      <summary>Identifies the ColumnCount automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.GridPatternIdentifiers.RowCountProperty">
      <summary>Identifies the RowCount automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.MultipleViewPatternIdentifiers">
      <summary>Contains values used as identifiers by IMultipleViewProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.MultipleViewPatternIdentifiers.CurrentViewProperty">
      <summary>Identifies the CurrentView automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.MultipleViewPatternIdentifiers.SupportedViewsProperty">
      <summary>Identifies the automation property that gets the control-specific collection of views.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers">
      <summary>Contains values used as identifiers by IRangeValueProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers.IsReadOnlyProperty">
      <summary>Identifies the IsReadOnly automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers.LargeChangeProperty">
      <summary>Identifies the LargeChange automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers.MaximumProperty">
      <summary>Identifies the Maximum automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers.MinimumProperty">
      <summary>Identifies the Minimum automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers.SmallChangeProperty">
      <summary>Identifies the SmallChange automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers.ValueProperty">
      <summary>Identifies the Value automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers">
      <summary>Contains values used as identifiers by IScrollProvider, and also contains the NoScroll constant.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers.NoScroll">
      <summary>Specifies that scrolling should not be performed.</summary>
      <returns>The value 1. This is the value to return if a client asks for the scrolling percentage, but scrolling is not enabled.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers.HorizontallyScrollableProperty">
      <summary>Identifies the HorizontallyScrollable automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers.HorizontalScrollPercentProperty">
      <summary>Identifies the HorizontalScrollPercent automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers.HorizontalViewSizeProperty">
      <summary>Identifies the HorizontalViewSize automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers.VerticallyScrollableProperty">
      <summary>Identifies the VerticallyScrollable automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers.VerticalScrollPercentProperty">
      <summary>Identifies the VerticalScrollPercent automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ScrollPatternIdentifiers.VerticalViewSizeProperty">
      <summary>Identifies the VerticalViewSize automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.SelectionItemPatternIdentifiers">
      <summary>Contains values used as identifiers by ISelectionItemProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.SelectionItemPatternIdentifiers.IsSelectedProperty">
      <summary>Identifies the IsSelected automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.SelectionItemPatternIdentifiers.SelectionContainerProperty">
      <summary>Identifies the SelectionContainer automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.SelectionPatternIdentifiers">
      <summary>Contains values used as identifiers by ISelectionProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.SelectionPatternIdentifiers.CanSelectMultipleProperty">
      <summary>Identifies the CanSelectMultiple automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.SelectionPatternIdentifiers.IsSelectionRequiredProperty">
      <summary>Identifies the IsSelectionRequired automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.SelectionPatternIdentifiers.SelectionProperty">
      <summary>Identifies the property that gets the selected items in a container.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.SpreadsheetItemPatternIdentifiers">
      <summary>Contains values used as automation property identifiers for properties of the ISpreadsheetItemProvider pattern.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.SpreadsheetItemPatternIdentifiers.FormulaProperty">
      <summary>Identifies the Formula automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.StylesPatternIdentifiers">
      <summary>Contains values used as identifiers by IStylesProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.StylesPatternIdentifiers.ExtendedPropertiesProperty">
      <summary>Identifies the ExtendedProperties automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.StylesPatternIdentifiers.FillColorProperty">
      <summary>Identifies the FillColor automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.StylesPatternIdentifiers.FillPatternColorProperty">
      <summary>Identifies the FillPatternColor automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.StylesPatternIdentifiers.FillPatternStyleProperty">
      <summary>Identifies the FillPatternStyle automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.StylesPatternIdentifiers.ShapeProperty">
      <summary>Identifies the Shape automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.StylesPatternIdentifiers.StyleIdProperty">
      <summary>Identifies the StyleId automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.StylesPatternIdentifiers.StyleNameProperty">
      <summary>Identifies the StyleName automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.TableItemPatternIdentifiers">
      <summary>Contains values used as identifiers by ITableProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TableItemPatternIdentifiers.ColumnHeaderItemsProperty">
      <summary>Identifies the automation property that retrieves all the column headers associated with a table item or cell.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TableItemPatternIdentifiers.RowHeaderItemsProperty">
      <summary>Identifies the automation property that retrieves all the row headers associated with a table item or cell.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.TablePatternIdentifiers">
      <summary>Contains values used as identifiers by ITableProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TablePatternIdentifiers.ColumnHeadersProperty">
      <summary>Identifies the automation property that is accessed by the GetColumnHeaders method.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TablePatternIdentifiers.RowHeadersProperty">
      <summary>Identifies the automation property that is accessed by the GetRowHeaders method.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TablePatternIdentifiers.RowOrColumnMajorProperty">
      <summary>Identifies the RowOrColumnMajor automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.TogglePatternIdentifiers">
      <summary>Contains values used as identifiers by IToggleProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TogglePatternIdentifiers.ToggleStateProperty">
      <summary>Identifies the ToggleState automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.TransformPatternIdentifiers">
      <summary>Contains values used as identifiers by ITransformProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TransformPatternIdentifiers.CanMoveProperty">
      <summary>Identifies the CanMove automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TransformPatternIdentifiers.CanResizeProperty">
      <summary>Identifies the CanResize automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TransformPatternIdentifiers.CanRotateProperty">
      <summary>Identifies the CanRotate automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.TransformPattern2Identifiers">
      <summary>Contains values used as identifiers by ITransformProvider2.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TransformPattern2Identifiers.CanZoomProperty">
      <summary>Identifies the CanZoom automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TransformPattern2Identifiers.MaxZoomProperty">
      <summary>Identifies the MaxZoom automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TransformPattern2Identifiers.MinZoomProperty">
      <summary>Identifies the MinZoom automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.TransformPattern2Identifiers.ZoomLevelProperty">
      <summary>Identifies the ZoomLevel automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ValuePatternIdentifiers">
      <summary>Contains values used as identifiers by IValueProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ValuePatternIdentifiers.IsReadOnlyProperty">
      <summary>Identifies the IsReadOnly property.</summary>
      <returns>The automation property reference for the IsReadOnly property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.ValuePatternIdentifiers.ValueProperty">
      <summary>Identifies the Value automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.WindowPatternIdentifiers">
      <summary>Contains values used as identifiers by IWindowProvider.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.WindowPatternIdentifiers.CanMaximizeProperty">
      <summary>Identifies the Maximizable automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.WindowPatternIdentifiers.CanMinimizeProperty">
      <summary>Identifies the Minimizable automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.WindowPatternIdentifiers.IsModalProperty">
      <summary>Identifies the IsModal automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.WindowPatternIdentifiers.IsTopmostProperty">
      <summary>Identifies the IsTopmost automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.WindowPatternIdentifiers.WindowInteractionStateProperty">
      <summary>Identifies the InteractionState automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.WindowPatternIdentifiers.WindowVisualStateProperty">
      <summary>Identifies the VisualState automation property.</summary>
      <returns>The automation property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.AnnotationType">
      <summary>Provides a set of constants that identify types of annotations in a document, as used by the ISpreadsheetItemProvider Microsoft UI Automation interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.Unknown">
      <summary>The annotation type is unknown.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.SpellingError">
      <summary>A spelling error, often denoted by a red squiggly line.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.GrammarError">
      <summary>A grammatical error, often denoted by a green squiggly line.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.Comment">
      <summary>A comment. Comments can take different forms depending on the application.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.FormulaError">
      <summary>An error in a formula. Formula errors typically include red text and exclamation marks.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.TrackChanges">
      <summary>A change that was made to the document.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.Header">
      <summary>The header for a page in a document.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.Footer">
      <summary>The footer for a page in a document.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.AnnotationType.Highlighted">
      <summary>Highlighted content, typically denoted by a contrasting background color.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.DockPosition">
      <summary>Contains values that specify the dock position of an object within a docking container. Used by IDockProvider.DockPosition.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.DockPosition.Top">
      <summary>Indicates that the UI Automation element is docked along the top edge of the docking container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.DockPosition.Left">
      <summary>Indicates that the UI Automation element is docked along the left edge of the docking container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.DockPosition.Bottom">
      <summary>Indicates that the UI Automation element is docked along the bottom edge of the docking container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.DockPosition.Right">
      <summary>Indicates that the UI Automation element is docked along the right edge of the docking container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.DockPosition.Fill">
      <summary>Indicates that the UI Automation element is docked along all edges of the docking container and fills all available space within the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.DockPosition.None">
      <summary>Indicates that the UI Automation element is not docked to any edge of the docking container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ExpandCollapseState">
      <summary>Contains values that specify the ExpandCollapseState automation property value of a UI Automation element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ExpandCollapseState.Collapsed">
      <summary>No child nodes, controls, or content of the UI Automation element are displayed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ExpandCollapseState.Expanded">
      <summary>All child nodes, controls, and content of the UI Automation element are displayed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ExpandCollapseState.PartiallyExpanded">
      <summary>Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ExpandCollapseState.LeafNode">
      <summary>The UI Automation element has no child nodes, controls, or content to display.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.RowOrColumnMajor">
      <summary>Specifies whether data in a table should be read primarily by row or by column.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.RowOrColumnMajor.RowMajor">
      <summary>Data in the table should be read row by row.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.RowOrColumnMajor.ColumnMajor">
      <summary>Data in the table should be read column by column.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.RowOrColumnMajor.Indeterminate">
      <summary>The best way to present the data is indeterminate.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ScrollAmount">
      <summary>Contains values that are used by the IScrollProvider pattern to indicate the direction and distance to scroll.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ScrollAmount.LargeDecrement">
      <summary>Specifies that scrolling is performed in large decrements, which is equivalent to pressing the PAGE UP key or to clicking a blank part of a scrollbar. If the distance represented by the PAGE UP key is not a relevant amount for the control, or if no scrollbar exists, the value represents an amount equal to the size of the currently visible window.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ScrollAmount.SmallDecrement">
      <summary>Specifies that scrolling is performed in small decrements, which is equivalent to pressing an arrow key or to clicking the arrow button on a scrollbar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ScrollAmount.NoAmount">
      <summary>Specifies that scrolling should not be performed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ScrollAmount.LargeIncrement">
      <summary>Specifies that scrolling is performed in large increments, which is equivalent to pressing the PAGE DOWN key or to clicking a blank part of a scrollbar. If the distance represented by the PAGE DOWN key is not a relevant amount for the control, or if no scrollbar exists, the value represents an amount equal to the size of the currently visible region.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ScrollAmount.SmallIncrement">
      <summary>Specifies that scrolling is performed in small increments, which is equivalent to pressing an arrow key or to clicking the arrow button on a scrollbar.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.SupportedTextSelection">
      <summary>Contains values that specify whether a text provider supports selection and, if so, whether it supports a single, continuous selection or multiple, disjoint selections.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SupportedTextSelection.None">
      <summary>Does not support text selections.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SupportedTextSelection.Single">
      <summary>Supports a single, continuous text selection.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SupportedTextSelection.Multiple">
      <summary>Supports multiple, disjoint text selections.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.SynchronizedInputType">
      <summary>Provides a of set constants that identify, as used by the ISynchronizedInputProvider Microsoft UI Automation interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SynchronizedInputType.KeyUp">
      <summary>A key has been released.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SynchronizedInputType.KeyDown">
      <summary>A key has been pressed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SynchronizedInputType.LeftMouseUp">
      <summary>The left mouse button has been released.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SynchronizedInputType.LeftMouseDown">
      <summary>The left mouse button has been pressed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SynchronizedInputType.RightMouseUp">
      <summary>The right mouse button has been released.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.SynchronizedInputType.RightMouseDown">
      <summary>The right mouse button has been pressed.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ToggleState">
      <summary>Contains values that specify the ToggleState of a UI Automation element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ToggleState.Off">
      <summary>The UI Automation element isn't selected, checked, marked, or otherwise activated.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ToggleState.On">
      <summary>The UI Automation element is selected, checked, marked, or otherwise activated.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ToggleState.Indeterminate">
      <summary>The UI Automation element is in an indeterminate state.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.WindowInteractionState">
      <summary>Defines values that specify the current state of the window for purposes of user or programmatic interaction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowInteractionState.Running">
      <summary>The window is running. This doesn't guarantee that the window is responding or ready for user interaction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowInteractionState.Closing">
      <summary>The window is closing.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowInteractionState.ReadyForUserInteraction">
      <summary>The window is ready for user interaction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowInteractionState.BlockedByModalWindow">
      <summary>The window is blocked by a modal window.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowInteractionState.NotResponding">
      <summary>The window is not responding.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.WindowVisualState">
      <summary>Contains values that specify the visual state of a window for the IWindowProvider pattern.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowVisualState.Normal">
      <summary>Specifies that the window is normal (restored).</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowVisualState.Maximized">
      <summary>Specifies that the window is maximized.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.WindowVisualState.Minimized">
      <summary>Specifies that the window is minimized.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.ZoomUnit">
      <summary>Contains possible values for the ZoomByUnit method, which zooms the viewport of a control by the specified unit.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ZoomUnit.NoAmount">
      <summary>No increase or decrease in zoom.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ZoomUnit.LargeDecrement">
      <summary>Decrease zoom by a large decrement.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ZoomUnit.SmallDecrement">
      <summary>Decrease zoom by a small decrement.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ZoomUnit.LargeIncrement">
      <summary>Increase zoom by a large increment.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.ZoomUnit.SmallIncrement">
      <summary>Increase zoom by a small increment.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Automation.Peers">
      <summary>Contains automation peers for controls and base classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer">
      <summary>Exposes AppBar types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer.#ctor(Windows.UI.Xaml.Controls.AppBar)">
      <summary>Initializes a new instance of the AppBarAutomationPeer class.</summary>
      <param name="owner">The AppBar control instance to create the peer for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer.ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the control.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer.ToggleState">
      <summary>Retrieves the toggle state of the owner AppBar.</summary>
      <returns>The ToggleState of the owner control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer.Collapse">
      <summary>Hides all nodes, controls, or content that are descendants of the control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer.Expand">
      <summary>Displays all child nodes, controls, or content of the control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer.Toggle">
      <summary>Cycles through the toggle states of an AppBarAutomationPeer.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer">
      <summary>Exposes AppBarButton types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer.#ctor(Windows.UI.Xaml.Controls.AppBarButton)">
      <summary>Initializes a new instance of the AppBarButtonAutomationPeer class.</summary>
      <param name="owner">The AppBarButton to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AppBarToggleButtonAutomationPeer">
      <summary>Exposes AppBarToggleButton types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AppBarToggleButtonAutomationPeer.#ctor(Windows.UI.Xaml.Controls.AppBarToggleButton)">
      <summary>Initializes a new instance of the AppBarToggleButtonAutomationPeer class.</summary>
      <param name="owner">The AppBarToggleButton to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AutomationPeer">
      <summary>Provides a base class that exposes the automation peer for an associated owner class to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.#ctor">
      <summary>Provides base class initialization behavior for AutomationPeer derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.AutomationPeer.EventsSource">
      <summary>Gets or sets an AutomationPeer that is reported to the automation client as the source for all the events that come from this AutomationPeer. See Remarks.</summary>
      <returns>The AutomationPeer that is the source of events.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAcceleratorKey">
      <summary>Gets the accelerator key combinations for the object that is associated with the UI Automation peer.</summary>
      <returns>The accelerator key.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAcceleratorKeyCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetAcceleratorKey or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The accelerator key.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAccessKey">
      <summary>Gets the access key for the element that is associated with the automation peer.</summary>
      <returns>The access key.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAccessKeyCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetAccessKey or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The access key.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAutomationControlType">
      <summary>Gets the control type for the element that is associated with the UI Automation peer.</summary>
      <returns>The control type.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAutomationControlTypeCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetAutomationControlType or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The control type.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAutomationId">
      <summary>Gets the AutomationId of the element that is associated with the automation peer.</summary>
      <returns>The automation identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAutomationIdCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetAutomationId or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The automation identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetBoundingRectangle">
      <summary>Gets the Rect object that represents the screen coordinates of the element that is associated with the automation peer.</summary>
      <returns>The bounding rectangle.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetBoundingRectangleCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetBoundingRectangle or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The bounding rectangle.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetChildren">
      <summary>Gets the collection of child elements that are represented in the UI Automation tree as immediate child elements of the automation peer.</summary>
      <returns>The collection of AutomationPeer objects for child elements.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetChildrenCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetChildren or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The collection of AutomationPeer objects for child elements.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetClassName">
      <summary>Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer.</summary>
      <returns>The class name.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetClassNameCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetClassName or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The class name.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetClickablePoint">
      <summary>Gets a point on the element that is associated with the automation peer that responds to a mouse click.</summary>
      <returns>A point in the clickable area of the element.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetClickablePointCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetClickablePoint or an equivalent Microsoft UI Automation client API.</summary>
      <returns>A point within the clickable area of the element.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetControlledPeers">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetControlledPeers or an equivalent Microsoft UI Automation client API such as getting a property value as identified by UIA_ControllerForPropertyId.</summary>
      <returns>A list of the controlled peers for the current automation peer.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetControlledPeersCore">
      <summary>Gets a list of the controlled peers for the current automation peer.</summary>
      <returns>A list of the controlled peers for the current automation peer.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetHelpText">
      <summary>Gets text that describes the functionality of the control that is associated with the automation peer.</summary>
      <returns>The help text.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetHelpTextCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetHelpText or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The help text.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetItemStatus">
      <summary>Gets text that conveys the visual status of the element that is associated with this automation peer.</summary>
      <returns>The item status.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetItemStatusCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetItemStatus or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The item status.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetItemType">
      <summary>Gets a string that describes what kind of item an element represents.</summary>
      <returns>The kind of item.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetItemTypeCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetItemType or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The kind of item.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetLabeledBy">
      <summary>Gets the AutomationPeer for the UIElement that is targeted to the element.</summary>
      <returns>The AutomationPeer for the element that is targeted by the UIElement.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetLabeledByCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetLabeledBy or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The AutomationPeer for the element that is targeted by the UIElement.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetLiveSetting">
      <summary>Gets the live setting notification behavior information for the object that is associated with the UI Automation peer.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetLiveSettingCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetLiveSetting or an equivalent Microsoft UI Automation client API.</summary>
      <returns>A value of the enumeration that reports the live setting notification behavior for a peer implementation.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetLocalizedControlType">
      <summary>Gets a localized string that represents the AutomationControlType value for the control that is associated with this automation peer.</summary>
      <returns>The type of the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetLocalizedControlTypeCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetLocalizedControlType or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The type of the control, as a string that is localized to be suitable for direct presentation to users by assistive technology.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetName">
      <summary>Gets text that describes the element that is associated with this automation peer.
The Microsoft UI Automation Name value is the primary identifier used by most assistive technology when they represent your app's UI by interacting with the Microsoft UI Automation framework.</summary>
      <returns>The name of the element that is the peer's owner, as used by assistive technology and other Microsoft UI Automation clients.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetNameCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetName or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The name as used by assistive technology and other Microsoft UI Automation clients.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetOrientation">
      <summary>Gets a value that indicates the explicit control orientation, if any.</summary>
      <returns>The orientation of the control as a value of the enumeration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetOrientationCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetOrientation or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The orientation of the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetParent">
      <summary>Gets the AutomationPeer that is the parent of this AutomationPeer.</summary>
      <returns>The parent automation peer.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern that is associated with the specified PatternInterface.</summary>
      <returns>The object that implements the pattern interface; null if the peer does not support this interface.</returns>
      <param name="patternInterface">A value from the PatternInterface enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface)">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetPattern or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The object that implements the pattern interface; null if the peer does not support this interface.</returns>
      <param name="patternInterface">A value from the PatternInterface enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetPeerFromPoint(Windows.Foundation.Point)">
      <summary>Gets an AutomationPeer from the specified point.</summary>
      <returns>The AutomationPeer for the UI element at the specified point.</returns>
      <param name="point">The relative position of the target UI element in the UI.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetPeerFromPointCore(Windows.Foundation.Point)">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls GetPeerFromPoint or an equivalent Microsoft UI Automation client API.</summary>
      <returns>The AutomationPeer for the UI element at the specified point.</returns>
      <param name="point">The relative position of the target UI element in the UI.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.HasKeyboardFocus">
      <summary>Gets a value that indicates whether the element that is associated with this automation peer currently has keyboard focus.</summary>
      <returns>true if the element has keyboard focus; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.HasKeyboardFocusCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls HasKeyboardFocus or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element has keyboard focus; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.InvalidatePeer">
      <summary>Triggers recalculation of the main properties of the AutomationPeer and raises the PropertyChanged notification to the automation client if the properties have changed.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsContentElement">
      <summary>Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user.</summary>
      <returns>true if the element is a content element; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsContentElementCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls IsContentElement or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element is a content element; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsControlElement">
      <summary>Gets a value that indicates whether the element is understood by the user as interactive or as contributing to the logical structure of the control in the GUI.</summary>
      <returns>true if the element is a control; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsControlElementCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls IsControlElement or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element is a control; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsEnabled">
      <summary>Gets a value that indicates whether the element associated with this automation peer supports interaction.</summary>
      <returns>true if the element supports interaction; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsEnabledCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls IsEnabled or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element can be interacted with; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsKeyboardFocusable">
      <summary>Gets a value that indicates whether the element can accept keyboard focus.</summary>
      <returns>true if the element can accept keyboard focus; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsKeyboardFocusableCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls IsKeyboardFocusable or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element can accept keyboard focus; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsOffscreen">
      <summary>Gets a value that indicates whether an element is off the screen.</summary>
      <returns>true if the element is not on the screen; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsOffscreenCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls IsOffscreen or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element is not on the screen; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsPassword">
      <summary>Gets a value that indicates whether the element contains sensitive content.</summary>
      <returns>true if the element contains sensitive content such as a password; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsPasswordCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls IsPassword or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element contains sensitive content; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsRequiredForForm">
      <summary>Gets a value that indicates whether the element that is associated with this peer must be completed on a form.</summary>
      <returns>true if the element must be completed; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.IsRequiredForFormCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls IsRequiredForForm or an equivalent Microsoft UI Automation client API.</summary>
      <returns>true if the element must be completed; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.ListenerExists(Windows.UI.Xaml.Automation.Peers.AutomationEvents)">
      <summary>Gets a value that indicates whether Microsoft UI Automation reports that a client is listening for the specified event.</summary>
      <returns>true if Microsoft UI Automation reports a client is listening for the specified event; otherwise, false.</returns>
      <param name="eventId">One of the enumeration values.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple)">
      <summary>Gets an AutomationPeer for the specified IRawElementProviderSimple proxy.</summary>
      <returns>The AutomationPeer.</returns>
      <param name="provider">The class that implements IRawElementProviderSimple.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer)">
      <summary>Gets the IRawElementProviderSimple proxy for the specified AutomationPeer.</summary>
      <returns>The proxy.</returns>
      <param name="peer">The automation peer.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents)">
      <summary>Raises an automation event.</summary>
      <param name="eventId">The event identifier for the event to raise, as a value of the enumeration. See AutomationEvents.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty,System.Object,System.Object)">
      <summary>Raises an event to notify the automation client of a changed property value.</summary>
      <param name="automationProperty">The property that changed.</param>
      <param name="oldValue">The previous value of the property.</param>
      <param name="newValue">The new value of the property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.SetFocus">
      <summary>Sets the keyboard focus on the element that is associated with this automation peer.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.SetFocusCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls SetFocus or an equivalent Microsoft UI Automation client API.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.ShowContextMenu">
      <summary>Shows the available context menu for the owner element.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.ShowContextMenuCore">
      <summary>Provides the peer's behavior when a Microsoft UI Automation client calls ShowContextMenu or an equivalent Microsoft UI Automation client API.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer">
      <summary>Exposes Button types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Button)">
      <summary>Initializes a new instance of the ButtonAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer.Invoke">
      <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer">
      <summary>Represents a base class for exposing classes derived from ButtonBase to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Primitives.ButtonBase)">
      <summary>Provides base class initialization behavior for ButtonBase derived classes.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.CaptureElementAutomationPeer">
      <summary>Exposes CaptureElement types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.CaptureElementAutomationPeer.#ctor(Windows.UI.Xaml.Controls.CaptureElement)">
      <summary>Initializes a new instance of the CaptureElementAutomationPeer class.</summary>
      <param name="owner">The CaptureElement instance to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.CheckBoxAutomationPeer">
      <summary>Exposes CheckBox types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.CheckBoxAutomationPeer.#ctor(Windows.UI.Xaml.Controls.CheckBox)">
      <summary>Initializes a new instance of the CheckBoxAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer">
      <summary>Exposes ComboBox types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ComboBox)">
      <summary>Initializes a new instance of the ComboBoxAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the control.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.IsReadOnly">
      <summary>Gets a value that specifies whether the value of a control is read-only.</summary>
      <returns>true if the control value can be set; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Value">
      <summary>Gets the value of the control.</summary>
      <returns>The value of the control, as a string.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Collapse">
      <summary>Hides all nodes, controls, or content that are descendants of the control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Expand">
      <summary>Displays all child nodes, controls, or content of the control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.SetValue(System.String)">
      <summary>Sets the value of a control, as an implementation of the IValueProvider pattern.</summary>
      <param name="value">The value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ComboBoxItemAutomationPeer">
      <summary>Exposes the ComboBoxItem contents in a ComboBox to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ComboBoxItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ComboBoxItem)">
      <summary>Initializes a new instance of the ComboBoxItemAutomationPeer class.</summary>
      <param name="owner">The ComboBoxItem to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer">
      <summary>Exposes the data content of a ComboBoxItem to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer.#ctor(System.Object,Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer)">
      <summary>Initializes a new instance of the ComboBoxItemDataAutomationPeer class.</summary>
      <param name="item">The item data.</param>
      <param name="parent">The owner to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer.ScrollIntoView">
      <summary>Scrolls the content area of a parent container in order to display the peer owner's content within the visible region (viewport) of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.DatePickerAutomationPeer">
      <summary>Exposes DatePicker types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.DatePickerAutomationPeer.#ctor(Windows.UI.Xaml.Controls.DatePicker)">
      <summary>Initializes a new instance of the DatePickerAutomationPeer class.</summary>
      <param name="owner">The DatePicker to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer">
      <summary>Exposes FlipView types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer.#ctor(Windows.UI.Xaml.Controls.FlipView)">
      <summary>Initializes a new instance of the FlipViewAutomationPeer class.</summary>
      <param name="owner">The FlipView to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.FlipViewItemAutomationPeer">
      <summary>Exposes a FlipViewItem to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FlipViewItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.FlipViewItem)">
      <summary>Initializes a new instance of the FlipViewItemAutomationPeer class.</summary>
      <param name="owner">The FlipViewItem to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer">
      <summary>Exposes the data content of a FlipViewItem to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer.#ctor(System.Object,Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer)">
      <summary>Initializes a new instance of the FlipViewItemDataAutomationPeer class.</summary>
      <param name="item">The item data.</param>
      <param name="parent">The owner to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer.ScrollIntoView">
      <summary>Scrolls the content area of a parent container in order to display the peer owner's content within the visible region (viewport) of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.FlyoutPresenterAutomationPeer">
      <summary>Exposes FlyoutPresenter types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FlyoutPresenterAutomationPeer.#ctor(Windows.UI.Xaml.Controls.FlyoutPresenter)">
      <summary>Initializes a new instance of the FlyoutPresenterAutomationPeer class.</summary>
      <param name="owner">The FlyoutPresenter to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer">
      <summary>Exposes FrameworkElement derived types (including all controls) to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.#ctor(Windows.UI.Xaml.FrameworkElement)">
      <summary>Initializes a new instance of the FrameworkElementAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.Owner">
      <summary>Gets the UIElement owner that is associated with this FrameworkElementAutomationPeer.</summary>
      <returns>The element that owns this instance of the peer class.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.CreatePeerForElement(Windows.UI.Xaml.UIElement)">
      <summary>Creates a FrameworkElementAutomationPeer for the specified UIElement.</summary>
      <returns>A FrameworkElementAutomationPeer.</returns>
      <param name="element">The UIElement that is associated with this FrameworkElementAutomationPeer.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.FromElement(Windows.UI.Xaml.UIElement)">
      <summary>Returns the FrameworkElementAutomationPeer for the specified UIElement.</summary>
      <returns>The FrameworkElementAutomationPeer, or null if the FrameworkElementAutomationPeer could not be created.</returns>
      <param name="element">The UIElement that is associated with this FrameworkElementAutomationPeer.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer">
      <summary>Exposes GridView types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer.#ctor(Windows.UI.Xaml.Controls.GridView)">
      <summary>Initializes a new instance of the GridViewAutomationPeer class.</summary>
      <param name="owner">The GridView to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.GridViewHeaderItemAutomationPeer">
      <summary>Exposes GridViewHeaderItem types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.GridViewHeaderItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.GridViewHeaderItem)">
      <summary>Initializes a new instance of the GridViewHeaderItemAutomationPeer class.</summary>
      <param name="owner">The GridViewHeaderItem to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.GridViewItemAutomationPeer">
      <summary>Exposes a GridViewItem to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.GridViewItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.GridViewItem)">
      <summary>Initializes a new instance of the GridViewItemAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer">
      <summary>Exposes GridView items to Microsoft UI Automation, using a data representation of the item so that the peer supports scrolling to that item with data awareness.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer.#ctor(System.Object,Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer)">
      <summary>Initializes a new instance of the GridViewItemDataAutomationPeer class.</summary>
      <param name="item">The specific data item.</param>
      <param name="parent">The automation peer for the GridView that contains the item.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer.ScrollIntoView">
      <summary>Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.GroupItemAutomationPeer">
      <summary>Exposes a GroupItem to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.GroupItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.GroupItem)">
      <summary>Initializes a new instance of the GroupItemAutomationPeer class.</summary>
      <param name="owner">The GroupItem to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.HubAutomationPeer">
      <summary>Exposes Hub types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.HubAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Hub)">
      <summary>Initializes a new instance of the HubAutomationPeer class.</summary>
      <param name="owner">The Hub to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.HubSectionAutomationPeer">
      <summary>Exposes HubSection types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.HubSectionAutomationPeer.#ctor(Windows.UI.Xaml.Controls.HubSection)">
      <summary>Initializes a new instance of the HubSectionAutomationPeer class.</summary>
      <param name="owner">The HubSection to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer">
      <summary>Exposes HyperlinkButton types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer.#ctor(Windows.UI.Xaml.Controls.HyperlinkButton)">
      <summary>Initializes a new instance of the HyperlinkButtonAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer.Invoke">
      <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ImageAutomationPeer">
      <summary>Exposes Image types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ImageAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Image)">
      <summary>Initializes a new instance of the ImageAutomationPeer class.</summary>
      <param name="owner">The Image to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer">
      <summary>Exposes a data item in an Items collection to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer.#ctor(System.Object,Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer)">
      <summary>Initializes a new instance of the ItemAutomationPeer class.</summary>
      <param name="item">The specific item to create for.</param>
      <param name="parent">The items-control owner to create for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer.Item">
      <summary>Gets the data item in the Items collection that is associated with this ItemAutomationPeer.</summary>
      <returns>The data item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer.ItemsControlAutomationPeer">
      <summary>Gets the ItemsControlAutomationPeer that is associated with the ItemsControl that holds the Items collection.</summary>
      <returns>The ItemsControlAutomationPeer associated with the ItemsControl that holds the Items collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer.Realize">
      <summary>Makes the virtual item fully accessible as a Microsoft UI Automation element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer">
      <summary>Exposes ItemsControl types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ItemsControl)">
      <summary>Initializes a new instance of the ItemsControlAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple,Windows.UI.Xaml.Automation.AutomationProperty,System.Object)">
      <summary>Retrieves an element by the specified property value.</summary>
      <returns>The first item that matches the search criterion if such an item exists; otherwise, null.</returns>
      <param name="startAfter">The item in the container after which to begin the search.</param>
      <param name="automationProperty">The property that contains the value to retrieve.</param>
      <param name="value">The value to retrieve.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer">
      <summary>Exposes ListBox types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ListBox)">
      <summary>Initializes a new instance of the ListBoxAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListBoxItemAutomationPeer">
      <summary>Exposes the items in the Items collection of a ListBox to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListBoxItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ListBoxItem)">
      <summary>Initializes a new instance of the ListBoxItemAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer">
      <summary>Exposes ListBox items to Microsoft UI Automation, using a data representation of the item so that the peer supports scrolling to that item with data awareness.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer.#ctor(System.Object,Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer)">
      <summary>Initializes a new instance of the ListBoxItemDataAutomationPeer class.</summary>
      <param name="item">The specific data item.</param>
      <param name="parent">The automation peer for the ListBox that contains the item.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer.ScrollIntoView">
      <summary>Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer">
      <summary>Exposes ListView types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ListView)">
      <summary>Initializes a new instance of the ListViewAutomationPeer class.</summary>
      <param name="owner">The ListView to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer">
      <summary>A base class that provides a Microsoft UI Automation peer implementation for types that derive from ListViewBase.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ListViewBase)">
      <summary>Initializes a new instance of the ListViewBaseAutomationPeer class.</summary>
      <param name="owner">The ListViewBase derived object to create a peer for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer.DropEffect">
      <summary>Gets a string that indicates what will happen when the item is dropped.</summary>
      <returns>A string that indicates what will happen when the item is dropped.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer.DropEffects">
      <summary>Gets an array of strings that enumerates possible drop effects when this item is dropped.</summary>
      <returns>An array of strings that enumerates possible drop effects when this item is dropped.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer">
      <summary>Exposes ListViewBaseHeaderItem types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ListViewBaseHeaderItem)">
      <summary>Initializes a new instance of the ListViewBaseHeaderItemAutomationPeer class.</summary>
      <param name="owner">The ListViewBaseHeaderItem to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListViewHeaderItemAutomationPeer">
      <summary>Exposes ListViewHeaderItem types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListViewHeaderItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ListViewHeaderItem)">
      <summary>Initializes a new instance of the ListViewHeaderItemAutomationPeer ListViewBaseHeaderItemAutomationPeer class.</summary>
      <param name="owner">The ListViewHeaderItem to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer">
      <summary>Exposes a ListViewItem to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ListViewItem)">
      <summary>Initializes a new instance of the ListViewItemAutomationPeer class.</summary>
      <param name="owner">The ListViewItem to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer">
      <summary>Exposes ListView items to Microsoft UI Automation, using a data representation of the item so that the peer supports scrolling to that item with data awareness.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer.#ctor(System.Object,Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer)">
      <summary>Initializes a new instance of the ListViewItemDataAutomationPeer class.</summary>
      <param name="item">The specific data item.</param>
      <param name="parent">The automation peer for the ListViewBase derived type that contains the item.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer.ScrollIntoView">
      <summary>Scrolls the content area of the parent container in order to display the peer's data within the visible region (viewport) of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.MediaElementAutomationPeer">
      <summary>Exposes MediaElement types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.MediaElementAutomationPeer.#ctor(Windows.UI.Xaml.Controls.MediaElement)">
      <summary>Initializes a new instance of the MediaElementAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer">
      <summary>Exposes MenuFlyoutItem types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.MenuFlyoutItem)">
      <summary>Initializes a new instance of the MenuFlyoutItemAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer.Invoke">
      <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.MenuFlyoutPresenterAutomationPeer">
      <summary>Exposes MenuFlyoutPresenter types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.MenuFlyoutPresenterAutomationPeer.#ctor(Windows.UI.Xaml.Controls.MenuFlyoutPresenter)">
      <summary>Initializes a new instance of the MenuFlyoutPresenterAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer">
      <summary>Exposes PasswordBox types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer.#ctor(Windows.UI.Xaml.Controls.PasswordBox)">
      <summary>Initializes a new instance of the PasswordBoxAutomationPeer class.</summary>
      <param name="owner">The PasswordBox to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ProgressBarAutomationPeer">
      <summary>Exposes ProgressBar types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ProgressBarAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ProgressBar)">
      <summary>Initializes a new instance of the ProgressBarAutomationPeer class.</summary>
      <param name="owner">The ProgressBar to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ProgressRingAutomationPeer">
      <summary>Exposes ProgressRing types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ProgressRingAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ProgressRing)">
      <summary>Initializes a new instance of the ProgressRingAutomationPeer class.</summary>
      <param name="owner">The ProgressRing to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer">
      <summary>Exposes RadioButton types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer.#ctor(Windows.UI.Xaml.Controls.RadioButton)">
      <summary>Initializes a new instance of the RadioButtonAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer.IsSelected">
      <summary>Gets a value that indicates whether an item is selected.</summary>
      <returns>true if the element is selected; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer.SelectionContainer">
      <summary>Gets the UI automation provider that implements ISelectionProvider and acts as the container for the calling object.</summary>
      <returns>The provider that supports ISelectionProvider.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer.AddToSelection">
      <summary>Adds the current element to the collection of selected items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer.RemoveFromSelection">
      <summary>Removes the current element from the collection of selected items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer.Select">
      <summary>Clears any existing selection and then selects the current element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer">
      <summary>A base class that provides a Microsoft UI Automation peer implementation for types that derive from RangeBase.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Primitives.RangeBase)">
      <summary>Initializes a new instance of the RangeBaseAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.IsReadOnly">
      <summary>Gets a value that indicates whether the value of a control is read-only.</summary>
      <returns>true if the value is read-only; false if it can be modified.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.LargeChange">
      <summary>Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key.</summary>
      <returns>The large-change value supported by the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.Maximum">
      <summary>Gets the maximum range value that is supported by the control.</summary>
      <returns>The maximum range value supported by the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.Minimum">
      <summary>Gets the minimum range value that is supported by the control.</summary>
      <returns>The minimum range value supported by the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.SmallChange">
      <summary>Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.</summary>
      <returns>The small-change value supported by the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.Value">
      <summary>Gets the value of the control.</summary>
      <returns>The value of the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer.SetValue(System.Double)">
      <summary>Sets the value of the control, as an implementation of the IValueProvider pattern.</summary>
      <param name="value">The value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer">
      <summary>Exposes RepeatButton types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Primitives.RepeatButton)">
      <summary>Initializes a new instance of the RepeatButtonAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer.Invoke">
      <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.RichEditBoxAutomationPeer">
      <summary>Exposes RichEditBox types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RichEditBoxAutomationPeer.#ctor(Windows.UI.Xaml.Controls.RichEditBox)">
      <summary>Initializes a new instance of the RichEditBoxAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.RichTextBlockAutomationPeer">
      <summary>Exposes RichTextBlock types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RichTextBlockAutomationPeer.#ctor(Windows.UI.Xaml.Controls.RichTextBlock)">
      <summary>Initializes a new instance of the RichTextBlockAutomationPeer class.</summary>
      <param name="owner">The RichTextBlock to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.RichTextBlockOverflowAutomationPeer">
      <summary>Exposes RichTextBlockOverflow types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.RichTextBlockOverflowAutomationPeer.#ctor(Windows.UI.Xaml.Controls.RichTextBlockOverflow)">
      <summary>Initializes a new instance of the RichTextBlockOverflowAutomationPeer class.</summary>
      <param name="owner">The RichTextBlockOverflow to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ScrollBarAutomationPeer">
      <summary>Exposes ScrollBar types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ScrollBarAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Primitives.ScrollBar)">
      <summary>Initializes a new instance of the ScrollBarAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer">
      <summary>Exposes ScrollViewer types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ScrollViewer)">
      <summary>Initializes a new instance of the ScrollViewerAutomationPeer class.</summary>
      <param name="owner">The ScrollViewer to create a peer for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.HorizontallyScrollable">
      <summary>Gets a value that indicates whether the control can scroll horizontally.</summary>
      <returns>true if the control can scroll horizontally; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.HorizontalScrollPercent">
      <summary>Gets the current horizontal scroll position.</summary>
      <returns>The horizontal scroll position as a percentage of the total content area within the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.HorizontalViewSize">
      <summary>Gets the current horizontal view size.</summary>
      <returns>The horizontal size of the viewable region as a percentage of the total content area within the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.VerticallyScrollable">
      <summary>Gets a value that indicates whether the control can scroll vertically.</summary>
      <returns>true if the control can scroll vertically; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.VerticalScrollPercent">
      <summary>Gets the current vertical scroll position.</summary>
      <returns>The vertical scroll position as a percentage of the total content area within the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.VerticalViewSize">
      <summary>Gets the vertical view size.</summary>
      <returns>The vertical size of the viewable region as a percentage of the total content area within the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.Scroll(Windows.UI.Xaml.Automation.ScrollAmount,Windows.UI.Xaml.Automation.ScrollAmount)">
      <summary>Scrolls the visible region of the content area horizontally, vertically, or both.</summary>
      <param name="horizontalAmount">The horizontal increment that is specific to the control. Pass NoScroll if the control cannot be scrolled in this direction.</param>
      <param name="verticalAmount">The vertical increment that is specific to the control. Pass NoScroll if the control cannot be scrolled in this direction.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer.SetScrollPercent(System.Double,System.Double)">
      <summary>Sets the horizontal and vertical scroll position as a percentage of the total content area within the control.</summary>
      <param name="horizontalPercent">The horizontal position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.</param>
      <param name="verticalPercent">The vertical position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.SearchBoxAutomationPeer">
      <summary>Exposes SearchBox types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SearchBoxAutomationPeer.#ctor(Windows.UI.Xaml.Controls.SearchBox)">
      <summary>Initializes a new instance of the SearchBoxAutomationPeer class.</summary>
      <param name="owner">The SearchBox to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer">
      <summary>A base class that provides a Microsoft UI Automation peer implementation for types that derive from Selector.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Primitives.Selector)">
      <summary>Initializes a new instance of the SelectorAutomationPeer class.</summary>
      <param name="owner">The owner Selector implementation to create for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer.CanSelectMultiple">
      <summary>Gets a value that indicates whether the Microsoft UI Automation provider allows more than one child element to be selected concurrently.</summary>
      <returns>true if multiple selection is allowed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer.IsSelectionRequired">
      <summary>Gets a value that indicates whether the Microsoft UI Automation provider requires at least one child element to be selected.</summary>
      <returns>true if selection is required; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer.GetSelection">
      <summary>Retrieves a Microsoft UI Automation provider for each child element that is selected.</summary>
      <returns>A generic list of Microsoft UI Automation providers.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer">
      <summary>Exposes the items in a Selector to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer.#ctor(System.Object,Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer)">
      <summary>Initializes a new instance of the SelectorItemAutomationPeer class.</summary>
      <param name="item">The specific item.</param>
      <param name="parent">The parent items control to create for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer.IsSelected">
      <summary>Gets a value that indicates whether an item is selected.</summary>
      <returns>true if the element is selected; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer.SelectionContainer">
      <summary>Gets the UI Automation provider that implements ISelectionProvider and acts as container for the calling object.</summary>
      <returns>The UI Automation provider.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer.AddToSelection">
      <summary>Adds the current element to the collection of selected items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer.RemoveFromSelection">
      <summary>Removes the current element from the collection of selected items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer.Select">
      <summary>Clears any existing selection and then selects the current element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer">
      <summary>Exposes SemanticZoom types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer.#ctor(Windows.UI.Xaml.Controls.SemanticZoom)">
      <summary>Initializes a new instance of the SemanticZoomAutomationPeer class.</summary>
      <param name="owner">The SemanticZoom to create a peer for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer.ToggleState">
      <summary>Gets a value that indicates whether the Toggle method can be called and result in a toggled view.</summary>
      <returns>true if calling Toggle will result in a toggled view; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer.Toggle">
      <summary>Cycles through the toggle states of a control.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer">
      <summary>Exposes SettingsFlyout types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer.#ctor(Windows.UI.Xaml.Controls.SettingsFlyout)">
      <summary>Initializes a new instance of the SettingsFlyoutAutomationPeer class.</summary>
      <param name="owner">The SettingsFlyout to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer">
      <summary>Exposes Slider types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Slider)">
      <summary>Initializes a new instance of the SliderAutomationPeer class.</summary>
      <param name="owner">The Slider to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.TextBlockAutomationPeer">
      <summary>Exposes TextBlock types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.TextBlockAutomationPeer.#ctor(Windows.UI.Xaml.Controls.TextBlock)">
      <summary>Initializes a new instance of the TextBlockAutomationPeer class.</summary>
      <param name="owner">The TextBlock to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.TextBoxAutomationPeer">
      <summary>Exposes TextBox types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.TextBoxAutomationPeer.#ctor(Windows.UI.Xaml.Controls.TextBox)">
      <summary>Initializes a new instance of the TextBoxAutomationPeer class.</summary>
      <param name="owner">The TextBox to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ThumbAutomationPeer">
      <summary>Exposes Thumb types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ThumbAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Primitives.Thumb)">
      <summary>Initializes a new instance of the ThumbAutomationPeer class.</summary>
      <param name="owner">The Thumb to create a peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.TimePickerAutomationPeer">
      <summary>Exposes TimePicker types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.TimePickerAutomationPeer.#ctor(Windows.UI.Xaml.Controls.TimePicker)">
      <summary>Initializes a new instance of the TimePickerAutomationPeer class.</summary>
      <param name="owner">The TimePicker to create the peer for.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer">
      <summary>Exposes ToggleButton types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer.#ctor(Windows.UI.Xaml.Controls.Primitives.ToggleButton)">
      <summary>Initializes a new instance of the ToggleButtonAutomationPeer class.</summary>
      <param name="owner">The ToggleButton to create a peer for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer.ToggleState">
      <summary>Gets the toggle state of the control.</summary>
      <returns>The toggle state of the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer.Toggle">
      <summary>Cycles through the toggle states of a control.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer">
      <summary>Exposes ToggleSwitch types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ToggleSwitch)">
      <summary>Initializes a new instance of the ToggleSwitchAutomationPeer class.</summary>
      <param name="owner">The ToggleSwitch to create a peer for.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer.ToggleState">
      <summary>Gets the toggle state of the control.</summary>
      <returns>The toggle state of the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer.Toggle">
      <summary>Cycles through the toggle states of a control.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer">
      <summary>Exposes ToggleMenuFlyoutItem types to Microsoft UI Automation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer.#ctor(Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem)">
      <summary>Initializes a new instance of the ToggleMenuFlyoutItemAutomationPeer class.</summary>
      <param name="owner">The owner element to create for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer.Toggle">
      <summary>Cycles through the toggle states of a control.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer.ToggleState">
      <summary>Gets the toggle state of the control.</summary>
      <returns>The toggle state of the control.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AccessibilityView">
      <summary>Declares how a control should included in different views of a Microsoft UI Automation tree.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AccessibilityView.Raw">
      <summary>The control is included in the Raw view of a Microsoft UI Automation tree.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AccessibilityView.Control">
      <summary>The control is included in the Control view of a Microsoft UI Automation tree.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AccessibilityView.Content">
      <summary>The control is included in the Content view of a Microsoft UI Automation tree. This is the default.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AutomationControlType">
      <summary>Specifies the control type that is exposed to the Microsoft UI Automation client.
Used by GetAutomationControlType.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Button">
      <summary>A button control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Calendar">
      <summary>A calendar control, such as a date picker.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.CheckBox">
      <summary>A check box control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.ComboBox">
      <summary>A combo box control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Edit">
      <summary>An edit control, such as a text box.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Hyperlink">
      <summary>A hyperlink control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Image">
      <summary>An image control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.ListItem">
      <summary>A list item control, which is a child item of a list control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.List">
      <summary>A list control, such as a list box.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Menu">
      <summary>A menu control, such as a top-level menu in an application window.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.MenuBar">
      <summary>A menu bar control, which generally contains a set of top-level menus.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.MenuItem">
      <summary>A menu item control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.ProgressBar">
      <summary>A progress bar control, which visually indicates the progress of a lengthy operation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.RadioButton">
      <summary>A radio button control, which is a selection mechanism allowing exactly one selected item in a group.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.ScrollBar">
      <summary>A scroll bar control, such as a scroll bar in an application window.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Slider">
      <summary>A slider control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Spinner">
      <summary>A spinner control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.StatusBar">
      <summary>A status bar control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Tab">
      <summary>A tab control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.TabItem">
      <summary>A tab item control, which represents a page of a tab control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Text">
      <summary>An edit control, such as a text box or rich text box.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.ToolBar">
      <summary>A toolbar, such as the control that contains a set of command buttons in an application window.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.ToolTip">
      <summary>A tooltip control, an informational window that appears as a result of moving the pointer over a control or sometimes when tabbing to a control using the keyboard.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Tree">
      <summary>A tree control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.TreeItem">
      <summary>A node in a tree control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Custom">
      <summary>A control that is not one of the defined control types.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Group">
      <summary>A group control, which acts as a container for other controls.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Thumb">
      <summary>The control in a scrollbar that can be dragged to a different position.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.DataGrid">
      <summary>A data grid control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.DataItem">
      <summary>A data item control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Document">
      <summary>A document control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.SplitButton">
      <summary>A split button, which is a button that performs a default action and can also expand to a list of other possible actions.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Window">
      <summary>A window frame, which contains child objects.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Pane">
      <summary>A pane control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Header">
      <summary>A header control, which is a container for the labels of rows and columns of information.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.HeaderItem">
      <summary>A header item, which is the label for a row or column of information.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Table">
      <summary>A table.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.TitleBar">
      <summary>The caption bar on a window.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.Separator">
      <summary>A separator, which creates a visual division in controls such as menus and toolbars.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.SemanticZoom">
      <summary>A semantic zoom control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationControlType.AppBar">
      <summary>Introduced in Windows 8.1. An app bar control (AppBar).</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AutomationEvents">
      <summary>Specifies the event that is raised by the element through the associated AutomationPeer. Used by RaiseAutomationEvent.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.ToolTipOpened">
      <summary>The event that is raised when a tooltip is opened.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.ToolTipClosed">
      <summary>The event that is raised when a tooltip is closed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.MenuOpened">
      <summary>The event that is raised when a menu is opened.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.MenuClosed">
      <summary>The event that is raised when a menu is closed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.AutomationFocusChanged">
      <summary>The event that is raised when the focus has changed. See SetFocus.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.InvokePatternOnInvoked">
      <summary>The event that is raised when a control is activated. See Invoke.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.SelectionItemPatternOnElementAddedToSelection">
      <summary>The event that is raised when an item is added to a collection of selected items. See AddToSelection.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection">
      <summary>The event that is raised when an item is removed from a collection of selected items. See RemoveFromSelection.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.SelectionItemPatternOnElementSelected">
      <summary>The event that is raised when a single item is selected (which clears any previous selection). See Select.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.SelectionPatternOnInvalidated">
      <summary>The event that is raised when a selection in a container has changed significantly.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.TextPatternOnTextSelectionChanged">
      <summary>The event that is raised when the text selection is modified.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.TextPatternOnTextChanged">
      <summary>The event that is raised when textual content is modified.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.AsyncContentLoaded">
      <summary>The event that is raised when content is loaded asynchronously.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.PropertyChanged">
      <summary>The event that is raised when a property has changed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.StructureChanged">
      <summary>The event that is raised when the UI Automation tree structure is changed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.DragStart">
      <summary>The event that is raised when a drag operation originates from a peer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.DragCancel">
      <summary>The event that is raised when a drag operation is canceled from a peer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.DragComplete">
      <summary>The event that is raised when a drag operation finishes from a peer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.DragEnter">
      <summary>The event that is raised when a drag operation targets a peer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.DragLeave">
      <summary>The event that is raised when a drag operation switches targets away from a peer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.Dropped">
      <summary>The event that is raised when a drag operation drops on a peer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationEvents.LiveRegionChanged">
      <summary>The event that is raised as notification when a live region refreshes its content without having focus.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting">
      <summary>Describes the notification characteristics of a particular live region in an app UI. Used by GetLiveSetting and AutomationProperties.LiveSetting.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting.Off">
      <summary>The element does not send notifications if the content of the live region has changed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting.Polite">
      <summary>The element sends non-interruptive notifications if the content of the live region has changed. With this setting, Microsoft UI Automation clients and assistive technology are expected to not interrupt the user to inform of changes to the live region.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting.Assertive">
      <summary>The element sends interruptive notifications if the content of the live region has changed. With this setting, Microsoft UI Automation clients and assistive technology are expected to interrupt the user to inform of changes to the live region.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.AutomationOrientation">
      <summary>Specifies the orientation direction in which a control can be presented. Values are used by GetOrientation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationOrientation.None">
      <summary>The control does not have an orientation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationOrientation.Horizontal">
      <summary>The control is presented horizontally.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.AutomationOrientation.Vertical">
      <summary>The control is presented vertically.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Peers.PatternInterface">
      <summary>Specifies the control pattern that the GetPattern method returns.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Invoke">
      <summary>The IInvokeProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Selection">
      <summary>The ISelectionProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Value">
      <summary>The IValueProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.RangeValue">
      <summary>The IRangeValueProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Scroll">
      <summary>The IScrollProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.ScrollItem">
      <summary>The IScrollItemProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.ExpandCollapse">
      <summary>The IExpandCollapseProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Grid">
      <summary>The IGridProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.GridItem">
      <summary>The IGridItemProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.MultipleView">
      <summary>The IMultipleViewProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Window">
      <summary>The IWindowProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.SelectionItem">
      <summary>The ISelectionItemProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Dock">
      <summary>The IDockProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Table">
      <summary>The ITableProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.TableItem">
      <summary>The ITableItemProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Toggle">
      <summary>The IToggleProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Transform">
      <summary>The ITransformProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Text">
      <summary>The ITextProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.ItemContainer">
      <summary>The IItemContainerProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.VirtualizedItem">
      <summary>The IVirtualizedItemProvider control pattern interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Text2">
      <summary>The ITextProvider2 interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.TextChild">
      <summary>The ITextChildProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.TextRange">
      <summary>The ITextRangeProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Annotation">
      <summary>The IAnnotationProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Drag">
      <summary>The IDragProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.DropTarget">
      <summary>The IDropTargetProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.ObjectModel">
      <summary>Introduced in Windows 8.1. The IObjectModelProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Spreadsheet">
      <summary>Introduced in Windows 8.1. The ISpreadsheetProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.SpreadsheetItem">
      <summary>Introduced in Windows 8.1. The ISpreadsheetItemProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Styles">
      <summary>Introduced in Windows 8.1. The IStylesProvider interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.Transform2">
      <summary>Introduced in Windows 8.1. The ITransformProvider2 interface.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Peers.PatternInterface.SynchronizedInput">
      <summary>Introduced in Windows 8.1. The ISynchronizedInputProvider interface.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Automation.Provider">
      <summary>Defines provider patterns that are implemented by automation peers and recognized by automation clients.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IAnnotationProvider">
      <summary>Exposes the properties of an annotation in a document. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Annotation.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IAnnotationProvider.AnnotationTypeId">
      <summary>Gets the annotation type identifier of this annotation.</summary>
      <returns>The annotation type identifier of this annotation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IAnnotationProvider.AnnotationTypeName">
      <summary>Gets the name of this annotation type.</summary>
      <returns>The name of this annotation type.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IAnnotationProvider.Author">
      <summary>Gets the name of the annotation author.</summary>
      <returns>The name of the annotation author.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IAnnotationProvider.DateTime">
      <summary>Gets the date and time when this annotation was created.</summary>
      <returns>The date and time when this annotation was created.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IAnnotationProvider.Target">
      <summary>Gets the UI Automation element that is being annotated.</summary>
      <returns>The UI Automation element that is being annotated.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IDragProvider">
      <summary>Enables a Microsoft UI Automation element to describe itself as an element that can be dragged as part of a drag-and-drop operation. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Drag.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IDragProvider.DropEffect">
      <summary>Gets a string that indicates what will happen when the item is dropped.</summary>
      <returns>A string that indicates what will happen when the item is dropped.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IDragProvider.DropEffects">
      <summary>Gets an array of strings that enumerates possible drop effects when this item is dropped.</summary>
      <returns>An array of strings that enumerates possible drop effects when this item is dropped.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IDragProvider.IsGrabbed">
      <summary>Gets a value indicating whether an item is currently being dragged.</summary>
      <returns>true if the item is being dragged. Otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IDragProvider.GetGrabbedItems">
      <summary>Gets an array of UI Automation elements that are being dragged as part of this drag operation.</summary>
      <returns>An array of UI Automation elements that are being dragged. Null if this item is an individual item being dragged. Used to enable providers that support dragging multiple items at a time to create an intermediary IDragProvider that encapsulates all of the items being dragged.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IDropTargetProvider">
      <summary>Enables a Microsoft UI Automation element to describe itself as an element that can receive a drop of a dragged element as part of a drag-and-drop operation.
Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.DropTarget.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IDropTargetProvider.DropEffect">
      <summary>Gets a string that indicates what will happen when the item is dropped.</summary>
      <returns>A string that indicates what will happen when the item is dropped.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IDropTargetProvider.DropEffects">
      <summary>Gets an array of strings that enumerates possible drop effects when this item is dropped.</summary>
      <returns>An array of strings that enumerates possible drop effects when this item is dropped.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IDockProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that expose their dock properties in a docking container. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Dock.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IDockProvider.DockPosition">
      <summary>Gets the current DockPosition of the control in a docking container.</summary>
      <returns>The DockPosition of the control, relative to the boundaries of the docking container and to other elements in the container.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IDockProvider.SetDockPosition(Windows.UI.Xaml.Automation.DockPosition)">
      <summary>Docks the control in a docking container.</summary>
      <param name="dockPosition">The dock position, relative to the boundaries of the docking container and to other elements in the container.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that visually expand to display content and that collapse to hide content.
Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.ExpandCollapse.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider.ExpandCollapseState">
      <summary>Gets the state (expanded or collapsed) of the control.</summary>
      <returns>The state (expanded or collapsed) of the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider.Collapse">
      <summary>Hides all nodes, controls, or content that are descendants of the control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider.Expand">
      <summary>Displays all child nodes, controls, or content of the control.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IGridItemProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to individual child controls of containers that implement IGridProvider. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.GridItem.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IGridItemProvider.Column">
      <summary>Gets the ordinal number of the column that contains the cell or item.</summary>
      <returns>A zero-based ordinal number that identifies the column that contains the cell or item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IGridItemProvider.ColumnSpan">
      <summary>Gets the number of columns that are spanned by a cell or item.</summary>
      <returns>The number of columns.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IGridItemProvider.ContainingGrid">
      <summary>Gets a UI Automation provider that implements IGridProvider and that represents the container of the cell or item.</summary>
      <returns>A UI Automation provider that implements the Grid control pattern and that represents the cell or item container.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IGridItemProvider.Row">
      <summary>Gets the ordinal number of the row that contains the cell or item.</summary>
      <returns>A zero-based ordinal number that identifies the row that contains the cell or item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IGridItemProvider.RowSpan">
      <summary>Gets the number of rows spanned by a cell or item.</summary>
      <returns>The number of rows.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IGridProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that act as containers for a collection of child elements. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Grid.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IGridProvider.ColumnCount">
      <summary>Gets the total number of columns in a grid.</summary>
      <returns>The total number of columns in a grid.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IGridProvider.RowCount">
      <summary>Gets the total number of rows in a grid.</summary>
      <returns>The total number of rows in a grid.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IGridProvider.GetItem(System.Int32,System.Int32)">
      <summary>Retrieves the UI Automation provider for the specified cell.</summary>
      <returns>The UI Automation provider for the specified cell.</returns>
      <param name="row">The ordinal number of the row that contains the cell.</param>
      <param name="column">The ordinal number of the column that contains the cell.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IInvokeProvider">
      <summary>Exposes a method to support Microsoft UI Automation access to controls that initiate or perform a single, unambiguous action and do not maintain state when activated. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Invoke.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IInvokeProvider.Invoke)">
      <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IItemContainerProvider">
      <summary>Exposes a Microsoft UI Automation method to enable applications to find an element in a container, such as a virtualized list. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.ItemContainer.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IItemContainerProvider.FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple,Windows.UI.Xaml.Automation.AutomationProperty,System.Object)">
      <summary>Retrieves an element by the specified property value.</summary>
      <returns>The first item that matches the search criterion; otherwise, null.</returns>
      <param name="startAfter">The item in the container after which to begin the search.</param>
      <param name="automationProperty">The property that contains the value to retrieve.</param>
      <param name="value">The value to retrieve.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IMultipleViewProvider">
      <summary>Exposes methods and properties to support Microsoft UI Automation client access to controls that provide, and are able to switch between, multiple representations of the same set of information or child controls.
Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.MultipleView.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IMultipleViewProvider.CurrentView">
      <summary>Gets the current control-specific view.</summary>
      <returns>The view identifier for the current view of the UI Automation element.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IMultipleViewProvider.GetSupportedViews">
      <summary>Retrieves a collection of control-specific view identifiers.</summary>
      <returns>A collection of values that identifies the views available for a UI Automation element.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IMultipleViewProvider.GetViewName(System.Int32)">
      <summary>Retrieves the name of a control-specific view.</summary>
      <returns>A localized name for the view.</returns>
      <param name="viewId">The view identifier.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IMultipleViewProvider.SetCurrentView(System.Int32)">
      <summary>Sets the current control-specific view.</summary>
      <param name="viewId">A view identifier.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IObjectModelProvider">
      <summary>Provides access to the underlying object model implemented by a control or app.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IObjectModelProvider.GetUnderlyingObjectModel">
      <summary>Returns an interface used to access the underlying object model of the provider.</summary>
      <returns>An untyped interface for accessing the underlying object model.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that can be set to a value within a range.
Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.RangeValue.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.IsReadOnly">
      <summary>Gets a value that indicates whether the value of a control is read-only.</summary>
      <returns>true if the value is read-only; false if it can be modified.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.LargeChange">
      <summary>Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key.</summary>
      <returns>The large-change value that is supported by the control, or null if the control does not support LargeChange.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.Maximum">
      <summary>Gets the maximum range value that is supported by the control.</summary>
      <returns>The maximum value that is supported by the control, or null if the control does not support Maximum.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.Minimum">
      <summary>Gets the minimum range value that is supported by the control.</summary>
      <returns>The minimum value that is supported by the control, or null if the control does not support Minimum.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.SmallChange">
      <summary>Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.</summary>
      <returns>The small-change value supported by the control, or null if the control does not support SmallChange.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.Value">
      <summary>Gets the value of the control.</summary>
      <returns>The value of the control, or null if the control does not support Value.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(System.Double)">
      <summary>Sets the value of the control.</summary>
      <param name="value">The value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple">
      <summary>Provides methods and properties that expose basic information about a UI element. IRawElementProviderSimple is a Windows Runtime class, not an interface.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IScrollItemProvider">
      <summary>Exposes methods and properties to support access by Microsoft UI Automation client to individual child controls of containers that implement IScrollProvider. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.ScrollItem.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IScrollItemProvider.ScrollIntoView">
      <summary>Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IScrollProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to a control that acts as a scrollable container for a collection of child objects. The children of this element must implement IScrollItemProvider. Implement IScrollProvider in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Scroll.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IScrollProvider.HorizontallyScrollable">
      <summary>Gets a value that indicates whether the control can scroll horizontally.</summary>
      <returns>true if the control can scroll horizontally; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IScrollProvider.HorizontalScrollPercent">
      <summary>Gets the current horizontal scroll position.</summary>
      <returns>The horizontal scroll position as a percentage of the total content area within the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IScrollProvider.HorizontalViewSize">
      <summary>Gets the current horizontal view size.</summary>
      <returns>The horizontal size of the viewable region as a percentage of the total content area within the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IScrollProvider.VerticallyScrollable">
      <summary>Gets a value that indicates whether the control can scroll vertically.</summary>
      <returns>true if the control can scroll vertically; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IScrollProvider.VerticalScrollPercent">
      <summary>Gets the current vertical scroll position.</summary>
      <returns>The vertical scroll position as a percentage of the total content area within the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IScrollProvider.VerticalViewSize">
      <summary>Gets the vertical view size.</summary>
      <returns>The vertical size of the viewable region as a percentage of the total content area within the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IScrollProvider.Scroll(Windows.UI.Xaml.Automation.ScrollAmount,Windows.UI.Xaml.Automation.ScrollAmount)">
      <summary>Scrolls the visible region of the content area horizontally, vertically, or both.</summary>
      <param name="horizontalAmount">The horizontal increment that is specific to the control. Pass NoScroll if the control cannot be scrolled in this direction.</param>
      <param name="verticalAmount">The vertical increment that is specific to the control. Pass NoScroll if the control cannot be scrolled in this direction.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IScrollProvider.SetScrollPercent(System.Double,System.Double)">
      <summary>Sets the horizontal and vertical scroll position as a percentage of the total content area within the control.</summary>
      <param name="horizontalPercent">The horizontal position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.</param>
      <param name="verticalPercent">The vertical position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to individual, selectable child controls of containers that implement ISelectionProvider. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.SelectionItem.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider.IsSelected">
      <summary>Gets a value that indicates whether an item is selected.</summary>
      <returns>true if the element is selected; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider.SelectionContainer">
      <summary>Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object.</summary>
      <returns>The UI Automation provider.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider.AddToSelection">
      <summary>Adds the current element to the collection of selected items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider.RemoveFromSelection">
      <summary>Removes the current element from the collection of selected items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider.Select">
      <summary>Clears any existing selection and then selects the current element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ISelectionProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that act as containers for a collection of individual, selectable child items. The children of this element must implement ISelectionItemProvider. Implement ISelectionProvider in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.SelectionItem.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ISelectionProvider.CanSelectMultiple">
      <summary>Gets a value that indicates whether the Microsoft UI Automation provider allows more than one child element to be selected concurrently.</summary>
      <returns>true if multiple selection is allowed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ISelectionProvider.IsSelectionRequired">
      <summary>Gets a value that indicates whether the UI Automation provider requires at least one child element to be selected.</summary>
      <returns>true if selection is required; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISelectionProvider.GetSelection">
      <summary>Retrieves a UI Automation provider for each child element that is selected.</summary>
      <returns>An array of UI Automation providers.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ISpreadsheetItemProvider">
      <summary>Provides access to information about an item (cell) in a spreadsheet.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ISpreadsheetItemProvider.Formula">
      <summary>Gets the formula for this spreadsheet cell, as a string.</summary>
      <returns>The formula for this cell, as a string.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISpreadsheetItemProvider.GetAnnotationObjects">
      <summary>Returns an array of objects that represent the annotations associated with this spreadsheet cell.</summary>
      <returns>An array of IRawElementProviderSimple interfaces for Microsoft UI Automation elements that represent the annotations associated with the spreadsheet cell.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISpreadsheetItemProvider.GetAnnotationTypes">
      <summary>Returns an array of annotation type identifiers indicating the types of annotations that are associated with this spreadsheet cell.</summary>
      <returns>An array of annotation type identifiers, which contains one entry for each type of annotation associated with the spreadsheet cell. For a list of possible values, see AnnotationType.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ISpreadsheetProvider">
      <summary>Provides access to items (cells) in a spreadsheet.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISpreadsheetProvider.GetItemByName(System.String)">
      <summary>Returns a Microsoft UI Automation element that represents the spreadsheet cell that has the specified name.</summary>
      <returns>A Microsoft UI Automation element that represents the target cell.</returns>
      <param name="name">The name of the target cell.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IStylesProvider">
      <summary>Provides access to the visual styles associated with the content of a document.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IStylesProvider.ExtendedProperties">
      <summary>Gets a string value that contains additional property info. The info is for properties are that are not included in this control pattern, but that provide information about the document content that might be useful to the user.</summary>
      <returns>A localized, formatted string that contains the list of extended properties. The string must be formatted as a list of name/value pairs, as follows: prop1=value;prop2=value2.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IStylesProvider.FillColor">
      <summary>Gets the fill color of an element in a document.</summary>
      <returns>The fill color, represented as a Windows Runtime Color value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IStylesProvider.FillPatternColor">
      <summary>Gets the color of the pattern used to fill an element in a document.</summary>
      <returns>The color of the fill pattern, represented as a Windows Runtime Color value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IStylesProvider.FillPatternStyle">
      <summary>Gets a string that represents the fill pattern style of an element in a document.</summary>
      <returns>A localized string that indicates the fill pattern style, such as "Vertical Stripe".</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IStylesProvider.Shape">
      <summary>Gets a string that represents the shape of an element in a document.</summary>
      <returns>A localized string that indicates the shape.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IStylesProvider.StyleId">
      <summary>Gets the identifier for a visual style of an element in a document.</summary>
      <returns>The style identifier. For a list of possible values, see Style Identifiers.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IStylesProvider.StyleName">
      <summary>Gets the name of the visual style of an element in a document.</summary>
      <returns>The name of the style, or empty string if the style has no name.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ISynchronizedInputProvider">
      <summary>Enables Microsoft UI Automation client applications to direct the mouse or keyboard input to a specific UI element.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISynchronizedInputProvider.Cancel">
      <summary>Cancels listening for input.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ISynchronizedInputProvider.StartListening(Windows.UI.Xaml.Automation.SynchronizedInputType)">
      <summary>Starts listening for input of the specified type.</summary>
      <param name="inputType">The type of input that is requested to be synchronized.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITableItemProvider">
      <summary>Exposes methods and properties to support Microsoft UI Automation client access to child controls of containers that implement ITableProvider. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.TableItem.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITableItemProvider.GetColumnHeaderItems">
      <summary>Retrieves an array of UI Automation providers representing all the column headers associated with a table item or cell.</summary>
      <returns>An array of UI Automation providers.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITableItemProvider.GetRowHeaderItems">
      <summary>Retrieves an array of UI Automation providers representing all the row headers associated with a table item or cell.</summary>
      <returns>An array of UI Automation providers.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITableProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that act as containers for a collection of child elements. The children of this element must implement ITableItemProvider and be organized in a two-dimensional logical coordinate system that can be traversed (a Microsoft UI Automation client can move to adjacent controls, which are headers or cells of the table) by using the keyboard.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITableProvider.RowOrColumnMajor">
      <summary>Gets the primary direction of traversal for the table.</summary>
      <returns>The primary direction of traversal, as a value of the enumeration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITableProvider.GetColumnHeaders">
      <summary>Returns a collection of UI Automation providers that represents all the column headers in a table.</summary>
      <returns>An array of UI Automation providers.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITableProvider.GetRowHeaders">
      <summary>Returns a collection of UI Automation providers that represents all row headers in the table.</summary>
      <returns>An array of UI Automation providers.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITextChildProvider">
      <summary>Provides access to a text-based control that is a child of another text-based control. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.TextChild.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITextChildProvider.TextContainer">
      <summary>Gets this element's nearest ancestor provider that supports the Text (ITextProvider) control pattern.</summary>
      <returns>The nearest ancestor provider that supports the Text (ITextProvider) control pattern.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITextChildProvider.TextRange">
      <summary>Gets a text range that encloses this child element.</summary>
      <returns>A text range that encloses this child element.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITextProvider">
      <summary>Exposes methods and properties to support Microsoft UI Automation client access to controls that contain text. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Text.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITextProvider.DocumentRange">
      <summary>Gets a text range that encloses the main text of a document.</summary>
      <returns>A text range that encloses the main text of a document.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITextProvider.SupportedTextSelection">
      <summary>Gets a value that specifies whether a text provider supports selection, and if it does, the type of selection that is supported.</summary>
      <returns>A value of SupportedTextSelection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextProvider.GetSelection">
      <summary>Retrieves a collection of disjoint text ranges that are associated with the current text selection or selections.</summary>
      <returns>A collection of disjoint text ranges.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextProvider.GetVisibleRanges">
      <summary>Retrieves an array of disjoint text ranges from a text container. Each text range begins with the first partially visible line and ends with the last partially visible line.</summary>
      <returns>The collection of visible text ranges within a container or an empty array. This method never returns null.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextProvider.RangeFromChild(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple)">
      <summary>Retrieves a text range that encloses a child element, such as an image, hyperlink, or other embedded object.</summary>
      <returns>A range that spans the child element.</returns>
      <param name="childElement">The enclosed object.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextProvider.RangeFromPoint(Windows.Foundation.Point)">
      <summary>Retrieves a text range from the vicinity of a screen coordinate.</summary>
      <returns>A range that contains text.</returns>
      <param name="screenLocation">The coordinate screen location.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITextProvider2">
      <summary>Extends the ITextProvider interface to enable Microsoft UI Automation providers to expose textual content that is the target of an annotation or selection. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Text2.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextProvider2.GetCaretRange(System.Boolean@)">
      <summary>Retrieves a zero-length text range at the location of the caret that belongs to the text-based control.</summary>
      <returns>A text range that represents the current location of the caret that belongs to the text-based control.</returns>
      <param name="isActive">true if the text-based control that contains the caret has keyboard focus; otherwise, false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextProvider2.RangeFromAnnotation(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple)">
      <summary>Exposes a text range that contains the text that is the target of the annotation associated with the specified annotation element.</summary>
      <returns>A text range that contains the annotation target text.</returns>
      <param name="annotationElement">The provider for an element that implements the IAnnotationProvider interface. The annotation element is a sibling of the element that implements the ITextProvider2 interface for the document.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider">
      <summary>Exposes methods and properties to support Microsoft UI Automation client access to a span of continuous text in a text container that implements ITextProvider.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.AddToSelection">
      <summary>Adds to the collection of highlighted text in a text container that supports multiple disjoint selections.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.Clone">
      <summary>Returns a new ITextRangeProvider that is identical to the original ITextRangeProvider and that inherits all the properties of the original.</summary>
      <returns>The new text range. This method never returns null.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.Compare(Windows.UI.Xaml.Automation.Provider.ITextRangeProvider)">
      <summary>Returns a value that indicates whether the start and end points of a text range are the same as another text range.</summary>
      <returns>true if the span of both text ranges is identical; otherwise, false.</returns>
      <param name="textRangeProvider">A text range to compare to the implementing peer's text range.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.CompareEndpoints(Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint,Windows.UI.Xaml.Automation.Provider.ITextRangeProvider,Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint)">
      <summary>Returns a value that indicates whether two text ranges have identical endpoints.</summary>
      <returns>Returns a negative value if the caller's endpoint occurs earlier in the text than the target endpoint. Returns zero if the caller's endpoint is at the same location as the target endpoint. Returns a positive value if the caller's endpoint occurs later in the text than the target endpoint.</returns>
      <param name="endpoint">The Start or End endpoint of the caller.</param>
      <param name="textRangeProvider">The target range for comparison.</param>
      <param name="targetEndpoint">The Start or End endpoint of the target.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.ExpandToEnclosingUnit(Windows.UI.Xaml.Automation.Text.TextUnit)">
      <summary>Expands the text range to the specified text unit.</summary>
      <param name="unit">The text measure unit.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.FindAttribute(System.Int32,System.Object,System.Boolean)">
      <summary>Returns a text range subset that has the specified attribute ID and attribute value.</summary>
      <returns>A text range that has a matching attribute ID and attribute value; otherwise null.</returns>
      <param name="attributeId">The attribute ID to search for.</param>
      <param name="value">The attribute value to search for. This value must match the type specified for the attribute.</param>
      <param name="backward">true if the last occurring text range should be returned instead of the first; otherwise, false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.FindText(System.String,System.Boolean,System.Boolean)">
      <summary>Returns a text range subset that contains the specified text.</summary>
      <returns>A text range that matches the specified text; otherwise null.</returns>
      <param name="text">The text string to search for.</param>
      <param name="backward">true to return the last occurring text range instead of the first; otherwise, false.</param>
      <param name="ignoreCase">true to ignore case; otherwise, false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.GetAttributeValue(System.Int32)">
      <summary>Retrieves the value of the specified attribute ID across the text range.</summary>
      <returns>Retrieves an object that represents the value of the specified attribute.</returns>
      <param name="attributeId">The text attribute ID.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.GetBoundingRectangles(System.Double[]@)">
      <summary>Retrieves a collection of bounding rectangles for each fully or partially visible line of text in a text range.</summary>
      <param name="returnValue">An array of bounding rectangles for each full or partial line of text in a text range.
An empty array for a degenerate range.
An empty array for a text range that has screen coordinates placing it completely off-screen, scrolled out of view, or obscured by an overlapping window.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.GetChildren">
      <summary>Retrieves a collection of all the embedded objects that exist within the text range.</summary>
      <returns>A collection of child objects that exist within the range. Child objects that overlap with the text range but are not completely enclosed by it are also included in the collection. Returns an empty collection if no child objects exist.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.GetEnclosingElement">
      <summary>Returns the innermost element that encloses the text range.</summary>
      <returns>The enclosing control, typically the text provider that provides the text range. However, if the text provider supports child text elements such as tables or hyperlinks, the enclosing element can be a descendant of the text provider.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.GetText(System.Int32)">
      <summary>Retrieves the plain text of the range.</summary>
      <returns>The plain text of the text range, which might represent a portion of the full string truncated at the specified maxLength.</returns>
      <param name="maxLength">The maximum length of the string to return. Use 1 to specify an unlimited length.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.Move(Windows.UI.Xaml.Automation.Text.TextUnit,System.Int32)">
      <summary>Moves the text range the specified number of text units.</summary>
      <returns>The number of units actually moved. This value can be less than the count requested if either of the new text range endpoints is greater than or less than the DocumentRange endpoints. This value can be negative if navigation is happening in the backward direction.</returns>
      <param name="unit">The text unit boundary.</param>
      <param name="count">The number of text units to move. A positive value moves the text range forward; a negative value moves the text range backward; and a value of 0 has no effect.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.MoveEndpointByRange(Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint,Windows.UI.Xaml.Automation.Provider.ITextRangeProvider,Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint)">
      <summary>Moves one endpoint of a text range to the specified endpoint of a second text range.</summary>
      <param name="endpoint">The endpoint to move.</param>
      <param name="textRangeProvider">Another range from the same text provider.</param>
      <param name="targetEndpoint">An endpoint on the other range.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.MoveEndpointByUnit(Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint,Windows.UI.Xaml.Automation.Text.TextUnit,System.Int32)">
      <summary>Moves one endpoint of the text range the specified number of text units within the document range.</summary>
      <returns>The number of units actually moved, which can be less than the number requested if moving the endpoint runs into the beginning or end of the document.</returns>
      <param name="endpoint">The endpoint to move.</param>
      <param name="unit">The text measure unit for moving.</param>
      <param name="count">The number of units to move. A positive value moves the endpoint forward. A negative value moves it backward. A value of 0 has no effect.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.RemoveFromSelection">
      <summary>From the collection of highlighted text in a text container that supports multiple disjoint selections, removes a highlighted section of text that corresponds to the caller's text range endpoints.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.ScrollIntoView(System.Boolean)">
      <summary>Causes the text control to scroll vertically until the text range is visible in the viewport.</summary>
      <param name="alignToTop">true if the text control should be scrolled so that the text range is flush with the top of the viewport; false if the text range is flush with the bottom of the viewport.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.Select">
      <summary>Highlights text in the text control that corresponds to the start and end endpoints of the text range.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider2">
      <summary>Extends the ITextRange interface to enable Microsoft UI Automation providers to programmatically open context menus that are contextual to text input operations.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider2.ShowContextMenu">
      <summary>Shows the available context menu for the owner element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IToggleProvider">
      <summary>Exposes methods and properties to support Microsoft UI Automation client access to controls that can cycle through a set of states and maintain a particular state. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Toggle.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IToggleProvider.ToggleState">
      <summary>Gets the toggle state of the control.</summary>
      <returns>The toggle state of the control, as a value of the enumeration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IToggleProvider.Toggle">
      <summary>Cycles through the toggle states of a control.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITransformProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls or elements that can be moved, resized, or rotated within a two-dimensional space. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Transform.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITransformProvider.CanMove">
      <summary>Gets a value that indicates whether the element can be moved.</summary>
      <returns>true if the element can be moved; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITransformProvider.CanResize">
      <summary>Gets a value that indicates whether the element can be resized.</summary>
      <returns>true if the element can be resized; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITransformProvider.CanRotate">
      <summary>Gets a value that indicates whether the element can be rotated.</summary>
      <returns>true if the element can be rotated; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Move(System.Double,System.Double)">
      <summary>Moves the control.</summary>
      <param name="x">The absolute screen coordinates of the left side of the control.</param>
      <param name="y">The absolute screen coordinates of the top of the control.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Resize(System.Double,System.Double)">
      <summary>Resizes the control.</summary>
      <param name="width">The new width of the window, in pixels.</param>
      <param name="height">The new height of the window, in pixels.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Rotate(System.Double)">
      <summary>Rotates the control.</summary>
      <param name="degrees">The number of degrees to rotate the control. A positive number rotates the control clockwise. A negative number rotates the control counterclockwise.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.ITransformProvider2">
      <summary>Extends the ITransformProvider interface to enable Microsoft UI Automation providers to expose API to support the viewport zooming functionality of a control.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.CanZoom">
      <summary>Gets a value that indicates whether the control supports zooming of its viewport.</summary>
      <returns>true if the viewport can be zoomed; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.MaxZoom">
      <summary>Gets the maximum zoom level of the element.</summary>
      <returns>The maximum zoom level, as a percentage.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.MinZoom">
      <summary>Gets the minimum zoom level of the element.</summary>
      <returns>The minimum zoom level, as a percentage.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.ZoomLevel">
      <summary>Gets the zoom level of the control's viewport.</summary>
      <returns>The zoom level, specified as a percentage. The provider should zoom the viewport to the nearest supported value.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.Zoom(System.Double)">
      <summary>Zooms the viewport of the control.</summary>
      <param name="zoom">The amount to zoom the viewport, specified as a percentage. The provider should zoom the viewport to the nearest supported value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.ZoomByUnit(Windows.UI.Xaml.Automation.ZoomUnit)">
      <summary>Zooms the viewport of the control by the specified logical unit.</summary>
      <param name="zoomUnit">The logical unit by which to increase or decrease the zoom of the viewport.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IValueProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that have an intrinsic value that does not span a range and that can be represented as a string. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Value.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IValueProvider.IsReadOnly">
      <summary>Gets a value that indicates whether the value of a control is read-only.</summary>
      <returns>true if the value is read-only; false if it can be modified.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IValueProvider.Value">
      <summary>Gets the value of the control.</summary>
      <returns>The value of the control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IValueProvider.SetValue(System.String)">
      <summary>Sets the value of a control.</summary>
      <param name="value">The value to set. The provider is responsible for converting the value to the appropriate data type.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider">
      <summary>Exposes a method to support the virtualized item control pattern. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.VirtualizedItem.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider.Realize">
      <summary>Makes the virtual item fully accessible as a UI Automation element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Provider.IWindowProvider">
      <summary>Exposes methods and properties to support access by a Microsoft UI Automation client to controls that provide fundamental window-based functionality within a traditional graphical user interface (GUI). Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Window.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IWindowProvider.InteractionState">
      <summary>Gets the interaction state of the window.</summary>
      <returns>The interaction state of the control, as a value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IWindowProvider.IsModal">
      <summary>Gets a value that specifies whether the window is modal.</summary>
      <returns>true if the window is modal; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IWindowProvider.IsTopmost">
      <summary>Gets a value that specifies whether the window is the topmost element in the z-order of layout.</summary>
      <returns>true if the window is topmost; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IWindowProvider.Maximizable">
      <summary>Gets a value that specifies whether the window can be maximized.</summary>
      <returns>true if the window can be maximized; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IWindowProvider.Minimizable">
      <summary>Gets a value that specifies whether the window can be minimized.</summary>
      <returns>true if the window can be minimized; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Automation.Provider.IWindowProvider.VisualState">
      <summary>Gets the visual state of the window.</summary>
      <returns>The visual state of the window, as a value of the enumeration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IWindowProvider.Close">
      <summary>Closes the window.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IWindowProvider.SetVisualState(Windows.UI.Xaml.Automation.WindowVisualState)">
      <summary>Changes the visual state of the window (such as minimizing or maximizing it).</summary>
      <param name="state">The visual state of the window to change to, as a value of the enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Automation.Provider.IWindowProvider.WaitForInputIdle(System.Int32)">
      <summary>Blocks the calling code for the specified time or until the associated process enters an idle state, whichever completes first.</summary>
      <returns>true if the window has entered the idle state; false if the timeout occurred.</returns>
      <param name="milliseconds">The amount of time, in milliseconds, to wait for the associated process to become idle.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Automation.Text">
      <summary>Contains enumerations that report specifics about text automation patterns.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint">
      <summary>Identifies text range endpoints for methods of ITextRangeProvider.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint.Start">
      <summary>The start point of the range.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint.End">
      <summary>The endpoint of the range.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Automation.Text.TextUnit">
      <summary>Represents predefined units of text for the purposes of navigation within a document.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextUnit.Character">
      <summary>Specifies that the text unit is one character in length.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextUnit.Format">
      <summary>Specifies that the text unit is the length of a single, common format specification, such as bold, italic, or similar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextUnit.Word">
      <summary>Specifies that the text unit is one word in length.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextUnit.Line">
      <summary>Specifies that the text unit is one line in length.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextUnit.Paragraph">
      <summary>Specifies that the text unit is one paragraph in length.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextUnit.Page">
      <summary>Specifies that the text unit is one document-specific page in length.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Automation.Text.TextUnit.Document">
      <summary>Specifies that the text unit is an entire document in length.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Controls">
      <summary>Provides UI controls and classes that support existing and custom controls.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.AppBar">
      <summary>Represents the container control that holds app UI components for commanding and experiences.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.AppBar.#ctor">
      <summary>Initializes a new instance of the AppBar class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBar.IsOpen">
      <summary>Gets or sets a value that indicates whether the AppBar is visible.</summary>
      <returns>True to display the AppBar and make it visible. False to hide the AppBar.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBar.IsSticky">
      <summary>Gets or sets a value that indicates whether the AppBar does not close on light dismiss.</summary>
      <returns>True if the AppBar does not close on light dismiss. False if the AppBar is hidden on light dismiss.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.AppBar.OnClosed(System.Object)">
      <summary>Invoked when the AppBar changes from visible to hidden.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.AppBar.OnOpened(System.Object)">
      <summary>Invoked when the AppBar changes from hidden to visible, or is first displayed.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.AppBar.Closed">
      <summary>Occurs when the AppBar changes from visible to hidden.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.AppBar.Opened">
      <summary>Occurs when the AppBar changes from hidden to visible.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBar.IsOpenProperty">
      <summary>Identifies the IsOpen dependency property.</summary>
      <returns>The identifier for the IsOpen dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBar.IsStickyProperty">
      <summary>Identifies the IsSticky dependency property.</summary>
      <returns>The identifier for the IsSticky dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.AppBarButton">
      <summary>Represents a templated button control to be displayed in an AppBar.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.AppBarButton.#ctor">
      <summary>Initializes a new instance of the AppBarButton class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarButton.Icon">
      <summary>Gets or sets the graphic content of the app bar button.</summary>
      <returns>The graphic content of the app bar button.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarButton.IsCompact">
      <summary>Gets or sets a value that indicates whether the button is shown with no label and reduced padding.</summary>
      <returns>true if the button is shown in its compact state; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarButton.Label">
      <summary>Gets or sets the text description displayed on the app bar button.</summary>
      <returns>The text description displayed on the app bar button.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarButton.IconProperty">
      <summary>Identifies the Icon dependency property.</summary>
      <returns>The identifier for the Icon dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarButton.IsCompactProperty">
      <summary>Identifies the IsCompact dependency property.</summary>
      <returns>The identifier for the IsCompact dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarButton.LabelProperty">
      <summary>Identifies the Label dependency property.</summary>
      <returns>The identifier for the Label dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.AppBarSeparator">
      <summary>Represents a vertical line that separates items in an AppBar.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.AppBarSeparator.#ctor">
      <summary>Initializes a new instance of the AppBarSeparator class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarSeparator.IsCompact">
      <summary>Gets or sets a value that indicates whether the separator is shown with reduced padding.</summary>
      <returns>True if the separator is shown in its compact state; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarSeparator.IsCompactProperty">
      <summary>Identifies the IsCompact dependency property.</summary>
      <returns>The identifier for the IsCompact dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.AppBarToggleButton">
      <summary>Represents a button control that can switch states and be displayed in an AppBar.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.AppBarToggleButton.#ctor">
      <summary>Initializes a new instance of the AppBarToggleButton class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarToggleButton.Icon">
      <summary>Gets or sets the graphic content of the app bar toggle button.</summary>
      <returns>The graphic content of the app bar toggle button.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompact">
      <summary>Gets or sets a value that indicates whether the button is shown with no label and reduced padding.</summary>
      <returns>True if the button is shown in its compact state; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarToggleButton.Label">
      <summary>Gets or sets the text description displayed on the app bar toggle button.</summary>
      <returns>The text description displayed on the app bar toggle button.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarToggleButton.IconProperty">
      <summary>Identifies the Icon dependency property.</summary>
      <returns>The identifier for the Icon dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompactProperty">
      <summary>Identifies the IsCompact dependency property.</summary>
      <returns>The identifier for the IsCompact dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.AppBarToggleButton.LabelProperty">
      <summary>Identifies the Label dependency property.</summary>
      <returns>The identifier for the Label dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.BackClickEventArgs">
      <summary>Provides event data for the SettingsFlyout.BackClick event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.BackClickEventArgs.#ctor">
      <summary>Initializes a new instance of the BackClickEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.BackClickEventArgs.Handled">
      <summary>Gets or sets a value that can cancel the navigation. A true value for Handled cancels the default behavior.</summary>
      <returns>true to cancel the navigation. false to use default behavior. The default is false.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.BitmapIcon">
      <summary>Represents an icon that uses a bitmap as its content.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.BitmapIcon.#ctor">
      <summary>Initializes a new instance of the BitmapIcon class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.BitmapIcon.UriSource">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the bitmap to use as the icon content.</summary>
      <returns>The Uri of the bitmap to use as the icon content. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.BitmapIcon.UriSourceProperty">
      <summary>Identifies the UriSource dependency property.</summary>
      <returns>The identifier for the UriSource dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Border">
      <summary>Draws a border, background, or both, around another object.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Border.#ctor">
      <summary>Initializes a new instance of the Border class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.Background">
      <summary>Gets or sets the Brush that fills the background of the border.</summary>
      <returns>The brush that fills the background.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.BorderBrush">
      <summary>Gets or sets the Brush that is used to create the border.</summary>
      <returns>The brush that fills the border.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.BorderThickness">
      <summary>Gets or sets the thickness of the border.</summary>
      <returns>The thickness of the border, in pixels. The default is 0 on all four sides.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.Child">
      <summary>Gets or sets the child element to draw the border around.</summary>
      <returns>The UIElement to apply the border to.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.ChildTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to child content of a Border.</summary>
      <returns>The strongly typed collection of Transition style elements.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.CornerRadius">
      <summary>Gets or sets the radius for the corners of the border.</summary>
      <returns>The degree to which the corners are rounded, expressed as values of the CornerRadius structure.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.Padding">
      <summary>Gets or sets the distance between the border and its child object.</summary>
      <returns>The dimensions of the space between the border and its child as a Thickness value. Thickness is a structure that stores dimension values using pixel measures.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.BackgroundProperty">
      <summary>Identifies the Background dependency property.</summary>
      <returns>The identifier for the Background dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.BorderBrushProperty">
      <summary>Identifies the BorderBrush dependency property.</summary>
      <returns>The identifier for the BorderBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.BorderThicknessProperty">
      <summary>Identifies the BorderThickness dependency property.</summary>
      <returns>The identifier for the BorderThickness dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.ChildTransitionsProperty">
      <summary>Identifies the ChildTransitions dependency property.</summary>
      <returns>The identifier for the ChildTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.CornerRadiusProperty">
      <summary>Identifies the CornerRadius dependency property.</summary>
      <returns>The identifier for the CornerRadius dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Border.PaddingProperty">
      <summary>Identifies the Padding dependency property.</summary>
      <returns>The identifier for the Padding dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Button">
      <summary>Represents a templated button control that interprets a Click user interaction.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Button.#ctor">
      <summary>Initializes a new instance of the Button class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Button.Flyout">
      <summary>Gets or sets the flyout associated with this button.</summary>
      <returns>The flyout associated with this button, if any; otherwise, null. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Button.FlyoutProperty">
      <summary>Identifies the Flyout dependency property.</summary>
      <returns>The identifier for the Flyout dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Canvas">
      <summary>Defines an area within which you can explicitly position child objects, using coordinates that are relative to the Canvas area.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Canvas.#ctor">
      <summary>Initializes a new instance of the Canvas class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Canvas.Left">
      <summary>Gets or sets the distance between the left side of an object and the left side of its parent Canvas.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Canvas.Top">
      <summary>Gets or sets the distance between the top of an element and the top of its parent Canvas.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Canvas.ZIndex">
      <summary>Gets or sets the Z-order of an element when that element is presented in its parent Canvas layout container.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Canvas.GetLeft(Windows.UI.Xaml.UIElement)">
      <summary>Gets the value of the Canvas.Left XAML attached property for the target element.</summary>
      <returns>The Canvas.Left XAML attached property value of the specified object.</returns>
      <param name="element">The object from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Canvas.GetTop(Windows.UI.Xaml.UIElement)">
      <summary>Gets the value of the Canvas.Top XAML attached property for the target element.</summary>
      <returns>The Canvas.Top XAML attached property value of the specified object.</returns>
      <param name="element">The object from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Canvas.GetZIndex(Windows.UI.Xaml.UIElement)">
      <summary>Gets the value of the Canvas.ZIndex XAML attached property for the target element.</summary>
      <returns>The Canvas.ZIndex XAML attached property value of the requested object.</returns>
      <param name="element">The object from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Canvas.SetLeft(Windows.UI.Xaml.UIElement,System.Double)">
      <summary>Sets the value of the Canvas.Left XAML attached property for a target element.</summary>
      <param name="element">The object to which the property value is written.</param>
      <param name="length">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Canvas.SetTop(Windows.UI.Xaml.UIElement,System.Double)">
      <summary>Sets the value of the Canvas.Top XAML attached property for a target element.</summary>
      <param name="element">The object to which the property value is written.</param>
      <param name="length">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Canvas.SetZIndex(Windows.UI.Xaml.UIElement,System.Int32)">
      <summary>Sets the value of the Canvas.ZIndex XAML attached property for a target element.</summary>
      <param name="element">The object to which the property value is written.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Canvas.LeftProperty">
      <summary>Identifies the Canvas.Left XAML attached property.</summary>
      <returns>The identifier for the Canvas.Left XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Canvas.TopProperty">
      <summary>Identifies the Canvas.Top XAML attached property.</summary>
      <returns>The identifier for the Canvas.Top XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Canvas.ZIndexProperty">
      <summary>Identifies the Canvas.ZIndex XAML attached property.</summary>
      <returns>The identifier for the Canvas.ZIndex XAML attached property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.CaptureElement">
      <summary>Renders a stream from a capture device, such as a camera or webcam.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.CaptureElement.#ctor">
      <summary>Initializes a new instance of the CaptureElement class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CaptureElement.Source">
      <summary>Gets or sets the source MediaCapture that this CaptureElement represents.</summary>
      <returns>The source MediaCapture</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CaptureElement.Stretch">
      <summary>Gets or sets how content from Source is resized to fill its allocated space, as declared by the Height and Width properties of the CaptureElement.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CaptureElement.SourceProperty">
      <summary>Identifies the Source dependency property.</summary>
      <returns>The identifier for the Source dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CaptureElement.StretchProperty">
      <summary>Identifies the Stretch dependency property.</summary>
      <returns>The identifier for the Stretch dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.CheckBox">
      <summary>Represents a control that a user can select (check) or clear (uncheck). A CheckBox can also report its value as indeterminate.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.CheckBox.#ctor">
      <summary>Initializes a new instance of the CheckBox class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs">
      <summary>Provides data for the CleanUpVirtualizedItemEvent event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs.Cancel">
      <summary>Gets or sets a value that indicates whether this item should not be revirtualized.</summary>
      <returns>true if you want to prevent revirtualization of this item; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs.UIElement">
      <summary>Gets an instance of the visual element that represents the data value.</summary>
      <returns>The UIElement that represents the data value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs.Value">
      <summary>Gets an object that represents the original data value.</summary>
      <returns>The Object that represents the original data value.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ColumnDefinition">
      <summary>Defines column-specific properties that apply to Grid objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinition.#ctor">
      <summary>Initializes a new instance of the ColumnDefinition class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinition.ActualWidth">
      <summary>Gets a value that represents the actual calculated width of a ColumnDefinition.</summary>
      <returns>A Double that represents the actual calculated width in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinition.MaxWidth">
      <summary>Gets or sets a value that represents the maximum width of a ColumnDefinition.</summary>
      <returns>A Double that represents the maximum width in pixels. The default is PositiveInfinity.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinition.MinWidth">
      <summary>Gets or sets a value that represents the minimum width of a ColumnDefinition.</summary>
      <returns>A Double that represents the minimum width in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinition.Width">
      <summary>Gets the calculated width of a ColumnDefinition element, or sets the GridLength value of a column that is defined by the ColumnDefinition.</summary>
      <returns>The GridLength that represents the width of the column. The default value is a GridLength representing a 1* sizing.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinition.MaxWidthProperty">
      <summary>Identifies the MaxWidth dependency property.</summary>
      <returns>The identifier for the MaxWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinition.MinWidthProperty">
      <summary>Identifies the MinWidth dependency property.</summary>
      <returns>The identifier for the MinWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinition.WidthProperty">
      <summary>Identifies the Width dependency property.</summary>
      <returns>The identifier for the Width dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ColumnDefinitionCollection">
      <summary>Provides access to an ordered, strongly typed collection of ColumnDefinition objects.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Add(Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Append(Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Contains(Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.CopyTo(Windows.UI.Xaml.Controls.ColumnDefinition[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.GetAt(System.UInt32)">
      <summary>Returns the ColumnDefinition located at the specified index.</summary>
      <returns>The ColumnDefinition value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.GetMany(System.UInt32,Windows.UI.Xaml.Controls.ColumnDefinition[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.IndexOf(Windows.UI.Xaml.Controls.ColumnDefinition,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The item to find in the collection.</param>
      <param name="index">The index of the item, if it is found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.IndexOf(Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Insert(System.Int32,Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.Remove(Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.ReplaceAll(Windows.UI.Xaml.Controls.ColumnDefinition[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ColumnDefinitionCollection.SetAt(System.UInt32,Windows.UI.Xaml.Controls.ColumnDefinition)">
      <summary>Sets the value at the specified index to the ColumnDefinition value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ComboBox">
      <summary>Represents a selection control that combines a non-editable text box and a drop-down list box that allows users to select an item from a list.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ComboBox.#ctor">
      <summary>Initializes a new instance of the ComboBox class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.Header">
      <summary>Gets or sets the content for the control's header.</summary>
      <returns>The content of the control's header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the control's header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.IsDropDownOpen">
      <summary>Gets or sets a value that indicates whether the drop-down portion of the ComboBox is currently open.</summary>
      <returns>True if the drop-down portion is open; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.IsEditable">
      <summary>Gets a value that indicates whether the user can edit text in the text box portion of the ComboBox. This property always returns false.</summary>
      <returns>False in all cases.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.IsSelectionBoxHighlighted">
      <summary>Gets a value that indicates whether the SelectionBoxItem component is highlighted.</summary>
      <returns>True if the SelectionBoxItem is highlighted; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.MaxDropDownHeight">
      <summary>This property is ignored. Gets or sets the maximum height for a combo box drop-down.</summary>
      <returns>The maximum height of the drop-down. The default is infinity.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.PlaceholderText">
      <summary>Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.</summary>
      <returns>The text that is displayed in the control when no value is selected. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.SelectionBoxItem">
      <summary>Gets the item shown when the ComboBox is closed.</summary>
      <returns>The item shown when the ComboBox is closed.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.SelectionBoxItemTemplate">
      <summary>Gets the template applied to the selection box content.</summary>
      <returns>The template applied to the selection box content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining templates for a ComboBox control.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ComboBox.OnDropDownClosed(System.Object)">
      <summary>Invoked when the DropDownClosed event is raised.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ComboBox.OnDropDownOpened(System.Object)">
      <summary>Invoked when the DropDownOpened event is raised.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ComboBox.DropDownClosed">
      <summary>Occurs when the drop-down portion of the ComboBox closes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ComboBox.DropDownOpened">
      <summary>Occurs when the drop-down portion of the ComboBox opens.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.IsDropDownOpenProperty">
      <summary>Identifies the IsDropDownOpen dependency property.</summary>
      <returns>The identifier for the IsDropDownOpen dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.MaxDropDownHeightProperty">
      <summary>Identifies the MaxDropDownHeight dependency property.</summary>
      <returns>The identifier for the MaxDropDownHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ComboBox.PlaceholderTextProperty">
      <summary>Identifies the PlaceholderText dependency property.</summary>
      <returns>The identifier for the PlaceholderText dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ComboBoxItem">
      <summary>Represents the container for an item in a ComboBox control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ComboBoxItem.#ctor">
      <summary>Initializes a new instance of the ComboBoxItem class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.CommandBar">
      <summary>Represents a specialized app bar that provides layout for AppBarButton and related command elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.CommandBar.#ctor">
      <summary>Initializes a new instance of the CommandBar class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CommandBar.PrimaryCommands">
      <summary>Gets the collection of primary command elements for the CommandBar.</summary>
      <returns>The collection of primary command elements for the CommandBar. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CommandBar.SecondaryCommands">
      <summary>Gets the collection of secondary command elements for the CommandBar.</summary>
      <returns>The collection of secondary command elements for the CommandBar. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CommandBar.PrimaryCommandsProperty">
      <summary>Identifies the PrimaryCommands dependency property.</summary>
      <returns>The identifier for the PrimaryCommands dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.CommandBar.SecondaryCommandsProperty">
      <summary>Identifies the SecondaryCommands dependency property.</summary>
      <returns>The identifier for the SecondaryCommands dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs">
      <summary>Provides data for the ContainerContentChanging event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.#ctor">
      <summary>Initializes a new instance of the ContainerContentChangingEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.InRecycleQueue">
      <summary>Gets a value that indicates whether this container is in the recycle queue of the ListViewBase and is not being used to visualize a data item.</summary>
      <returns>true if the container is in the recycle queue of the ListViewBase; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.Item">
      <summary>Gets the data item associated with this container.</summary>
      <returns>The data item associated with this container, or null if no data is associated with this container.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.ItemContainer">
      <summary>Gets the UI container used to display the current data item.</summary>
      <returns>The UI container used to display the current data item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.ItemIndex">
      <summary>Gets the index in the ItemsSource of the data item associated with this container.</summary>
      <returns>The index in the ItemsSource of the data item associated with this container. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.Phase">
      <summary>Gets the number of times this container and data item pair has been called.</summary>
      <returns>The number of times this container and data item pair has been called.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.RegisterUpdateCallback(Windows.Foundation.TypedEventHandler`2)">
      <summary>Registers the event handler to be called again during the next phase.</summary>
      <param name="callback">The event handler function.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs.RegisterUpdateCallback(System.UInt32,Windows.Foundation.TypedEventHandler`2)">
      <summary>Registers the event handler to be called again during the specified phase.</summary>
      <param name="callbackPhase">The phase during which the callback should occur.</param>
      <param name="callback">The event handler function.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ContentControl">
      <summary>Represents a control with a single piece of content. Controls such as Button, CheckBox, and ScrollViewer directly or indirectly inherit from this class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContentControl.#ctor">
      <summary>Initializes a new instance of the ContentControl class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.Content">
      <summary>Gets or sets the content of a ContentControl.</summary>
      <returns>An object that contains the control's content. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentTemplate">
      <summary>Gets or sets the data template that is used to display the content of the ContentControl.</summary>
      <returns>The data template that is used to display the content of the ContentControl.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentTemplateRoot">
      <summary>Gets the root element of the date template specified by the ContentTemplate property.</summary>
      <returns>The root element of the date template specified by the ContentTemplate property. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentTemplateSelector">
      <summary>Gets or sets a selection object that changes the DataTemplate to apply for content, based on processing information about the content item or its container at run time.</summary>
      <returns>A selection object that changes the DataTemplate to apply for content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to the content of a ContentControl.</summary>
      <returns>The strongly typed collection of Transition style elements.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContentControl.OnContentChanged(System.Object,System.Object)">
      <summary>Invoked when the value of the Content property changes.</summary>
      <param name="oldContent">The old value of the Content property.</param>
      <param name="newContent">The new value of the Content property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContentControl.OnContentTemplateChanged(Windows.UI.Xaml.DataTemplate,Windows.UI.Xaml.DataTemplate)">
      <summary>Invoked when the value of the ContentTemplate property changes.</summary>
      <param name="oldContentTemplate">The old value of the ContentTemplate property.</param>
      <param name="newContentTemplate">The new value of the ContentTemplate property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContentControl.OnContentTemplateSelectorChanged(Windows.UI.Xaml.Controls.DataTemplateSelector,Windows.UI.Xaml.Controls.DataTemplateSelector)">
      <summary>Invoked when the value of the ContentTemplateSelector property changes.</summary>
      <param name="oldContentTemplateSelector">The old value of the ContentTemplateSelector property.</param>
      <param name="newContentTemplateSelector">The new value of the ContentTemplateSelector property.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentProperty">
      <summary>Identifies the Content dependency property.</summary>
      <returns>The identifier for the Content dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentTemplateProperty">
      <summary>Identifies the ContentTemplate dependency property</summary>
      <returns>The identifier for the ContentTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentTemplateSelectorProperty">
      <summary>Identifies the ContentTemplateSelector dependency property.</summary>
      <returns>The identifier for the ContentTemplateSelector dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentControl.ContentTransitionsProperty">
      <summary>Identifies the ContentTransitions dependency property.</summary>
      <returns>The identifier for the ContentTransitions dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ContentPresenter">
      <summary>Displays the content of a ContentControl. Can also provide content presentation for non-controls. Provides a base class for specialized presenters such as ScrollContentPresenter.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContentPresenter.#ctor">
      <summary>Initializes a new instance of the ContentPresenter class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.CharacterSpacing">
      <summary>Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.</summary>
      <returns>The uniform spacing between characters, in units of 1/1000 of an em. The default is 0. Positive values increase tracking and loosen character spacing. Negative values decrease tracking and tighten the character spacing.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.Content">
      <summary>Gets or sets the data that is used to generate the child elements of a ContentPresenter.</summary>
      <returns>The data that is used to generate the child elements. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ContentTemplate">
      <summary>Gets or sets the template that is used to display the content of the control.</summary>
      <returns>A DataTemplate that defines the visualization of the content. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ContentTemplateSelector">
      <summary>Gets or sets a selection object that changes the DataTemplate to apply for content presented in the ContentPresenter, based on processing information about the content item or its container at run time.</summary>
      <returns>A selection object that changes the DataTemplate to apply for content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ContentTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to content presented by the ContentPresenter.</summary>
      <returns>The strongly typed collection of Transition style elements.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontFamily">
      <summary>Gets or sets the preferred top-level font family for the text content presented by the ContentPresenter.</summary>
      <returns>A FontFamily object that specifies the preferred font family, or a primary preferred font family with one or more fallback font families. For information about defaults, see the FontFamily class topic.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontSize">
      <summary>Gets or sets the font size for the text content presented by the ContentPresenter.</summary>
      <returns>A non-negative value that specifies the font size, measured in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontStretch">
      <summary>Gets or sets the font stretch for the text content presented by the ContentPresenter.</summary>
      <returns>The requested font stretch, as a FontStretch constant. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontStyle">
      <summary>Gets or sets the font style for the presented content.</summary>
      <returns>The requested font style, which is a FontStyle constant name. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontWeight">
      <summary>Gets or sets the top-level font weight for the text content presented by the ContentPresenter.</summary>
      <returns>The requested font weight, which is a FontWeight that is obtained from one of the FontWeights property values. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.Foreground">
      <summary>Gets or sets the Brush to apply to the text content handled by the ContentPresenter.</summary>
      <returns>The brush used as the foreground brush for the text contents. The default is a SolidColorBrush with a Color value of Black.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContentPresenter.OnContentTemplateChanged(Windows.UI.Xaml.DataTemplate,Windows.UI.Xaml.DataTemplate)">
      <summary>Invoked when the value of the ContentTemplate property changes.</summary>
      <param name="oldContentTemplate">The old value of the ContentTemplate property.</param>
      <param name="newContentTemplate">The new value of the ContentTemplate property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ContentPresenter.OnContentTemplateSelectorChanged(Windows.UI.Xaml.Controls.DataTemplateSelector,Windows.UI.Xaml.Controls.DataTemplateSelector)">
      <summary>Invoked when the value of the ContentTemplateSelector property changes.</summary>
      <param name="oldContentTemplateSelector">The old value of the ContentTemplateSelector property.</param>
      <param name="newContentTemplateSelector">The new value of the ContentTemplateSelector property.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.CharacterSpacingProperty">
      <summary>Identifies the CharacterSpacing dependency property.</summary>
      <returns>The identifier for the CharacterSpacing dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ContentProperty">
      <summary>Identifies the Content dependency property</summary>
      <returns>The identifier for the Content dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ContentTemplateProperty">
      <summary>Identifies the ContentTemplate dependency property.</summary>
      <returns>The identifier for the ContentTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ContentTemplateSelectorProperty">
      <summary>Identifies the ContentTemplateSelector dependency property.</summary>
      <returns>The identifier for the ContentTemplateSelector dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ContentTransitionsProperty">
      <summary>Identifies the ContentTransitions dependency property.</summary>
      <returns>The identifier for the ContentTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontFamilyProperty">
      <summary>Identifies the FontFamily dependency property.</summary>
      <returns>The identifier for the FontFamily dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontSizeProperty">
      <summary>Identifies the FontSize dependency property.</summary>
      <returns>The identifier for the FontSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontStretchProperty">
      <summary>Identifies the FontStretch dependency property.</summary>
      <returns>The identifier for the FontStretch dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontStyleProperty">
      <summary>Identifies the FontStyle dependency property.</summary>
      <returns>The identifier for the FontStyle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.FontWeightProperty">
      <summary>Identifies the FontWeight dependency property.</summary>
      <returns>The identifier for the FontWeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContentPresenter.ForegroundProperty">
      <summary>Identifies the Foreground dependency property.</summary>
      <returns>The identifier for the Foreground dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ContextMenuEventArgs">
      <summary>Provides event data for the ContextMenuOpening event that exists on several text-related UI elements.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContextMenuEventArgs.CursorLeft">
      <summary>Gets the pixel offset of the text cursor horizontal position.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContextMenuEventArgs.CursorTop">
      <summary>Gets the pixel offset of the text cursor vertical position.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ContextMenuEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>True to mark the routed event handled. False to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Control">
      <summary>Represents the base class for UI elements that use a ControlTemplate to define their appearance.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.#ctor">
      <summary>Provides base class initialization behavior for Control derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.Background">
      <summary>Gets or sets a brush that provides the background of the control.</summary>
      <returns>The brush that provides the background of the control. The default is null (a null Brush, which evaluates as transparent).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.BorderBrush">
      <summary>Gets or sets a brush that describes the border background of a control.</summary>
      <returns>The brush that is used to fill the control's border; the default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.BorderThickness">
      <summary>Gets or sets the border thickness of a control.</summary>
      <returns>The border thickness of a control, as a Thickness value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.CharacterSpacing">
      <summary>Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.</summary>
      <returns>The uniform spacing between characters, in units of 1/1000 of an em. The default is 0. Positive values increase tracking and loosen character spacing. Negative values decrease tracking and tighten the character spacing.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.DefaultStyleKey">
      <summary>Gets or sets the key that references the default style for the control.</summary>
      <returns>The key that references the default style for the control. To work correctly as part of theme style lookup, this value is expected to be the System.Type (TypeName in C++) of the control being styled.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FocusState">
      <summary>Gets a value that specifies whether this control has focus, and the mode by which focus was obtained.</summary>
      <returns>A value of the enumeration. A value of Unfocused indicates that the control does not have focus.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontFamily">
      <summary>Gets or sets the font used to display text in the control.</summary>
      <returns>The font used to display text in the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontSize">
      <summary>Gets or sets the size of the text in this control.</summary>
      <returns>The size of the text in the Control, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontStretch">
      <summary>Gets or sets the degree to which a font is condensed or expanded on the screen.</summary>
      <returns>One of the values that specifies the degree to which a font is condensed or expanded on the screen. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontStyle">
      <summary>Gets or sets the style in which the text is rendered.</summary>
      <returns>One of the values that specifies the style in which the text is rendered. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontWeight">
      <summary>Gets or sets the thickness of the specified font.</summary>
      <returns>One of the values that specifies the thickness of the specified font. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.Foreground">
      <summary>Gets or sets a brush that describes the foreground color.</summary>
      <returns>The brush that paints the foreground of the control. The default value is a SolidColorBrush with color of Black.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.HorizontalContentAlignment">
      <summary>Gets or sets the horizontal alignment of the control's content.</summary>
      <returns>One of the HorizontalAlignment values. The default is Center.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.IsEnabled">
      <summary>Gets or sets a value indicating whether the user can interact with the control.</summary>
      <returns>true if the user can interact with the control; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.IsTabStop">
      <summary>Gets or sets a value that indicates whether a control is included in tab navigation.</summary>
      <returns>True if the control is included in tab navigation; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.Padding">
      <summary>Gets or sets the padding inside a control.</summary>
      <returns>The amount of space between the content of a Control and its Margin or Border. The default is a Thickness with values of 0 on all four sides.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.TabIndex">
      <summary>Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by pressing the Tab key.</summary>
      <returns>A value that determines the order of logical navigation for a device. The default value is MaxValue.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.TabNavigation">
      <summary>Gets or sets a value that modifies how tabbing and TabIndex work for this control.</summary>
      <returns>A value of the enumeration. The default is Local.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.Template">
      <summary>Gets or sets a control template. The control template defines the visual appearance of a control in UI, and is defined in XAML markup.</summary>
      <returns>The template that defines the appearance of the Control. The ControlTemplate must have exactly one root element as its content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.VerticalContentAlignment">
      <summary>Gets or sets the vertical alignment of the control's content.</summary>
      <returns>One of the VerticalAlignment values. The default is Center.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.ApplyTemplate">
      <summary>Loads the relevant control template so that its parts can be referenced.</summary>
      <returns>A value that indicates whether the visual tree was rebuilt by this call. True if the tree was rebuilt; false if the previous visual tree was retained.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.Focus(Windows.UI.Xaml.FocusState)">
      <summary>Attempts to set the focus on the control.</summary>
      <returns>true if focus was set to the control, or focus was already on the control. false if the control is not focusable.</returns>
      <param name="value">Specifies how focus was set, as a value of the enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.GetTemplateChild(System.String)">
      <summary>Retrieves the named element in the instantiated ControlTemplate visual tree.</summary>
      <returns>The named element from the template, if the element is found. Can return null if no element with name childName was found in the template.</returns>
      <param name="childName">The name of the element to find.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnDoubleTapped(Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs)">
      <summary>Called before the DoubleTapped event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnDragEnter(Windows.UI.Xaml.DragEventArgs)">
      <summary>Called before the DragEnter event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnDragLeave(Windows.UI.Xaml.DragEventArgs)">
      <summary>Called before the DragLeave event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnDragOver(Windows.UI.Xaml.DragEventArgs)">
      <summary>Called before the DragOver event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnDrop(Windows.UI.Xaml.DragEventArgs)">
      <summary>Called before the Drop event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnGotFocus(Windows.UI.Xaml.RoutedEventArgs)">
      <summary>Called before the GotFocus event occurs.</summary>
      <param name="e">The data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnHolding(Windows.UI.Xaml.Input.HoldingRoutedEventArgs)">
      <summary>Called before the Holding event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnKeyDown(Windows.UI.Xaml.Input.KeyRoutedEventArgs)">
      <summary>Called before the KeyDown event occurs.</summary>
      <param name="e">The data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnKeyUp(Windows.UI.Xaml.Input.KeyRoutedEventArgs)">
      <summary>Called before the KeyUp event occurs.</summary>
      <param name="e">The data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnLostFocus(Windows.UI.Xaml.RoutedEventArgs)">
      <summary>Called before the LostFocus event occurs.</summary>
      <param name="e">The data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnManipulationCompleted(Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs)">
      <summary>Called before the ManipulationCompleted event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnManipulationDelta(Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs)">
      <summary>Called before the ManipulationDelta event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnManipulationInertiaStarting(Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs)">
      <summary>Called before the ManipulationInertiaStarting event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnManipulationStarted(Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs)">
      <summary>Called before the ManipulationStarted event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnManipulationStarting(Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs)">
      <summary>Called before the ManipulationStarting event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerCanceled(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerCanceled event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerCaptureLost(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerCaptureLost event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerEntered(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerEntered event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerExited(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerExited event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerMoved(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerMoved event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerPressed(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerPressed event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerReleased(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerReleased event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnPointerWheelChanged(Windows.UI.Xaml.Input.PointerRoutedEventArgs)">
      <summary>Called before the PointerWheelChanged event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnRightTapped(Windows.UI.Xaml.Input.RightTappedRoutedEventArgs)">
      <summary>Called before the RightTapped event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Control.OnTapped(Windows.UI.Xaml.Input.TappedRoutedEventArgs)">
      <summary>Called before the Tapped event occurs.</summary>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Control.IsEnabledChanged">
      <summary>Occurs when the IsEnabled property changes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.BackgroundProperty">
      <summary>Identifies the Background dependency property.</summary>
      <returns>The identifier for the Background dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.BorderBrushProperty">
      <summary>Identifies the BorderBrush dependency property.</summary>
      <returns>The identifier for the BorderBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.BorderThicknessProperty">
      <summary>Identifies the BorderThickness dependency property.</summary>
      <returns>The identifier for the BorderThickness dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.CharacterSpacingProperty">
      <summary>Identifies the CharacterSpacing dependency property.</summary>
      <returns>The identifier for the CharacterSpacing dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.DefaultStyleKeyProperty">
      <summary>Identifies the DefaultStyleKey dependency property.</summary>
      <returns>The identifier for the DefaultStyleKey dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FocusStateProperty">
      <summary>Identifies the FocusState dependency property.</summary>
      <returns>The identifier for the FocusState dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontFamilyProperty">
      <summary>Identifies the FontFamily dependency property.</summary>
      <returns>The identifier for the FontFamily dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontSizeProperty">
      <summary>Identifies the FontSize dependency property.</summary>
      <returns>The identifier for the FontSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontStretchProperty">
      <summary>Identifies the FontStretch dependency property.</summary>
      <returns>The identifier for the FontStretch dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontStyleProperty">
      <summary>Identifies the FontStyle dependency property.</summary>
      <returns>The identifier for the FontStyle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.FontWeightProperty">
      <summary>Identifies the FontWeight dependency property.</summary>
      <returns>The identifier for the FontWeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.ForegroundProperty">
      <summary>Identifies the Foreground dependency property.</summary>
      <returns>The identifier for the Foreground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.HorizontalContentAlignmentProperty">
      <summary>Identifies the HorizontalContentAlignment dependency property.</summary>
      <returns>The identifier for the HorizontalContentAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.IsEnabledProperty">
      <summary>Identifies the IsEnabled dependency property.</summary>
      <returns>The identifier for the IsEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.IsTabStopProperty">
      <summary>Identifies the IsTabStop dependency property.</summary>
      <returns>The identifier for the IsTabStop dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.PaddingProperty">
      <summary>Identifies the Padding dependency property.</summary>
      <returns>The identifier for the Padding dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.TabIndexProperty">
      <summary>Identifies the TabIndex dependency property.</summary>
      <returns>The identifier for the TabIndex dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.TabNavigationProperty">
      <summary>Identifies the TabNavigation dependency property.</summary>
      <returns>The identifier for the TabNavigation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.TemplateProperty">
      <summary>Identifies the Template dependency property.</summary>
      <returns>The identifier for the Template dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Control.VerticalContentAlignmentProperty">
      <summary>Identifies the VerticalContentAlignment dependency property.</summary>
      <returns>The identifier for the VerticalContentAlignment dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ControlTemplate">
      <summary>Defines the element tree that is applied as the control template for a control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ControlTemplate.#ctor">
      <summary>Initializes a new instance of the ControlTemplate class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ControlTemplate.TargetType">
      <summary>Gets or sets the type to which the ControlTemplate is applied.</summary>
      <returns>The type to which the ControlTemplate is applied.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.DataTemplateSelector">
      <summary>Enables custom template selection logic at the application level.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.DataTemplateSelector.#ctor">
      <summary>Initializes a new instance of the DataTemplateSelector class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate(System.Object)">
      <summary>Returns a specific DataTemplate for a given item.</summary>
      <returns>The template to use for the given item and/or container.</returns>
      <param name="item">The item to return a template for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate(System.Object,Windows.UI.Xaml.DependencyObject)">
      <summary>Returns a specific DataTemplate for a given item or container.</summary>
      <returns>The template to use for the given item and/or container.</returns>
      <param name="item">The item to return a template for.</param>
      <param name="container">The parent container for the templated item.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplateCore(System.Object)">
      <summary>When implemented by a derived class, returns a specific DataTemplate for a given item or container.</summary>
      <returns>The template to use for the given item and/or container.</returns>
      <param name="item">The item to return a template for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplateCore(System.Object,Windows.UI.Xaml.DependencyObject)">
      <summary>When implemented by a derived class, returns a specific DataTemplate for a given item or container.</summary>
      <returns>The template to use for the given item and/or container.</returns>
      <param name="item">The item to return a template for.</param>
      <param name="container">The parent container for the templated item.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.DatePicker">
      <summary>Represents a control that allows a user to pick a date value.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.DatePicker.#ctor">
      <summary>Initializes a new instance of the DatePicker class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.CalendarIdentifier">
      <summary>Gets or sets the calendar system to use.</summary>
      <returns>The calendar system to use.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.Date">
      <summary>Gets or sets the date currently set in the date picker.</summary>
      <returns>The date currently set in the picker.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.DayFormat">
      <summary>Gets or sets the display format for the day value.</summary>
      <returns>The display format for the day value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.DayVisible">
      <summary>Gets or sets a value that indicates whether the day selector is shown.</summary>
      <returns>True if the day selector is shown; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.Header">
      <summary>Gets or sets the content for the control's header.</summary>
      <returns>The content of the control's header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the control's header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MaxYear">
      <summary>Gets or sets the maximum Gregorian year available for picking.</summary>
      <returns>The maximum Gregorian year available for picking.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MinYear">
      <summary>Gets or sets the minimum Gregorian year available for picking.</summary>
      <returns>The minimum Gregorian year available for picking.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MonthFormat">
      <summary>Gets or sets the display format for the month value.</summary>
      <returns>The display format for the month value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MonthVisible">
      <summary>Gets or sets a value that indicates whether the month selector is shown.</summary>
      <returns>True if the month selector is shown; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.Orientation">
      <summary>Gets or sets a value that indicates whether the day, month, and year selectors are stacked horizontally or vertically.</summary>
      <returns>A named constant of the enumeration that indicates whether the day, month, and year selectors are stacked horizontally or vertically. The default is Horizontal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.YearFormat">
      <summary>Gets or sets the display format for the year value.</summary>
      <returns>The display format for the year value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.YearVisible">
      <summary>Gets or sets a value that indicates whether the year selector is shown.</summary>
      <returns>True if the year selector is shown; otherwise, false. The default is true.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.DatePicker.DateChanged">
      <summary>Occurs when the date value is changed.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.CalendarIdentifierProperty">
      <summary>Gets the identifier for the CalendarIdentifier dependency property.</summary>
      <returns>The identifier for the CalendarIdentifier dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.DateProperty">
      <summary>Gets the identifier for the Date dependency property.</summary>
      <returns>The identifier for the Date dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.DayFormatProperty">
      <summary>Gets the identifier for the DayFormat dependency property.</summary>
      <returns>The identifier for the DayFormat dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.DayVisibleProperty">
      <summary>Gets the identifier for the DayVisible dependency property.</summary>
      <returns>The identifier for the DayVisible dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MaxYearProperty">
      <summary>Gets the identifier for the MaxYear dependency property.</summary>
      <returns>The identifier for the MaxYear dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MinYearProperty">
      <summary>Gets the identifier for the MinYear dependency property.</summary>
      <returns>The identifier for the MinYear dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MonthFormatProperty">
      <summary>Gets the identifier for the MonthFormat dependency property.</summary>
      <returns>The identifier for the MonthFormat dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.MonthVisibleProperty">
      <summary>Gets the identifier for the MonthVisible dependency property.</summary>
      <returns>The identifier for the MonthVisible dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.OrientationProperty">
      <summary>Gets the identifier for the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.YearFormatProperty">
      <summary>Gets the identifier for the YearFormat dependency property.</summary>
      <returns>The identifier for the YearFormat dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePicker.YearVisibleProperty">
      <summary>Gets the identifier for the YearVisible dependency property.</summary>
      <returns>The identifier for the YearVisible dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.DatePickerValueChangedEventArgs">
      <summary>Provides event data for the DatePicker.DateChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePickerValueChangedEventArgs.NewDate">
      <summary>Gets the new date selected in the picker.</summary>
      <returns>The new date selected in the picker.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DatePickerValueChangedEventArgs.OldDate">
      <summary>Gets the date previously selected in the picker.</summary>
      <returns>The date previously selected in the picker.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.DragItemsStartingEventArgs">
      <summary>Provides event data for the DragItemsStarting event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.#ctor">
      <summary>Initializes a new instance of the DragItemsStartingEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Cancel">
      <summary>Gets or sets a value that indicates whether the item drag action should be canceled.</summary>
      <returns>True to cancel the item drag action; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Data">
      <summary>Gets the data payload associated with an items drag action.</summary>
      <returns>The data payload.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Items">
      <summary>Gets the loosely typed collection of objects that are selected for the item drag action.</summary>
      <returns>A loosely typed collection of objects.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.FlipView">
      <summary>Represents an items control that displays one item at a time, and enables "flip" behavior for traversing its collection of items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.FlipView.#ctor">
      <summary>Initializes a new instance of the FlipView class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FlipView.UseTouchAnimationsForAllNavigation">
      <summary>Gets or sets a value that indicates whether transition animations are always used whether the navigation is touch-based, button-based and programmatic.</summary>
      <returns>true if transition animations are always used; false if transition animations are used only for touch navigation. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FlipView.UseTouchAnimationsForAllNavigationProperty">
      <summary>Identifies the UseTouchAnimationsForAllNavigation dependency property.</summary>
      <returns>The identifier for the UseTouchAnimationsForAllNavigation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.FlipViewItem">
      <summary>Represents the container for an item in a FlipView control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.FlipViewItem.#ctor">
      <summary>Initializes a new instance of the FlipViewItem class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Flyout">
      <summary>Represents a control that displays lightweight UI that is either information, or requires user interaction. Unlike a dialog, a Flyout can be light dismissed by clicking or tapping off of it.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Flyout.#ctor">
      <summary>Initializes a new instance of the Flyout class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Flyout.Content">
      <summary>Gets or sets the content of the Flyout.</summary>
      <returns>The content of theFlyout.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Flyout.FlyoutPresenterStyle">
      <summary>Gets or sets an instance Style applied to the Flyout content.</summary>
      <returns>The applied Style for the Flyout content, if present; otherwise, null. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Flyout.ContentProperty">
      <summary>Gets the identifier for the Content dependency property.</summary>
      <returns>The identifier for the Content dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Flyout.FlyoutPresenterStyleProperty">
      <summary>Gets the identifier for the FlyoutPresenterStyle dependency property.</summary>
      <returns>The identifier for the FlyoutPresenterStyle dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.FlyoutPresenter">
      <summary>Display the content of a Flyout.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.FlyoutPresenter.#ctor">
      <summary>Initializes a new instance of the FlyoutPresenter class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.FontIcon">
      <summary>Represents an icon that uses a glyph from the specified font.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.FontIcon.#ctor">
      <summary>Initializes a new instance of the FontIcon class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontFamily">
      <summary>Gets or sets the font used to display the icon glyph.</summary>
      <returns>The font used to display the icon glyph.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontSize">
      <summary>Gets or sets the size of the icon glyph.</summary>
      <returns>A non-negative value that specifies the font size, measured in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontStyle">
      <summary>Gets or sets the font style for the icon glyph.</summary>
      <returns>A named constant of the enumeration that specifies the style in which the icon glyph is rendered. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontWeight">
      <summary>Gets or sets the thickness of the icon glyph.</summary>
      <returns>A value that specifies the thickness of the icon glyph. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.Glyph">
      <summary>Gets or sets the character code that identifies the icon glyph.</summary>
      <returns>The hexadecimal character code for the icon glyph.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontFamilyProperty">
      <summary>Gets the identifier for the FontFamily dependency property.</summary>
      <returns>The identifier for the FontFamily dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontSizeProperty">
      <summary>Gets the identifier for the FontSize dependency property.</summary>
      <returns>The identifier for the FontSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontStyleProperty">
      <summary>Gets the identifier for the FontStyle dependency property.</summary>
      <returns>The identifier for the FontStyle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.FontWeightProperty">
      <summary>Gets the identifier for the FontWeight dependency property.</summary>
      <returns>The identifier for the FontWeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.FontIcon.GlyphProperty">
      <summary>Gets the identifier for the Glyph dependency property.</summary>
      <returns>The identifier for the Glyph dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Frame">
      <summary>Displays Page instances, supports navigation to new pages, and maintains a navigation history to support forward and backward navigation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.#ctor">
      <summary>Initializes a new instance of the Frame class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.BackStack">
      <summary>Gets a collection of PageStackEntry instances representing the backward navigation history of the Frame.</summary>
      <returns>The backward navigation stack.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.BackStackDepth">
      <summary>Gets the number of entries in the navigation back stack.</summary>
      <returns>The number of entries in the navigation back stack.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CacheSize">
      <summary>Gets or sets the number of pages in the navigation history that can be cached for the frame.</summary>
      <returns>The number of pages that can be in the navigation history.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CanGoBack">
      <summary>Gets a value that indicates whether there is at least one entry in back navigation history.</summary>
      <returns>true if there is at least one entry in back navigation history; false if there are no entries in back navigation history or the Frame does not own its own navigation history.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CanGoForward">
      <summary>Gets a value that indicates whether there is at least one entry in forward navigation history.</summary>
      <returns>true if there is at least one entry in forward navigation history; false if there are no entries in forward navigation history or the Frame does not own its own navigation history.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CurrentSourcePageType">
      <summary>Gets the data type of the content that is currently displayed.</summary>
      <returns>A data type for the content that is currently displayed.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.ForwardStack">
      <summary>Gets a collection of PageStackEntry instances representing the forward navigation history of the Frame.</summary>
      <returns>The forward navigation stack.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.SourcePageType">
      <summary>Gets or sets the data type of the current content, or the content that should be navigated to.</summary>
      <returns>A data type for the current content, or the content to navigate to.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.GetNavigationState">
      <summary>Serializes the Frame navigation history into a string.</summary>
      <returns>The string-form serialized navigation history. See Remarks.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.GoBack">
      <summary>Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.GoForward">
      <summary>Navigates to the most recent item in forward navigation history, if a Frame manages its own navigation history.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.Navigate(Windows.UI.Xaml.Interop.TypeName)">
      <summary>Causes the Frame to load content represented by the specified Page-derived data type.</summary>
      <returns>true if the frame can navigate according to its settings; otherwise, false.</returns>
      <param name="sourcePageType">The data type of the content to load.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.Navigate(Windows.UI.Xaml.Interop.TypeName,System.Object)">
      <summary>Causes the Frame to load content represented by the specified Page-derived data type, also passing a parameter to be interpreted by the target of the navigation.</summary>
      <returns>true if the frame can navigate according to its settings; otherwise, false.</returns>
      <param name="sourcePageType">The data type of the content to load.</param>
      <param name="parameter">The navigation parameter to pass to the target page; must have a basic type (string, char, numeric, or GUID) to support parameter serialization using GetNavigationState.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.Navigate(Windows.UI.Xaml.Interop.TypeName,System.Object,Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo)">
      <summary>Causes the Frame to load content represented by the specified Page-derived data type, also passing a parameter to be interpreted by the target of the navigation, and a value indicating the animated transition to use.</summary>
      <returns>true if the frame can navigate according to its settings; otherwise, false.</returns>
      <param name="sourcePageType">The data type of the content to load.</param>
      <param name="parameter">The navigation parameter to pass to the target page; must have a basic type (string, char, numeric, or GUID) to support parameter serialization using GetNavigationState.</param>
      <param name="infoOverride">Info about the animated transition.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Frame.SetNavigationState(System.String)">
      <summary>Reads and restores the navigation history of a Frame from a provided serialization string.</summary>
      <param name="navigationState">The serialization string that supplies the restore point for navigation history.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Frame.Navigated">
      <summary>Occurs when the content that is being navigated to has been found and is available from the Content property, although it may not have completed loading.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Frame.Navigating">
      <summary>Occurs when a new navigation is requested.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Frame.NavigationFailed">
      <summary>Occurs when an error is raised while navigating to the requested content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Frame.NavigationStopped">
      <summary>Occurs when a new navigation is requested while a current navigation is in progress.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.BackStackProperty">
      <summary>Identifies the BackStack dependency property.</summary>
      <returns>The identifier for the BackStack dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.BackStackDepthProperty">
      <summary>Identifies the BackStackDepth dependency property.</summary>
      <returns>The identifier for the BackStackDepth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CacheSizeProperty">
      <summary>Identifies the CacheSize dependency property.</summary>
      <returns>The identifier for the CacheSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CanGoBackProperty">
      <summary>Identifies the CanGoBack dependency property.</summary>
      <returns>The identifier for the CanGoBack dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CanGoForwardProperty">
      <summary>Identifies the CanGoForward dependency property.</summary>
      <returns>The identifier for the CanGoForward dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.CurrentSourcePageTypeProperty">
      <summary>Identifies the CurrentSourcePageType dependency property.</summary>
      <returns>The identifier for the CurrentSourcePageType dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.ForwardStackProperty">
      <summary>Identifies the ForwardStack dependency property.</summary>
      <returns>The identifier for the ForwardStack dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Frame.SourcePageTypeProperty">
      <summary>Identifies the SourcePageType dependency property.</summary>
      <returns>The identifier for the SourcePageType dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Grid">
      <summary>Defines a flexible grid area that consists of columns and rows. Child elements of the Grid are measured and arranged according to their row/column assignments (set by using Grid.Row and Grid.Column attached properties) and other logic.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.#ctor">
      <summary>Initializes a new instance of the Grid class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.Column">
      <summary>Gets or sets the column alignment of an element when child layout is processed by a parent Grid layout container.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.ColumnSpan">
      <summary>Gets or sets a value that indicates the total number of columns that the element content spans within a parent Grid.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.Row">
      <summary>Gets or sets the row alignment of an element when child layout is processed by a visual tree parent Grid.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.RowSpan">
      <summary>Gets or sets a value that indicates the total number of rows that the element content spans within a parent Grid.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.ColumnDefinitions">
      <summary>Gets a list of ColumnDefinition objects defined on this instance of Grid.</summary>
      <returns>A list of ColumnDefinition objects defined on this instance of Grid.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.RowDefinitions">
      <summary>Gets a list of RowDefinition objects defined on this instance of Grid.</summary>
      <returns>A list of RowDefinition objects defined on this instance of Grid.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.GetColumn(Windows.UI.Xaml.FrameworkElement)">
      <summary>Gets the value of the Grid.Column XAML attached property from the specified FrameworkElement.</summary>
      <returns>The value of the Grid.Column XAML attached property on the target element. This is a zero-based index.</returns>
      <param name="element">The element from which to read the property value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.GetColumnSpan(Windows.UI.Xaml.FrameworkElement)">
      <summary>Gets the value of the Grid.ColumnSpan XAML attached property from the specified FrameworkElement.</summary>
      <returns>The value of the Grid.ColumnSpan XAML attached property on the target element.</returns>
      <param name="element">The element from which to read the property value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.GetRow(Windows.UI.Xaml.FrameworkElement)">
      <summary>Gets the value of the Grid.Row XAML attached property from the specified FrameworkElement.</summary>
      <returns>The value of the Grid.Row XAML attached property on the target element.</returns>
      <param name="element">The element from which to read the property value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.GetRowSpan(Windows.UI.Xaml.FrameworkElement)">
      <summary>Gets the value of the Grid.RowSpan XAML attached property from the specified FrameworkElement.</summary>
      <returns>The value of the Grid.RowSpan XAML attached property on the target element.</returns>
      <param name="element">The element from which to read the property value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.SetColumn(Windows.UI.Xaml.FrameworkElement,System.Int32)">
      <summary>Sets the value of the Grid.Column XAML attached property on the specified FrameworkElement.</summary>
      <param name="element">The target element on which to set the Grid.Column XAML attached property.</param>
      <param name="value">The property value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.SetColumnSpan(Windows.UI.Xaml.FrameworkElement,System.Int32)">
      <summary>Sets the value of the Grid.ColumnSpan XAML attached property on the specified FrameworkElement.</summary>
      <param name="element">The element on which to set the Grid.ColumnSpan XAML attached property.</param>
      <param name="value">The property value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.SetRow(Windows.UI.Xaml.FrameworkElement,System.Int32)">
      <summary>Sets the value of the Grid.Row XAML attached property on the specified FrameworkElement.</summary>
      <param name="element">The target element on which to set the Grid.Row XAML attached property.</param>
      <param name="value">The property value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Grid.SetRowSpan(Windows.UI.Xaml.FrameworkElement,System.Int32)">
      <summary>Sets the value of the Grid.RowSpan XAML attached property on the specified FrameworkElement.</summary>
      <param name="element">The target element on which to set the Grid.RowSpan XAML attached property.</param>
      <param name="value">The property value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.ColumnProperty">
      <summary>Identifies the Grid.Column XAML attached property.</summary>
      <returns>The identifier for the Grid.Column XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.ColumnSpanProperty">
      <summary>Identifies the Grid.ColumnSpan XAML attached property.</summary>
      <returns>The identifier for the Grid.ColumnSpan XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.RowProperty">
      <summary>Identifies the Grid.Row XAML attached property.</summary>
      <returns>The identifier for the Grid.Row XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Grid.RowSpanProperty">
      <summary>Identifies the Grid.RowSpan XAML attached property.</summary>
      <returns>The identifier for the Grid.RowSpan XAML attached property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.GridView">
      <summary>Represents a control that displays a horizontal grid of data items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GridView.#ctor">
      <summary>Initializes a new instance of the GridView class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.GridViewHeaderItem">
      <summary>Represents a group header for a group inside a GridView.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GridViewHeaderItem.#ctor">
      <summary>Initializes a new instance of the GridViewHeaderItem class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.GridViewItem">
      <summary>Represents the container for an item in a GridView control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GridViewItem.#ctor">
      <summary>Initializes a new instance of the GridViewItem class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GridViewItem.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining templates for a GridViewItem.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.GroupItem">
      <summary>Represents the root element for a subtree that is created for a group.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GroupItem.#ctor">
      <summary>Initializes a new instance of the GroupItem class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.GroupStyle">
      <summary>Describes how to display the grouped items in a collection, such as the collection from GroupItems.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GroupStyle.#ctor">
      <summary>Initializes a new instance of the GroupStyle class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GroupStyle.ContainerStyle">
      <summary>Gets or sets the style that is applied to the GroupItem generated for each item.</summary>
      <deprecated type="deprecate">ContainerStyle may be altered or unavailable for releases after Windows 8.1 and is not supported for ItemsControl.GroupStyle.</deprecated>
      <returns>The style that is applied to the GroupItem generated for each item. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GroupStyle.ContainerStyleSelector">
      <summary>Gets or sets a reference to a custom StyleSelector logic class. The StyleSelector referenced by this property returns a style to apply to each generated GroupItem.</summary>
      <deprecated type="deprecate">ContainerStyleSelector may be altered or unavailable for releases after Windows 8.1 and is not supported for ItemsControl.GroupStyle.</deprecated>
      <returns>An object that derives from StyleSelector. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GroupStyle.HeaderContainerStyle">
      <summary>Gets or sets the style that is applied to the header for each item.</summary>
      <returns>The style that is applied to the header for each item. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GroupStyle.HeaderTemplate">
      <summary>Gets or sets the template that is used to display the group header.</summary>
      <returns>A DataTemplate object that is used to display the group header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GroupStyle.HeaderTemplateSelector">
      <summary>Gets or sets a reference to a custom DataTemplateSelector logic class. The DataTemplateSelector returns different DataTemplate values to use for the header area of group item content.</summary>
      <returns>An object that derives from DataTemplateSelector. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GroupStyle.HidesIfEmpty">
      <summary>Gets or sets a value that indicates whether items corresponding to empty groups should be displayed.</summary>
      <returns>True to not display empty groups; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.GroupStyle.Panel">
      <summary>Gets or sets a template that creates the panel used to lay out the items.</summary>
      <returns>An ItemsPanelTemplate object that creates the panel used to layout the items.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.GroupStyle.PropertyChanged">
      <summary>Occurs when a property value changes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.GroupStyleSelector">
      <summary>Enables custom group style selection logic as a function of the parent group and its level.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GroupStyleSelector.#ctor">
      <summary>Initializes a new instance of the GroupStyleSelector class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GroupStyleSelector.SelectGroupStyle(System.Object,System.UInt32)">
      <summary>Returns a specific GroupStyle for a given group and level.</summary>
      <returns>TheGroupStyle to use when this GroupStyleSelector is invoked in an application.</returns>
      <param name="group">The group to return a GroupStyle for.</param>
      <param name="level">The level of nesting for the specified group.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.GroupStyleSelector.SelectGroupStyleCore(System.Object,System.UInt32)">
      <summary>When implemented by a derived class, returns a specific GroupStyle for a given group and level.</summary>
      <returns>The GroupStyle to use for the specified group and level.</returns>
      <param name="group">The group to return a GroupStyle for.</param>
      <param name="level">The level of nesting for the specified group.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Hub">
      <summary>Represents a control that displays groups of content in a panning view.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.#ctor">
      <summary>Initializes a new instance of the Hub class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.DefaultSectionIndex">
      <summary>Gets or sets the index of the hub section to show first when the Hub is initialized.</summary>
      <returns>The index of the hub section to show first when the Hub is initialized.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.Header">
      <summary>Gets or sets the content for the hub header.</summary>
      <returns>The content of the hub header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the hub header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.IsActiveView">
      <summary>Gets or sets a value that indicates whether the Hub instance is the active view in its owning SemanticZoom.</summary>
      <returns>true if the Hub is the active view; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.IsZoomedInView">
      <summary>Gets or sets a value that indicates whether the Hub instance is the zoomed-in view in its owning SemanticZoom.</summary>
      <returns>true if the Hub is the zoomed-in view; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.Orientation">
      <summary>Gets or sets the orientation of a Hub.</summary>
      <returns>One of the Orientation values. The default is Horizontal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.SectionHeaders">
      <summary>Gets a collection of the headers of the hub sections.</summary>
      <returns>The headers of the hub sections. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.Sections">
      <summary>Gets all the hub sections in the Hub.</summary>
      <returns>All the hub sections in the Hub. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.SectionsInView">
      <summary>Gets the hub sections currently on the screen.</summary>
      <returns>The hub sections currently on the screen.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.SemanticZoomOwner">
      <summary>Gets or sets the SemanticZoom instance that hosts the Hub.</summary>
      <returns>The SemanticZoom instance that hosts this Hub, or null if the Hub is not hosted in a SemanticZoom control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.CompleteViewChange">
      <summary>Changes related aspects of presentation when the overall view for a SemanticZoom changes.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.CompleteViewChangeFrom(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Completes item-wise operations that are related to a view change when the Hub instance is the source view and the new view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.CompleteViewChangeTo(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Completes item-wise operations that are related to a view change when the Hub instance is the destination view and the source view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.InitializeViewChange">
      <summary>Initializes the changes to related aspects of presentation (such as scrolling UI or state) when the overall view for a SemanticZoom is about to change.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.MakeVisible(Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Forces content in the view to scroll until the item that's specified by SemanticZoomLocation is visible. Also focuses the item if it finds the item.</summary>
      <param name="item">The item in the view to scroll to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.ScrollToSection(Windows.UI.Xaml.Controls.HubSection)">
      <summary>Scrolls the hub to bring the specified hub section into view.</summary>
      <param name="section">The hub section to bring into view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.StartViewChangeFrom(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Initializes item-wise operations that are related to a view change when the Hub instance is the source view and the pending destination view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Hub.StartViewChangeTo(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Initializes item-wise operations that are related to a view change when the source view is a different view and the pending destination view is the Hub instance.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Hub.SectionHeaderClick">
      <summary>Occurs when a section header is clicked and the section's IsHeaderInteractive property is true.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Hub.SectionsInViewChanged">
      <summary>Occurs when the SectionsInView collection changes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.DefaultSectionIndexProperty">
      <summary>Identifies the DefaultSectionIndex dependency property.</summary>
      <returns>The identifier for the DefaultSectionIndex dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.IsActiveViewProperty">
      <summary>Identifies the IsActiveView dependency property.</summary>
      <returns>The identifier for the IsActiveView dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.IsZoomedInViewProperty">
      <summary>Identifies the IsZoomedInView dependency property.</summary>
      <returns>The identifier for the IsZoomedInView dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Hub.SemanticZoomOwnerProperty">
      <summary>Identifies the SemanticZoomOwner dependency property.</summary>
      <returns>The identifier for the SemanticZoomOwner dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.HubSection">
      <summary>Represents a single group of content in a Hub.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSection.#ctor">
      <summary>Initializes a new instance of the HubSection class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.ContentTemplate">
      <summary>Gets or sets the data template that is used to display the content of the HubSection.</summary>
      <returns>The data template that is used to display the content of the HubSection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.Header">
      <summary>Gets or sets the content for the hub section header.</summary>
      <returns>The content of the section header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the hub section header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.IsHeaderInteractive">
      <summary>Gets or sets a value that indicates whether the section header raises a SectionHeaderClick event on its containing Hub.</summary>
      <returns>true if the section header raises a SectionHeaderClick event; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.ContentTemplateProperty">
      <summary>Identifies the ContentTemplate dependency property.</summary>
      <returns>The identifier for the ContentTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSection.IsHeaderInteractiveProperty">
      <summary>Identifies the IsHeaderInteractive dependency property.</summary>
      <returns>The identifier for the IsHeaderInteractive dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.HubSectionCollection">
      <summary>Represents an ordered collection of HubSection objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.Add(Windows.UI.Xaml.Controls.HubSection)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.Append(Windows.UI.Xaml.Controls.HubSection)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.Contains(Windows.UI.Xaml.Controls.HubSection)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.CopyTo(Windows.UI.Xaml.Controls.HubSection[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HubSection items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSectionCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The item value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.GetMany(System.UInt32,Windows.UI.Xaml.Controls.HubSection[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.IndexOf(Windows.UI.Xaml.Controls.HubSection,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item, if it is found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.IndexOf(Windows.UI.Xaml.Controls.HubSection)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.Insert(System.Int32,Windows.UI.Xaml.Controls.HubSection)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Controls.HubSection)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSectionCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSectionCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.Remove(Windows.UI.Xaml.Controls.HubSection)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.ReplaceAll(Windows.UI.Xaml.Controls.HubSection[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionCollection.SetAt(System.UInt32,Windows.UI.Xaml.Controls.HubSection)">
      <summary>Sets the value at the specified index to the item value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSectionCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.HubSectionHeaderClickEventArgs">
      <summary>Provides data for the Hub.SectionHeaderClick event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HubSectionHeaderClickEventArgs.#ctor">
      <summary>Initializes a new instance of the HubSectionHeaderClickEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HubSectionHeaderClickEventArgs.Section">
      <summary>Gets the HubSection for the header that was clicked.</summary>
      <returns>The HubSection for the header that was clicked.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.HyperlinkButton">
      <summary>Represents a button control that displays a hyperlink.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.HyperlinkButton.#ctor">
      <summary>Initializes a new instance of the HyperlinkButton class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HyperlinkButton.NavigateUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) to navigate to when the HyperlinkButton is clicked.</summary>
      <returns>The Uniform Resource Identifier (URI) to navigate to when the HyperlinkButton is clicked.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.HyperlinkButton.NavigateUriProperty">
      <summary>Identifies the NavigateUri dependency property.</summary>
      <returns>The identifier for the NavigateUri dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.IconElement">
      <summary>Represents the base class for an icon UI element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.IconElement.Foreground">
      <summary>Gets or sets a brush that describes the foreground color.</summary>
      <returns>The brush that paints the foreground of the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.IconElement.ForegroundProperty">
      <summary>Identifies the Foreground dependency property.</summary>
      <returns>The identifier for the Foreground dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Image">
      <summary>Represents a control that displays an image. The image source is specified by referring to an image file, using several supported formats. The image source can also be set with a stream.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Image.#ctor">
      <summary>Initializes a new instance of the Image class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.NineGrid">
      <summary>Gets or sets a value for a nine-grid metaphor that controls how the image can be resized.</summary>
      <returns>A Thickness value that sets the Left, Top, Right, Bottom measurements for the nine-grid resizing metaphor.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.PlayToSource">
      <summary>Gets the information that is transmitted if the Image is used for a Play To scenario.</summary>
      <returns>A reference object that carries the Play To source information.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.Source">
      <summary>Gets or sets the source for the image.</summary>
      <returns>An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file, or populated with a stream from a storage file.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.Stretch">
      <summary>Gets or sets a value that describes how an Image should be stretched to fill the destination rectangle.</summary>
      <returns>A value of the Stretch enumeration that specifies how the source image is rendered, if the Height and/or Width of the Image are not explicitly specified. The default value is Uniform.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Image.ImageFailed">
      <summary>Occurs when there is an error associated with image retrieval or format.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Image.ImageOpened">
      <summary>Occurs when the image source is downloaded and decoded with no failure. You can use this event to determine the natural size of the image source.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.NineGridProperty">
      <summary>Identifies the NineGrid dependency property.</summary>
      <returns>The identifier for the NineGrid dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.PlayToSourceProperty">
      <summary>Identifies the PlayToSource dependency property.</summary>
      <returns>The identifier for the PlayToSource dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.SourceProperty">
      <summary>Identifies the Source dependency property.</summary>
      <returns>The identifier for the Source dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Image.StretchProperty">
      <summary>Identifies the Stretch dependency property.</summary>
      <returns>The identifier for the Stretch dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemClickEventArgs">
      <summary>Provides event data for the ItemClick event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemClickEventArgs.#ctor">
      <summary>Initializes a new instance of the ItemClickEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemClickEventArgs.ClickedItem">
      <summary>Gets a reference to the clicked item.</summary>
      <returns>The clicked item.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemCollection">
      <summary>Holds the list of items that represent the content of an ItemsControl.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.Add(System.Object)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.Append(System.Object)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.Contains(System.Object)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.CopyTo(System.Object[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The item value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.GetMany(System.UInt32,System.Object[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.IndexOf(System.Object,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item, if it is found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.IndexOf(System.Object)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.Insert(System.Int32,System.Object)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.InsertAt(System.UInt32,System.Object)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.Remove(System.Object)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.ReplaceAll(System.Object[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemCollection.SetAt(System.UInt32,System.Object)">
      <summary>Sets the value at the specified index to the item value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ItemCollection.VectorChanged">
      <summary>Occurs when the items list of the collection has changed, or the collection is reset.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemContainerGenerator">
      <summary>Provides mappings between the items of an ItemsControl and their container elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.ContainerFromIndex(System.Int32)">
      <summary>Returns the container for the item at the specified index within the ItemCollection.</summary>
      <deprecated type="deprecate">ContainerFromIndex may be altered or unavailable for releases after Windows 8.1. Instead, use ItemsControl.ContainerFromIndex.</deprecated>
      <returns>The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.</returns>
      <param name="index">The index of the item to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.ContainerFromItem(System.Object)">
      <summary>Returns the container corresponding to the specified item.</summary>
      <deprecated type="deprecate">ContainerFromItem may be altered or unavailable for releases after Windows 8.1. Instead, use ItemsControl.ContainerFromItem.</deprecated>
      <returns>A container that corresponds to the specified item, if the item has a container and exists in the collection; otherwise, null.</returns>
      <param name="item">The item to retrieve the container for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.GenerateNext(System.Boolean@)">
      <summary>Returns the container element used to display the next item, and indicates whether the container element has been newly generated (realized).</summary>
      <returns>A DependencyObject that is the container element that is used to display the next item.</returns>
      <param name="isNewlyRealized">true if the returned DependencyObject is newly generated (realized); otherwise, false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.GeneratorPositionFromIndex(System.Int32)">
      <summary>Gets the generated position of the item at the specified index.</summary>
      <returns>The position of the item as generated by the ItemContainerGenerator.</returns>
      <param name="itemIndex">The index of the item to retrieve the position of.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.GetItemContainerGeneratorForPanel(Windows.UI.Xaml.Controls.Panel)">
      <summary>Returns the ItemContainerGenerator that is appropriate for use by the specified panel.</summary>
      <returns>An ItemContainerGenerator appropriate for use by the specified panel.</returns>
      <param name="panel">The panel for which to return an appropriate ItemContainerGenerator.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.IndexFromContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the index to the item that has the specified, generated container.</summary>
      <deprecated type="deprecate">IndexFromContainer may be altered or unavailable for releases after Windows 8.1. Instead, use ItemsControl.IndexFromContainer.</deprecated>
      <returns>The index to the item that corresponds to the specified generated container.</returns>
      <param name="container">The generated container to retrieve the item index for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.IndexFromGeneratorPosition(Windows.UI.Xaml.Controls.Primitives.GeneratorPosition)">
      <summary>Returns the index that maps to the specified GeneratorPosition.</summary>
      <returns>The index that maps to the specified GeneratorPosition.</returns>
      <param name="position">The GeneratorPosition for the desired index.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.ItemFromContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the item that corresponds to the specified, generated container.</summary>
      <deprecated type="deprecate">ItemFromContainer may be altered or unavailable for releases after Windows 8.1. Instead, use ItemsControl.ItemFromContainer.</deprecated>
      <returns>The contained item, or the container if it does not contain an item.</returns>
      <param name="container">The DependencyObject that corresponds to the item to be returned.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.PrepareItemContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Prepares the specified element as the container for the corresponding item.</summary>
      <param name="container">The container to prepare. Typically, container is the result of the previous call to GenerateNext.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.Recycle(Windows.UI.Xaml.Controls.Primitives.GeneratorPosition,System.Int32)">
      <summary>Disassociates item containers from their data items and saves the containers so they can be reused later for other data items.</summary>
      <param name="position">The zero-based index of the first element to reuse. position must refer to a previously generated (realized) item.</param>
      <param name="count">The number of elements to reuse, starting at position.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.Remove(Windows.UI.Xaml.Controls.Primitives.GeneratorPosition,System.Int32)">
      <summary>Removes one or more generated (realized) items.</summary>
      <param name="position">The index of the element to remove. position must refer to a previously generated (realized) item, which means its offset must be zero.</param>
      <param name="count">The number of elements to remove, starting at position.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.RemoveAll">
      <summary>Removes all generated (realized) items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.StartAt(Windows.UI.Xaml.Controls.Primitives.GeneratorPosition,Windows.UI.Xaml.Controls.Primitives.GeneratorDirection,System.Boolean)">
      <summary>Prepares the generator to generate items, starting at the specified GeneratorPosition and moving in the specified GeneratorDirection. This method also controls whether or not to start at a generated (realized) item.</summary>
      <param name="position">A GeneratorPosition that specifies the position of the item to start generating items at.</param>
      <param name="direction">Specifies the position of the item to start generating items at.</param>
      <param name="allowStartAtRealizedItem">Specifies whether to start at a generated (realized) item.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemContainerGenerator.Stop">
      <summary>Disposes the ItemContainerGenerator.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ItemContainerGenerator.ItemsChanged">
      <summary>Occurs when the contents of the items collection changes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemsControl">
      <summary>Represents a control that can be used to present a collection of items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.#ctor">
      <summary>Initializes a new instance of the ItemsControl class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.DisplayMemberPath">
      <summary>Gets or sets the name or path of the property that is displayed for each data item.</summary>
      <returns>The name or path of the property that is displayed for each the data item in the control. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.GroupStyle">
      <summary>Gets a collection of GroupStyle objects that define the appearance of each level of groups.</summary>
      <returns>A collection of GroupStyle objects that define the appearance of each level of groups.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.GroupStyleSelector">
      <summary>Gets or sets a reference to a custom GroupStyleSelector logic class. The GroupStyleSelector returns different GroupStyle values to use for content based on the characteristics of that content.</summary>
      <returns>A reference to a custom GroupStyleSelector logic class.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.IsGrouping">
      <summary>Gets a value that indicates whether the control is using grouping.</summary>
      <returns>true if a control is using grouping; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemContainerGenerator">
      <summary>Gets the ItemContainerGenerator associated with this ItemsControl.</summary>
      <returns>The ItemContainerGenerator associated with this ItemsControl.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemContainerStyle">
      <summary>Gets or sets the style that is used when rendering the item containers.</summary>
      <returns>The style applied to the item containers. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemContainerStyleSelector">
      <summary>Gets or sets a reference to a custom StyleSelector logic class. The StyleSelector returns different Style values to use for the item container based on characteristics of the object being displayed.</summary>
      <returns>A custom StyleSelector logic class.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemContainerTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to the item containers of an ItemsControl.</summary>
      <returns>The collection of Transition style elements that apply to the item containers of an ItemsControl.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.Items">
      <summary>Gets the collection used to generate the content of the control.</summary>
      <returns>The collection that is used to generate the content of the control, if it exists; otherwise, null. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemsPanel">
      <summary>Gets or sets the template that defines the panel that controls the layout of items.</summary>
      <returns>An ItemsPanelTemplate that defines the panel to use for the layout of the items. The default value for the ItemsControl is an ItemsPanelTemplate that specifies a StackPanel.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemsPanelRoot">
      <summary>Gets the Panel specified by ItemsPanel.</summary>
      <returns>The Panel specified by ItemsPanel. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemsSource">
      <summary>Gets or sets an object source used to generate the content of the ItemsControl.</summary>
      <returns>The object that is used to generate the content of the ItemsControl. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemTemplate">
      <summary>Gets or sets the DataTemplate used to display each item.</summary>
      <returns>The template that specifies the visualization of the data objects. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemTemplateSelector">
      <summary>Gets or sets a reference to a custom DataTemplateSelector logic class. The DataTemplateSelector referenced by this property returns a template to apply to items.</summary>
      <returns>A reference to a custom DataTemplateSelector logic class.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.ClearContainerForItemOverride(Windows.UI.Xaml.DependencyObject,System.Object)">
      <summary>Undoes the effects of the PrepareContainerForItemOverride method.</summary>
      <param name="element">The container element.</param>
      <param name="item">The item.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.ContainerFromIndex(System.Int32)">
      <summary>Returns the container for the item at the specified index within the ItemCollection.</summary>
      <returns>The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.</returns>
      <param name="index">The index of the item to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.ContainerFromItem(System.Object)">
      <summary>Returns the container corresponding to the specified item.</summary>
      <returns>A container that corresponds to the specified item, if the item has a container and exists in the collection; otherwise, null.</returns>
      <param name="item">The item to retrieve the container for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.GetContainerForItemOverride">
      <summary>Creates or identifies the element that is used to display the given item.</summary>
      <returns>The element that is used to display the given item.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.GetItemsOwner(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the ItemsControl that the specified element hosts items for.</summary>
      <returns>The ItemsControl that the specified element hosts items for, or null.</returns>
      <param name="element">The host element.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.IndexFromContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the index to the item that has the specified, generated container.</summary>
      <returns>The index to the item that corresponds to the specified generated container.</returns>
      <param name="container">The generated container to retrieve the item index for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Determines whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is (or is eligible to be) its own container; otherwise, false.</returns>
      <param name="item">The item to check.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.ItemFromContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the item that corresponds to the specified, generated container.</summary>
      <returns>The contained item, or the container if it does not contain an item.</returns>
      <param name="container">The DependencyObject that corresponds to the item to be returned.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.ItemsControlFromItemContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the ItemsControl that owns the specified container element.</summary>
      <returns>The ItemsControl that owns the specified container element; otherwise, null.</returns>
      <param name="container">The container element to return the ItemsControl for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.OnGroupStyleSelectorChanged(Windows.UI.Xaml.Controls.GroupStyleSelector,Windows.UI.Xaml.Controls.GroupStyleSelector)">
      <summary>Invoked when the value of the GroupStyleSelector property changes.</summary>
      <param name="oldGroupStyleSelector">The previous value of the GroupStyleSelector property.</param>
      <param name="newGroupStyleSelector">The current value of the GroupStyleSelector property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.OnItemContainerStyleChanged(Windows.UI.Xaml.Style,Windows.UI.Xaml.Style)">
      <summary>Invoked when the value of the ItemContainerStyle property changes.</summary>
      <param name="oldItemContainerStyle">The previous value of the ItemContainerStyle property.</param>
      <param name="newItemContainerStyle">The current value of the ItemContainerStyle property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.OnItemContainerStyleSelectorChanged(Windows.UI.Xaml.Controls.StyleSelector,Windows.UI.Xaml.Controls.StyleSelector)">
      <summary>Invoked when the value of the ItemContainerStyleSelector property changes.</summary>
      <param name="oldItemContainerStyleSelector">The previous value of the ItemContainerStyleSelector property.</param>
      <param name="newItemContainerStyleSelector">The current value of the ItemContainerStyleSelector property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.OnItemsChanged(System.Object)">
      <summary>Invoked when the value of the Items property changes.</summary>
      <param name="e">Event data. Not specifically typed in the current implementation.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.OnItemTemplateChanged(Windows.UI.Xaml.DataTemplate,Windows.UI.Xaml.DataTemplate)">
      <summary>Invoked when the value of the ItemTemplate property changes.</summary>
      <param name="oldItemTemplate">The previous value of the ItemTemplate property.</param>
      <param name="newItemTemplate">The current value of the ItemTemplate property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.OnItemTemplateSelectorChanged(Windows.UI.Xaml.Controls.DataTemplateSelector,Windows.UI.Xaml.Controls.DataTemplateSelector)">
      <summary>Invoked when the value of the ItemTemplateSelector property changes.</summary>
      <param name="oldItemTemplateSelector">The previous value of the ItemTemplateSelector property.</param>
      <param name="newItemTemplateSelector">The current value of the ItemTemplateSelector property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsControl.PrepareContainerForItemOverride(Windows.UI.Xaml.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that's used to display the specified item.</param>
      <param name="item">The item to display.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.DisplayMemberPathProperty">
      <summary>Identifies the DisplayMemberPath dependency property.</summary>
      <returns>The identifier for the DisplayMemberPath dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.GroupStyleSelectorProperty">
      <summary>Identifies the GroupStyleSelector dependency property.</summary>
      <returns>The identifier for the GroupStyleSelector dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.IsGroupingProperty">
      <summary>Identifies the IsGrouping dependency property.</summary>
      <returns>The identifier for the IsGrouping dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemContainerStyleProperty">
      <summary>Identifies the ItemContainerStyle dependency property.</summary>
      <returns>The identifier for the ItemContainerStyle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemContainerStyleSelectorProperty">
      <summary>Identifies the ItemContainerStyleSelector dependency property.</summary>
      <returns>The identifier for the ItemContainerStyleSelector dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemContainerTransitionsProperty">
      <summary>Identifies the ItemContainerTransitions dependency property.</summary>
      <returns>The identifier for the ItemContainerTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemsPanelProperty">
      <summary>Identifies the ItemsPanel dependency property.</summary>
      <returns>The identifier for the ItemsPanel dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemsSourceProperty">
      <summary>Identifies the ItemsSource dependency property.</summary>
      <returns>The identifier for the ItemsSource dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemTemplateProperty">
      <summary>Identifies the ItemTemplate dependency property.</summary>
      <returns>The identifier for the ItemTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsControl.ItemTemplateSelectorProperty">
      <summary>Identifies the ItemTemplateSelector dependency property.</summary>
      <returns>The identifier for the ItemTemplateSelector dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemsPanelTemplate">
      <summary>Specifies the panel that the ItemsPresenter creates for the layout of the items of an ItemsControl.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsPanelTemplate.#ctor">
      <summary>Initializes a new instance of the ItemsPanelTemplate class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemsPresenter">
      <summary>Specifies where items are placed in a control, usually an ItemsControl.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsPresenter.#ctor">
      <summary>Initializes a new instance of the ItemsPresenter class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.AreHorizontalSnapPointsRegular">
      <summary>Gets a value that indicates whether the horizontal snap points for the ItemsPresenter are equidistant from each other.</summary>
      <returns>True if the horizontal snap points for the ItemsPresenter are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.AreVerticalSnapPointsRegular">
      <summary>Gets a value that indicates whether the vertical snap points for the ItemsPresenter are equidistant from each other.</summary>
      <returns>True if the vertical snap points for the ItemsPresenter are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.Footer">
      <summary>Gets or sets the content for the items footer.</summary>
      <returns>The content of the items footer. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the items header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.FooterTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to the footer of an ItemsPresenter.</summary>
      <returns>The collection of Transition style elements that apply to the footer of an ItemsPresenter.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.Header">
      <summary>Gets or sets the content for the items header.</summary>
      <returns>The content of the items header. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the items header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.HeaderTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to the header of an ItemsPresenter.</summary>
      <returns>The collection of Transition style elements that apply to the header of an ItemsPresenter.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.Padding">
      <summary>Gets or sets the distance between the ItemsPresenter and its child objects.</summary>
      <returns>The dimensions of the space between the presenter and its children as a Thickness value. Thickness is a structure that stores dimension values using pixel measures.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsPresenter.GetIrregularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment)">
      <summary>Returns a read-only collection of numbers that represent the snap points for the specified orientation.</summary>
      <returns>A read-only collection of numbers that represent the snap points for the specified orientation, or an empty collection when no snap points are present.</returns>
      <param name="orientation">The orientation of the requested snap points.</param>
      <param name="alignment">The alignment used by the caller when applying the requested snap points.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsPresenter.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@)">
      <summary>Returns an original offset and interval for equidistant snap points for the specified orientation.</summary>
      <returns>The interval between equidistant snap points for the specified orientation or 0 when no snap points are present.</returns>
      <param name="orientation">The orientation of the requested snap points.</param>
      <param name="alignment">The alignment used by the caller when applying the requested snap points.</param>
      <param name="offset">The offset of the first snap point.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ItemsPresenter.HorizontalSnapPointsChanged">
      <summary>Occurs when the horizontal snap points change.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ItemsPresenter.VerticalSnapPointsChanged">
      <summary>Occurs when the vertical snap points change.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.FooterProperty">
      <summary>Identifies the Footer dependency property.</summary>
      <returns>The identifier for the Footer dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplateProperty">
      <summary>Identifies the FooterTemplate dependency property.</summary>
      <returns>The identifier for the FooterTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.FooterTransitionsProperty">
      <summary>Identifies the FooterTransitions dependency property.</summary>
      <returns>The identifier for the FooterTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.HeaderTransitionsProperty">
      <summary>Identifies the HeaderTransitions dependency property.</summary>
      <returns>The identifier for the HeaderTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsPresenter.PaddingProperty">
      <summary>Identifies the Padding dependency property.</summary>
      <returns>The identifier for the Padding dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemsStackPanel">
      <summary>Arranges child elements into a single line that can be oriented horizontally or vertically. Supports pixel-based UI virtualization and grouped layouts. Can only be used to display items in an ItemsControl that shows multiple items; not supported for ComboBox and FlipView.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsStackPanel.#ctor">
      <summary>Initializes a new instance of the ItemsStackPanel class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.CacheLength">
      <summary>Gets or sets the size of the buffers for items outside the viewport, in multiples of the viewport size.</summary>
      <returns>The size of the buffers for items outside the viewport, in multiples of the viewport size. The default is 4.0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.FirstCacheIndex">
      <summary>Gets the index in the data collection of the first item in the cache.</summary>
      <returns>The index in the data collection of the first item in the cache. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.FirstVisibleIndex">
      <summary>Gets the index in the data collection of the first item on the screen. Partially visible items are considered to be on screen.</summary>
      <returns>The index in the data collection of the first item on the screen. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.GroupHeaderPlacement">
      <summary>Gets or sets a value that specifies where group headers are positioned in relation to the group.</summary>
      <returns>An enumeration value that specifies where group headers are positioned in relation to the group. The default is Top.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.GroupPadding">
      <summary>Gets or sets the amount of space around a group.</summary>
      <returns>The amount of space around a group as a Thickness value. Thickness is a structure that stores dimension values using pixel measures. The default is a uniform Thickness of 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.ItemsUpdatingScrollMode">
      <summary>Gets or sets a value that specifies scrolling behavior when the ItemsSource is updated.</summary>
      <returns>A value of the enumeration. The default is KeepItemsInView.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.LastCacheIndex">
      <summary>Gets the index in the data collection of the last item in the cache.</summary>
      <returns>The index in the data collection of the last item in the cache. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.LastVisibleIndex">
      <summary>Gets the index in the data collection of the last item on the screen. Partially visible items are considered to be on screen.</summary>
      <returns>The index in the data collection of the last item on the screen. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.Orientation">
      <summary>Gets or sets the dimension by which child elements are stacked.</summary>
      <returns>One of the enumeration values that specifies the orientation of child elements. The default is Vertical.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.ScrollingDirection">
      <summary>Gets a value that indicates whether items are panning forward or backward, or aren't panning.</summary>
      <returns>An enumeration value that indicates whether the items are panning Forward or Backward, or None if the items are not panning.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.CacheLengthProperty">
      <summary>Identifies the CacheLength dependency property.</summary>
      <returns>The identifier for the CacheLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.GroupHeaderPlacementProperty">
      <summary>Identifies the GroupHeaderPlacement dependency property.</summary>
      <returns>The identifier for the GroupHeaderPlacement dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.GroupPaddingProperty">
      <summary>Identifies the GroupPadding dependency property.</summary>
      <returns>The identifier for the GroupPadding dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsStackPanel.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemsWrapGrid">
      <summary>Positions child elements sequentially from left to right or top to bottom. When elements extend beyond the container edge, elements are positioned in the next row or column. Supports pixel-based UI virtualization and grouped layouts. Can only be used to display items in an ItemsControl that shows multiple items; not supported for ComboBox and FlipView.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ItemsWrapGrid.#ctor">
      <summary>Initializes a new instance of the ItemsWrapGrid class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.CacheLength">
      <summary>Gets or sets the size of the buffers for items outside the viewport, in multiples of the viewport size.</summary>
      <returns>The size of the buffers for items outside the viewport, in multiples of the viewport size. The default is 4.0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.FirstCacheIndex">
      <summary>Gets the index in the data collection of the first item in the cache.</summary>
      <returns>The index in the data collection of the first item in the cache. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.FirstVisibleIndex">
      <summary>Gets the index in the data collection of the first item on the screen. Partially visible items are considered to be on screen.</summary>
      <returns>The index in the data collection of the first item on the screen. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.GroupHeaderPlacement">
      <summary>Gets or sets a value that specifies where group headers are positioned in relation to the group.</summary>
      <returns>An enumeration value that specifies where group headers are positioned in relation to the group. The default is Top.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.GroupPadding">
      <summary>Gets or sets the amount of space around a group.</summary>
      <returns>The amount of space around a group as a Thickness value. Thickness is a structure that stores dimension values using pixel measures. The default is a uniform Thickness of 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.ItemHeight">
      <summary>Gets or sets the height of the layout area for each item that is contained in an ItemsWrapGrid.</summary>
      <returns>The height of the layout area for each item that is contained in an ItemsWrapGrid. The default is Double.NaN, which results in the "Auto" layout behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.ItemWidth">
      <summary>Gets or sets the width of the layout area for each item that is contained in an ItemsWrapGrid.</summary>
      <returns>The width of the layout area for each item that is contained in an ItemsWrapGrid. The default is Double.NaN, which results in the "Auto" layout behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.LastCacheIndex">
      <summary>Gets the index in the data collection of the last item in the cache.</summary>
      <returns>The index in the data collection of the last item in the cache. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.LastVisibleIndex">
      <summary>Gets the index in the data collection of the last item on the screen. Partially visible items are considered to be on screen.</summary>
      <returns>The index in the data collection of the last item on the screen. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.MaximumRowsOrColumns">
      <summary>Gets or sets a value that influences the wrap point, also accounting for Orientation.</summary>
      <returns>The maximum rows or columns that this ItemsWrapGrid should present before it introduces wrapping to the layout. The default is -1, which is a special value that indicates no maximum.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.Orientation">
      <summary>Gets or sets the dimension by which child elements are stacked.</summary>
      <returns>One of the enumeration values that specifies the orientation of child elements. The default is Vertical.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.ScrollingDirection">
      <summary>Gets a value that indicates whether items are panning forward or backward, or aren't panning.</summary>
      <returns>An enumeration value that indicates whether the items are panning Forward or Backward, or None if the items are not panning.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.CacheLengthProperty">
      <summary>Identifies the CacheLength dependency property.</summary>
      <returns>The identifier for the CacheLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.GroupHeaderPlacementProperty">
      <summary>Identifies the GroupHeaderPlacement dependency property.</summary>
      <returns>The identifier for the GroupHeaderPlacement dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.GroupPaddingProperty">
      <summary>Identifies the GroupPadding dependency property.</summary>
      <returns>The identifier for the GroupPadding dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.ItemHeightProperty">
      <summary>Identifies the ItemHeight dependency property.</summary>
      <returns>The identifier for the ItemHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.ItemWidthProperty">
      <summary>Identifies the ItemWidth dependency property.</summary>
      <returns>The identifier for the ItemWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.MaximumRowsOrColumnsProperty">
      <summary>Identifies the MaximumRowsOrColumns dependency property.</summary>
      <returns>The identifier for the MaximumRowsOrColumns dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ItemsWrapGrid.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListBox">
      <summary>Contains a list of selectable items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListBox.#ctor">
      <summary>Initializes a new instance of the ListBox class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListBox.SelectedItems">
      <summary>Gets the list of currently selected items for the ListBox control.</summary>
      <returns>The list of currently selected items for the ListBox control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListBox.SelectionMode">
      <summary>Gets or sets the selection behavior for the ListBox control.</summary>
      <returns>One of the SelectionMode values.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListBox.ScrollIntoView(System.Object)">
      <summary>Causes the object to scroll into view.</summary>
      <param name="item">The object to scroll to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListBox.SelectAll">
      <summary>Selects all the items in the ListBox control.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListBox.SelectionModeProperty">
      <summary>Identifies the SelectionMode dependency property.</summary>
      <returns>The identifier for the SelectionMode dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListBoxItem">
      <summary>Represents the container for an item in a ListBox control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListBoxItem.#ctor">
      <summary>Initializes a new instance of the ListBoxItem class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListView">
      <summary>Represents a control that displays a vertical list of data items.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListView.#ctor">
      <summary>Initializes a new instance of the ListView class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListViewBase">
      <summary>Provides the infrastructure for the ListView and GridView classes.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.#ctor">
      <summary>Provides base-class initialization behavior for classes that are derived from the ListViewBase class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.CanDragItems">
      <summary>Gets or sets a value that indicates whether items in the view can be dragged as data payload.</summary>
      <returns>True if items in the view can be dragged as data payload; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.CanReorderItems">
      <summary>Gets or sets a value that indicates whether items in the view can be reordered through user interaction.</summary>
      <returns>True if items in the view can be reordered through user interaction; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.DataFetchSize">
      <summary>Gets or sets the amount of data to fetch for virtualizing/prefetch operations.</summary>
      <returns>The amount of data to fetch per interval, in pages.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.Footer">
      <summary>Gets or sets the content for the list footer.</summary>
      <returns>The content of the list footer. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.FooterTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the view footer.</summary>
      <returns>The template that specifies the visualization of the footer object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.FooterTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to the view footer.</summary>
      <returns>The collection of Transition style elements that apply to the list footer.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.Header">
      <summary>Gets or sets the content for the list header.</summary>
      <returns>The content of the list header. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the view header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.HeaderTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to the view header.</summary>
      <returns>The collection of Transition style elements that apply to the list header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingThreshold">
      <summary>Gets or sets the threshold range that governs when the ListViewBase class will begin to prefetch more items.</summary>
      <returns>The loading threshold, in terms of pages.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingTrigger">
      <summary>Gets or sets a value that indicates the conditions for prefetch operations by the ListViewBase class.</summary>
      <returns>An enumeration value that indicates the conditions that trigger prefetch operations. The default is Edge.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsActiveView">
      <summary>Gets or sets a value that indicates whether the ListViewBase instance is the active view in its owning SemanticZoom.</summary>
      <returns>True if the ListViewBase is the active view; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsItemClickEnabled">
      <summary>Gets or sets a value that indicates whether items in the view raise an ItemClick event in response to interaction.</summary>
      <returns>True if interaction raises an ItemClick event; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsSwipeEnabled">
      <summary>Gets or sets a value that indicates whether the view supports discrete input processing for a swipe interaction.</summary>
      <returns>True if discrete input processing for swipe interactions is enabled; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsZoomedInView">
      <summary>Gets or sets a value that indicates whether the ListViewBase instance is the zoomed-in view in its owning SemanticZoom.</summary>
      <returns>True if the ListViewBase is the zoomed-in view; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.SelectedItems">
      <summary>Gets the currently selected items.</summary>
      <returns>A collection of the currently selected items.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.SelectionMode">
      <summary>Gets or sets the selection behavior for a ListViewBase instance.</summary>
      <returns>One of the ListViewSelectionMode enumeration values. The default is Single selection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.SemanticZoomOwner">
      <summary>Gets or sets the SemanticZoom instance that hosts the ListViewBase.</summary>
      <returns>The SemanticZoom instance that hosts this view, or null if the view is not hosted in a SemanticZoom control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.ShowsScrollingPlaceholders">
      <summary>Gets or sets a value that indicates whether the view shows placeholder UI for items during scrolling.</summary>
      <returns>true if the view shows placeholder UI for items during scrolling; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.CompleteViewChange">
      <summary>Changes related aspects of presentation when the overall view for a SemanticZoom changes.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.CompleteViewChangeFrom(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Completes item-wise operations that are related to a view change when the ListViewBase instance is the source view and the new view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.CompleteViewChangeTo(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Completes item-wise operations that are related to a view change when the ListViewBase instance is the destination view and the source view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.InitializeViewChange">
      <summary>Initializes the changes to related aspects of presentation (such as scrolling UI or state) when the overall view for a SemanticZoom is about to change.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.LoadMoreItemsAsync">
      <summary>Initiates the asynchronous request to load more data items, in accordance with the active incremental loading settings.</summary>
      <returns>A LoadMoreItemsResult payload.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.MakeVisible(Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Forces content in the view to scroll until the item that's specified by SemanticZoomLocation is visible. Also focuses the item if it finds the item.</summary>
      <param name="item">The item in the view to scroll to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.ScrollIntoView(System.Object)">
      <summary>Scrolls the list to bring the specified data item into view.</summary>
      <param name="item">The data item to bring into view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.ScrollIntoView(System.Object,Windows.UI.Xaml.Controls.ScrollIntoViewAlignment)">
      <summary>Scrolls the list to bring the specified data item into view with the specified alignment.</summary>
      <param name="item">The data item to bring into view.</param>
      <param name="alignment">An enumeration value that specifies whether the item uses Default or Leading alignment.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.SelectAll">
      <summary>Selects all the items in a view.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.StartViewChangeFrom(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Initializes item-wise operations that are related to a view change when the ListViewBase instance is the source view and the pending destination view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.StartViewChangeTo(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Initializes item-wise operations that are related to a view change when the source view is a different view and the pending destination view is the ListViewBase instance.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewBase.SetDesiredContainerUpdateDuration(Windows.Foundation.TimeSpan)">
      <summary>Sets the maximum target time between two render passes when a ListViewBase is updating its UI with data items during initial load or scrolling.</summary>
      <param name="duration">The maximum target time between two render passes.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ListViewBase.ContainerContentChanging">
      <summary>Occurs when the data item associated with a UI container changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ListViewBase.DragItemsStarting">
      <summary>Occurs when a drag operation that involves one of the items in the view is initiated.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ListViewBase.ItemClick">
      <summary>Occurs when an item in the list view receives an interaction, and the IsItemClickEnabled property is true.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.CanDragItemsProperty">
      <summary>Identifies the CanDragItems dependency property.</summary>
      <returns>The identifier for the CanDragItems dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.CanReorderItemsProperty">
      <summary>Identifies the CanReorderItems dependency property.</summary>
      <returns>The identifier for the CanReorderItems dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.DataFetchSizeProperty">
      <summary>Identifies the DataFetchSize dependency property.</summary>
      <returns>The identifier for the DataFetchSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.FooterProperty">
      <summary>Identifies the Footer dependency property.</summary>
      <returns>The identifier for the Footer dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.FooterTemplateProperty">
      <summary>Identifies the FooterTemplate dependency property.</summary>
      <returns>The identifier for the FooterTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.FooterTransitionsProperty">
      <summary>Identifies the FooterTransitions dependency property.</summary>
      <returns>The identifier for the FooterTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.HeaderTransitionsProperty">
      <summary>Identifies the HeaderTransitions dependency property.</summary>
      <returns>The identifier for the HeaderTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingThresholdProperty">
      <summary>Identifies the IncrementalLoadingThreshold dependency property.</summary>
      <returns>The identifier for the IncrementalLoadingThreshold dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingTriggerProperty">
      <summary>Identifies the IncrementalLoadingTrigger dependency property.</summary>
      <returns>The identifier for the IncrementalLoadingTrigger dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsActiveViewProperty">
      <summary>Identifies the IsActiveView dependency property.</summary>
      <returns>The identifier for the IsActiveView dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsItemClickEnabledProperty">
      <summary>Identifies the IsItemClickEnabled dependency property.</summary>
      <returns>The identifier for the IsItemClickEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsSwipeEnabledProperty">
      <summary>Identifies the IsSwipeEnabled dependency property.</summary>
      <returns>The identifier for the IsSwipeEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.IsZoomedInViewProperty">
      <summary>Identifies the IsZoomedInView dependency property.</summary>
      <returns>The identifier for the IsZoomedInView dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.SelectionModeProperty">
      <summary>Identifies the SelectionMode dependency property.</summary>
      <returns>The identifier for the SelectionMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.SemanticZoomOwnerProperty">
      <summary>Identifies the SemanticZoomOwner dependency property.</summary>
      <returns>The identifier for the SemanticZoomOwner dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewBase.ShowsScrollingPlaceholdersProperty">
      <summary>Identifies the ShowsScrollingPlaceholders dependency property.</summary>
      <returns>The identifier for the ShowsScrollingPlaceholders dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListViewBaseHeaderItem">
      <summary>Provides the infrastructure for the ListViewHeaderItem and GridViewHeaderItem classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListViewHeaderItem">
      <summary>Represents a group header for a group inside a ListView.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewHeaderItem.#ctor">
      <summary>Initializes a new instance of the ListViewHeaderItem class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListViewItem">
      <summary>Represents the container for an item in a ListView control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ListViewItem.#ctor">
      <summary>Initializes a new instance of the ListViewItem class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ListViewItem.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when you're defining templates for a ListViewItem class.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.MediaElement">
      <summary>Represents an object that renders audio and video to the display.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.#ctor">
      <summary>Instantiates a new instance of the MediaElement class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.ActualStereo3DVideoPackingMode">
      <summary>Gets an enumeration value that determines the current value of stereo 3-D video frame-packing mode, accounting for other factors such as whether the media engine is ready for use.</summary>
      <returns>A value of the enumeration. May be None if media engine is not ready for use.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AreTransportControlsEnabled">
      <summary>Gets or sets a value that determines whether the standard transport controls are enabled.</summary>
      <returns>true if the standard transport controls are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AspectRatioHeight">
      <summary>Gets the height portion of the native aspect ratio of the media.</summary>
      <returns>The height portion of the native aspect ratio of the media. This value holds meaning only when you compare it with the value for the AspectRatioWidth property; the two properties together describe the aspect ratio.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AspectRatioWidth">
      <summary>Gets the width portion of the native aspect ratio of the media.</summary>
      <returns>The width portion of the native aspect ratio of the media. This value holds meaning only when you compare it with the value for the AspectRatioHeight property; the two properties together describe the aspect ratio.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioCategory">
      <summary>Gets or sets a value that describes the purpose of the audio information in an audio stream.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioDeviceType">
      <summary>Gets or sets a value that describes the primary usage of the device that is being used to play back audio.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioStreamCount">
      <summary>Gets the number of audio streams that exist in the current media file.</summary>
      <returns>The number of audio streams that exist in the source media file. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioStreamIndex">
      <summary>Gets or sets the index of the audio stream that plays along with the video component. The collection of audio streams is composed at run time and represents all audio streams that are available in the media file.</summary>
      <returns>The index in the media file of the audio component that plays along with the video component. The index can be unspecified, in which case the value is null. The default value is null. If you're programming using C# or Microsoft Visual Basic, the type of this property is projected as int? (a nullable integer).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AutoPlay">
      <summary>Gets or sets a value that indicates whether media will begin playback automatically when the Source property is set.</summary>
      <returns>true if playback is automatic; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Balance">
      <summary>Gets or sets a ratio of volume across stereo speakers.</summary>
      <returns>The ratio of volume across speakers in the range between -1 and 1. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.BufferingProgress">
      <summary>Gets a value that indicates the current buffering progress.</summary>
      <returns>The amount of buffering that is completed for media content. The value ranges from 0 to 1. Multiply by 100 to obtain a percentage.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.CanPause">
      <summary>Gets a value that indicates whether media can be paused if the Pause method is called.</summary>
      <returns>true if the media can be paused; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.CanSeek">
      <summary>Gets a value that indicates whether media can be repositioned by setting the value of the Position property.</summary>
      <returns>true if the media can be repositioned; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.CurrentState">
      <summary>Gets the status of this MediaElement.</summary>
      <returns>The current state of this MediaElement. The state can be one of the following (as defined in the MediaElementState enumeration): Buffering, Closed, Opening, Paused, Playing, or Stopped. The default value is Closed.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.DefaultPlaybackRate">
      <summary>Gets or sets the default playback rate for the media engine. The playback rate applies when the user isn't using fast forward or reverse.</summary>
      <returns>The default playback rate. The default is 1.0, which indicates normal playback speed.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.DownloadProgress">
      <summary>Gets a value that indicates the amount of download completed for content located on a remote server.</summary>
      <returns>A value that indicates the amount of download completed for content that is located on a remote server. The value ranges from 0 to 1. Multiply by 100 to obtain a percentage.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.DownloadProgressOffset">
      <summary>Gets the offset of download progress, which is relevant in seek-ahead scenarios.</summary>
      <returns>The offset of download progress.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsAudioOnly">
      <summary>Gets a value that reports whether the current source media is an audio-only media file.</summary>
      <returns>true if the current source media is audio-only, otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsFullWindow">
      <summary>Gets a value that specifies if the MediaElement is rendering in full window mode. Setting this property enables or disables full window rendering.</summary>
      <returns>true if the MediaElement is in full window mode; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsLooping">
      <summary>Gets or sets a value that describes whether the media source currently loaded in the media engine should automatically set the position to the media start after reaching its end.</summary>
      <returns>true to loop the media and play continuously. false to not loop the media automatically.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsMuted">
      <summary>Gets or sets a value indicating whether the audio is muted.</summary>
      <returns>true if audio is muted; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsStereo3DVideo">
      <summary>Gets a value that reports whether the current source media is a stereo 3-D video media file.</summary>
      <returns>true if the current source media is stereo 3-D video, otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Markers">
      <summary>Gets the collection of timeline markers associated with the currently loaded media file.</summary>
      <returns>The collection of timeline markers (represented as TimelineMarker objects) associated with the currently loaded media file. The default value is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.NaturalDuration">
      <summary>Gets the duration of the media file currently opened.</summary>
      <returns>The natural duration of the media. The default value is a Duration structure that evaluates as Automatic, which is the value held if you query this property before MediaOpened.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.NaturalVideoHeight">
      <summary>Gets the height of the video associated with the media.</summary>
      <returns>The height of the video that is associated with the media, in pixels. Audio files will return 0. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.NaturalVideoWidth">
      <summary>Gets the width of the video associated with the media.</summary>
      <returns>The width of the video associated with the media. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PlaybackRate">
      <summary>Gets or sets the playback rate ratio for the media engine.</summary>
      <returns>The playback rate ratio for the media. A value of 1.0 is the normal playback speed. Value can be negative to play backwards.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PlayToPreferredSourceUri">
      <summary>Gets or sets the path to the preferred media source. This enables the Play To target device to stream the media content, which can be DRM protected, from a different location, such as a cloud media server.</summary>
      <returns>The path to the preferred media source.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PlayToSource">
      <summary>Gets the information that is transmitted if the MediaElement is used for a "PlayTo" scenario.</summary>
      <returns>A reference object that carries the "PlayTo" source information.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Position">
      <summary>Gets or sets the current position of progress through the media's playback time.</summary>
      <returns>The amount of time since the beginning of the media. The default is a TimeSpan with value 0:0:0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PosterSource">
      <summary>Gets or sets the image source that is used for a placeholder image during MediaElement loading transition states.</summary>
      <returns>An image source for a transition ImageBrush that is applied to the MediaElement content area.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.ProtectionManager">
      <summary>Gets or sets the dedicated object for media content protection that is associated with this MediaElement.</summary>
      <returns>The dedicated object for media content protection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.RealTimePlayback">
      <summary>Gets or sets a value that configures the MediaElement for real-time communications scenarios.</summary>
      <returns>true to configure for real-time communications. false to not configure the MediaElement for real-time communications.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Source">
      <summary>Gets or sets a media source on the MediaElement.</summary>
      <returns>The source of the element, as an object describing a Uniform Resource Identifier (URI). The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Stereo3DVideoPackingMode">
      <summary>Gets or sets an enumeration value that determines the stereo 3-D video frame-packing mode for the current media source.</summary>
      <returns>A value of the enumeration. See Remarks.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Stereo3DVideoRenderMode">
      <summary>Gets or sets an enumeration value that determines the stereo 3-D video render mode for the current media source.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Stretch">
      <summary>Gets or sets a value that describes how an MediaElement should be stretched to fill the destination rectangle.</summary>
      <returns>A value of the Stretch enumeration that specifies how the source image is rendered, if the Height and/or Width of the Image are not explicitly specified. The default value is Uniform.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Volume">
      <summary>Gets or sets the media's volume.</summary>
      <returns>The media's volume represented on a linear scale between 0 and 1. The default is 0.5.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.AddAudioEffect(System.String,System.Boolean,Windows.Foundation.Collections.IPropertySet)">
      <summary>Applies an audio effect to playback. Takes effect for the next source that is set on this MediaElement.</summary>
      <param name="effectID">The identifier for the desired effect.</param>
      <param name="effectOptional">true if the effect shouldn't block playback when the effect can't be used at run time. false if the effect should block playback when the effect can't be used at run time.</param>
      <param name="effectConfiguration">A property set that transmits property values to specific effects as selected by effectID.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.AddVideoEffect(System.String,System.Boolean,Windows.Foundation.Collections.IPropertySet)">
      <summary>Applies a video effect to playback. Takes effect for the next source that is set on this MediaElement.</summary>
      <param name="effectID">The identifier for the desired effect.</param>
      <param name="effectOptional">true if the effect shouldn't block playback when the effect can't be used at run time. false if the effect should block playback when the effect can't be used at run time.</param>
      <param name="effectConfiguration">A property set that transmits property values to specific effects as selected by effectID.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.CanPlayType(System.String)">
      <summary>Returns an enumeration value that describes the likelihood that the current MediaElement and its client configuration can play that media source.</summary>
      <returns>A value of the enumeration that describes the likelihood that the current media engine can play the source.</returns>
      <param name="type">A string that describes the desired type as a MIME string.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.GetAudioStreamLanguage(Windows.Foundation.IReference`1)">
      <summary>Returns the RFC 1766 language for the specified audio stream.</summary>
      <returns>The RFC 1766 language for the specified audio stream, expressed as a string (for example, en-us).</returns>
      <param name="index">The index of the stream to get the language for. If you are programming using C# or Microsoft Visual Basic, the type of this parameter is projected as int? (a nullable integer).</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.Pause">
      <summary>Pauses media at the current position.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.Play">
      <summary>Plays media from the current position.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.RemoveAllEffects">
      <summary>Removes all effects for the next source set for this MediaElement.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.SetMediaStreamSource(Windows.Media.Core.IMediaSource)">
      <summary>Sets the Source of the MediaElement to the specified MediaStreamSource.</summary>
      <param name="source">The media source.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.SetSource(Windows.Storage.Streams.IRandomAccessStream,System.String)">
      <summary>Sets the Source property using the specified stream and MIME type.</summary>
      <param name="stream">The stream that contains the media to load.</param>
      <param name="mimeType">The MIME type of the media resource, expressed as the string form typically seen in HTTP headers and requests. The empty string "" can be passed in as the mimeType value if the MIME type is unknown.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MediaElement.Stop">
      <summary>Stops and resets media to be played from the beginning.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.BufferingProgressChanged">
      <summary>Occurs when the BufferingProgress property changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.CurrentStateChanged">
      <summary>Occurs when the value of the CurrentState property changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.DownloadProgressChanged">
      <summary>Occurs when the DownloadProgress property has changed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.MarkerReached">
      <summary>Occurs when a timeline marker is encountered during media playback.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.MediaEnded">
      <summary>Occurs when the MediaElement finishes playing audio or video.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.MediaFailed">
      <summary>Occurs when there is an error associated with the media Source.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.MediaOpened">
      <summary>Occurs when the media stream has been validated and opened, and the file headers have been read.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.RateChanged">
      <summary>Occurs when PlaybackRate or DefaultPlaybackRate changes value.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.SeekCompleted">
      <summary>Occurs when the seek point of a requested seek operation is ready for playback.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MediaElement.VolumeChanged">
      <summary>Occurs when the value of the Volume property changes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.ActualStereo3DVideoPackingModeProperty">
      <summary>Identifies the ActualStereo3DVideoPackingMode dependency property.</summary>
      <returns>The identifier for the ActualStereo3DVideoPackingMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AreTransportControlsEnabledProperty">
      <summary>Identifies the AreTransportControlsEnabled dependency property.</summary>
      <returns>The identifier for the AreTransportControlsEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AspectRatioHeightProperty">
      <summary>Identifies the AspectRatioHeight dependency property.</summary>
      <returns>The identifier for the AspectRatioHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AspectRatioWidthProperty">
      <summary>Identifies the AspectRatioWidth dependency property.</summary>
      <returns>The identifier for the AspectRatioWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioCategoryProperty">
      <summary>Identifies the AudioCategory dependency property.</summary>
      <returns>The identifier for the AudioCategory dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioDeviceTypeProperty">
      <summary>Identifies the AudioDeviceType dependency property.</summary>
      <returns>The identifier for the AudioDeviceType dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioStreamCountProperty">
      <summary>Identifies the AudioStreamCount dependency property.</summary>
      <returns>The identifier for the AudioStreamCount dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AudioStreamIndexProperty">
      <summary>Identifies the AudioStreamIndex dependency property.</summary>
      <returns>The identifier for the AudioStreamIndex dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.AutoPlayProperty">
      <summary>Identifies the AutoPlay dependency property.</summary>
      <returns>The identifier for the AutoPlay dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.BalanceProperty">
      <summary>Identifies the Balance dependency property.</summary>
      <returns>The identifier for the Balance dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.BufferingProgressProperty">
      <summary>Identifies the BufferingProgress dependency property.</summary>
      <returns>The identifier for the BufferingProgress dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.CanPauseProperty">
      <summary>Identifies the CanPause dependency property.</summary>
      <returns>The identifier for the CanPause dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.CanSeekProperty">
      <summary>Identifies the CanSeek dependency property.</summary>
      <returns>The identifier for the CanSeek dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.CurrentStateProperty">
      <summary>Identifies the CurrentState dependency property.</summary>
      <returns>The identifier for the CurrentState dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.DefaultPlaybackRateProperty">
      <summary>Identifies the DefaultPlaybackRate dependency property.</summary>
      <returns>The identifier for the DefaultPlaybackRate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.DownloadProgressOffsetProperty">
      <summary>Identifies the DownloadProgressOffset dependency property.</summary>
      <returns>The identifier for the DownloadProgressOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.DownloadProgressProperty">
      <summary>Identifies the DownloadProgress dependency property.</summary>
      <returns>The identifier for the DownloadProgress dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsAudioOnlyProperty">
      <summary>Identifies the IsAudioOnly dependency property.</summary>
      <returns>The identifier for the IsAudioOnly dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsFullWindowProperty">
      <summary>Identifies the IsFullWindow dependency property.</summary>
      <returns>The identifier for the IsFullWindow dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsLoopingProperty">
      <summary>Identifies the IsLooping dependency property.</summary>
      <returns>The identifier for the IsLooping dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsMutedProperty">
      <summary>Identifies the IsMuted dependency property.</summary>
      <returns>The identifier for the IsMuted dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.IsStereo3DVideoProperty">
      <summary>Identifies the IsStereo3DVideo dependency property.</summary>
      <returns>The identifier for the IsStereo3DVideo dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.NaturalDurationProperty">
      <summary>Identifies the NaturalDuration dependency property.</summary>
      <returns>The identifier for the NaturalDuration dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.NaturalVideoHeightProperty">
      <summary>Identifies the NaturalVideoHeight dependency property.</summary>
      <returns>The identifier for the NaturalVideoHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.NaturalVideoWidthProperty">
      <summary>Identifies the NaturalVideoWidth dependency property.</summary>
      <returns>The identifier for the NaturalVideoWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PlaybackRateProperty">
      <summary>Identifies the PlaybackRate dependency property.</summary>
      <returns>The identifier for the PlaybackRate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PlayToPreferredSourceUriProperty">
      <summary>Identifies the PlayToPreferredSourceUri dependency property.</summary>
      <returns>The identifier for the PlayToPreferredSourceUri dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PlayToSourceProperty">
      <summary>Identifies the PlayToSource dependency property.</summary>
      <returns>The identifier for the PlayToSource dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PositionProperty">
      <summary>Identifies the Position dependency property.</summary>
      <returns>The identifier the Position dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.PosterSourceProperty">
      <summary>Identifies the PosterSource dependency property.</summary>
      <returns>The identifier for the PosterSource dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.ProtectionManagerProperty">
      <summary>Identifies the ProtectionManager dependency property.</summary>
      <returns>The identifier for the ProtectionManager dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.RealTimePlaybackProperty">
      <summary>Identifies the RealTimePlayback dependency property.</summary>
      <returns>The identifier for the RealTimePlayback dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.SourceProperty">
      <summary>Identifies the Source dependency property.</summary>
      <returns>The identifier for the Source dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Stereo3DVideoPackingModeProperty">
      <summary>Identifies the Stereo3DVideoPackingMode dependency property.</summary>
      <returns>The identifier for the Stereo3DVideoPackingMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.Stereo3DVideoRenderModeProperty">
      <summary>Identifies the Stereo3DVideoRenderMode dependency property.</summary>
      <returns>The identifier for the Stereo3DVideoRenderMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.StretchProperty">
      <summary>Identifies the Stretch dependency property.</summary>
      <returns>The identifier for the Stretch dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MediaElement.VolumeProperty">
      <summary>Identifies the Volume dependency property.</summary>
      <returns>The identifier for the Volume dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.MenuFlyout">
      <summary>Represents a flyout that displays a menu of commands.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MenuFlyout.#ctor">
      <summary>Initializes a new instance of the MenuFlyout class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyout.Items">
      <summary>Gets the collection used to generate the content of the menu.</summary>
      <returns>The collection that is used to generate the content of the menu, if it exists; otherwise, null. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyout.MenuFlyoutPresenterStyle">
      <summary>Gets or sets the style that is used when rendering the MenuFlyout.</summary>
      <returns>The style that is used when rendering the MenuFlyout.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyout.MenuFlyoutPresenterStyleProperty">
      <summary>Identifies the MenuFlyoutPresenterStyle dependency property.</summary>
      <returns>The identifier for the MenuFlyoutPresenterStyle dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.MenuFlyoutItem">
      <summary>Represents a command in a MenuFlyout control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MenuFlyoutItem.#ctor">
      <summary>Initializes a new instance of the MenuFlyoutItem class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyoutItem.Command">
      <summary>Gets or sets the command to invoke when the item is pressed.</summary>
      <returns>The command to invoke when the item is pressed. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyoutItem.CommandParameter">
      <summary>Gets or sets the parameter to pass to the Command property.</summary>
      <returns>The parameter to pass to the Command property. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyoutItem.Text">
      <summary>Gets or sets the text content of a MenuFlyoutItem.</summary>
      <returns>A string that specifies the text content of this MenuFlyoutItem. The default is an empty string.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.MenuFlyoutItem.Click">
      <summary>Occurs when a menu item is clicked.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyoutItem.CommandParameterProperty">
      <summary>Identifies the CommandParameter dependency property.</summary>
      <returns>The identifier for the CommandParameter dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyoutItem.CommandProperty">
      <summary>Identifies the Command dependency property.</summary>
      <returns>The identifier for the Command dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.MenuFlyoutItem.TextProperty">
      <summary>Identifies the Text dependency property.</summary>
      <returns>The identifier for the Text dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.MenuFlyoutItemBase">
      <summary>Represents the base class for items in a MenuFlyout control.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.MenuFlyoutPresenter">
      <summary>Displays the content of a MenuFlyout control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MenuFlyoutPresenter.#ctor">
      <summary>Initializes a new instance of the MenuFlyoutPresenter class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.MenuFlyoutSeparator">
      <summary>Represents a horizontal line that separates items in an MenuFlyout.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.MenuFlyoutSeparator.#ctor">
      <summary>Initializes a new instance of the MenuFlyoutSeparator class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.NotifyEventArgs">
      <summary>Provides data for the ScriptNotify event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.NotifyEventArgs.CallingUri">
      <summary>Gets the Uniform Resource Identifier (URI) of the page containing the script that raised the ScriptNotify event.</summary>
      <returns>The Uniform Resource Identifier (URI) of the page that raised the event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.NotifyEventArgs.Value">
      <summary>Gets the method name as passed to the application.</summary>
      <returns>The JavaScript method name.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Page">
      <summary>Represents content that a Frame control can navigate to.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Page.#ctor">
      <summary>Initializes a new instance of the Page class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Page.BottomAppBar">
      <summary>Gets a reference to an AppBar displayed at the bottom of the page, if any.</summary>
      <returns>A reference to an AppBar displayed at the bottom of the page, or null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Page.Frame">
      <summary>Gets the controlling Frame for the Page content.</summary>
      <returns>The controlling Frame for the Page content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Page.NavigationCacheMode">
      <summary>Gets or sets the navigation mode that indicates whether this Page is cached, and the period of time that the cache entry should persist.</summary>
      <returns>A value of the enumeration. The default is Disabled.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Page.TopAppBar">
      <summary>Gets a reference to an AppBar displayed at the top of the page, if any.</summary>
      <returns>A reference to an AppBar displayed at the top of the page, or null.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Page.OnNavigatedFrom(Windows.UI.Xaml.Navigation.NavigationEventArgs)">
      <summary>Invoked immediately after the Page is unloaded and is no longer the current source of a parent Frame.</summary>
      <param name="e">Event data that can be examined by overriding code. The event data is representative of the navigation that has unloaded the current Page.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Page.OnNavigatedTo(Windows.UI.Xaml.Navigation.NavigationEventArgs)">
      <summary>Invoked when the Page is loaded and becomes the current source of a parent Frame.</summary>
      <param name="e">Event data that can be examined by overriding code. The event data is representative of the pending navigation that will load the current Page. Usually the most relevant property to examine is Parameter.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Page.OnNavigatingFrom(Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs)">
      <summary>Invoked immediately before the Page is unloaded and is no longer the current source of a parent Frame.</summary>
      <param name="e">Event data that can be examined by overriding code. The event data is representative of the navigation that will unload the current Page unless canceled. The navigation can potentially be canceled by setting Cancel.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Page.BottomAppBarProperty">
      <summary>Identifies the BottomAppBar dependency property.</summary>
      <returns>The identifier for the BottomAppBar dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Page.FrameProperty">
      <summary>Identifies the Frame dependency property.</summary>
      <returns>The identifier for the Frame dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Page.TopAppBarProperty">
      <summary>Identifies the TopAppBar dependency property.</summary>
      <returns>The identifier for the TopAppBar dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Panel">
      <summary>Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects in a UI page.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Panel.#ctor">
      <summary>Provides base class initialization behavior for Panel derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Panel.Background">
      <summary>Gets or sets a Brush that is used to fill the panel.</summary>
      <returns>The brush used to fill the panel. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Panel.Children">
      <summary>Gets the collection of child elements of the panel.</summary>
      <returns>The collection of child objects. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Panel.ChildrenTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to child content of a Panel subclass.</summary>
      <returns>The strongly typed collection of Transition style elements.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Panel.IsItemsHost">
      <summary>Gets a value that indicates whether this Panel is a container for UI items that are generated by an ItemsControl.</summary>
      <returns>True if this instance of Panel is an items host; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Panel.BackgroundProperty">
      <summary>Identifies the Background dependency property.</summary>
      <returns>The identifier for the Background dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Panel.ChildrenTransitionsProperty">
      <summary>Identifies the ChildrenTransitions dependency property.</summary>
      <returns>The identifier for the ChildrenTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Panel.IsItemsHostProperty">
      <summary>Identifies the IsItemsHost dependency property.</summary>
      <returns>The identifier for the IsItemsHost dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.PasswordBox">
      <summary>Represents a control for entering passwords.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.PasswordBox.#ctor">
      <summary>Initializes a new instance of the PasswordBox class</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.Header">
      <summary>Gets or sets the content for the control's header.</summary>
      <returns>The content of the control's header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the control's header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.IsPasswordRevealButtonEnabled">
      <summary>Gets or sets a value that specifies whether the visual UI of the PasswordBox includes a button element that toggles showing or hiding the typed characters.</summary>
      <returns>True to show a password reveal button; false to not show a password reveal button. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.MaxLength">
      <summary>Gets or sets the maximum length for passwords to be handled by this PasswordBox.</summary>
      <returns>An integer that specifies the maximum number of characters for passwords to be handled by this PasswordBox. A value of zero (0) means no limit. The default is 0 (no length limit).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.Password">
      <summary>Gets or sets the password currently held by the PasswordBox.</summary>
      <returns>A string that represents the password currently held by the PasswordBox. The default is an empty string.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.PasswordChar">
      <summary>Gets or sets the masking character for the PasswordBox.</summary>
      <returns>A masking character to echo when the user enters text into the PasswordBox. The default value is a bullet character (●).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.PlaceholderText">
      <summary>Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.</summary>
      <returns>The text that is displayed in the control when no value is entered. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.PreventKeyboardDisplayOnProgrammaticFocus">
      <summary>Gets or sets a value that indicates whether the on-screen keyboard is shown when the control receives focus programmatically.</summary>
      <returns>true if the on-screen keyboard is shown when the control receives focus programmatically; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.SelectionHighlightColor">
      <summary>Gets or sets the brush used to highlight the selected text.</summary>
      <returns>The brush used to highlight the selected text.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.PasswordBox.SelectAll">
      <summary>Selects all the characters in the PasswordBox.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.PasswordBox.ContextMenuOpening">
      <summary>Occurs when the system processes an interaction that displays a context menu.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.PasswordBox.PasswordChanged">
      <summary>Occurs when the value of the Password property changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.PasswordBox.Paste">
      <summary>Occurs when text is pasted into the control.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.IsPasswordRevealButtonEnabledProperty">
      <summary>Identifies the IsPasswordRevealButtonEnabled dependency property.</summary>
      <returns>The identifier for the IsPasswordRevealButtonEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.MaxLengthProperty">
      <summary>Identifies the MaxLength dependency property.</summary>
      <returns>The identifier for the MaxLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.PasswordCharProperty">
      <summary>Identifies the PasswordChar dependency property.</summary>
      <returns>The identifier for the PasswordChar dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.PasswordProperty">
      <summary>Identifies the Password dependency property.</summary>
      <returns>The identifier for the Password dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.PlaceholderTextProperty">
      <summary>Identifies the PlaceholderText dependency property.</summary>
      <returns>The identifier for the PlaceholderText dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.PreventKeyboardDisplayOnProgrammaticFocusProperty">
      <summary>Identifies the PreventKeyboardDisplayOnProgrammaticFocus dependency property.</summary>
      <returns>The identifier for the PreventKeyboardDisplayOnProgrammaticFocus dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PasswordBox.SelectionHighlightColorProperty">
      <summary>Identifies the SelectionHighlightColor dependency property.</summary>
      <returns>The identifier for the SelectionHighlightColor dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.PathIcon">
      <summary>Represents an icon that uses a Path as its content.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.PathIcon.#ctor">
      <summary>Initializes a new instance of the PathIcon class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PathIcon.Data">
      <summary>Gets or sets a Geometry that specifies the shape to be drawn.</summary>
      <returns>A description of the shape to be drawn.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.PathIcon.DataProperty">
      <summary>Identifies the Data dependency property.</summary>
      <returns>The identifier for the Data dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ProgressBar">
      <summary>Represents a control that indicates the progress of an operation, where the typical visual appearance is a bar that animates a filled area as progress continues.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ProgressBar.#ctor">
      <summary>Initializes a new instance of the ProgressBar class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressBar.IsIndeterminate">
      <summary>Gets or sets a value that indicates whether the progress bar reports generic progress with a repeating pattern or reports progress based on the Value property.</summary>
      <returns>True if the progress bar reports generic progress with a repeating pattern; false if the progress bar reports progress based on the Value property. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressBar.ShowError">
      <summary>Gets or sets a value that indicates whether the progress bar should use visual states that communicate an Error state to the user.</summary>
      <returns>True if the progress bar should use visual states that communicate an Error state to the user; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressBar.ShowPaused">
      <summary>Gets or sets a value that indicates whether the progress bar should use visual states that communicate a Paused state to the user.</summary>
      <returns>True if the progress bar should use visual states that communicate a Paused state to the user; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressBar.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining templates for a ProgressBar control.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressBar.IsIndeterminateProperty">
      <summary>Identifies the IsIndeterminate dependency property.</summary>
      <returns>The identifier for the IsIndeterminate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressBar.ShowErrorProperty">
      <summary>Identifies the ShowError dependency property.</summary>
      <returns>The identifier for the ShowError dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressBar.ShowPausedProperty">
      <summary>Identifies the ShowPaused dependency property.</summary>
      <returns>The identifier for the ShowPaused dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ProgressRing">
      <summary>Represents a control that indicates that an operation is ongoing. The typical visual appearance is a ring-shaped "spinner" that cycles an animation as progress continues.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ProgressRing.#ctor">
      <summary>Initializes a new instance of the ProgressRing class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressRing.IsActive">
      <summary>Gets or sets a value that indicates whether the ProgressRing is showing progress.</summary>
      <returns>True if the ProgressRing is showing progress; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressRing.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining templates for a ProgressRing control.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ProgressRing.IsActiveProperty">
      <summary>Identifies the IsActive dependency property.</summary>
      <returns>The identifier for the IsActive dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.RadioButton">
      <summary>Represents a button that allows a user to select a single option from a group of options.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RadioButton.#ctor">
      <summary>Initializes a new instance of the RadioButton class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RadioButton.GroupName">
      <summary>Gets or sets the name that specifies which RadioButton controls are mutually exclusive.</summary>
      <returns>The name that specifies which RadioButton controls are mutually exclusive. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RadioButton.GroupNameProperty">
      <summary>Identifies the GroupName dependency property.</summary>
      <returns>The identifier for GroupName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.RichEditBox">
      <summary>Represents a rich text editing control that supports formatted text, hyperlinks, and other rich content.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichEditBox.#ctor">
      <summary>Initializes a new instance of the RichEditBox class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.AcceptsReturn">
      <summary>Gets or sets a value that indicates whether the RichEditBox allows and displays the newline or return characters when the ENTER or RETURN keys are pressed.</summary>
      <returns>True if the RichEditBox allows newline characters; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.Document">
      <summary>Gets an object that enables access to the text object model for the text contained in a RichEditBox.</summary>
      <returns>An object that enables access to the text object model.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.Header">
      <summary>Gets or sets the content for the control's header.</summary>
      <returns>The content of the control's header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the control's header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.InputScope">
      <summary>Gets or sets the context for input used by this RichEditBox.</summary>
      <returns>The input scope, which provides a hint at the type of text input expected by the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsColorFontEnabled">
      <summary>Gets or sets a value that determines whether color glyphs, such as emoji, are shown in color.</summary>
      <returns>true if color glyphs show in color; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsReadOnly">
      <summary>Gets or sets a value that indicates whether the user can change the text in the RichEditBox.</summary>
      <returns>True if the RichEditBox is read-only; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsSpellCheckEnabled">
      <summary>Gets or sets a value that indicates whether the text input should interact with a spell check engine.</summary>
      <returns>True if the text input should interact with a spell check engine; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsTextPredictionEnabled">
      <summary>Gets or sets a value that indicates whether text prediction features ("autocomplete") are enabled for this RichEditBox.</summary>
      <returns>True to enable text prediction features; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.PlaceholderText">
      <summary>Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.</summary>
      <returns>The text that is displayed in the control when no value is entered. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.PreventKeyboardDisplayOnProgrammaticFocus">
      <summary>Gets or sets a value that indicates whether the on-screen keyboard is shown when the control receives focus programmatically.</summary>
      <returns>true if the on-screen keyboard is shown when the control receives focus programmatically; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.SelectionHighlightColor">
      <summary>Gets or sets the brush used to highlight the selected text.</summary>
      <returns>The brush used to highlight the selected text.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.TextAlignment">
      <summary>Gets or sets a value that indicates how text is aligned in the RichEditBox.</summary>
      <returns>One of the TextAlignment enumeration values that specifies how text is aligned. The default is Left.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.TextWrapping">
      <summary>Gets or sets a value that indicates how text wrapping occurs if a line of text extends beyond the available width of the RichEditBox.</summary>
      <returns>One of the TextWrapping enumeration values that specifies whether text is wrapped. The default is Wrap.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.RichEditBox.ContextMenuOpening">
      <summary>Occurs when the system processes an interaction that displays a context menu.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.RichEditBox.Paste">
      <summary>Occurs when text is pasted into the control.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.RichEditBox.SelectionChanged">
      <summary>Occurs when the text selection has changed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.RichEditBox.TextChanged">
      <summary>Occurs when content changes in the RichEditBox.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.AcceptsReturnProperty">
      <summary>Identifies the AcceptsReturn dependency property.</summary>
      <returns>The identifier for the AcceptsReturn dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.InputScopeProperty">
      <summary>Identifies the InputScope dependency property.</summary>
      <returns>The identifier for the InputScope dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsColorFontEnabledProperty">
      <summary>Identifies the IsColorFontEnabled dependency property.</summary>
      <returns>The identifier for the IsColorFontEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsReadOnlyProperty">
      <summary>Identifies the IsReadOnly dependency property.</summary>
      <returns>The identifier for the IsReadOnly dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsSpellCheckEnabledProperty">
      <summary>Identifies the IsSpellCheckEnabled dependency property.</summary>
      <returns>The identifier for the IsSpellCheckEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.IsTextPredictionEnabledProperty">
      <summary>Identifies the IsTextPredictionEnabled dependency property.</summary>
      <returns>The identifier for the IsTextPredictionEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.PlaceholderTextProperty">
      <summary>Identifies the PlaceholderText dependency property.</summary>
      <returns>The identifier for the PlaceholderText dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.PreventKeyboardDisplayOnProgrammaticFocusProperty">
      <summary>Identifies the PreventKeyboardDisplayOnProgrammaticFocus dependency property.</summary>
      <returns>The identifier for the PreventKeyboardDisplayOnProgrammaticFocus dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.SelectionHighlightColorProperty">
      <summary>Identifies the SelectionHighlightColor dependency property.</summary>
      <returns>The identifier for the SelectionHighlightColor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.TextAlignmentProperty">
      <summary>Identifies the TextAlignment dependency property.</summary>
      <returns>Identifier for the TextAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichEditBox.TextWrappingProperty">
      <summary>Identifies the TextWrapping dependency property.</summary>
      <returns>The identifier for the TextWrapping dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.RichTextBlock">
      <summary>Represents a rich text display container that supports formatted text, hyperlinks, inline images, and other rich content. RichTextBlock supports a built-in overflow model.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlock.#ctor">
      <summary>Initializes a new instance of the RichTextBlock class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.BaselineOffset">
      <summary>Gets a value that represents the offset in pixels from the top of the content to the baseline of the first paragraph. The baseline of the paragraph is the baseline of the first line in it.</summary>
      <returns>The computed baseline for the first paragraph, or 0 if the RichTextBlock is empty.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.Blocks">
      <summary>Gets the contents of the RichTextBlock.</summary>
      <returns>A BlockCollection that contains the contents of the RichTextBlock.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.CharacterSpacing">
      <summary>Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.</summary>
      <returns>The uniform spacing between characters, in units of 1/1000 of an em. The default is 0. Positive values increase tracking and loosen character spacing. Negative values decrease tracking and tighten the character spacing.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.ContentEnd">
      <summary>Gets a TextPointer that indicates the end of content in the RichTextBlock.</summary>
      <returns>A TextPointer that indicates the end of content in the RichTextBlock.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.ContentStart">
      <summary>Gets a TextPointer that indicates the start of content in the RichTextBlock.</summary>
      <returns>A TextPointer that indicates the start of content in the RichTextBlock.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontFamily">
      <summary>Gets or sets the preferred top-level font family for the text content in this element.</summary>
      <returns>A FontFamily object that specifies the preferred font family, or a primary preferred font family with one or more fallback font families. For information about defaults, see the FontFamily class topic.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontSize">
      <summary>Gets or sets the font size for the text content in this element.</summary>
      <returns>A non-negative value that specifies the font size, measured in pixels. The default is 11.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontStretch">
      <summary>Gets or sets the font stretch for the text content in this element.</summary>
      <returns>The requested font stretch, as a FontStretch constant. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontStyle">
      <summary>Gets or sets the font style for the content in this element.</summary>
      <returns>The requested font style, which is a FontStyle enumeration named constant. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontWeight">
      <summary>Gets or sets the top-level font weight for the RichTextBlock.</summary>
      <returns>The requested font weight, which is a FontWeight that is obtained from one of the FontWeights property values. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.Foreground">
      <summary>Gets or sets the Brush to apply to the text contents of the RichTextBlock.</summary>
      <returns>The brush used to apply to the text contents. The default is a SolidColorBrush with a Color value of Black.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.HasOverflowContent">
      <summary>Gets a value that indicates whether the RichTextBlock has content that extends beyond its bounds, that can provide content to an OverflowContentTarget element.</summary>
      <returns>True if the RichTextBlock has content that extends beyond its bounds; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.IsColorFontEnabled">
      <summary>Gets or sets a value that determines whether color glyphs, such as emoji, are shown in color.</summary>
      <returns>true if color glyphs show in color; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.IsTextSelectionEnabled">
      <summary>Gets or sets a value that determines whether text content of the RichTextBlock can be selected for clipboard or drag purposes, or for UI styling changes that indicate selected text.</summary>
      <returns>true if text content of the RichTextBlock can be selected for clipboard or drag purposes. false if text cannot be selected. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.LineHeight">
      <summary>Gets or sets the height of each line of content.</summary>
      <returns>The height of each line in pixels. A value of 0 indicates that the line height is determined automatically from the current font characteristics. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.LineStackingStrategy">
      <summary>Gets or sets a value that indicates how a line box is determined for each line of text in the RichTextBlock.</summary>
      <returns>A value that indicates how a line box is determined for each line of text in the RichTextBlock. The default is MaxHeight.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.MaxLines">
      <summary>Gets or sets the maximum lines of text shown in the RichTextBlock.</summary>
      <returns>The maximum lines of text shown in the RichTextBlock. The default is 0, which is a special value that represents Auto behavior. The value cannot be negative.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.OpticalMarginAlignment">
      <summary>Get or sets a value that indicates how the font is modified to align with fonts of different sizes.</summary>
      <returns>A value of the enumeration that indicates how the font is modified to align at different sizes. The default is None.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.OverflowContentTarget">
      <summary>Gets or sets a reference to a RichTextBlockOverflow that is the linked target for any text overflow from this RichTextBlock.</summary>
      <returns>The target for overflow.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.Padding">
      <summary>Gets or sets a value that indicates the thickness of padding space between the boundaries of the content area and the content displayed by a RichTextBlock.</summary>
      <returns>A Thickness structure that specifies the amount of padding to apply.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.SelectedText">
      <summary>Gets a text range of selected text.</summary>
      <returns>A text range of the selected text.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.SelectionEnd">
      <summary>Gets the end position of the text selected in the RichTextBlock.</summary>
      <returns>An object that represents the selection end, or null if no selection exists.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.SelectionHighlightColor">
      <summary>Gets or sets the brush used to highlight the selected text.</summary>
      <returns>The brush used to highlight the selected text.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.SelectionStart">
      <summary>Gets the starting position of the text selected in the RichTextBlock .</summary>
      <returns>An object that represents the selection start, or null if no selection exists.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextAlignment">
      <summary>Gets or sets a value that indicates how the text is aligned in the RichTextBlock.</summary>
      <returns>One of the TextAlignment enumeration values that indicates how text is aligned. The default is Left.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextIndent">
      <summary>Gets or sets the indentation of the first line of text in each paragraph in the RichTextBlock.</summary>
      <returns>The offset amount of the first line of text in a paragraph.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextLineBounds">
      <summary>Gets or sets a value that indicates how the line box height is determined for each line of text in the RichTextBlock.</summary>
      <returns>A value that indicates how the line box height is determined for each line of text in the RichTextBlock. The default is Full.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextReadingOrder">
      <summary>Gets or sets a value that indicates how the reading order is determined for the RichTextBlock.</summary>
      <returns>A value that indicates how the reading order is determined for the RichTextBlock. The default is Default.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextTrimming">
      <summary>Gets or sets a value that indicates how text is trimmed when it overflows the content area.</summary>
      <returns>One of the TextTrimming enumeration values that specifies the text trimming behavior to use. The default is None.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextWrapping">
      <summary>Gets or sets a value that indicates whether text wrapping occurs if a line of text extends beyond the available width of the RichTextBlock.</summary>
      <returns>One of the TextWrapping enumeration values that specifies whether text is wrapped. The default is Wrap.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlock.Focus(Windows.UI.Xaml.FocusState)">
      <summary>Focuses the RichTextBlock, as if it were a conventionally focusable control.</summary>
      <returns>true if focus was set to the RichTextBlock, or focus was already there. false if the RichTextBlock is not focusable.</returns>
      <param name="value">Specifies the desired target for focus state, as a value of the enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlock.GetPositionFromPoint(Windows.Foundation.Point)">
      <summary>Returns a TextPointer text reference from a RichTextBlock by hit-testing a specific Point within the text display area.</summary>
      <returns>The determined text reference.</returns>
      <param name="point">The point to test.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlock.Select(Windows.UI.Xaml.Documents.TextPointer,Windows.UI.Xaml.Documents.TextPointer)">
      <summary>Selects a range of text in the RichTextBlock.</summary>
      <param name="start">An object that represents the start of the range to select.</param>
      <param name="end">An object that represents the end of the range to select.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlock.SelectAll">
      <summary>Selects the entire contents in the RichTextBlock.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.RichTextBlock.ContextMenuOpening">
      <summary>Occurs when the system processes an interaction that displays a context menu.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.RichTextBlock.SelectionChanged">
      <summary>Occurs when the text selection has changed.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.CharacterSpacingProperty">
      <summary>Identifies the CharacterSpacing dependency property.</summary>
      <returns>The identifier for the CharacterSpacing dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontFamilyProperty">
      <summary>Identifies the FontFamily dependency property.</summary>
      <returns>The identifier for the FontFamily dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontSizeProperty">
      <summary>Identifies the FontSize dependency property.</summary>
      <returns>The identifier for the FontSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontStretchProperty">
      <summary>Identifies the FontStretch dependency property.</summary>
      <returns>The identifier for the FontStretch dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontStyleProperty">
      <summary>Identifies the FontStyle dependency property.</summary>
      <returns>The identifier for the FontStyle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.FontWeightProperty">
      <summary>Identifies the FontWeight dependency property.</summary>
      <returns>The identifier for the FontWeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.ForegroundProperty">
      <summary>Identifies the Foreground dependency property.</summary>
      <returns>The identifier for the Foreground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.HasOverflowContentProperty">
      <summary>Identifies the HasOverflowContent dependency property.</summary>
      <returns>The identifier for the HasOverflowContent dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.IsColorFontEnabledProperty">
      <summary>Identifies the IsColorFontEnabled dependency property.</summary>
      <returns>The identifier for the IsColorFontEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.IsTextSelectionEnabledProperty">
      <summary>Identifies the IsTextSelectionEnabled dependency property.</summary>
      <returns>The identifier for the IsTextSelectionEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.LineHeightProperty">
      <summary>Identifies the LineHeight dependency property.</summary>
      <returns>The identifier for the LineHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.LineStackingStrategyProperty">
      <summary>Identifies the LineStackingStrategy dependency property.</summary>
      <returns>The identifier for the LineStackingStrategy dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.MaxLinesProperty">
      <summary>Identifies the MaxLines dependency property.</summary>
      <returns>The identifier for the MaxLines dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.OpticalMarginAlignmentProperty">
      <summary>Identifies the OpticalMarginAlignment dependency property.</summary>
      <returns>The identifier for the OpticalMarginAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.OverflowContentTargetProperty">
      <summary>Identifies the OverflowContentTarget dependency property.</summary>
      <returns>The identifier for the OverflowContentTarget dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.PaddingProperty">
      <summary>Identifies the Padding dependency property.</summary>
      <returns>The identifier for the Padding dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.SelectedTextProperty">
      <summary>Identifies the SelectedText dependency property.</summary>
      <returns>The identifier for the SelectedText dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.SelectionHighlightColorProperty">
      <summary>Identifies the SelectionHighlightColor dependency property.</summary>
      <returns>The identifier for the SelectionHighlightColor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextAlignmentProperty">
      <summary>Identifies the TextAlignment dependency property.</summary>
      <returns>Identifier for the TextAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextIndentProperty">
      <summary>Identifies the TextIndent dependency property.</summary>
      <returns>The identifier of the TextIndent dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextLineBoundsProperty">
      <summary>Identifies the TextLineBounds dependency property.</summary>
      <returns>The identifier for the TextLineBounds dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextReadingOrderProperty">
      <summary>Identifies the TextReadingOrder dependency property.</summary>
      <returns>The identifier for the TextReadingOrder dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextTrimmingProperty">
      <summary>Identifies the TextTrimming dependency property.</summary>
      <returns>The identifier of the TextTrimming dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlock.TextWrappingProperty">
      <summary>Identifies the TextWrapping dependency property.</summary>
      <returns>The identifier for the TextWrapping dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.RichTextBlockOverflow">
      <summary>Represents a rich text display overflow container. This element cannot have direct content. The only purpose of RichTextBlockOverflow is to display text content that does not fit in the bounds of a RichTextBlock or another RichTextBlockOverflow element.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlockOverflow.#ctor">
      <summary>Initializes a new instance of the RichTextBlockOverflow class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.BaselineOffset">
      <summary>Gets a value that represents the offset in pixels from the top of the content to the baseline of the first paragraph. The baseline of the paragraph is the baseline of the first line in it.</summary>
      <returns>The computed baseline for the first paragraph, or 0 if the RichTextBlockOverflow is empty.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.ContentEnd">
      <summary>Gets a TextPointer that indicates the end of content in the RichTextBlockOverflow.</summary>
      <returns>A TextPointer that indicates the end of content in the RichTextBlockOverflow.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.ContentSource">
      <summary>Gets the RichTextBlock content source of this RichTextBlockOverflow.</summary>
      <returns>The content source for this RichTextBlockOverflow.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.ContentStart">
      <summary>Gets a TextPointer that indicates the start of content in the RichTextBlockOverflow.</summary>
      <returns>A TextPointer that indicates the start of content in the RichTextBlockOverflow.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.HasOverflowContent">
      <summary>Gets a value that indicates whether the RichTextBlockOverflow has content that extends beyond its bounds, that can provide content to an OverflowContentTarget element.</summary>
      <returns>True if the RichTextBlockOverflow has content that extends beyond its bounds; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.MaxLines">
      <summary>Gets or sets the maximum lines of text shown in the RichTextBlockOverflow.</summary>
      <returns>The maximum lines of text shown in the RichTextBlockOverflow. The default is 0, which is a special value that represents Auto behavior. The value cannot be negative.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.OverflowContentTarget">
      <summary>Gets or sets a reference to another RichTextBlockOverflow that is the linked target for any text overflow from this RichTextBlockOverflow.</summary>
      <returns>The target for overflow.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.Padding">
      <summary>Gets or sets a value that indicates the thickness of padding space between the boundaries of the content area and the content displayed by a RichTextBlockOverflow.</summary>
      <returns>A Thickness structure that specifies the amount of padding to apply.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlockOverflow.Focus(Windows.UI.Xaml.FocusState)">
      <summary>Focuses the RichTextBlockOverflow, as if it were a conventionally focusable control.</summary>
      <returns>true if focus was set to the RichTextBlockOverflow, or focus was already there. false if the RichTextBlockOverflow is not focusable.</returns>
      <param name="value">Specifies the desired target for focus state, as a value of the enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RichTextBlockOverflow.GetPositionFromPoint(Windows.Foundation.Point)">
      <summary>Returns a TextPointer text reference from a RichTextBlockOverflow by hit-testing a specific Point within the text display area.</summary>
      <returns>The determined text reference.</returns>
      <param name="point">The point to test.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.HasOverflowContentProperty">
      <summary>Identifies the HasOverflowContent dependency property.</summary>
      <returns>The identifier for the HasOverflowContent dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.MaxLinesProperty">
      <summary>Identifies the MaxLines dependency property.</summary>
      <returns>The identifier for the MaxLines dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.OverflowContentTargetProperty">
      <summary>Identifies the OverflowContentTarget dependency property.</summary>
      <returns>The identifier for the OverflowContentTarget dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.PaddingProperty">
      <summary>Identifies the Padding dependency property.</summary>
      <returns>The identifier for the Padding dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.RowDefinition">
      <summary>Defines row-specific properties that apply to Grid elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinition.#ctor">
      <summary>Initializes a new instance of the RowDefinition class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinition.ActualHeight">
      <summary>Gets a value that represents the calculated height of the RowDefinition.</summary>
      <returns>A value that represents the calculated height in pixels. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinition.Height">
      <summary>Gets the calculated height of a RowDefinition element, or sets the GridLength value of a row that is defined by the RowDefinition.</summary>
      <returns>The GridLength that represents the height of the row. The default value is a GridLength representing a 1* sizing.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinition.MaxHeight">
      <summary>Gets or sets a value that represents the maximum height of a RowDefinition.</summary>
      <returns>A Double that represents the maximum height.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinition.MinHeight">
      <summary>Gets or sets a value that represents the minimum allowed height of a RowDefinition.</summary>
      <returns>A Double that represents the minimum allowed height. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinition.HeightProperty">
      <summary>Identifies the Height dependency property.</summary>
      <returns>The identifier for the Height dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinition.MaxHeightProperty">
      <summary>Identifies the MaxHeight dependency property.</summary>
      <returns>The identifier for the MaxHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinition.MinHeightProperty">
      <summary>Identifies the MinHeight dependency property.</summary>
      <returns>The identifier for the MinHeight dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.RowDefinitionCollection">
      <summary>Provides access to an ordered, strongly typed collection of RowDefinition objects.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinitionCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinitionCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinitionCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.RowDefinitionCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.Add(Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.Append(Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.Contains(Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.CopyTo(Windows.UI.Xaml.Controls.RowDefinition],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.GetAt(System.UInt32)">
      <summary>Returns the RowDefinition located at the specified index.</summary>
      <returns>The RowDefinition value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.GetMany(System.UInt32,Windows.UI.Xaml.Controls.RowDefinition[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.IndexOf(Windows.UI.Xaml.Controls.RowDefinition,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.IndexOf(Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.Insert(System.Int32,Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.Remove(Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.ReplaceAll(Windows.UI.Xaml.Controls.RowDefinition[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.RowDefinitionCollection.SetAt(System.UInt32,Windows.UI.Xaml.Controls.RowDefinition)">
      <summary>Sets the value at the specified index to the RowDefinition value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollContentPresenter">
      <summary>Displays the content of a ScrollViewer control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.#ctor">
      <summary>Initializes a new instance of the ScrollContentPresenter class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.CanHorizontallyScroll">
      <summary>Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. Not intended to be set in Extensible Application Markup Language (XAML).</summary>
      <returns>true if scrolling is possible; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.CanVerticallyScroll">
      <summary>Gets or sets a value that indicates whether scrolling on the vertical axis is possible. Not intended to be set in Extensible Application Markup Language (XAML).</summary>
      <returns>true if scrolling is possible; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.ExtentHeight">
      <summary>Gets the vertical size of all the scrollable content.</summary>
      <returns>The vertical size of the all scrollable content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.ExtentWidth">
      <summary>Gets the horizontal size of all the scrollable content.</summary>
      <returns>The horizontal size of all the scrollable content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.HorizontalOffset">
      <summary>Gets the distance the content has been scrolled horizontally.</summary>
      <returns>The distance the content has been scrolled horizontally.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.ScrollOwner">
      <summary>Gets or sets the ScrollViewer element that controls scrolling behavior.</summary>
      <returns>The ScrollViewer element that controls scrolling behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.VerticalOffset">
      <summary>Gets the distance the content has been scrolled vertically.</summary>
      <returns>The distance the content has been scrolled vertically.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.ViewportHeight">
      <summary>Gets the vertical size of the viewable content.</summary>
      <returns>The vertical size of the viewable content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollContentPresenter.ViewportWidth">
      <summary>Gets the horizontal size of the viewable content.</summary>
      <returns>The horizontal size of the viewable content.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.LineDown">
      <summary>Scrolls the ScrollContentPresenter content downward by one line.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.LineLeft">
      <summary>Scrolls the ScrollContentPresenter content to the left by a predetermined amount.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.LineRight">
      <summary>Scrolls the ScrollContentPresenter content to the right by a predetermined amount.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.LineUp">
      <summary>Scrolls the ScrollContentPresenter content upward by one line.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.MakeVisible(Windows.UI.Xaml.UIElement,Windows.Foundation.Rect)">
      <summary>Forces content to scroll until the coordinate space of a visual object is visible.</summary>
      <returns>A Rect that represents the visible region after scrolling happens.</returns>
      <param name="visual">A UIElement that becomes visible.</param>
      <param name="rectangle">The bounding rectangle that identifies the coordinate space to make visible.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.MouseWheelDown">
      <summary>Scrolls down within content after a user clicks the wheel button on a mouse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.MouseWheelLeft">
      <summary>Scrolls left within content after a user clicks the wheel button on a mouse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.MouseWheelRight">
      <summary>Scrolls right within content after a user clicks the wheel button on a mouse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.MouseWheelUp">
      <summary>Scrolls up within content after a user clicks the wheel button on a mouse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.PageDown">
      <summary>Scrolls down within the content by one page.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.PageLeft">
      <summary>Scrolls left within the content by one page.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.PageRight">
      <summary>Scrolls right within the content by one page.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.PageUp">
      <summary>Scrolls up within the content by one page.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.SetHorizontalOffset(System.Double)">
      <summary>Sets the distance the content has been scrolled horizontally.</summary>
      <param name="offset">The distance the content has been scrolled horizontally.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollContentPresenter.SetVerticalOffset(System.Double)">
      <summary>Sets the distance the content has been scrolled vertically.</summary>
      <param name="offset">The distance the content has been scrolled vertically.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollViewer">
      <summary>Represents a scrollable area that can contain other visible elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.#ctor">
      <summary>Initializes a new instance of the ScrollViewer class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.BringIntoViewOnFocusChange">
      <summary>Gets or sets a value that determines whether the ScrollViewer uses a bring-into-view scroll behavior when an item in the view gets focus.</summary>
      <returns>true to use a behavior that brings focused items into view. false to use a behavior that focused items do not automatically scroll into view. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ComputedHorizontalScrollBarVisibility">
      <summary>Gets a value that indicates whether the horizontal ScrollBar is visible.</summary>
      <returns>A Visibility that indicates whether the horizontal scroll bar is visible. The default value is Hidden.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ComputedVerticalScrollBarVisibility">
      <summary>Gets a value that indicates whether the vertical ScrollBar is visible.</summary>
      <returns>A Visibility that indicates whether the vertical scroll bar is visible. The default value is Visible.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ExtentHeight">
      <summary>Gets the vertical size of all the scrollable content in the ScrollViewer.</summary>
      <returns>The vertical size of all the scrollable content in the ScrollViewer.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ExtentWidth">
      <summary>Gets the horizontal size of all the scrollable content in the ScrollViewer.</summary>
      <returns>The horizontal size of all the scrollable content in the ScrollViewer.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalOffset">
      <summary>Gets the distance the content has been scrolled horizontally.</summary>
      <returns>The distance the content has been scrolled horizontally.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalScrollBarVisibility">
      <summary>Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.</summary>
      <returns>A ScrollBarVisibility value that indicates whether a horizontal ScrollBar should be displayed. The default value is Disabled.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalScrollMode">
      <summary>Gets or sets a value that determines how manipulation input influences scrolling behavior on the horizontal axis.</summary>
      <returns>A value of the enumeration. The typical default (as set through the default template, not class initialization) is Enabled.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalSnapPointsAlignment">
      <summary>Gets or sets a value that indicates how the existing snap points are horizontally aligned versus the initial viewport.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalSnapPointsType">
      <summary>Gets or sets a value that declares how manipulation behavior reacts to the snap points along the horizontal axis.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsDeferredScrollingEnabled">
      <summary>Gets or sets a value that determines the deferred scrolling behavior for a ScrollViewer.</summary>
      <returns>true if deferred scrolling should occur; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsHorizontalRailEnabled">
      <summary>Gets or sets a value that indicates whether the scroll rail is enabled for the horizontal axis.</summary>
      <returns>True to enable the horizontal scroll rail; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsHorizontalScrollChainingEnabled">
      <summary>Gets or sets a value that indicates whether scroll chaining is enabled from this child to its parent, for the horizontal axis.</summary>
      <returns>true to enable horizontal scroll chaining from child to parent; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsScrollInertiaEnabled">
      <summary>Gets or sets a value that indicates whether scroll actions should include inertia in their behavior and value.</summary>
      <returns>true if scroll actions should include inertia in their behavior and value; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsVerticalRailEnabled">
      <summary>Gets or sets a value that indicates whether the scroll rail is enabled for the vertical axis.</summary>
      <returns>True to enable the vertical scroll rail; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsVerticalScrollChainingEnabled">
      <summary>Gets or sets a value that indicates whether scroll chaining is enabled from this child to its parent, for the vertical axis.</summary>
      <returns>true to enable vertical scroll chaining from child to parent; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsZoomChainingEnabled">
      <summary>Gets or sets a value that indicates whether zoom chaining is enabled from this child to its parent.</summary>
      <returns>true to enable zoom chaining from child to parent; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsZoomInertiaEnabled">
      <summary>Gets or sets a value that indicates whether zoom actions should include inertia in their behavior and value.</summary>
      <returns>true if zoom actions should include inertia in their behavior and value; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.LeftHeader">
      <summary>Gets or sets the content of the left header.</summary>
      <returns>The content of the left header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.MaxZoomFactor">
      <summary>Gets or sets a value that indicates the maximum permitted run-time value of ZoomFactor.</summary>
      <returns>The maximum permitted run-time value of ZoomFactor. The default is 10.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.MinZoomFactor">
      <summary>Gets or sets a value that indicates the minimum permitted run-time value of ZoomFactor.</summary>
      <returns>The minimum permitted run-time value of ZoomFactor. The default is 0.1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ScrollableHeight">
      <summary>Gets a value that represents the vertical size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.</summary>
      <returns>The vertical size of the area that can be scrolled. This property has no default value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ScrollableWidth">
      <summary>Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.</summary>
      <returns>The horizontal size of the area that can be scrolled. This property has no default value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.TopHeader">
      <summary>Gets or sets the content of the top header.</summary>
      <returns>The content of the top header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.TopLeftHeader">
      <summary>Gets or sets the content of the top, left header.</summary>
      <returns>The content of the top, left header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalOffset">
      <summary>Gets the distance the content has been scrolled vertically.</summary>
      <returns>The distance the content has been scrolled vertically.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalScrollBarVisibility">
      <summary>Gets or sets a value that indicates whether a vertical ScrollBar should be displayed.</summary>
      <returns>A ScrollBarVisibility value that indicates whether a vertical ScrollBar should be displayed. The default value is Visible.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalScrollMode">
      <summary>Gets or sets a value that determines how manipulation input influences scrolling behavior on the vertical axis.</summary>
      <returns>A value of the enumeration. The typical default (as set through the default template, not class initialization) is Enabled.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalSnapPointsAlignment">
      <summary>Gets or sets a value that indicates how the existing snap points are vertically aligned versus the initial viewport.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalSnapPointsType">
      <summary>Gets or sets a value that declares how manipulation behavior reacts to the snap points along the vertical axis.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ViewportHeight">
      <summary>Gets the vertical size of the viewable content.</summary>
      <returns>The vertical size of the viewable content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ViewportWidth">
      <summary>Gets the horizontal size of the viewable content.</summary>
      <returns>The horizontal size of the viewable content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomFactor">
      <summary>Gets a value that indicates the current zoom factor engaged for content scaling.</summary>
      <returns>The current zoom factor engaged for content scaling. The default is 1.0, where 1.0 indicates no additional scaling.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomMode">
      <summary>Gets or sets a value that indicates whether zoom behavior in the ScrollViewer content is enabled.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomSnapPoints">
      <summary>Gets the observable collection of zoom snap point factors that are held by the ScrollViewer.</summary>
      <returns>A collection of Single values that represent zoom factors as snap points.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomSnapPointsType">
      <summary>Gets or sets a value that indicates how zoom snap points are processed for interaction input.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.ChangeView(Windows.Foundation.IReference`1,Windows.Foundation.IReference`1,Windows.Foundation.IReference`1)">
      <summary>Causes the ScrollViewer to load a new view into the viewport using the specified offsets and zoom factor.</summary>
      <returns>true if the view is changed; otherwise, false.</returns>
      <param name="horizontalOffset">A value between 0 and ScrollableWidth that specifies the distance the content should be scrolled horizontally.</param>
      <param name="verticalOffset">A value between 0 and ScrollableHeight that specifies the distance the content should be scrolled vertically.</param>
      <param name="zoomFactor">A value between MinZoomFactor and MaxZoomFactor that specifies the required target ZoomFactor.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.ChangeView(Windows.Foundation.IReference`1,Windows.Foundation.IReference`1,Windows.Foundation.IReference`1,System.Boolean)">
      <summary>Causes the ScrollViewer to load a new view into the viewport using the specified offsets and zoom factor, and optionally disables scrolling animation.</summary>
      <returns>true if the view is changed; otherwise, false.</returns>
      <param name="horizontalOffset">A value between 0 and ScrollableWidth that specifies the distance the content should be scrolled horizontally.</param>
      <param name="verticalOffset">A value between 0 and ScrollableHeight that specifies the distance the content should be scrolled vertically.</param>
      <param name="zoomFactor">A value between MinZoomFactor and MaxZoomFactor that specifies the required target ZoomFactor.</param>
      <param name="disableAnimation">true to disable zoom/pan animations while changing the view; otherwise, false. The default is false.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetBringIntoViewOnFocusChange(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the BringIntoViewOnFocusChange dependency property / ScrollViewer.BringIntoViewOnFocusChange XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetHorizontalScrollBarVisibility(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the HorizontalScrollBarVisibility dependency property / ScrollViewer.HorizontalScrollBarVisibility XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetHorizontalScrollMode(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the HorizontalScrollMode dependency property / ScrollViewer.HorizontalScrollMode XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsDeferredScrollingEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsDeferredScrollingEnabled dependency property / ScrollViewer.IsDeferredScrollingInertiaEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsHorizontalRailEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsHorizontalRailEnabled dependency property / ScrollViewer.IsHorizontalRailEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsHorizontalScrollChainingEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsHorizontalScrollChainingEnabled dependency property / ScrollViewer.IsHorizontalScrollChainingEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsScrollInertiaEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsScrollInertiaEnabled dependency property / ScrollViewer.IsScrollInertiaEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsVerticalRailEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsVerticalRailEnabled dependency property / ScrollViewer.IsVerticalRailEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsVerticalScrollChainingEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsVerticalScrollChainingEnabled dependency property / ScrollViewer.IsVerticalScrollChainingEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsZoomChainingEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsZoomChainingEnabled dependency property / ScrollViewer.IsZoomChainingEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetIsZoomInertiaEnabled(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the IsZoomInertiaEnabled dependency property / ScrollViewer.IsZoomInertiaEnabled XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetVerticalScrollBarVisibility(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the VerticalScrollBarVisibility dependency property / ScrollViewer.VerticalScrollBarVisibility XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetVerticalScrollMode(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the VerticalScrollMode dependency property / ScrollViewer.VerticalScrollMode XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.GetZoomMode(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the ZoomMode dependency property / ScrollViewer.ZoomMode XAML attached property from a specified element.</summary>
      <returns>The value of the property, as obtained from the property store.</returns>
      <param name="element">The element from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.InvalidateScrollInfo">
      <summary>Called when the value of properties that describe the size and location of the scroll area change.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.ScrollToHorizontalOffset(System.Double)">
      <summary>Scrolls the content that is within the ScrollViewer to the specified horizontal offset position.</summary>
      <deprecated type="deprecate">ScrollToHorizontalOffset may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.</deprecated>
      <param name="offset">The position that the content scrolls to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.ScrollToVerticalOffset(System.Double)">
      <summary>Scrolls the content that is within the ScrollViewer to the specified vertical offset position.</summary>
      <deprecated type="deprecate">ScrollToVerticalOffset may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.</deprecated>
      <param name="offset">The position that the content scrolls to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetBringIntoViewOnFocusChange(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the BringIntoViewOnFocusChange dependency property / ScrollViewer.BringIntoViewOnFocusChange XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="bringIntoViewOnFocusChange">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetHorizontalScrollBarVisibility(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Controls.ScrollBarVisibility)">
      <summary>Sets the value of the HorizontalScrollBarVisibility dependency property / ScrollViewer.HorizontalScrollBarVisibility XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="horizontalScrollBarVisibility">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetHorizontalScrollMode(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Controls.ScrollMode)">
      <summary>Sets the value of the HorizontalScrollMode dependency property / ScrollViewer.HorizontalScrollMode XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="horizontalScrollMode">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsDeferredScrollingEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsDeferredScrollingEnabled dependency property / ScrollViewer.IsDeferredScrollingEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isDeferredScrollingEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsHorizontalRailEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsHorizontalRailEnabled dependency property / ScrollViewer.IsHorizontalRailEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isHorizontalRailEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsHorizontalScrollChainingEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsHorizontalScrollChainingEnabled dependency property / ScrollViewer.IsHorizontalScrollChainingEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isHorizontalScrollChainingEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsScrollInertiaEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsScrollInertiaEnabled dependency property / ScrollViewer.IsScrollInertiaEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isScrollInertiaEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsVerticalRailEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsVerticalRailEnabled dependency property / ScrollViewer.IsVerticalRailEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isVerticalRailEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsVerticalScrollChainingEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsVerticalScrollChainingEnabled dependency property / ScrollViewer.IsVerticalScrollChainingEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isVerticalScrollChainingEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsZoomChainingEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsZoomChainingEnabled dependency property / ScrollViewer.IsZoomChainingEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isZoomChainingEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetIsZoomInertiaEnabled(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the IsZoomInertiaEnabled dependency property / ScrollViewer.IsZoomInertiaEnabled XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="isZoomInertiaEnabled">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetVerticalScrollBarVisibility(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Controls.ScrollBarVisibility)">
      <summary>Sets the value of the VerticalScrollBarVisibility dependency property / ScrollViewer.VerticalScrollBarVisibility XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="verticalScrollBarVisibility">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetVerticalScrollMode(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Controls.ScrollMode)">
      <summary>Sets the value of the VerticalScrollMode dependency property / ScrollViewer.VerticalScrollMode XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="verticalScrollMode">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.SetZoomMode(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Controls.ZoomMode)">
      <summary>Sets the value of the ZoomMode dependency property / ScrollViewer.ZoomMode XAML attached property on a specified element.</summary>
      <param name="element">The element on which to set the property value.</param>
      <param name="zoomMode">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewer.ZoomToFactor(System.Single)">
      <summary>Sets the effective value of ZoomFactor.</summary>
      <deprecated type="deprecate">ZoomToFactor may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.</deprecated>
      <param name="factor">The zoom factor to set. The factors are based on a norm of 1.0, which represents no zoom applied. The values you can set are also influenced by current values for MinZoomFactor and MaxZoomFactor.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ScrollViewer.ViewChanged">
      <summary>Occurs when manipulations such as scrolling and zooming have caused the view to change.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ScrollViewer.ViewChanging">
      <summary>Occurs when manipulations such as scrolling and zooming cause the view to change.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.BringIntoViewOnFocusChangeProperty">
      <summary>Identifies the BringIntoViewOnFocusChange dependency property.</summary>
      <returns>The identifier for the BringIntoViewOnFocusChange dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ComputedHorizontalScrollBarVisibilityProperty">
      <summary>Identifies the ComputedHorizontalScrollBarVisibility dependency property.</summary>
      <returns>The identifier for the ComputedHorizontalScrollBarVisibility dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ComputedVerticalScrollBarVisibilityProperty">
      <summary>Identifies the ComputedVerticalScrollBarVisibility dependency property.</summary>
      <returns>The identifier for the ComputedVerticalScrollBarVisibility dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ExtentHeightProperty">
      <summary>Identifier for the ExtentHeight dependency property.</summary>
      <returns>The identifier for the ExtentHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ExtentWidthProperty">
      <summary>Identifier for the ExtentWidth dependency property.</summary>
      <returns>The identifier for the ExtentWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalOffsetProperty">
      <summary>Identifies the HorizontalOffset dependency property.</summary>
      <returns>The identifier for the HorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalScrollBarVisibilityProperty">
      <summary>Identifies the HorizontalScrollBarVisibility dependency property.</summary>
      <returns>The identifier for the HorizontalScrollBarVisibility dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalScrollModeProperty">
      <summary>Identifies the HorizontalScrollMode dependency property.</summary>
      <returns>The identifier for the HorizontalScrollMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalSnapPointsAlignmentProperty">
      <summary>Identifies the HorizontalSnapPointsAlignment dependency property.</summary>
      <returns>The identifier for the HorizontalSnapPointsAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.HorizontalSnapPointsTypeProperty">
      <summary>Identifies the HorizontalSnapPointsType dependency property.</summary>
      <returns>The identifier for the HorizontalSnapPointsType dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsDeferredScrollingEnabledProperty">
      <summary>Identifies the IsDeferredScrollingEnabled dependency property.</summary>
      <returns>The identifier for the IsDeferredScrollingEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsHorizontalRailEnabledProperty">
      <summary>Identifies the IsHorizontalRailEnabled dependency property.</summary>
      <returns>The identifier for the IsHorizontalRailEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsHorizontalScrollChainingEnabledProperty">
      <summary>Identifies the IsHorizontalScrollChainingEnabled dependency property.</summary>
      <returns>The identifier for the IsHorizontalScrollChainingEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsScrollInertiaEnabledProperty">
      <summary>Identifies the IsScrollInertiaEnabled dependency property.</summary>
      <returns>The identifier for the IsScrollInertiaEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsVerticalRailEnabledProperty">
      <summary>Identifies the IsVerticalRailEnabled dependency property.</summary>
      <returns>The identifier for the IsVerticalRailEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsVerticalScrollChainingEnabledProperty">
      <summary>Identifies the IsVerticalScrollChainingEnabled dependency property.</summary>
      <returns>The identifier for the IsVerticalScrollChainingEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsZoomChainingEnabledProperty">
      <summary>Identifies the IsZoomChainingEnabled dependency property.</summary>
      <returns>The identifier for the IsZoomChainingEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.IsZoomInertiaEnabledProperty">
      <summary>Identifies the IsZoomInertiaEnabled dependency property.</summary>
      <returns>The identifier for the IsZoomInertiaEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.LeftHeaderProperty">
      <summary>Identifies the LeftHeader dependency property.</summary>
      <returns>The identifier for the LeftHeader dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.MaxZoomFactorProperty">
      <summary>Identifies the MaxZoomFactor dependency property.</summary>
      <returns>The identifier for the MaxZoomFactor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.MinZoomFactorProperty">
      <summary>Identifies the MinZoomFactor dependency property.</summary>
      <returns>The identifier for the MinZoomFactor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ScrollableHeightProperty">
      <summary>Identifies the ScrollableHeight dependency property.</summary>
      <returns>The identifier for the ScrollableHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ScrollableWidthProperty">
      <summary>Identifies the ScrollableWidth dependency property.</summary>
      <returns>The identifier for the ScrollableWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.TopHeaderProperty">
      <summary>Identifies the TopHeader dependency property.</summary>
      <returns>The identifier for the TopHeader dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.TopLeftHeaderProperty">
      <summary>Identifies the TopLeftHeader dependency property.</summary>
      <returns>The identifier for the TopLeftHeader dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalOffsetProperty">
      <summary>Identifies the VerticalOffset dependency property.</summary>
      <returns>The identifier for the VerticalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalScrollBarVisibilityProperty">
      <summary>Identifies the VerticalScrollBarVisibility dependency property.</summary>
      <returns>The identifier for the VerticalScrollBarVisibility dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalScrollModeProperty">
      <summary>Identifies the VerticalScrollMode dependency property.</summary>
      <returns>The identifier for the VerticalScrollMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalSnapPointsAlignmentProperty">
      <summary>Identifies the VerticalSnapPointsAlignment dependency property.</summary>
      <returns>The identifier for the VerticalSnapPointsAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.VerticalSnapPointsTypeProperty">
      <summary>Identifies the VerticalSnapPointsType dependency property.</summary>
      <returns>The identifier for the VerticalSnapPointsType dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ViewportHeightProperty">
      <summary>Identifies the ViewportHeight dependency property.</summary>
      <returns>The identifier for the ViewportHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ViewportWidthProperty">
      <summary>Identifies the ViewportWidth dependency property.</summary>
      <returns>The identifier for the ViewportWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomFactorProperty">
      <summary>Identifies the ZoomFactor dependency property.</summary>
      <returns>The identifier for the ZoomFactor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomModeProperty">
      <summary>Identifies the ZoomMode dependency property.</summary>
      <returns>The identifier for the ZoomMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomSnapPointsProperty">
      <summary>Identifies the ZoomSnapPoints dependency property.</summary>
      <returns>The identifier for the ZoomSnapPoints dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewer.ZoomSnapPointsTypeProperty">
      <summary>Identifies the ZoomSnapPointsType dependency property.</summary>
      <returns>The identifier for the ZoomSnapPointsType dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollViewerView">
      <summary>Provides a view for a ScrollViewer when its view is changing.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewerView.HorizontalOffset">
      <summary>Gets the distance the content has been scrolled horizontally.</summary>
      <returns>The distance the content has been scrolled horizontally.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewerView.VerticalOffset">
      <summary>Gets the distance the content has been scrolled vertically.</summary>
      <returns>The distance the content has been scrolled vertically.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewerView.ZoomFactor">
      <summary>Gets a value that indicates the current zoom factor engaged for content scaling.</summary>
      <returns>The current zoom factor engaged for content scaling. The default is 1.0, where 1.0 indicates no additional scaling.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollViewerViewChangedEventArgs">
      <summary>Provides event data for the ViewChanged event and similar control-specific events.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ScrollViewerViewChangedEventArgs.#ctor">
      <summary>Initializes a new instance of the ScrollViewerViewChangedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewerViewChangedEventArgs.IsIntermediate">
      <summary>Gets a value that indicates whether the underlying manipulation that raised the event is complete.</summary>
      <returns>True if the manipulation is at an intermediate stage and not yet final; false if the manipulation is final.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollViewerViewChangingEventArgs">
      <summary>Provides event data for the ViewChanging event and similar control-specific events.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewerViewChangingEventArgs.FinalView">
      <summary>Gets the view that the ScrollViewer will show when the view comes to rest after a pan/zoom manipulation.</summary>
      <returns>The view that the ScrollViewer will show when the view comes to rest after a pan/zoom manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewerViewChangingEventArgs.IsInertial">
      <summary>Gets a value that indicates whether the pan/zoom manipulation has an inertial component.</summary>
      <returns>true if the pan/zoom manipulation has an inertial component; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ScrollViewerViewChangingEventArgs.NextView">
      <summary>Gets the view that the ScrollViewer will show next.</summary>
      <returns>The view that the ScrollViewer will show next.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SectionsInViewChangedEventArgs">
      <summary>Provides data for the Hub.SectionsInViewChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SectionsInViewChangedEventArgs.AddedSections">
      <summary>Gets a collection that contains the hub sections that moved into view.</summary>
      <returns>A collection that contains the hub sections that moved into view.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SectionsInViewChangedEventArgs.RemovedSections">
      <summary>Gets a collection that contains the hub sections that moved out of view.</summary>
      <returns>A collection that contains the hub sections that moved into view.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SelectionChangedEventArgs">
      <summary>Provides data for the SelectionChanged event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SelectionChangedEventArgs.#ctor(Windows.Foundation.Collections.IVector`1,Windows.Foundation.Collections.IVector`1)">
      <summary>Initializes a new instance of the SelectionChangedEventArgs class.</summary>
      <param name="removedItems">Sets the initial AddedItems value. May be null.</param>
      <param name="addedItems">Sets the initial RemovedItems value. May be null.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SelectionChangedEventArgs.AddedItems">
      <summary>Gets a list that contains the items that were selected.</summary>
      <returns>The loosely typed collection of items that were selected in this event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SelectionChangedEventArgs.RemovedItems">
      <summary>Gets a list that contains the items that were unselected.</summary>
      <returns>The loosely typed list of items that were unselected in this event.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SearchBox">
      <summary>Represents a control that can be used to enter search query text.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SearchBox.#ctor">
      <summary>Initializes a new instance of the SearchBox class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.ChooseSuggestionOnEnter">
      <summary>Gets or sets a value that determines whether the suggested search query is activated when the user presses Enter.</summary>
      <returns>true if the suggested search query is activated when the user presses Enter; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.FocusOnKeyboardInput">
      <summary>Gets or sets a value that determines whether a user can search by typing anywhere in the app.</summary>
      <returns>true if the user can search by typing anywhere in the app; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.PlaceholderText">
      <summary>Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.</summary>
      <returns>The text that is displayed in the control when no value is entered. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.QueryText">
      <summary>Gets or sets the text contents of the search box.</summary>
      <returns>A string containing the text contents of the search box. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.SearchHistoryContext">
      <summary>Gets or sets a string that identifies the context of the search and is used to store the user's search history with the app.</summary>
      <returns>A string that identifies the context of the search. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.SearchHistoryEnabled">
      <summary>Gets or sets a value that determines whether search suggestions are made from the search history.</summary>
      <returns>true if search suggestions are made from the search history; otherwise, false. The default is true.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SearchBox.SetLocalContentSuggestionSettings(Windows.ApplicationModel.Search.LocalContentSuggestionSettings)">
      <summary>Specifies whether suggestions based on local files are automatically displayed in the search box suggestions, and defines the criteria that Windows uses to locate and filter these suggestions.</summary>
      <param name="settings">The new settings for local content suggestions.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SearchBox.PrepareForFocusOnKeyboardInput">
      <summary>Occurs when the FocusOnKeyboardInput property is true and the app receives textual keyboard input.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SearchBox.QueryChanged">
      <summary>Occurs when the query text changes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SearchBox.QuerySubmitted">
      <summary>Occurs when the user submits a search query.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SearchBox.ResultSuggestionChosen">
      <summary>Occurs when the user picks a suggested search result.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SearchBox.SuggestionsRequested">
      <summary>Occurs when the user's query text changes and the app needs to provide new suggestions to display in the search pane.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.ChooseSuggestionOnEnterProperty">
      <summary>Identifies the ChooseSuggestionOnEnter dependency property.</summary>
      <returns>The identifier for the ChooseSuggestionOnEnter dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.FocusOnKeyboardInputProperty">
      <summary>Identifies the FocusOnKeyboardInput dependency property.</summary>
      <returns>The identifier for the FocusOnKeyboardInput dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.PlaceholderTextProperty">
      <summary>Identifies the PlaceholderText dependency property.</summary>
      <returns>The identifier for the PlaceholderText dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.QueryTextProperty">
      <summary>Identifies the QueryText dependency property.</summary>
      <returns>The identifier for the QueryText dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.SearchHistoryContextProperty">
      <summary>Identifies the SearchHistoryContext dependency property.</summary>
      <returns>The identifier for the SearchHistoryContext dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBox.SearchHistoryEnabledProperty">
      <summary>Identifies the SearchHistoryEnabled dependency property.</summary>
      <returns>The identifier for the SearchHistoryEnabled dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SearchBoxQueryChangedEventArgs">
      <summary>Provides event data for the SearchBox.QueryChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxQueryChangedEventArgs.Language">
      <summary>Gets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The IETF BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxQueryChangedEventArgs.LinguisticDetails">
      <summary>Gets information about query text that the user enters through an Input Method Editor (IME).</summary>
      <returns>Linguistic information about query text that the user enters through an Input Method Editor (IME).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxQueryChangedEventArgs.QueryText">
      <summary>Gets the query text of the current search.</summary>
      <returns>The query text of the current search.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SearchBoxQuerySubmittedEventArgs">
      <summary>Provides event data for the SearchBox.QuerySubmitted event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxQuerySubmittedEventArgs.KeyModifiers">
      <summary>Gets any modifier keys that are pressed when the user presses enter to submit a query.</summary>
      <returns>Any modifier keys that are pressed when the user presses enter to submit a query.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxQuerySubmittedEventArgs.Language">
      <summary>Gets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The IETF BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxQuerySubmittedEventArgs.LinguisticDetails">
      <summary>Gets information about query text that the user enters through an Input Method Editor (IME).</summary>
      <returns>Linguistic information about query text that the user enters through an Input Method Editor (IME).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxQuerySubmittedEventArgs.QueryText">
      <summary>Gets the query text of the current search.</summary>
      <returns>The query text of the current search.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SearchBoxResultSuggestionChosenEventArgs">
      <summary>Provides event data for the SearchBox.ResultSuggestionChosen event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SearchBoxResultSuggestionChosenEventArgs.#ctor">
      <summary>Initializes a new instance of the SearchBoxResultSuggestionChosenEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxResultSuggestionChosenEventArgs.KeyModifiers">
      <summary>Gets any modifier keys that are pressed when the user presses enter to pick a search result.</summary>
      <returns>Any modifier keys that are pressed when the user presses enter to pick a search result.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxResultSuggestionChosenEventArgs.Tag">
      <summary>The app-defined tag for the suggested result that the user selected.</summary>
      <returns>The app-defined tag for the selected search result.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SearchBoxSuggestionsRequestedEventArgs">
      <summary>Provides event data for the SearchBox.SuggestionsRequested event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxSuggestionsRequestedEventArgs.Language">
      <summary>Gets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
      <returns>The IETF BCP 47 standard language tag.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxSuggestionsRequestedEventArgs.LinguisticDetails">
      <summary>Gets information about query text that the user enters through an Input Method Editor (IME).</summary>
      <returns>Linguistic information about query text that the user enters through an Input Method Editor (IME).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxSuggestionsRequestedEventArgs.QueryText">
      <summary>Gets the query text of the current search.</summary>
      <returns>The query text of the current search.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SearchBoxSuggestionsRequestedEventArgs.Request">
      <summary>Gets the object that stores the suggestions and information about this request.</summary>
      <returns>The object that stores the suggestions and information about this request.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SemanticZoom">
      <summary>Represents a scrollable control that incorporates two views that have a semantic relationship. For example, the ZoomedOutView might be an index of titles, and the ZoomedInView might include details and summaries for each of the title entries. Views can be changed using zoom or other interactions.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SemanticZoom.#ctor">
      <summary>Initializes a new instance of the SemanticZoom class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.CanChangeViews">
      <summary>Gets or sets a value that declares whether the SemanticZoom can change display views.</summary>
      <returns>true if views can be changed; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.IsZoomedInViewActive">
      <summary>Gets or sets a value that determines whether the ZoomedInView is the active view.</summary>
      <returns>true if the ZoomedInView is the active view. false if the ZoomedOutView is the active view.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.IsZoomOutButtonEnabled">
      <summary>Gets or sets a value that indicates whether the ZoomedInView shows a button that activates the ZoomedOutView.</summary>
      <returns>True if the ZoomedInView shows a button that activates the ZoomedOutView; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.ZoomedInView">
      <summary>Gets or sets the semantically more complete zoomed-in view of the SemanticZoom.</summary>
      <returns>An object that implements ISemanticZoomInfo. Typically this is a practical ListViewBase implementation such as GridView.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.ZoomedOutView">
      <summary>Gets or sets the zoomed-out view of the SemanticZoom.</summary>
      <returns>An object that implements ISemanticZoomInfo. Typically this is a practical ListViewBase implementation such as GridView.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SemanticZoom.ToggleActiveView">
      <summary>Changes from the current active view to the other possible view. For example, if IsZoomedInViewActive is true, calling this method changes to zoomed-out view.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SemanticZoom.ViewChangeCompleted">
      <summary>Occurs when a view change is complete and the view is displayed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SemanticZoom.ViewChangeStarted">
      <summary>Occurs when a view change is requested.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.CanChangeViewsProperty">
      <summary>Identifies the CanChangeViews dependency property.</summary>
      <returns>The identifier for the CanChangeViews dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.IsZoomedInViewActiveProperty">
      <summary>Identifies the IsZoomedInViewActive dependency property.</summary>
      <returns>The identifier for the IsZoomedInViewActive dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.IsZoomOutButtonEnabledProperty">
      <summary>Identifies the IsZoomOutButtonEnabled dependency property.</summary>
      <returns>The identifier of the IsZoomOutButtonEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.ZoomedInViewProperty">
      <summary>Identifies the ZoomedInView dependency property.</summary>
      <returns>The identifier for the ZoomedInView dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoom.ZoomedOutViewProperty">
      <summary>Identifies the ZoomedOutView dependency property.</summary>
      <returns>The identifier for the ZoomedOutView dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SemanticZoomLocation">
      <summary>Communicates information for items and view state in a SemanticZoom, such that hosts for scrolling and virtualization (such as ListViewBase) can get correct item and bounds information.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SemanticZoomLocation.#ctor">
      <summary>Initializes a new instance of the SemanticZoomLocation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoomLocation.Bounds">
      <summary>Gets or sets the sizing bounds of the item as it exists in the current view of a SemanticZoom.</summary>
      <returns>The sizing bounds of the item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoomLocation.Item">
      <summary>Gets or sets the display item as it exists in the current view of a SemanticZoom.</summary>
      <returns>The specific item in the SemanticZoom.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs">
      <summary>Provides event data for the ViewChangeStarted and ViewChangeCompleted events.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs.#ctor">
      <summary>Initializes a new instance of the SemanticZoomViewChangedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs.DestinationItem">
      <summary>Provides information about the item and its bounds, once the view change is complete.</summary>
      <returns>Information about the item and its bounds.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs.IsSourceZoomedInView">
      <summary>Gets or sets a value that indicates whether the starting view is the ZoomedInView.</summary>
      <returns>true if the starting view is the ZoomedInView; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs.SourceItem">
      <summary>Provides information about the item and its bounds, for the item as represented in the previous view.</summary>
      <returns>Information about the item and its bounds.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SettingsFlyout">
      <summary>Represents a control that provides in-context access to settings that affect the current app.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SettingsFlyout.#ctor">
      <summary>Initializes a new instance of the SettingsFlyout class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.HeaderBackground">
      <summary>Gets or sets the Brush that fills the background of the settings flyout header.</summary>
      <returns>The brush that provides the background of the settings flyout header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.HeaderForeground">
      <summary>Gets or sets the Brush that fills the foreground of the settings flyout header.</summary>
      <returns>The brush that provides the foreground of the settings flyout header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.IconSource">
      <summary>Gets or sets the icon image displayed in the settings flyout header.</summary>
      <returns>The icon image displayed in the settings flyout header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining templates for a SettingsFlyout control.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.Title">
      <summary>Gets or sets the title of the settings flyout.</summary>
      <returns>The title of the settings flyout. The default is an empty string.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SettingsFlyout.Hide">
      <summary>Closes the settings flyout.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SettingsFlyout.Show">
      <summary>Opens the settings flyout, and returns the user to the Settings pane after the flyout is dismissed.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SettingsFlyout.ShowIndependent">
      <summary>Opens the settings flyout, and returns the user to the app after the flyout is dismissed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SettingsFlyout.BackClick">
      <summary>Occurs when the user clicks the back button on the settings flyout.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.HeaderBackgroundProperty">
      <summary>Identifies the HeaderBackground dependency property.</summary>
      <returns>The identifier for the HeaderBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.HeaderForegroundProperty">
      <summary>Identifies the HeaderForeground dependency property.</summary>
      <returns>The identifier for the HeaderForeground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.IconSourceProperty">
      <summary>Identifies the IconSource dependency property.</summary>
      <returns>The identifier for the IconSource dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SettingsFlyout.TitleProperty">
      <summary>Identifies the Title dependency property.</summary>
      <returns>The identifier for the Title dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Slider">
      <summary>Represents a control that lets the user select from a range of values by moving a Thumb control along a track.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Slider.#ctor">
      <summary>Initializes a new instance of the Slider class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.Header">
      <summary>Gets or sets the content for the control's header.</summary>
      <returns>The content of the control's header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the control's header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.IntermediateValue">
      <summary>Gets or sets the value of the Slider while the user is interacting with it, before the value is snapped to either the tick or step value. The value the Slider snaps to is specified by the SnapsTo property.</summary>
      <returns>A temporary value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.IsDirectionReversed">
      <summary>Gets or sets a value that indicates the direction of increasing value.</summary>
      <returns>true if the direction of increasing value is to the left for a horizontal slider or down for a vertical slider; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.IsThumbToolTipEnabled">
      <summary>Gets or sets a value that determines whether the slider value is shown in a tool tip for the Thumb component of the Slider.</summary>
      <returns>True if a tool tip is shown for the Thumb component; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.Orientation">
      <summary>Gets or sets the orientation of a Slider.</summary>
      <returns>One of the Orientation values. The default is Horizontal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.SnapsTo">
      <summary>Gets or sets a value that indicates how the Slider conforms the thumb position to its steps or tick marks.</summary>
      <returns>An enumeration value that specifies whether the Slider snaps to steps or tick marks. The default is StepValues.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.StepFrequency">
      <summary>Gets or sets the value part of a value range that steps should be created for.</summary>
      <returns>The value part of a value range that steps should be created for.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.ThumbToolTipValueConverter">
      <summary>Gets or sets the converter logic that converts the range value of the Slider into tool tip content.</summary>
      <returns>A converter implementation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.TickFrequency">
      <summary>Gets or sets the increment of the value range that ticks should be created for.</summary>
      <returns>The increment to create tick marks for. The default is 0.0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.TickPlacement">
      <summary>Gets or sets a value that indicates where to draw tick marks in relation to the track.</summary>
      <returns>An enumeration value that specifies where to draw tick marks in relation to the track. The default is Inline.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.IntermediateValueProperty">
      <summary>Identifies the IntermediateValue dependency property.</summary>
      <returns>The identifier for the IntermediateValue dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.IsDirectionReversedProperty">
      <summary>Identifies the IsDirectionReversed dependency property.</summary>
      <returns>The identifier for the IsDirectionReversed dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.IsThumbToolTipEnabledProperty">
      <summary>Identifies the IsThumbToolTipEnabled dependency property.</summary>
      <returns>The identifier for the IsThumbToolTipEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.SnapsToProperty">
      <summary>Identifies the SnapsTo dependency property.</summary>
      <returns>The identifier for the SnapsTo dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.StepFrequencyProperty">
      <summary>Identifies the StepFrequency dependency property.</summary>
      <returns>The identifier for the StepFrequency dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.ThumbToolTipValueConverterProperty">
      <summary>Identifies the ThumbToolTipValueConverter dependency property.</summary>
      <returns>The identifier for the ThumbToolTipValueConverter dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.TickFrequencyProperty">
      <summary>Identifies the TickFrequency dependency property.</summary>
      <returns>The identifier for the TickFrequency dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Slider.TickPlacementProperty">
      <summary>Identifies the TickPlacement dependency property.</summary>
      <returns>The identifier for the TickPlacement dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.StackPanel">
      <summary>Arranges child elements into a single line that can be oriented horizontally or vertically.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.StackPanel.#ctor">
      <summary>Initializes a new instance of the StackPanel class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.StackPanel.AreHorizontalSnapPointsRegular">
      <summary>Gets a value that indicates whether the horizontal snap points for the StackPanel are equidistant from each other.</summary>
      <returns>true if the horizontal snap points for the StackPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.StackPanel.AreScrollSnapPointsRegular">
      <summary>Gets or sets a value that indicates whether the generated snap points used for panning in the StackPanel are equidistant from each other.</summary>
      <returns>true if the snap points in the StackPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.StackPanel.AreVerticalSnapPointsRegular">
      <summary>Gets a value that indicates whether the vertical snap points for the StackPanel are equidistant from each other.</summary>
      <returns>true if the vertical snap points for the StackPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.StackPanel.Orientation">
      <summary>Gets or sets the dimension by which child elements are stacked.</summary>
      <returns>One of the enumeration values that specifies the orientation of child elements. The default is Vertical.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.StackPanel.GetIrregularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment)">
      <summary>Returns the set of distances between irregular snap points for a specified orientation and alignment.</summary>
      <returns>The read only collection of snap point distances. Returns an empty collection when no snap points are present.</returns>
      <param name="orientation">The orientation (dimension) for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.StackPanel.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@)">
      <summary>Gets the distance between regular snap points for a specified orientation and alignment.</summary>
      <returns>The distance between the equidistant snap points. Returns 0 when no snap points are present.</returns>
      <param name="orientation">The orientation/dimension for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
      <param name="offset">Out parameter. The offset of the first snap point.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.StackPanel.HorizontalSnapPointsChanged">
      <summary>Occurs when the measurements for horizontal snap points change.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.StackPanel.VerticalSnapPointsChanged">
      <summary>Occurs when the measurements for vertical snap points change.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.StackPanel.AreScrollSnapPointsRegularProperty">
      <summary>Identifies the AreScrollSnapPointsRegular dependency property.</summary>
      <returns>The identifier for the AreScrollSnapPointsRegular dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.StackPanel.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.StyleSelector">
      <summary>Enables custom item style selection logic as a function of the content data and its specific item container.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.StyleSelector.#ctor">
      <summary>Initializes a new instance of the StyleSelector class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.StyleSelector.SelectStyle(System.Object,Windows.UI.Xaml.DependencyObject)">
      <summary>Returns a specific Style based on custom logic.</summary>
      <returns>An application-specific style to apply; may also return null.</returns>
      <param name="item">The content.</param>
      <param name="container">The element to which the style is applied.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.StyleSelector.SelectStyleCore(System.Object,Windows.UI.Xaml.DependencyObject)">
      <summary>When implemented by a derived class, returns a specific Style based on custom logic.</summary>
      <returns>An application-specific style to apply; may also return null.</returns>
      <param name="item">The content.</param>
      <param name="container">The element to which the style is applied.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SwapChainBackgroundPanel">
      <summary>Implements a XAML layout surface target for Microsoft DirectX interoperation scenarios.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SwapChainBackgroundPanel.CreateCoreIndependentInputSource(Windows.UI.Core.CoreInputDeviceTypes)">
      <summary>Creates a core input object that handles the input types as specified by the deviceTypes parameter.</summary>
      <returns>An object that represents the input subsystem for interoperation purposes and can be used for input event connection points.</returns>
      <param name="deviceTypes">A combined value of the enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SwapChainBackgroundPanel.#ctor">
      <summary>Initializes a new instance of the SwapChainBackgroundPanel class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SwapChainPanel">
      <summary>Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SwapChainPanel.#ctor">
      <summary>Initializes a new instance of the SwapChainPanel class.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.SwapChainPanel.CompositionScaleChanged">
      <summary>Occurs when the composition scale factor of the SwapChainPanel has changed.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SwapChainPanel.CompositionScaleX">
      <summary>Gets the x-axis scale factor of the SwapChainPanel.</summary>
      <returns>The x-axis scale factor of the SwapChainPanel. A value of 1.0 means no scaling is applied.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SwapChainPanel.CompositionScaleXProperty">
      <summary>Identifies the CompositionScaleX dependency property.</summary>
      <returns>The identifier for the CompositionScaleX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SwapChainPanel.CompositionScaleY">
      <summary>Gets the y-axis scale factor of the SwapChainPanel.</summary>
      <returns>The y-axis scale factor of the SwapChainPanel. A value of 1.0 means no scaling is applied.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SwapChainPanel.CompositionScaleYProperty">
      <summary>Identifies the CompositionScaleY dependency property.</summary>
      <returns>The identifier for the CompositionScaleY dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SwapChainPanel.CreateCoreIndependentInputSource(Windows.UI.Core.CoreInputDeviceTypes)">
      <summary>Creates a core input object that handles the input types as specified by the deviceTypes parameter.</summary>
      <returns>An object that represents the input subsystem for interoperation purposes and can be used for input event connection points.</returns>
      <param name="deviceTypes">A combined value of the enumeration.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SymbolIcon">
      <summary>Represents an icon that uses a glyph from the Segoe UI Symbol font as its content.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SymbolIcon.#ctor">
      <summary>Initializes a new instance of the SymbolIcon class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.SymbolIcon.#ctor(Windows.UI.Xaml.Controls.Symbol)">
      <summary>Initializes a new instance of the SymbolIcon class using the specified symbol.</summary>
      <param name="symbol">A named constant of the enumeration that specifies the Segoe UI Symbol glyph to use. The default is null.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SymbolIcon.Symbol">
      <summary>Gets or sets the Segoe UI Symbol glyph used as the icon content.</summary>
      <returns>A named constant of the numeration that specifies the Segoe UI Symbol glyph to use.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.SymbolIcon.SymbolProperty">
      <summary>Identifies the Symbol dependency property.</summary>
      <returns>The identifier for the Symbol dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TextBlock">
      <summary>Provides a lightweight control for displaying small amounts of text.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBlock.#ctor">
      <summary>Initializes a new instance of the TextBlock class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.BaselineOffset">
      <summary>Returns a value by which each line of text is offset from a baseline.</summary>
      <returns>The amount by which each line of text is offset from the baseline, in device independent pixels. System.Double.NaN indicates that an optimal baseline offset is automatically calculated from the current font characteristics. The default is System.Double.NaN.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.CharacterSpacing">
      <summary>Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.</summary>
      <returns>The uniform spacing between characters, in units of 1/1000 of an em. The default is 0. Positive values increase tracking and loosen character spacing. Negative values decrease tracking and tighten the character spacing.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.ContentEnd">
      <summary>Gets a TextPointer object for the end of text content in the TextBlock.</summary>
      <returns>A TextPointer object for the end of text content in the TextBlock.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.ContentStart">
      <summary>Gets a TextPointer object for the start of text content in the TextBlock.</summary>
      <returns>A TextPointer object for the start of text content in the TextBlock.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontFamily">
      <summary>Gets or sets the preferred top-level font family for the text content in this element.</summary>
      <returns>A FontFamily object that specifies the preferred font family, or a primary preferred font family with one or more fallback font families. For information about defaults, see the FontFamily class topic.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontSize">
      <summary>Gets or sets the font size for the text content in this element.</summary>
      <returns>A non-negative value that specifies the font size, measured in pixels. The default is 11.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontStretch">
      <summary>Gets or sets the font stretch for the text content in this element.</summary>
      <returns>The requested font stretch, as a FontStretch constant. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontStyle">
      <summary>Gets or sets the font style for the content in this element.</summary>
      <returns>The requested font style, which is a FontStyle enumeration value. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontWeight">
      <summary>Gets or sets the top-level font weight for the TextBlock.</summary>
      <returns>The requested font weight, which is a FontWeight that is obtained from one of the FontWeights property values. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.Foreground">
      <summary>Gets or sets the Brush to apply to the text contents of the TextBlock.</summary>
      <returns>The brush used to apply to the text contents. The default is a SolidColorBrush with a Color value of Black.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.Inlines">
      <summary>Gets the collection of inline text elements within a TextBlock.</summary>
      <returns>A collection that holds all inline text elements from the TextBlock. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.IsColorFontEnabled">
      <summary>Gets or sets a value that determines whether color glyphs, such as emoji, are shown in color.</summary>
      <returns>true if color glyphs show in color; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.IsTextSelectionEnabled">
      <summary>Gets or sets a value that indicates whether text selection is enabled in the TextBlock, either through user action or calling selection-related API.</summary>
      <returns>true if text selection is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.LineHeight">
      <summary>Gets or sets the height of each line of content.</summary>
      <returns>The height of each line in pixels. A value of 0 indicates that the line height is determined automatically from the current font characteristics. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.LineStackingStrategy">
      <summary>Gets or sets a value that indicates how a line box is determined for each line of text in the TextBlock.</summary>
      <returns>A value that indicates how a line box is determined for each line of text in the TextBlock. The default is MaxHeight.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.MaxLines">
      <summary>Gets or sets the maximum lines of text shown in the TextBlock.</summary>
      <returns>The maximum lines of text shown in the TextBlock. The default is 0, which is a special value that represents Auto behavior. The value cannot be negative.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.OpticalMarginAlignment">
      <summary>Get or sets a value that indicates how the font is modified to align with fonts of different sizes.</summary>
      <returns>A value of the enumeration that indicates how the font is modified to align at different sizes. The default is None.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.Padding">
      <summary>Gets or sets a value that indicates the thickness of padding space between the boundaries of the content area and the content displayed by a TextBlock.</summary>
      <returns>A Thickness structure that specifies the amount of padding to apply.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.SelectedText">
      <summary>Gets a text range of selected text.</summary>
      <returns>A text range of the selected text.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.SelectionEnd">
      <summary>Gets the end position of the text selected in the TextBlock.</summary>
      <returns>An object that represents the selection end, or null if no selection exists.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.SelectionHighlightColor">
      <summary>Gets or sets the brush used to highlight the selected text.</summary>
      <returns>The brush used to highlight the selected text.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.SelectionStart">
      <summary>Gets the starting position of the text selected in the TextBlock.</summary>
      <returns>An object that represents the selection start, or null if no selection exists.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.Text">
      <summary>Gets or sets the text contents of a TextBlock.</summary>
      <returns>A string that specifies the text contents of this TextBlock. The default is an empty string.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextAlignment">
      <summary>Gets or sets a value that indicates the horizontal alignment of text content.</summary>
      <returns>The text alignment. The default is Left.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextLineBounds">
      <summary>Gets or sets a value that indicates how the line box height is determined for each line of text in the TextBlock.</summary>
      <returns>A value that indicates how the line box height is determined for each line of text in the TextBlock. The default is Full.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextReadingOrder">
      <summary>Gets or sets a value that indicates how the reading order is determined for the TextBlock.</summary>
      <returns>A value that indicates how the reading order is determined for the TextBlock. The default is Default.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextTrimming">
      <summary>Gets or sets the text trimming behavior to employ when content overflows the content area.</summary>
      <returns>One of the TextTrimming values that specifies the text trimming behavior to employ. The default is None.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextWrapping">
      <summary>Gets or sets how the TextBlock wraps text.</summary>
      <returns>A value that indicates how the TextBlock wraps text. The default is NoWrap.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBlock.Focus(Windows.UI.Xaml.FocusState)">
      <summary>Focuses the TextBlock, as if it were a conventionally focusable control.</summary>
      <returns>true if focus was set to the TextBlock, or focus was already there. false if the TextBlock is not focusable.</returns>
      <param name="value">Specifies the desired target for focus state, as a value of the enumeration.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBlock.Select(Windows.UI.Xaml.Documents.TextPointer,Windows.UI.Xaml.Documents.TextPointer)">
      <summary>Selects a range of text in the TextBlock.</summary>
      <param name="start">An object that represents the start of the range to select.</param>
      <param name="end">An object that represents the end of the range to select.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBlock.SelectAll">
      <summary>Selects the entire contents in the TextBlock.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.TextBlock.ContextMenuOpening">
      <summary>Occurs when the system processes an interaction that displays a context menu.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.TextBlock.SelectionChanged">
      <summary>Occurs when the text selection has changed.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.CharacterSpacingProperty">
      <summary>Identifies the CharacterSpacing dependency property.</summary>
      <returns>The identifier for the CharacterSpacing dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontFamilyProperty">
      <summary>Identifies the FontFamily dependency property.</summary>
      <returns>The identifier for the FontFamily dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontSizeProperty">
      <summary>Identifies the FontSize dependency property.</summary>
      <returns>The identifier for the FontSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontStretchProperty">
      <summary>Identifies the FontStretch dependency property.</summary>
      <returns>The identifier for the FontStretch dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontStyleProperty">
      <summary>Identifies the FontStyle dependency property.</summary>
      <returns>The identifier for the FontStyle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.FontWeightProperty">
      <summary>Identifies the FontWeight dependency property.</summary>
      <returns>The identifier for the FontWeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.ForegroundProperty">
      <summary>Identifies the Foreground dependency property.</summary>
      <returns>The identifier for the Foreground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.IsColorFontEnabledProperty">
      <summary>Identifies the IsColorFontEnabled dependency property.</summary>
      <returns>The identifier for the IsColorFontEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.IsTextSelectionEnabledProperty">
      <summary>Identifies the IsTextSelectionEnabled dependency property.</summary>
      <returns>The identifier for the IsTextSelectionEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.LineHeightProperty">
      <summary>Identifies the LineHeight dependency property.</summary>
      <returns>The identifier for the LineHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.LineStackingStrategyProperty">
      <summary>Identifies the LineStackingStrategy dependency property.</summary>
      <returns>The identifier for the LineStackingStrategy dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.MaxLinesProperty">
      <summary>Identifies the MaxLines dependency property.</summary>
      <returns>The identifier for the MaxLines dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.OpticalMarginAlignmentProperty">
      <summary>Identifies the OpticalMarginAlignment dependency property.</summary>
      <returns>The identifier for the OpticalMarginAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.PaddingProperty">
      <summary>Identifies the Padding dependency property.</summary>
      <returns>The identifier for the Padding dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.SelectedTextProperty">
      <summary>Identifies the SelectedText dependency property.</summary>
      <returns>The identifier for the SelectedText dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.SelectionHighlightColorProperty">
      <summary>Identifies the SelectionHighlightColor dependency property.</summary>
      <returns>The identifier for the SelectionHighlightColor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextAlignmentProperty">
      <summary>Identifies the TextAlignment dependency property.</summary>
      <returns>The identifier for the TextAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextLineBoundsProperty">
      <summary>Identifies the TextLineBounds dependency property.</summary>
      <returns>The identifier for the TextLineBounds dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextProperty">
      <summary>Identifies the Text dependency property.</summary>
      <returns>The identifier of the Text dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextReadingOrderProperty">
      <summary>Identifies the TextReadingOrder dependency property.</summary>
      <returns>The identifier for the TextReadingOrder dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextTrimmingProperty">
      <summary>Identifies the TextTrimming dependency property.</summary>
      <returns>The identifier of the TextTrimming dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBlock.TextWrappingProperty">
      <summary>Identifies the TextWrapping dependency property.</summary>
      <returns>The identifier of the TextWrapping dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TextBox">
      <summary>Represents a control that can be used to display single-format, multi-line text.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBox.#ctor">
      <summary>Initializes a new instance of the TextBox class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.AcceptsReturn">
      <summary>Gets or sets the value that determines whether the text box allows and displays the newline or return characters.</summary>
      <returns>true if the text box allows newline characters; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.Header">
      <summary>Gets or sets the content for the control's header.</summary>
      <returns>The content of the control's header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the control's header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.InputScope">
      <summary>Gets or sets the context for input used by this TextBox .</summary>
      <returns>The input scope, which provides a hint at the type of text input expected by the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsColorFontEnabled">
      <summary>Gets or sets a value that determines whether color glyphs, such as emoji, are shown in color.</summary>
      <returns>true if color glyphs show in color; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsReadOnly">
      <summary>Gets or sets the value that determines if the user can change the text in the text box.</summary>
      <returns>true if the text box is read-only; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsSpellCheckEnabled">
      <summary>Gets or sets a value that specifies whether the TextBox input interacts with a spell check engine.</summary>
      <returns>True if the TextBox input interacts with a spell check engine; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsTextPredictionEnabled">
      <summary>Gets or sets a value that determines whether text prediction features ("autocomplete") should be enabled for this TextBox.</summary>
      <returns>true to enable text prediction features, otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.MaxLength">
      <summary>Gets or sets the value that specifies the maximum number of characters allowed for user input.</summary>
      <returns>The maximum number of characters allowed for user input. The default is 0 (no limit).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.PlaceholderText">
      <summary>Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.</summary>
      <returns>The text that is displayed in the control when no value is entered. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.PreventKeyboardDisplayOnProgrammaticFocus">
      <summary>Gets or sets a value that indicates whether the on-screen keyboard is shown when the control receives focus programmatically.</summary>
      <returns>true if the on-screen keyboard is shown when the control receives focus programmatically; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.SelectedText">
      <summary>Gets or sets the content of the current selection in the text box.</summary>
      <returns>The currently selected text in the text box. If no text is selected, the value is String.Empty.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.SelectionHighlightColor">
      <summary>Gets or sets the brush used to highlight the selected text.</summary>
      <returns>The brush used to highlight the selected text.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.SelectionLength">
      <summary>Gets or sets the number of characters in the current selection in the text box.</summary>
      <returns>The number of characters in the current selection in the text box, or 0 if there is no selection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.SelectionStart">
      <summary>Gets or sets the starting position of the text selected in the text box.</summary>
      <returns>The starting position of the current selection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.Text">
      <summary>Gets or sets the text contents of the text box.</summary>
      <returns>A string containing the text contents of the text box. The default is an empty string ("").</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.TextAlignment">
      <summary>Gets or sets how the text should be aligned in the text box.</summary>
      <returns>One of the TextAlignment enumeration values. The default is Left.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.TextWrapping">
      <summary>Gets or sets how line breaking occurs if a line of text extends beyond the available width of the text box.</summary>
      <returns>One of the TextWrapping values. The default is NoWrap.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBox.GetRectFromCharacterIndex(System.Int32,System.Boolean)">
      <summary>Returns a rectangular region for the leading or trailing edge of a character at a specific character index.</summary>
      <returns>A rectangle for the edge of the character at the specified index.</returns>
      <param name="charIndex">A zero-based index of the character for which to retrieve the rectangle.</param>
      <param name="trailingEdge">true to get the trailing edge; false to get the leading edge of the character.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBox.Select(System.Int32,System.Int32)">
      <summary>Selects a range of text in the text box.</summary>
      <param name="start">The zero-based index of the first character in the selection.</param>
      <param name="length">The length of the selection, in characters.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TextBox.SelectAll">
      <summary>Selects the entire contents of the text box.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.TextBox.ContextMenuOpening">
      <summary>Occurs when the system processes an interaction that displays a context menu.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.TextBox.Paste">
      <summary>Occurs when text is pasted into the control.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.TextBox.SelectionChanged">
      <summary>Occurs when the text selection has changed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.TextBox.TextChanged">
      <summary>Occurs when content changes in the text box.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.AcceptsReturnProperty">
      <summary>Identifies the AcceptsReturn dependency property.</summary>
      <returns>The identifier for the AcceptsReturn dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.InputScopeProperty">
      <summary>Identifies the InputScope dependency property.</summary>
      <returns>The identifier for the InputScope dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsColorFontEnabledProperty">
      <summary>Identifies the IsColorFontEnabled dependency property.</summary>
      <returns>The identifier for the IsColorFontEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsReadOnlyProperty">
      <summary>Identifies the IsReadOnly dependency property.</summary>
      <returns>The identifier for the IsReadOnly dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsSpellCheckEnabledProperty">
      <summary>Identifies the IsSpellCheckEnabled dependency property.</summary>
      <returns>The identifier for the IsSpellCheckEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.IsTextPredictionEnabledProperty">
      <summary>Identifies the IsTextPredictionEnabled dependency property.</summary>
      <returns>The identifier for the IsTextPredictionEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.MaxLengthProperty">
      <summary>Identifies the MaxLength dependency property.</summary>
      <returns>The identifier for the MaxLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.PlaceholderTextProperty">
      <summary>Identifies the PlaceholderText dependency property.</summary>
      <returns>The identifier for the PlaceholderText dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.PreventKeyboardDisplayOnProgrammaticFocusProperty">
      <summary>Identifies the PreventKeyboardDisplayOnProgrammaticFocus dependency property.</summary>
      <returns>The identifier for the PreventKeyboardDisplayOnProgrammaticFocus dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.SelectionHighlightColorProperty">
      <summary>Identifies the SelectionHighlightColor dependency property.</summary>
      <returns>The identifier for the SelectionHighlightColor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.TextAlignmentProperty">
      <summary>Identifies the TextAlignment dependency property.</summary>
      <returns>The identifier for the TextAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.TextProperty">
      <summary>Identifies the Text dependency property.</summary>
      <returns>The identifier for the Text dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextBox.TextWrappingProperty">
      <summary>Identifies the TextWrapping dependency property.</summary>
      <returns>The identifier for the TextWrapping dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TextChangedEventArgs">
      <summary>Provides data for the TextChanged event.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TextControlPasteEventArgs">
      <summary>Provides data for the text control Paste event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TextControlPasteEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TimePicker">
      <summary>Represents a control that allows a user to pick a time value.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.TimePicker.#ctor">
      <summary>Initializes a new instance of the TimePicker class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.ClockIdentifier">
      <summary>Gets or sets the clock system to use.</summary>
      <returns>The name of the clock system to use.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.Header">
      <summary>Gets or sets the content for the control's header.</summary>
      <returns>The content of the control's header. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the content of the control's header.</summary>
      <returns>The template that specifies the visualization of the header object. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.MinuteIncrement">
      <summary>Gets or sets a value that indicates the time increments shown in the minute picker. For example, 15 specifies that the TimePicker minute control displays only the choices 00, 15, 30, 45.</summary>
      <returns>An integer from 0-59 that indicates the increments shown in the minute picker. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.Time">
      <summary>Gets or sets the time currently set in the time picker.</summary>
      <returns>The time currently set in the time picker.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.TimePicker.TimeChanged">
      <summary>Occurs when the time value is changed.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.ClockIdentifierProperty">
      <summary>Gets the identifier for the ClockIdentifier dependency property.</summary>
      <returns>The identifier for the ClockIdentifier dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.MinuteIncrementProperty">
      <summary>Gets the identifier for the MinuteIncrement dependency property.</summary>
      <returns>The identifier for the MinuteIncrement dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePicker.TimeProperty">
      <summary>Gets the identifier for the Time dependency property.</summary>
      <returns>The identifier for the Time dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TimePickerValueChangedEventArgs">
      <summary>Provides event data for the TimePicker.TimeChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePickerValueChangedEventArgs.NewTime">
      <summary>Gets the new time selected in the picker.</summary>
      <returns>The new time selected in the picker.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.TimePickerValueChangedEventArgs.OldTime">
      <summary>Gets the time previously selected in the picker.</summary>
      <returns>The time previously selected in the picker.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem">
      <summary>Represents an item in a MenuFlyout that a user can change between two states, checked or unchecked.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem.#ctor">
      <summary>Initializes a new instance of the ToggleMenuFlyoutItem class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem.IsChecked">
      <summary>Gets or sets whether the ToggleMenuFlyoutItem is checked.</summary>
      <returns>true if the ToggleMenuFlyoutItem is checked; false if the ToggleMenuFlyoutItem is unchecked. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem.IsCheckedProperty">
      <summary>Identifies the IsChecked dependency property.</summary>
      <returns>The identifier for the IsChecked dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ToggleSwitch">
      <summary>Represents a switch that can be toggled between two states.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToggleSwitch.#ctor">
      <summary>Initializes a new instance of the ToggleSwitch class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.Header">
      <summary>Gets or sets the header content.</summary>
      <returns>The header content for the ToggleSwitch.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.HeaderTemplate">
      <summary>Gets or sets the DataTemplate used to display the control's header.</summary>
      <returns>The DataTemplate used to display the control's header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.IsOn">
      <summary>Gets or sets a value that declares whether the state of the ToggleSwitch is On.</summary>
      <returns>true if the state is On; false if the state is Off.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OffContent">
      <summary>Provides the object content that should be displayed using the OffContentTemplate when this ToggleSwitch has state of Off.</summary>
      <returns>The object content. In some cases this is a string, in other cases it is a single element that provides a root for further composition content. Probably the most common set usage is to place a binding here.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OffContentTemplate">
      <summary>Gets or sets the DataTemplate used to display the control's content while in Off state.</summary>
      <returns>The DataTemplate that displays the control's content while in Off state.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OnContent">
      <summary>Provides the object content that should be displayed using the OnContentTemplate when this ToggleSwitch has state of On.</summary>
      <returns>The object content. In some cases this is a string, in other cases it is a single element that provides a root for further composition content. Probably the most common set usage is to place a binding here.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OnContentTemplate">
      <summary>Gets or sets the DataTemplate used to display the control's content while in On state.</summary>
      <returns>The DataTemplate that displays the control's content while in On state.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining templates for a ToggleSwitch control.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToggleSwitch.OnHeaderChanged(System.Object,System.Object)">
      <summary>Invoked when the content for Header changes.</summary>
      <param name="oldContent">The string or object content of the old content.</param>
      <param name="newContent">The string or object content of the new content.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToggleSwitch.OnOffContentChanged(System.Object,System.Object)">
      <summary>Invoked when the content for OffContent changes.</summary>
      <param name="oldContent">The string or object content of the old content.</param>
      <param name="newContent">The string or object content of the new content that is about to display.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToggleSwitch.OnOnContentChanged(System.Object,System.Object)">
      <summary>Invoked when the content for OnContent changes.</summary>
      <param name="oldContent">The string or object content of the old content.</param>
      <param name="newContent">The string or object content of the new content that is about to display.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToggleSwitch.OnToggled">
      <summary>Invoked before the Toggled event is raised.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ToggleSwitch.Toggled">
      <summary>Occurs when On/Off state changes for this ToggleSwitch.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
      <returns>The identifier for the Header dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
      <returns>The identifier for the HeaderTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.IsOnProperty">
      <summary>Identifies the IsOn dependency property.</summary>
      <returns>The identifier for the IsOn dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OffContentProperty">
      <summary>Identifies the OffContent dependency property.</summary>
      <returns>The identifier for the OffContent dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OffContentTemplateProperty">
      <summary>Identifies the OffContentTemplate dependency property.</summary>
      <returns>The identifier for the OffContentTemplate dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OnContentProperty">
      <summary>Identifies the OnContent dependency property.</summary>
      <returns>The identifier for the OnContent dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToggleSwitch.OnContentTemplateProperty">
      <summary>Identifies the OnContentTemplate dependency property.</summary>
      <returns>The identifier for the OnContentTemplate dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ToolTip">
      <summary>Represents a control that creates a pop-up window that displays information for an element in the UI.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToolTip.#ctor">
      <summary>Initializes a new instance of the ToolTip class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.HorizontalOffset">
      <summary>Gets or sets the horizontal distance between the target origin and the pop-up alignment point.</summary>
      <returns>The horizontal distance between the target origin and the pop-up alignment point. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.IsOpen">
      <summary>Gets or sets a value that indicates whether the ToolTip is visible.</summary>
      <returns>True if the ToolTip is visible; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.Placement">
      <summary>Gets or sets how a ToolTip is positioned in relation to the placement target element.</summary>
      <returns>One of the PlacementMode values.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.PlacementTarget">
      <summary>Gets or sets the visual element or control that the tool tip should be positioned in relation to when opened by the ToolTipService.</summary>
      <returns>The visual element or control that the tool tip is positioned in relation to when opened by the ToolTipService. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.TemplateSettings">
      <summary>Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining templates for a ToolTip.</summary>
      <returns>An object that provides calculated values for templates.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.VerticalOffset">
      <summary>Gets or sets the vertical distance between the target origin and the pop-up alignment point.</summary>
      <returns>The vertical distance between the target origin and the pop-up alignment point. The default is 0.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ToolTip.Closed">
      <summary>Occurs when a ToolTip is closed and is no longer visible.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.ToolTip.Opened">
      <summary>Occurs when a ToolTip becomes visible.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.HorizontalOffsetProperty">
      <summary>Identifies the HorizontalOffset dependency property.</summary>
      <returns>The identifier for the HorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.IsOpenProperty">
      <summary>Identifies the IsOpen dependency property.</summary>
      <returns>The identifier for the IsOpen dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.PlacementProperty">
      <summary>Identifies the Placement dependency property.</summary>
      <returns>The identifier for the Placement dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.PlacementTargetProperty">
      <summary>Identifies the PlacementTarget dependency property.</summary>
      <returns>The identifier for the PlacementTarget dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTip.VerticalOffsetProperty">
      <summary>Identifies the VerticalOffset dependency property.</summary>
      <returns>The identifier for the VerticalOffset dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ToolTipService">
      <summary>Represents a service that provides static methods to display a ToolTip.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTipService.Placement">
      <summary>Gets or sets how a ToolTip is positioned in relation to the placement target.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTipService.PlacementTarget">
      <summary>Gets or sets the object relative to which a tooltip is positioned.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTipService.ToolTip">
      <summary>Gets or sets the object or string content of an element's ToolTip.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToolTipService.GetPlacement(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the ToolTipService.Placement XAML attached property value for the specified target element.</summary>
      <returns>The relative position of the specified tooltip.</returns>
      <param name="element">The target element for the attached property value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToolTipService.GetPlacementTarget(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the ToolTipService.PlacementTarget XAML attached property value for the specified target element.</summary>
      <returns>The visual element that the tooltip is positioned relative to.</returns>
      <param name="element">The target element for the attached property value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToolTipService.GetToolTip(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the value of the ToolTipService.ToolTip XAML attached property for an object.</summary>
      <returns>The object's tooltip content.</returns>
      <param name="element">The object from which the property value is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToolTipService.SetPlacement(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Controls.Primitives.PlacementMode)">
      <summary>Sets the ToolTipService.Placement XAML attached property value for the specified target element.</summary>
      <param name="element">The target element for the attached property value.</param>
      <param name="value">One of the PlacementMode values, which specifies where the tooltip should appear relative to the control that is the placement target.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToolTipService.SetPlacementTarget(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.UIElement)">
      <summary>Sets the ToolTipService.PlacementTarget XAML attached property value for the specified target element.</summary>
      <param name="element">The target element for the attached property value.</param>
      <param name="value">The visual element that should be the placement target for the tooltip.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ToolTipService.SetToolTip(Windows.UI.Xaml.DependencyObject,System.Object)">
      <summary>Sets the value of the ToolTipService.ToolTip XAML attached property.</summary>
      <param name="element">The object to set tooltip content on.</param>
      <param name="value">The value to set for tooltip content.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTipService.PlacementProperty">
      <summary>Identifies the ToolTipService.Placement XAML attached property.</summary>
      <returns>The identifier for the ToolTipService.Placement XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTipService.PlacementTargetProperty">
      <summary>Identifies the ToolTipService.PlacementTarget XAML attached property.</summary>
      <returns>The identifier for the ToolTipService.PlacementTarget XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ToolTipService.ToolTipProperty">
      <summary>Identifies the ToolTipService.ToolTip XAML attached property.</summary>
      <returns>The identifier for the ToolTipService.ToolTip XAML attached property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.UIElementCollection">
      <summary>Represents an ordered collection of UIElement objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.Add(Windows.UI.Xaml.UIElement)">
      <summary>Adds a new item to the end of the collection. The item you add must be a UIElement derived element.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.Append(Windows.UI.Xaml.UIElement)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.Contains(Windows.UI.Xaml.UIElement)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.CopyTo(Windows.UI.Xaml.UIElement[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of UIElement items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.UIElementCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.First">
      <summary>Returns the iterator object that can iterate over the items in the UIElementCollection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The UIElement value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.GetMany(System.UInt32,Windows.UI.Xaml.UIElement[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view. This object implements IVectorView&lt;T&gt; with a UIElement constraint.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.IndexOf(Windows.UI.Xaml.UIElement,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.IndexOf(Windows.UI.Xaml.Controls.UIElement)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.Insert(System.Int32,Windows.UI.Xaml.UIElement)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.InsertAt(System.UInt32,Windows.UI.Xaml.UIElement)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.UIElementCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.UIElementCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.Remove(Windows.UI.Xaml.UIElement)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.ReplaceAll(Windows.UI.Xaml.UIElement[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UIElementCollection.SetAt(System.UInt32,Windows.UI.Xaml.UIElement)">
      <summary>Sets the value at the specified index to the UIElement value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.UIElementCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.UserControl">
      <summary>Provides the base class for defining a new control that encapsulates related existing controls and provides its own logic.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.UserControl.#ctor">
      <summary>Initializes a new instance of the UserControl class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.UserControl.Content">
      <summary>Gets or sets the content that is contained within a user control.</summary>
      <returns>The content of the user control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.UserControl.ContentProperty">
      <summary>Identifies the Content dependency property.</summary>
      <returns>The identifier for the Content dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.VariableSizedWrapGrid">
      <summary>Provides a grid-style layout panel where each tile/cell can be variable size based on content.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.#ctor">
      <summary>Initializes a new instance of the VariableSizedWrapGrid class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.ColumnSpan">
      <summary>Gets or sets a value that indicates the total number of columns that the element content spans within a parent VariableSizedWrapGrid.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.RowSpan">
      <summary>Gets or sets a value that indicates the total number of rows that the element content spans within a parent VariableSizedWrapGrid.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.HorizontalChildrenAlignment">
      <summary>Gets or sets the alignment rules by which child elements are arranged for the horizontal dimension.</summary>
      <returns>A value of the enumeration. The default is Left.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.ItemHeight">
      <summary>Gets or sets the height of the layout area for each item that is contained in a VariableSizedWrapGrid.</summary>
      <returns>The height of the layout area for each item that is contained in a VariableSizedWrapGrid. The default is Double.NaN, which results in the "Auto" layout behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.ItemWidth">
      <summary>Gets or sets the width of the layout area for each item that is contained in a VariableSizedWrapGrid.</summary>
      <returns>The width of the layout area for each item that is contained in a VariableSizedWrapGrid. The default is Double.NaN, which results in the "Auto" layout behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.MaximumRowsOrColumns">
      <summary>Gets or sets a value that influences the wrap point, also accounting for Orientation.</summary>
      <returns>The maximum rows or columns that this VariableSizedWrapGrid should present before it introduces wrapping to the layout. The default is -1, which is a special value that indicates no maximum.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.Orientation">
      <summary>Gets or sets the direction in which child elements are arranged.</summary>
      <returns>A value of the enumeration. The default is Vertical.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.VerticalChildrenAlignment">
      <summary>Gets or sets the alignment rules by which child elements are arranged for the vertical dimension.</summary>
      <returns>A value of the enumeration. The default is Top.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.GetColumnSpan(Windows.UI.Xaml.UIElement)">
      <summary>Gets the value of the VariableSizedWrapGrid.ColumnSpan XAML attached property from a target element.</summary>
      <returns>The obtained value.</returns>
      <param name="element">The target element.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.GetRowSpan(Windows.UI.Xaml.UIElement)">
      <summary>Gets the value of the VariableSizedWrapGrid.RowSpan XAML attached property from a target element.</summary>
      <returns>The obtained value.</returns>
      <param name="element">The target element.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.SetColumnSpan(Windows.UI.Xaml.UIElement,System.Int32)">
      <summary>Sets the value of the VariableSizedWrapGrid.ColumnSpan XAML attached property on a target element.</summary>
      <param name="element">The target element.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.SetRowSpan(Windows.UI.Xaml.UIElement,System.Int32)">
      <summary>Sets the value of the VariableSizedWrapGrid.RowSpan XAML attached property on a target element.</summary>
      <param name="element">The target element.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.ColumnSpanProperty">
      <summary>Identifies the VariableSizedWrapGrid.ColumnSpan XAML attached property.</summary>
      <returns>The identifier for the VariableSizedWrapGrid.ColumnSpan XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.HorizontalChildrenAlignmentProperty">
      <summary>Identifies the HorizontalChildrenAlignment dependency property.</summary>
      <returns>The identifier for the HorizontalChildrenAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.ItemHeightProperty">
      <summary>Identifies the ItemHeight dependency property.</summary>
      <returns>The identifier for the ItemHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.ItemWidthProperty">
      <summary>Identifies the ItemWidth dependency property.</summary>
      <returns>The identifier for the ItemWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.MaximumRowsOrColumnsProperty">
      <summary>Identifies the MaximumRowsOrColumns dependency property.</summary>
      <returns>The identifier for the MaximumRowsOrColumns dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.RowSpanProperty">
      <summary>Identifies the VariableSizedWrapGrid.RowSpan XAML attached property.</summary>
      <returns>The identifier for the VariableSizedWrapGrid.RowSpan XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VariableSizedWrapGrid.VerticalChildrenAlignmentProperty">
      <summary>Identifies the VerticalChildrenAlignment dependency property.</summary>
      <returns>The identifier for the VerticalChildrenAlignment dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Viewbox">
      <summary>Defines a content decorator that can stretch and scale a single child to fill the available space.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Viewbox.#ctor">
      <summary>Initializes a new instance of the Viewbox class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Viewbox.Child">
      <summary>Gets or sets the single child element of a Viewbox element.</summary>
      <returns>The single child element of a Viewbox element.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Viewbox.Stretch">
      <summary>Gets or sets the Stretch mode, which determines how content fits into the available space.</summary>
      <returns>A Stretch mode, which determines how content fits in the available space. The default is Uniform.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Viewbox.StretchDirection">
      <summary>Gets or sets the StretchDirection, which determines how scaling is applied to the contents of a Viewbox.</summary>
      <returns>A StretchDirection, which determines how scaling is applied to the contents of a Viewbox. The default is Both.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Viewbox.StretchDirectionProperty">
      <summary>Identifies the StretchDirection dependency property.</summary>
      <returns>The identifier for the StretchDirection dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Viewbox.StretchProperty">
      <summary>Identifies the Stretch dependency property.</summary>
      <returns>The identifier for the Stretch dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.VirtualizingPanel">
      <summary>Provides a framework for Panel elements that virtualize their visual children.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingPanel.ItemContainerGenerator">
      <summary>Gets a value that identifies the ItemContainerGenerator for this VirtualizingPanel.</summary>
      <returns>The ItemContainerGenerator for this VirtualizingPanel.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingPanel.AddInternalChild(Windows.UI.Xaml.UIElement)">
      <summary>Adds the specified UIElement to the Children collection of a VirtualizingPanel element.</summary>
      <param name="child">The UIElement child to add to the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingPanel.BringIndexIntoView(System.Int32)">
      <summary>Generates the item at the specified index location and makes it visible.</summary>
      <param name="index">The index position of the item that is generated and made visible.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingPanel.InsertInternalChild(System.Int32,Windows.UI.Xaml.UIElement)">
      <summary>Adds the specified UIElement to the collection of a VirtualizingPanel element at the specified index position.</summary>
      <param name="index">The index position within the collection at which the child element is inserted.</param>
      <param name="child">The UIElement child to add to the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingPanel.OnClearChildren">
      <summary>Called when the collection of child elements is cleared by the base Panel class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingPanel.OnItemsChanged(System.Object,Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs)">
      <summary>Called when the Items collection that is associated with the ItemsControl for this Panel changes.</summary>
      <param name="sender">The Object that raised the event.</param>
      <param name="args">Provides data for the ItemsChanged event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingPanel.RemoveInternalChildRange(System.Int32,System.Int32)">
      <summary>Removes child elements from the Children collection.</summary>
      <param name="index">The beginning index position within the collection at which the first child element is removed.</param>
      <param name="range">The total number of child elements to remove from the collection.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.VirtualizingStackPanel">
      <summary>Arranges and virtualizes content on a single line that is oriented either horizontally or vertically. Can only be used to display items in an ItemsControl.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingStackPanel.#ctor">
      <summary>Initializes a new instance of the VirtualizingStackPanel class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingStackPanel.VirtualizationMode">
      <summary>Gets or sets a value that sets the virtualization mode of items being virtualized by a parent VirtualizingStackPanel and items set.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingStackPanel.AreScrollSnapPointsRegular">
      <summary>Gets or sets a value that indicates whether the generated snap points used for panning in the VirtualizingStackPanel are equidistant from each other.</summary>
      <returns>true if the snap points in the VirtualizingStackPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingStackPanel.Orientation">
      <summary>Gets or sets a value that describes the horizontal or vertical orientation of stacked content.</summary>
      <returns>The Orientation of child content, as a value of the enumeration. The default is Vertical.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingStackPanel.GetIsVirtualizing(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets a value that determines whether an item is currently being virtualized as part of an items set where the ItemsPanel is templated with a VirtualizingStackPanel.</summary>
      <returns>true if the item specified by o is currently virtualizing its content; otherwise, false.</returns>
      <param name="o">The object item where you want to determine the current virtualization state.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingStackPanel.GetVirtualizationMode(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets the VirtualizingStackPanel.VirtualizationMode XAML attached property value for the specified target element.</summary>
      <returns>One of the enumeration values that specifies whether the object uses container recycling.</returns>
      <param name="element">The object from which the VirtualizationMode is read.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingStackPanel.OnCleanUpVirtualizedItem(Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs)">
      <summary>Called when an item that is hosted by the VirtualizingStackPanel is re-virtualized.</summary>
      <param name="e">Data about the event.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.VirtualizingStackPanel.SetVirtualizationMode(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.Controls.VirtualizationMode)">
      <summary>Sets the VirtualizingStackPanel.VirtualizationMode XAML attached property on the specified target element.</summary>
      <param name="element">The target element.</param>
      <param name="value">One of the enumeration values that specifies whether element uses container recycling.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.VirtualizingStackPanel.CleanUpVirtualizedItemEvent">
      <summary>Occurs when an item that is hosted by the VirtualizingStackPanel is re-virtualized.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingStackPanel.AreScrollSnapPointsRegularProperty">
      <summary>Identifies the AreScrollSnapPointsRegular dependency property.</summary>
      <returns>The identifier for the AreScrollSnapPointsRegular dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingStackPanel.IsVirtualizingProperty">
      <summary>Identifies the VirtualizingStackPanel.IsVirtualizing attached property.</summary>
      <returns>The identifier for the VirtualizingStackPanel.IsVirtualizing attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingStackPanel.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.VirtualizingStackPanel.VirtualizationModeProperty">
      <summary>Identifies the VirtualizingStackPanel.VirtualizationMode XAML attached property.</summary>
      <returns>The identifier for the VirtualizingStackPanel.VirtualizationMode XAML attached property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebView">
      <summary>Provides a control that hosts HTML content in an app.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.#ctor">
      <summary>Initializes a new instance of the WebView class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.AllowedScriptNotifyUris">
      <summary>Gets or sets a safe list of URIs that are permitted to fire ScriptNotify events to this WebView.</summary>
      <deprecated type="deprecate">AllowedScriptNotifyUris is not supported in apps compiled for Windows 8.1. Instead, update the ApplicationContentUriRules section of the app manifest. For more info, see the Remarks section.</deprecated>
      <returns>The safe list of URIs that are permitted to fire ScriptNotify events.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.AnyScriptNotifyUri">
      <summary>Gets a value that you can use to set the AllowedScriptNotifyUris property to indicate that any page can fire ScriptNotify events to this WebView.</summary>
      <deprecated type="deprecate">AnyScriptNotifyUri is not supported in apps compiled for Windows 8.1. Instead, update the ApplicationContentUriRules section of the app manifest. For more info, see the Remarks section.</deprecated>
      <returns>The safe list of URIs that are permitted to fire ScriptNotify events.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.CanGoBack">
      <summary>Gets a value that indicates whether there is at least one page in the backward navigation history.</summary>
      <returns>true if the WebView can navigate backward; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.CanGoForward">
      <summary>Gets a value that indicates whether there is at least one page in the forward navigation history.</summary>
      <returns>true if the WebView can navigate forward; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.DataTransferPackage">
      <summary>Gets a clipboard DataPackage as passed to the WebView.</summary>
      <deprecated type="deprecate">DataTransferPackage may be altered or unavailable for releases after Windows 8.1. Instead, use CaptureSelectedContentToDataPackageAsync.</deprecated>
      <returns>A clipboard data package.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.DefaultBackgroundColor">
      <summary>Gets or sets the color to use as the WebView background when the HTML content does not specify a color.</summary>
      <returns>The background color.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.DocumentTitle">
      <summary>Gets the title of the page currently displayed in the WebView.</summary>
      <returns>The page title.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.Source">
      <summary>Gets or sets the Uniform Resource Identifier (URI) source of the HTML content to display in the WebView control.</summary>
      <returns>The Uniform Resource Identifier (URI) source of the HTML content to display in the WebView control.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.BuildLocalStreamUri(System.String,System.String)">
      <summary>Creates a URI that you can pass to NavigateToLocalStreamUri.</summary>
      <returns>The URI created by combining and normalizing the contentIdentifier and relativePath.</returns>
      <param name="contentIdentifier">A unique identifier for the content the URI is referencing. This defines the root of the URI.</param>
      <param name="relativePath">The path to the resource, relative to the root.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.CapturePreviewToStreamAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Creates an image of the current WebView contents and writes it to the specified stream.</summary>
      <returns>An asynchronous action to await the capture operation.</returns>
      <param name="stream">The stream to write the image to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.CaptureSelectedContentToDataPackageAsync">
      <summary>Asynchronously gets a DataPackage that contains the selected content within the WebView.</summary>
      <returns>When this method completes, it returns the selected content as a DataPackage.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.Focus(Windows.UI.Xaml.FocusState)">
      <summary>Sets the input focus to the WebView.</summary>
      <returns>true if focus was set; otherwise, false.</returns>
      <param name="value">A value that indicates how the focus was set.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.GoBack">
      <summary>Navigates the WebView to the previous page in the navigation history.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.GoForward">
      <summary>Navigates the WebView to the next page in the navigation history.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.InvokeScript(System.String,System.String[])">
      <summary>Executes the specified script function from the currently loaded HTML, with specific arguments.</summary>
      <deprecated type="deprecate">InvokeScript may be altered or unavailable for releases after Windows 8.1. Instead, use InvokeScriptAsync.</deprecated>
      <returns>The result of the script invocation.</returns>
      <param name="scriptName">The name of the script function to invoke.</param>
      <param name="arguments">A string array that packages arguments to the script function.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.InvokeScriptAsync(System.String,System.String[])">
      <summary>As an asynchronous action, executes the specified script function from the currently loaded HTML, with specific arguments.</summary>
      <returns>When this method returns, the string result of the script invocation.</returns>
      <param name="scriptName">The name of the script function to invoke.</param>
      <param name="arguments">A string array that packages arguments to the script function.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.Navigate(Windows.Foundation.Uri)">
      <summary>Loads the HTML content at the specified Uniform Resource Identifier (URI).</summary>
      <param name="source">The Uniform Resource Identifier (URI) to load.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.NavigateToLocalStreamUri(Windows.Foundation.Uri,Windows.Web.IUriToStreamResolver)">
      <summary>Loads local web content at the specified URI using an IUriToStreamResolver.</summary>
      <param name="source">A URI identifying the local HTML content to load.</param>
      <param name="streamResolver">A resolver that converts the URI into a stream to load.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.NavigateToString(System.String)">
      <summary>Loads the specified HTML content as a new document.</summary>
      <param name="text">The HTML content to display in the WebView control.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.NavigateWithHttpRequestMessage(Windows.Web.Http.HttpRequestMessage)">
      <summary>Navigates the WebView to a URI with a POST request and HTTP headers.</summary>
      <param name="requestMessage">The details of the HTTP request.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.Refresh">
      <summary>Reloads the current content in the WebView.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebView.Stop">
      <summary>Halts the current WebView navigation or download.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.ContentLoading">
      <summary>Occurs when the WebView has started loading new content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.DOMContentLoaded">
      <summary>Occurs when the WebView has finished parsing the current HTML content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.FrameContentLoading">
      <summary>Occurs when a frame in the WebView has started loading new content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.FrameDOMContentLoaded">
      <summary>Occurs when a frame in the WebView has finished parsing its current HTML content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.FrameNavigationCompleted">
      <summary>Occurs when a frame in the WebView has finished loading its content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.FrameNavigationStarting">
      <summary>Occurs before a frame in the WebView navigates to new content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.LoadCompleted">
      <summary>Occurs when top-level navigation completes and the content loads into the WebView control or when an error occurs during loading.</summary>
      <deprecated type="deprecate">LoadCompleted may be altered or unavailable for releases after Windows 8.1. Instead, use NavigationCompleted.</deprecated>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.LongRunningScriptDetected">
      <summary>Occurs periodically while the WebView executes JavaScript, letting you halt the script.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.NavigationCompleted">
      <summary>Occurs when the WebView has finished loading the current content or if navigation has failed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.NavigationFailed">
      <summary>Occurs when the WebView cannot complete the navigation attempt.</summary>
      <deprecated type="deprecate">NavigationFailed may be altered or unavailable for releases after Windows 8.1. Instead, use NavigationCompleted.</deprecated>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.NavigationStarting">
      <summary>Occurs before the WebView navigates to new content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.ScriptNotify">
      <summary>Occurs when the content contained in the WebView control passes a string to the application by using JavaScript.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.UnsafeContentWarningDisplaying">
      <summary>Occurs when the WebView shows a warning page for content that was reported as unsafe by SmartScreen Filter.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.WebView.UnviewableContentIdentified">
      <summary>Occurs when the WebView attempts to download an unsupported file.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.AllowedScriptNotifyUrisProperty">
      <summary>Identifies the AllowedScriptNotifyUris dependency property.</summary>
      <deprecated type="deprecate">AllowedScriptNotifyUrisProperty is not supported in apps compiled for Windows 8.1. Instead, update the ApplicationContentUriRules section of the app manifest. For more info, see the Remarks section.</deprecated>
      <returns>The identifier for the AllowedScriptNotifyUris dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.CanGoBackProperty">
      <summary>Identifies the CanGoBack dependency property.</summary>
      <returns>The identifier for the CanGoBack dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.CanGoForwardProperty">
      <summary>Identifies the CanGoForward dependency property.</summary>
      <returns>The identifier for the CanGoForward dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.DataTransferPackageProperty">
      <summary>Identifies the DataTransferPackage dependency property.</summary>
      <deprecated type="deprecate">DataTransferPackageProperty may be altered or unavailable for releases after Windows 8.1. Instead, use CaptureSelectedContentToDataPackageAsync.</deprecated>
      <returns>The identifier for the DataTransferPackage dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.DefaultBackgroundColorProperty">
      <summary>Identifies the DefaultBackgroundColor dependency property.</summary>
      <returns>The identifier for the DefaultBackgroundColor dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.DocumentTitleProperty">
      <summary>Identifies the DocumentTitle dependency property.</summary>
      <returns>The identifier of the DocumentTitle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebView.SourceProperty">
      <summary>Identifies the Source dependency property.</summary>
      <returns>The identifier for the Source dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewBrush">
      <summary>Provides a brush that renders the content that is currently hosted in a WebView control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebViewBrush.#ctor">
      <summary>Initializes a new instance of the WebViewBrush class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewBrush.SourceName">
      <summary>Gets or sets the name of the source WebView control that provides the HTML content.</summary>
      <returns>The Name of the WebView that provides the HTML content.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebViewBrush.Redraw">
      <summary>Forces the brush to asynchronously redraw itself.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WebViewBrush.SetSource(Windows.UI.Xaml.Controls.WebView)">
      <summary>Sets the source of the content for the WebViewBrush.</summary>
      <param name="source">The WebView hosting the HTML content that is the source for the brush.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewBrush.SourceNameProperty">
      <summary>Identifies the SourceName dependency property.</summary>
      <returns>The identifier for the SourceName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs">
      <summary>Provides data for the WebView.ContentLoading event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) of the content the WebView is loading.</summary>
      <returns>The Uniform Resource Identifier (URI) of the content.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs">
      <summary>Provides data for the DOMContentLoaded event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) of the content the WebView is loading.</summary>
      <returns>The Uniform Resource Identifier (URI) of the content.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs">
      <summary>Provides data for the WebView.LongRunningScriptDetected event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs.ExecutionTime">
      <summary>Gets the number of milliseconds that the WebView control has been executing a long-running script.</summary>
      <returns>The number of milliseconds the script has been running.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs.StopPageScriptExecution">
      <summary>Halts a long-running script executing in a WebView control.</summary>
      <returns>true to halt the script; otherwise, false.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs">
      <summary>Provides data for the WebView.NavigationCompleted and FrameNavigationCompleted events.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs.IsSuccess">
      <summary>Gets a value that indicates whether the navigation completed successfully.</summary>
      <returns>true if the navigation completed successfully; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) of the WebView content.</summary>
      <returns>The Uniform Resource Identifier (URI) of the content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs.WebErrorStatus">
      <summary>If the navigation was unsuccessful, gets a value that indicates why</summary>
      <returns>A value that explains an unsuccessful navigation.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewNavigationFailedEventArgs">
      <summary>Provides data for the WebView.NavigationFailed event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewNavigationFailedEventArgs.Uri">
      <summary>Gets the URI that the WebView attempted to navigate to.</summary>
      <returns>The attempted navigation target.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewNavigationFailedEventArgs.WebErrorStatus">
      <summary>Gets the error that occurred when navigation failed.</summary>
      <returns>The navigation error.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs">
      <summary>Provides data for the WebView.NavigationStarting and FrameNavigationStarting events.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs.Cancel">
      <summary>Gets or sets a value indicating whether to cancel the WebView navigation.</summary>
      <returns>true to cancel the navigation; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) of the content the WebView is loading.</summary>
      <returns>The Uniform Resource Identifier (URI) of the content.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs">
      <summary>Provides data for the WebView.UnviewableContentIdentified event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs.Referrer">
      <summary>Gets the Uniform Resource Identifier (URI) of the page that contains the link to the unviewable content.</summary>
      <returns>The Uniform Resource Identifier (URI) of the referring page.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) of the content the WebView attempted to load.</summary>
      <returns>The Uniform Resource Identifier (URI) of the content.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WrapGrid">
      <summary>Positions child elements sequentially from left to right or top to bottom. When elements extend beyond the container edge, elements are positioned in the next row or column. Can only be used to display items in an ItemsControl.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.WrapGrid.#ctor">
      <summary>Initializes a new instance of the WrapGrid class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.HorizontalChildrenAlignment">
      <summary>Gets or sets the alignment rules by which child elements are arranged for the horizontal dimension.</summary>
      <returns>A value of the enumeration. The default is Left.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.ItemHeight">
      <summary>Gets or sets the height of the layout area for each item that is contained in a WrapGrid.</summary>
      <returns>The height of the layout area for each item that is contained in a WrapGrid. The default is Double.NaN, which results in the "Auto" layout behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.ItemWidth">
      <summary>Gets or sets the width of the layout area for each item that is contained in a WrapGrid.</summary>
      <returns>The width of the layout area for each item that is contained in a WrapGrid. The default is Double.NaN, which results in the "Auto" layout behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.MaximumRowsOrColumns">
      <summary>Gets or sets a value that influences the wrap point, also accounting for Orientation.</summary>
      <returns>The maximum rows or columns that this WrapGrid should present before it introduces wrapping to the layout. The default is -1, which is a special value that indicates no maximum.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.Orientation">
      <summary>Gets or sets the direction in which child elements are arranged.</summary>
      <returns>A value of the enumeration. The default is Vertical.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.VerticalChildrenAlignment">
      <summary>Gets or sets the alignment rules by which child elements are arranged for the vertical dimension.</summary>
      <returns>A value of the enumeration. The default is Top.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.HorizontalChildrenAlignmentProperty">
      <summary>Identifies the HorizontalChildrenAlignment dependency property.</summary>
      <returns>The identifier for the HorizontalChildrenAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.ItemHeightProperty">
      <summary>Identifies the ItemHeight dependency property.</summary>
      <returns>The identifier for the ItemHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.ItemWidthProperty">
      <summary>Identifies the ItemWidth dependency property.</summary>
      <returns>The identifier for the ItemWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.MaximumRowsOrColumnsProperty">
      <summary>Identifies the MaximumRowsOrColumns dependency property.</summary>
      <returns>The identifier for the MaximumRowsOrColumns dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.WrapGrid.VerticalChildrenAlignmentProperty">
      <summary>Identifies the VerticalChildrenAlignment dependency property.</summary>
      <returns>The identifier for the VerticalChildrenAlignment dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.BackClickEventHandler">
      <summary>Represents the method that will handle a BackClick event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventHandler">
      <summary>Represents the method that handles the CleanUpVirtualizedItemEvent attached event.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ContextMenuOpeningEventHandler">
      <summary>Represents the method that will handle the ContextMenuOpening event that exists on several text-related UI elements.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.DragItemsStartingEventHandler">
      <summary>Represents the method that will handle the DragItemsStarting event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.HubSectionHeaderClickEventHandler">
      <summary>Represents the method that will handle a Hub.SectionHeaderClick event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemClickEventHandler">
      <summary>Represents the method that will handle an ItemClick event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.NotifyEventHandler">
      <summary>Represents the method that will handle the ScriptNotify event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SectionsInViewChangedEventHandler">
      <summary>Represents the method that will handle a SectionsInViewChanged event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SelectionChangedEventHandler">
      <summary>Represents the method that will handle the SelectionChanged event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventHandler">
      <summary>Represents the method that will handle the ViewChangeStarted and ViewChangeCompleted events.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TextChangedEventHandler">
      <summary>Represents the method that will handle the TextChanged event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.TextControlPasteEventHandler">
      <summary>Represents the method that will handle a Paste event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.WebViewNavigationFailedEventHandler">
      <summary>Represents the method that will handle the WebView.NavigationFailed event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ClickMode">
      <summary>Specifies when the Click event should be raised for a control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ClickMode.Release">
      <summary>Specifies that the Click event should be raised when the left mouse button is pressed and released, and the mouse pointer is over the control. If you are using the keyboard, specifies that the Click event should be raised when the SPACEBAR or ENTER key is pressed and released, and the control has keyboard focus.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ClickMode.Press">
      <summary>Specifies that the Click event should be raised when the mouse button is pressed and the mouse pointer is over the control. If you are using the keyboard, specifies that the Click event should be raised when the SPACEBAR or ENTER key is pressed and the control has keyboard focus.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ClickMode.Hover">
      <summary>Specifies that the Click event should be raised when the mouse pointer moves over the control.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.IncrementalLoadingTrigger">
      <summary>Defines constants that specify list view incremental loading behavior (IncrementalLoadingTrigger property).</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.IncrementalLoadingTrigger.None">
      <summary>Incremental loading does not occur.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.IncrementalLoadingTrigger.Edge">
      <summary>Uses an "edge" offset for incremental loading visual behavior, and enables the list view to notify the scroll host of incremental load per interaction with other settings (IncrementalLoadingThreshold, DataFetchSize).</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ItemsUpdatingScrollMode">
      <summary>Defines constants that specify the scrolling behavior of items while updating.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ItemsUpdatingScrollMode.KeepItemsInView">
      <summary>Adjusts the scroll offset to keep visible items in the viewport when items are added to the ItemsSource.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ItemsUpdatingScrollMode.KeepScrollOffset">
      <summary>Maintains the scroll offset relative to the beginning of the list, forcing items in the viewport to move down when items are added to the ItemsSource.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ListViewSelectionMode">
      <summary>Defines constants that specify the selection mode of a ListView or GridView.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ListViewSelectionMode.None">
      <summary>A user can't select items.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ListViewSelectionMode.Single">
      <summary>A user can select a single item.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ListViewSelectionMode.Multiple">
      <summary>The user can select multiple items without entering a special mode.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ListViewSelectionMode.Extended">
      <summary>The user can select multiple items by entering a special mode, for example when depressing a modifier key.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Orientation">
      <summary>Defines constants that specify the different orientations that a control or layout can have.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Orientation.Vertical">
      <summary>The control or layout should be vertically oriented.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Orientation.Horizontal">
      <summary>The control or layout should be horizontally oriented.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.PanelScrollingDirection">
      <summary>Defines constants that specify the direction that a panel is scrolling.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.PanelScrollingDirection.None">
      <summary>The panel is not scrolling.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.PanelScrollingDirection.Forward">
      <summary>The panel is scrolling forward.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.PanelScrollingDirection.Backward">
      <summary>The panel is scrolling backward.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollBarVisibility">
      <summary>Defines constants that specify the visibility of a scrollbar within a ScrollViewer control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollBarVisibility.Disabled">
      <summary>A ScrollBar does not appear even when the viewport cannot display all of the content. Scrolling is disabled. The dimension of the content is set to the corresponding dimension of the ScrollViewer parent. For a horizontal ScrollBar, the width of the content is set to the ViewportWidth of the ScrollViewer. For a vertical ScrollBar, the height of the content is set to the ViewportHeight of the ScrollViewer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollBarVisibility.Auto">
      <summary>A ScrollBar appears only when the viewport cannot display all of the content. The dimension of the content is set to the corresponding dimension of the ScrollViewer parent. For a horizontal ScrollBar, the width of the content is set to the ViewportWidth of the ScrollViewer. For a vertical ScrollBar, the height of the content is set to the ViewportHeight of the ScrollViewer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollBarVisibility.Hidden">
      <summary>A ScrollBar does not appear even when the viewport cannot display all of the content. Scrolling is still enabled, and can occur through touch, keyboard, or mouse wheel interaction. The dimension of the content is not affected by the dimension of the ScrollViewer.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollBarVisibility.Visible">
      <summary>A ScrollBar always appears. The dimension of the content is set to the corresponding dimension of the ScrollViewer parent. For a horizontal ScrollBar, the width of the content is set to the ViewportWidth of the ScrollViewer. For a vertical ScrollBar, the height of the content is set to the ViewportHeight of the ScrollViewer.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollIntoViewAlignment">
      <summary>Defines constants that describe how an item that is programmatically scrolled into view aligns with the visible area.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollIntoViewAlignment.Default">
      <summary>The item aligns with the nearest edge.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollIntoViewAlignment.Leading">
      <summary>The item aligns with the leading edge.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ScrollMode">
      <summary>Defines constants that specify scrolling behavior for ScrollViewer and other parts involved in scrolling scenarios.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollMode.Disabled">
      <summary>Scrolling is disabled.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollMode.Enabled">
      <summary>Scrolling is enabled.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ScrollMode.Auto">
      <summary>Scrolling is enabled but behavior uses a "rails" manipulation mode.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SelectionMode">
      <summary>Defines constants that specify the selection behavior for a ListBox.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SelectionMode.Single">
      <summary>The user can select only one item at a time.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SelectionMode.Multiple">
      <summary>The user can select multiple items without entering a special mode.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SelectionMode.Extended">
      <summary>The user can select multiple items by entering a special mode, for example when depressing a modifier key.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.SnapPointsType">
      <summary>Defines constants that specify how panning snap points are processed for gesture/manipulation input.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SnapPointsType.None">
      <summary>No value set.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SnapPointsType.Optional">
      <summary>Viewer will snap to snap points on proximity.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SnapPointsType.Mandatory">
      <summary>Viewer will always snap to a snap point on interaction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SnapPointsType.OptionalSingle">
      <summary>Snap points are optional and cannot be jumped over.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.SnapPointsType.MandatorySingle">
      <summary>Snap points are mandatory and cannot be jumped over.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.StretchDirection">
      <summary>Defines constants that specify the direction that content is scaled.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.StretchDirection.UpOnly">
      <summary>The content scales upward only when it is smaller than the parent. If the content is larger, no scaling downward is performed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.StretchDirection.DownOnly">
      <summary>The content scales downward only when it is larger than the parent. If the content is smaller, no scaling upward is performed.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.StretchDirection.Both">
      <summary>The content stretches to fit the parent according to the Stretch property.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Symbol">
      <summary>Defines constants that specify a glyph from the Segoe UI Symbol font to use as the content of a SymbolIcon.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Previous">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Next">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Play">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Pause">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Edit">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Save">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Clear">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Delete">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Remove">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Add">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Cancel">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Accept">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.More">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Redo">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Undo">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Home">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Up">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Forward">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Back">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Favorite">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Camera">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Setting">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Video">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Sync">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Download">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Mail">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Find">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Help">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Upload">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Emoji">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.TwoPage">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.LeaveChat">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MailForward">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Clock">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Send">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Crop">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.RotateCamera">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.People">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.OpenPane">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ClosePane">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.World">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Flag">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.PreviewLink">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Globe">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Trim">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.AttachCamera">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ZoomIn">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Bookmarks">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Document">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ProtectedDocument">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Page">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Bullets">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Comment">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MailFilled">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ContactInfo">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.HangUp">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ViewAll">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MapPin">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Phone">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.VideoChat">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Switch">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Contact">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Rename">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Pin">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MusicInfo">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Go">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Keyboard">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.DockLeft">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.DockRight">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.DockBottom">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Remote">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Refresh">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Rotate">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Shuffle">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.List">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Shop">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SelectAll">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Orientation">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Import">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ImportAll">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.BrowsePhotos">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.WebCam">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Pictures">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SaveLocal">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Caption">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Stop">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ShowResults">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Volume">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Repair">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Message">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Page2">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.CalendarDay">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.CalendarWeek">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Calendar">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Character">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MailReplyAll">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Read">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Link">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Account">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ShowBcc">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.HideBcc">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Cut">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Attach">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Paste">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Filter">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Copy">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Emoji2">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Important">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MailReply">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SlideShow">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Sort">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Manage">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.DisconnectDrive">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MapDrive">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.NewWindow">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.OpenWith">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ContactPresence">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Priority">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.GoToToday">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Font">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.FontColor">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Contact2">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Folder">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Audio">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Placeholder">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.View">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SetLockScreen">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SetTile">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ClosedCaption">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.StopSlideShow">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Permissions">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Highlight">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.DisableUpdates">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.UnFavorite">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.UnPin">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.OpenLocal">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Mute">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Italic">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Underline">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Bold">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.MoveToFolder">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.LikeDislike">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Dislike">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Like">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.AlignRight">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.AlignCenter">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.AlignLeft">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Zoom">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ZoomOut">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.OpenFile">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.OtherUser">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Admin">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Street">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Map">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ClearSelection">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.FontDecrease">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.FontIncrease">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.FontSize">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.CellPhone">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ReShare">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Tag">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.RepeatOne">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.RepeatAll">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.OutlineStar">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SolidStar">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Calculator">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Directions">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Target">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Library">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.PhoneBook">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Memo">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.Microphone">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.PostUpdate">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.BackToWindow">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.FullScreen">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.NewFolder">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.CalendarReply">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.UnSyncFolder">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ReportHacked">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SyncFolder">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.BlockContact">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.SwitchApps">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.AddFriend">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.TouchPointer">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.GoToStart">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ZeroBars">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.OneBar">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.TwoBars">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.ThreeBars">
      <summary></summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Symbol.FourBars">
      <summary></summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.VirtualizationMode">
      <summary>Defines constants that specify how VirtualizingStackPanel manages item containers for its child items.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.VirtualizationMode.Standard">
      <summary>Create and discard the item containers.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.VirtualizationMode.Recycling">
      <summary>Reuse the item containers.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ZoomMode">
      <summary>Defines constants that specify the current mode for zoom behavior in the ScrollViewer content.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ZoomMode.Disabled">
      <summary>Zoom of content is disabled.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.ZoomMode.Enabled">
      <summary>Zoom of content is enabled.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ICommandBarElement">
      <summary>Defines the compact view for command bar elements.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ICommandBarElement.IsCompact">
      <summary>Gets or sets a value that indicates whether the element is shown with no label and reduced padding.</summary>
      <returns>true if the element is shown in its compact state; otherwise, false. The default is false.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.IItemContainerMapping">
      <summary>Provides methods that let an ItemsControl map data items to UI containers.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.IItemContainerMapping.ContainerFromIndex(System.Int32)">
      <summary>Returns the container for the item at the specified index within the ItemCollection.</summary>
      <returns>The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.</returns>
      <param name="index">The index of the item to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.IItemContainerMapping.ContainerFromItem(System.Object)">
      <summary>Returns the container corresponding to the specified item.</summary>
      <returns>A container that corresponds to the specified item, if the item has a container and exists in the collection; otherwise, null.</returns>
      <param name="item">The item to retrieve the container for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.IItemContainerMapping.IndexFromContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the index to the item that has the specified, generated container.</summary>
      <returns>The index to the item that corresponds to the specified generated container.</returns>
      <param name="container">The generated container to retrieve the item index for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.IItemContainerMapping.ItemFromContainer(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the item that corresponds to the specified, generated container.</summary>
      <returns>The contained item, or the container if it does not contain an item.</returns>
      <param name="container">The DependencyObject that corresponds to the item to be returned.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.INavigate">
      <summary>Defines the navigation action for navigation hosts and navigation initiators.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.INavigate.Navigate(Windows.UI.Xaml.Interop.TypeName)">
      <summary>Causes the navigation host to load content that is specified by data type.</summary>
      <returns>true if the navigation host can navigate according to its settings; otherwise, false.</returns>
      <param name="sourcePageType">The data type of the content to load.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.ISemanticZoomInformation">
      <summary>Communicates the info needed for a view to serve as one of the two possible views (ZoomedOutView or ZoomedInView) of a SemanticZoom.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ISemanticZoomInformation.IsActiveView">
      <summary>Gets or sets a value that indicates whether the implementing view is the active view.</summary>
      <returns>true if the implementing view is the active view; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ISemanticZoomInformation.IsZoomedInView">
      <summary>Gets or sets a value that indicates whether the implementing view is the semantically more complete zoomed-in view.</summary>
      <returns>true if the implementing view is the zoomed-in view; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.ISemanticZoomInformation.SemanticZoomOwner">
      <summary>Gets or sets the SemanticZoom owner that hosts the implementing view.</summary>
      <returns>The SemanticZoom that hosts this view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ISemanticZoomInformation.CompleteViewChange">
      <summary>Changes related aspects of presentation (such as scrolling UI or state) when the overall view for a SemanticZoom changes.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ISemanticZoomInformation.CompleteViewChangeFrom(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Completes item-wise operations related to a view change when the implementing view is the source view and the new view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ISemanticZoomInformation.CompleteViewChangeTo(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Completes item-wise operations related to a view change when the implementing view is the destination view and the source view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ISemanticZoomInformation.InitializeViewChange">
      <summary>Initializes the changes to related aspects of presentation (such as scrolling UI or state) when the overall view for a SemanticZoom is about to change.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ISemanticZoomInformation.MakeVisible(Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Forces content in the view to scroll until the item specified by SemanticZoomLocation is visible. Also focuses that item if found.</summary>
      <param name="item">The item in the view to scroll to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ISemanticZoomInformation.StartViewChangeFrom(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Initializes item-wise operations related to a view change when the implementing view is the source view and the pending destination view is a potentially different implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.ISemanticZoomInformation.StartViewChangeTo(Windows.UI.Xaml.Controls.SemanticZoomLocation,Windows.UI.Xaml.Controls.SemanticZoomLocation)">
      <summary>Initializes item-wise operations related to a view change when the source view is a different view and the pending destination view is the implementing view.</summary>
      <param name="source">The view item as represented in the source view.</param>
      <param name="destination">The view item as represented in the destination view.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Controls.Primitives">
      <summary>Defines classes that represent the component parts of UI controls, or otherwise support the control composition model. Also defines interfaces for control patterns such as snapping and selection.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ButtonBase">
      <summary>Represents the base class for all button controls, such as Button, RepeatButton, and HyperlinkButton.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.ButtonBase.#ctor">
      <summary>Provides base class initialization behavior for ButtonBase derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.ClickMode">
      <summary>Gets or sets a value that indicates when the Click event occurs, in terms of device behavior.</summary>
      <returns>A value of the enumeration that indicates when the Click event occurs.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.Command">
      <summary>Gets or sets the command to invoke when this button is pressed.</summary>
      <returns>The command to invoke when this button is pressed. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.CommandParameter">
      <summary>Gets or sets the parameter to pass to the Command property.</summary>
      <returns>The parameter to pass to the Command property. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.IsPointerOver">
      <summary>Gets a value that indicates whether a device pointer is located over this button control.</summary>
      <returns>True if a pointer is over the button control; otherwise false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.IsPressed">
      <summary>Gets a value that indicates whether a ButtonBase is currently in a pressed state.</summary>
      <returns>True if the ButtonBase is in a pressed state; otherwise false. The default is false.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.ButtonBase.Click">
      <summary>Occurs when a button control is clicked.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.ClickModeProperty">
      <summary>Identifies the ClickMode dependency property</summary>
      <returns>The identifier for the ClickMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.CommandParameterProperty">
      <summary>Identifier for the CommandParameter dependency property.</summary>
      <returns>The identifier for the CommandParameter dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.CommandProperty">
      <summary>Identifier for the Command dependency property.</summary>
      <returns>The identifier for the Command dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.IsPointerOverProperty">
      <summary>Identifies the IsPointerOver dependency property.</summary>
      <returns>The identifier for the IsPointerOver dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.IsPressedProperty">
      <summary>Identifies the IsPressed dependency property.</summary>
      <returns>The identifier for the IsPressed dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.CarouselPanel">
      <summary>Represents a panel that arranges its items in a line and circles around to the first item when the last item is reached.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.#ctor">
      <summary>Initializes a new instance of the CarouselPanel class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.AreHorizontalSnapPointsRegular">
      <summary>Gets a value that indicates whether the horizontal snap points for the CarouselPanel are equidistant from each other.</summary>
      <returns>true if the horizontal snap points for the CarouselPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.AreVerticalSnapPointsRegular">
      <summary>Gets a value that indicates whether the vertical snap points for the CarouselPanel are equidistant from each other.</summary>
      <returns>true if the vertical snap points for the CarouselPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.CanHorizontallyScroll">
      <summary>Not intended for general use. Gets or sets a value that indicates whether scrolling on the horizontal axis is possible.</summary>
      <returns>true if scrolling is possible; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.CanVerticallyScroll">
      <summary>Not intended for general use. Gets or sets a value that indicates whether scrolling on the vertical axis is possible.</summary>
      <returns>true if scrolling is possible; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.ExtentHeight">
      <summary>Gets the vertical size of the panel extent.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.ExtentWidth">
      <summary>Gets the horizontal size of the panel extent.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.HorizontalOffset">
      <summary>Gets the horizontal offset of the scrolled content.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.ScrollOwner">
      <summary>Gets or sets a reference to a ScrollViewer that is the scroll host or scroll owner for scrolling behavior of the CarouselPanel.</summary>
      <returns>The scroll host or scroll owner for scrolling behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.VerticalOffset">
      <summary>Gets the vertical offset of the scrolled content.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.ViewportHeight">
      <summary>Gets the vertical size of the viewport/content area.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.ViewportWidth">
      <summary>Gets the horizontal size of the viewport/content area.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.GetIrregularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment)">
      <summary>Returns the set of distances between irregular snap points for a specified orientation and alignment.</summary>
      <returns>The read only collection of snap point distances. Returns an empty collection when no snap points are present.</returns>
      <param name="orientation">The orientation/dimension for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@)">
      <summary>Gets the distance between regular snap points for a specified orientation and alignment.</summary>
      <returns>The distance between the equidistant snap points. Returns 0 when no snap points are present.</returns>
      <param name="orientation">The orientation/dimension for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
      <param name="offset">Out parameter. The offset of the first snap point.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.LineDown">
      <summary>Scrolls content by one line towards the bottom.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.LineLeft">
      <summary>Scrolls content by one line towards the left.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.LineRight">
      <summary>Scrolls content by one line towards the right.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.LineUp">
      <summary>Scrolls content by one line towards the top.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.MakeVisible(Windows.UI.Xaml.UIElement,Windows.Foundation.Rect)">
      <summary>Changes existing offsets in order to make the provided element visible in the viewport, and returns a Rect measurement and position of the area.</summary>
      <returns>A rectangle that represents the input rectangle Rect transformed by using the CarouselPanel coordinate space.</returns>
      <param name="visual">The element to make visible.</param>
      <param name="rectangle">A rectangle representing the element's coordinate space.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.MouseWheelDown">
      <summary>Scrolls content by one mousewheel click towards the bottom.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.MouseWheelLeft">
      <summary>Scrolls content by one mousewheel click towards the left.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.MouseWheelRight">
      <summary>Scrolls content by one mousewheel click towards the right.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.MouseWheelUp">
      <summary>Scrolls content by one mousewheel click towards the top.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.PageDown">
      <summary>Scrolls content by one page towards the bottom.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.PageLeft">
      <summary>Scrolls content by one page towards the left.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.PageRight">
      <summary>Scrolls content by one page towards the left.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.PageUp">
      <summary>Scrolls content by one page towards the top.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.SetHorizontalOffset(System.Double)">
      <summary>Changes the horizontal offset of content within the CarouselPanel viewport.</summary>
      <param name="offset">The horizontal offset to set, in pixels.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.SetVerticalOffset(System.Double)">
      <summary>Changes the vertical offset of content within the CarouselPanel viewport.</summary>
      <param name="offset">The vertical offset to set, in pixels.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.HorizontalSnapPointsChanged">
      <summary>Occurs when the measurements for horizontal snap points change.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.CarouselPanel.VerticalSnapPointsChanged">
      <summary>Occurs when the measurements for vertical snap points change.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ComboBoxTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ComboBox control. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ComboBoxTemplateSettings.DropDownClosedHeight">
      <summary>Gets a value that reports the run-time layout slot height of the Popup part of a ComboBox in the Closed state.</summary>
      <returns>The run-time layout slot height, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ComboBoxTemplateSettings.DropDownOffset">
      <summary>Gets a value that reports the run-time offset value that is useful for a Split animation of the Popup part of a ComboBox.</summary>
      <returns>The run-time offset value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ComboBoxTemplateSettings.DropDownOpenedHeight">
      <summary>Gets a value that reports the run-time layout slot height of the Popup part of a ComboBox in the Opened state.</summary>
      <returns>The run-time layout slot height, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ComboBoxTemplateSettings.SelectedItemDirection">
      <summary>Gets a value that reports the selection direction in a ComboBox. This is either Bottom or Top depending on how DropDownOffset is set.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs">
      <summary>Provides data for the DragCompleted event that occurs when a user completes a drag operation with the mouse of a Thumb control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs.#ctor(System.Double,System.Double,System.Boolean)">
      <summary>Initializes a new instance of the DragCompletedEventArgs class.</summary>
      <param name="horizontalChange">The horizontal change in position of the Thumb control, resulting from the drag operation.</param>
      <param name="verticalChange">The vertical change in position of the Thumb control, resulting from the drag operation.</param>
      <param name="canceled">A value that indicates whether the drag operation was canceled by a call to the CancelDrag method.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs.Canceled">
      <summary>Gets a value that indicates whether the drag operation was canceled.</summary>
      <returns>true if the drag operation was canceled; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs.HorizontalChange">
      <summary>Gets the horizontal distance between the current mouse position and the thumb coordinates.</summary>
      <returns>The horizontal distance between the current mouse position and the thumb coordinates.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs.VerticalChange">
      <summary>Gets the vertical distance between the current mouse position and the thumb coordinates.</summary>
      <returns>The vertical distance between the current mouse position and the thumb coordinates.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs">
      <summary>Provides data for the DragDelta event that occurs one or more times when a user drags a Thumb control with the mouse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs.#ctor(System.Double,System.Double)">
      <summary>Initializes a new instance of the DragDeltaEventArgs class.</summary>
      <param name="horizontalChange">The horizontal change in the Thumb position since the last DragDelta event.</param>
      <param name="verticalChange">The vertical change in the Thumb position since the last DragDelta event.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs.HorizontalChange">
      <summary>Gets the horizontal change in the Thumb position since the last DragDelta event.</summary>
      <returns>The horizontal change in the Thumb position since the last DragDelta event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs.VerticalChange">
      <summary>Gets the vertical change in the Thumb position since the last DragDelta event.</summary>
      <returns>The vertical change in the Thumb position since the last DragDelta event.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs">
      <summary>Provides data for the DragStarted event that occurs when a user drags a Thumb control with the mouse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs.#ctor(System.Double,System.Double)">
      <summary>Initializes a new instance of the DragStartedEventArgs class.</summary>
      <param name="horizontalOffset">The horizontal distance between the current mouse position and the thumb coordinates.</param>
      <param name="verticalOffset">The vertical distance between the current mouse position and the thumb coordinates.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs.HorizontalOffset">
      <summary>Gets the horizontal distance between the current mouse position and the thumb coordinates.</summary>
      <returns>The horizontal distance between the current mouse position and the thumb coordinates.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs.VerticalOffset">
      <summary>Gets the vertical distance between the current mouse position and the thumb coordinates.</summary>
      <returns>The vertical distance between the current mouse position and the thumb coordinates.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.FlyoutBase">
      <summary>Represents the base class for flyout controls, such as Flyout and MenuFlyout.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.#ctor">
      <summary>Provides base class initialization behavior for FlyoutBase derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AttachedFlyout">
      <summary>Gets or sets the flyout attached to a FrameworkElement.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Placement">
      <summary>Gets or sets the default placement to be used for the flyout, in relation to its placement target.</summary>
      <returns>A named constant of the enumeration that indicates where the flyout is placed in relation to its placement target. The default is Top.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.CreatePresenter">
      <summary>When overridden in a derived class, initializes a control to show the flyout content as appropriate for the derived control.</summary>
      <returns>The control that displays the content of the flyout.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.GetAttachedFlyout(Windows.UI.Xaml.FrameworkElement)">
      <summary>Gets the flyout associated with the specified element.</summary>
      <returns>The flyout attached to the specified element.</returns>
      <param name="element">The element for which to get the associated flyout.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Hide">
      <summary>Closes the flyout.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.SetAttachedFlyout(Windows.UI.Xaml.FrameworkElement,Windows.UI.Xaml.Controls.Primitives.FlyoutBase)">
      <summary>Associates the specified flyout with the specified FrameworkElement.</summary>
      <param name="element">The element to associate the flyout with.</param>
      <param name="value">The flyout to associate with the specified element.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.ShowAt(Windows.UI.Xaml.FrameworkElement)">
      <summary>Shows the flyout placed in relation to the specified element.</summary>
      <param name="placementTarget">The element to use as the flyout's placement target.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.ShowAttachedFlyout(Windows.UI.Xaml.FrameworkElement)">
      <summary>Shows the flyout associated with the specified element, if any.</summary>
      <param name="flyoutOwner">The element for which to show the associated flyout.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Closed">
      <summary>Occurs when the flyout is hidden.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Opened">
      <summary>Occurs when the flyout is shown.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Opening">
      <summary>Occurs before the flyout is shown.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AttachedFlyoutProperty">
      <summary>Identifies the FlyoutBase.AttachedFlyout XAML attached property.</summary>
      <returns>The identifier for the FlyoutBase.AttachedFlyout XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.PlacementProperty">
      <summary>Identifies the Placement dependency property.</summary>
      <returns>The identifier for the Placement dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPositionHelper">
      <summary>Provides utility methods for evaluating and creating GeneratorPosition structure values. C# and Microsoft Visual Basic code should use members of GeneratorPosition instead.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GeneratorPositionHelper.FromIndexAndOffset(System.Int32,System.Int32)">
      <summary>Creates a GeneratorPosition value using provided values for index and offset. C# and Microsoft Visual Basic code should use GeneratorPosition(Int32,Int32) instead.</summary>
      <returns>The created GeneratorPosition structure with the desired values.</returns>
      <param name="index">The index value to create with.</param>
      <param name="offset">The offset value to create with.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter">
      <summary>Represents the visual elements of a GridViewItem.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.#ctor">
      <summary>Initializes a new instance of the GridViewItemPresenter class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.CheckBrush">
      <summary>Gets or sets the brush used to render the check mark on a selected item.</summary>
      <returns>The brush used to render the check mark on a selected item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.CheckHintBrush">
      <summary>Gets or sets the brush used to render the check mark hint.</summary>
      <returns>The brush used to render the check mark hint.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.CheckSelectingBrush">
      <summary>Gets or sets the brush used to render the check mark on an item while it's being selected using a swipe interaction.</summary>
      <returns>The brush used to render the check mark on an item while it's being selected using a swipe interaction.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DisabledOpacity">
      <summary>Gets or sets the opacity of an item that is disabled.</summary>
      <returns>The opacity of an item that is disabled. The value should be between 0 and 1. 0 is no opacity (transparent), 1 is full opacity (renders normally). The effective default value at run-time comes from themes.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DragBackground">
      <summary>Gets or sets the brush used to render the background of an item that's being dragged.</summary>
      <returns>The brush used to render the background of an item that's being dragged.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DragForeground">
      <summary>Gets or sets the brush used to render the foreground of an item that's being dragged.</summary>
      <returns>The brush used to render the foreground of an item that's being dragged.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DragOpacity">
      <summary>Gets or sets the opacity of an item that's being dragged.</summary>
      <returns>The opacity of an item that's being dragged. The value should be between 0 and 1. 0 is no opacity (transparent), 1 is full opacity (renders normally). The effective default value at run-time comes from themes.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.FocusBorderBrush">
      <summary>Gets or sets the brush used to render the border of an item that has focus.</summary>
      <returns>The brush used to render the border of an item that has focus.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.PlaceholderBackground">
      <summary>Gets or sets the brush used to render the placeholder background for an item.</summary>
      <returns>The brush used to render the placeholder background for an item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.HorizontalContentAlignment">
      <summary>Gets or sets the horizontal alignment of the content being presented.</summary>
      <returns>A value of the enumeration. The default is Center.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.PointerOverBackground">
      <summary>Gets or sets the brush used to render the background of an item that has the pointer over it.</summary>
      <returns>The brush used to render the background of an item that has the pointer over it.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.ReorderHintOffset">
      <summary>Gets or sets the amount that the reorder hint is offset.</summary>
      <returns>The amount that the reorder hint is offset, in pixels. The effective default value at run-time comes from themes.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedBackground">
      <summary>Gets or sets the brush used to render the background of an item that's selected.</summary>
      <returns>The brush used to render the background of an item that's selected.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedBorderThickness">
      <summary>Gets or sets the thickness of the border around an item that's selected.</summary>
      <returns>The thickness of the border around an item that's selected, as a Thickness value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedForeground">
      <summary>Gets or sets the brush used to render the foreground of an item that's selected.</summary>
      <returns>The brush used to render the foreground of an item that's selected.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedPointerOverBackground">
      <summary>Gets or sets the brush used to render the background of an item that's selected and has the pointer over it.</summary>
      <returns>The brush used to render the background of an item that's selected and has the pointer over it.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedPointerOverBorderBrush">
      <summary>Gets or sets the brush used to render the border of an item that's selected and has the pointer over it.</summary>
      <returns>The brush used to render the border of an item that's selected and has the pointer over it.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectionCheckMarkVisualEnabled">
      <summary>Gets or sets a value that indicates whether the check mark is shown when the item is selected.</summary>
      <returns>true to show the selection check mark; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.VerticalContentAlignment">
      <summary>Gets or sets the vertical alignment of the content being presented.</summary>
      <returns>A value of the enumeration. The default is Center.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.CheckBrushProperty">
      <summary>Identifies the CheckBrush dependency property.</summary>
      <returns>The identifier for the CheckBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.CheckHintBrushProperty">
      <summary>Identifies the CheckHintBrush dependency property.</summary>
      <returns>The identifier for the CheckHintBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.CheckSelectingBrushProperty">
      <summary>Identifies the CheckSelectingBrush dependency property.</summary>
      <returns>The identifier for the CheckSelectingBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DisabledOpacityProperty">
      <summary>Identifies the DisabledOpacity dependency property.</summary>
      <returns>The identifier for the DisabledOpacity dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DragBackgroundProperty">
      <summary>Identifies the DragBackground dependency property.</summary>
      <returns>The identifier for the DragBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DragForegroundProperty">
      <summary>Identifies the DragForeground dependency property.</summary>
      <returns>The identifier for the DragForeground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.DragOpacityProperty">
      <summary>Identifies the DragOpacity dependency property.</summary>
      <returns>The identifier for the DragOpacity dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.FocusBorderBrushProperty">
      <summary>Identifies the FocusBorderBrush dependency property.</summary>
      <returns>The identifier for the FocusBorderBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.HorizontalContentAlignmentProperty">
      <summary>Identifies the HorizontalContentAlignment dependency property.</summary>
      <returns>The identifier for the HorizontalContentAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.PlaceholderBackgroundProperty">
      <summary>Identifies the PlaceholderBackground dependency property.</summary>
      <returns>The identifier for the PlaceholderBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.PointerOverBackgroundProperty">
      <summary>Identifies the PointerOverBackground dependency property.</summary>
      <returns>The identifier for the PointerOverBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.ReorderHintOffsetProperty">
      <summary>Identifies the ReorderHintOffset dependency property.</summary>
      <returns>The identifier for the ReorderHintOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedBackgroundProperty">
      <summary>Identifies the SelectedBackground dependency property.</summary>
      <returns>The identifier for the SelectedBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedBorderThicknessProperty">
      <summary>Identifies the SelectedBorderThickness dependency property.</summary>
      <returns>The identifier for the SelectedBorderThickness dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedForegroundProperty">
      <summary>Identifies the SelectedForeground dependency property.</summary>
      <returns>The identifier for the SelectedForeground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedPointerOverBackgroundProperty">
      <summary>Identifies the SelectedPointerOverBackground dependency property.</summary>
      <returns>The identifier for the SelectedPointerOverBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectedPointerOverBorderBrushProperty">
      <summary>Identifies the SelectedPointerOverBorderBrush dependency property.</summary>
      <returns>The identifier for the SelectedPointerOverBorderBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectionCheckMarkVisualEnabledProperty">
      <summary>Identifies the SelectionCheckMarkVisualEnabled dependency property.</summary>
      <returns>The identifier for the SelectionCheckMarkVisualEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter.VerticalContentAlignmentProperty">
      <summary>Identifies the VerticalContentAlignment dependency property.</summary>
      <returns>The identifier for the VerticalContentAlignment dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.GridViewItemTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a GridView control. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GridViewItemTemplateSettings.DragItemsCount">
      <summary>Gets a value that reports the count of items in the current drag operation.</summary>
      <returns>A value that reports the count of items in the current drag operation.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs">
      <summary>Provides data for the ItemsChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs.Action">
      <summary>Gets the action that occurred on the items collection.</summary>
      <returns>Returns the action that occurred.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs.ItemCount">
      <summary>Gets the number of items that were involved in the change.</summary>
      <returns>Integer that represents the number of items involved in the change.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs.ItemUICount">
      <summary>Gets the number of UI elements involved in the change.</summary>
      <returns>Integer that represents the number of UI elements involved in the change.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs.OldPosition">
      <summary>Gets the position in the collection before the change occurred.</summary>
      <returns>Returns a GeneratorPosition.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs.Position">
      <summary>Gets the position in the collection where the change occurred.</summary>
      <returns>Returns a GeneratorPosition.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.LayoutInformation">
      <summary>Defines methods that provide additional information about the layout of an element.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.LayoutInformation.GetLayoutExceptionElement(System.Object)">
      <summary>Returns the element that was being processed by the layout system at the moment of an unhandled exception.</summary>
      <returns>The element being processed at the time of an unhandled exception.</returns>
      <param name="dispatcher">The dispatcher object that defines the scope of the operation. Direct support for Dispatcher type does not exist yet.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.LayoutInformation.GetLayoutSlot(Windows.UI.Xaml.FrameworkElement)">
      <summary>Returns the layout slot, or bounding box, that contains the specified element.</summary>
      <returns>The area assigned to the element for layout.</returns>
      <param name="element">The element for which to return the layout slot.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter">
      <summary>Represents the visual elements of a ListViewItem.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.#ctor">
      <summary>Initializes a new instance of the ListViewItemPresenter class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.CheckBrush">
      <summary>Gets or sets the brush used to render the check mark on a selected item.</summary>
      <returns>The brush used to render the check mark on a selected item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.CheckHintBrush">
      <summary>Gets or sets the brush used to render the check mark hint.</summary>
      <returns>The brush used to render the check mark hint.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.CheckSelectingBrush">
      <summary>Gets or sets the brush used to render the check mark on an item while it's being selected using a swipe interaction.</summary>
      <returns>The brush used to render the check mark on an item while it's being selected using a swipe interaction.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DisabledOpacity">
      <summary>Gets or sets the opacity of an item that is disabled.</summary>
      <returns>The opacity of an item that is disabled. The value should be between 0 and 1. 0 is no opacity (transparent), 1 is full opacity (renders normally). The effective default value at run-time comes from themes.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DragBackground">
      <summary>Gets or sets the brush used to render the background of an item that's being dragged.</summary>
      <returns>The brush used to render the background of an item that's being dragged.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DragForeground">
      <summary>Gets or sets the brush used to render the foreground of an item that's being dragged.</summary>
      <returns>The brush used to render the foreground of an item that's being dragged.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DragOpacity">
      <summary>Gets or sets the opacity of an item that's being dragged.</summary>
      <returns>The opacity of an item that's being dragged. The value should be between 0 and 1. 0 is no opacity (transparent), 1 is full opacity (renders normally). The effective default value at run-time comes from themes.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.FocusBorderBrush">
      <summary>Gets or sets the brush used to render the border of an item that has focus.</summary>
      <returns>The brush used to render the border of an item that has focus.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.HorizontalContentAlignment">
      <summary>Gets or sets the horizontal alignment of the content being presented.</summary>
      <returns>A value of the enumeration. The default is Center.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.PlaceholderBackground">
      <summary>Gets or sets the brush used to render the placeholder background for an item.</summary>
      <returns>The brush used to render the placeholder background for an item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.PointerOverBackground">
      <summary>Gets or sets the brush used to render the background of an item that has the pointer over it.</summary>
      <returns>The brush used to render the background of an item that has the pointer over it.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.ReorderHintOffset">
      <summary>Gets or sets the amount that the reorder hint is offset.</summary>
      <returns>The amount that the reorder hint is offset, in pixels. The effective default value at run-time comes from themes.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedBackground">
      <summary>Gets or sets the brush used to render the background of an item that's selected.</summary>
      <returns>The brush used to render the background of an item that's selected.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedBorderThickness">
      <summary>Gets or sets the thickness of the border around an item that's selected.</summary>
      <returns>The thickness of the border around an item that's selected, as a Thickness value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedForeground">
      <summary>Gets or sets the brush used to render the foreground of an item that's selected.</summary>
      <returns>The brush used to render the foreground of an item that's selected.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedPointerOverBackground">
      <summary>Gets or sets the brush used to render the background of an item that's selected and has the pointer over it.</summary>
      <returns>The brush used to render the background of an item that's selected and has the pointer over it.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedPointerOverBorderBrush">
      <summary>Gets or sets the brush used to render the border of an item that's selected and has the pointer over it.</summary>
      <returns>The brush used to render the border of an item that's selected and has the pointer over it.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectionCheckMarkVisualEnabled">
      <summary>Gets or sets a value that indicates whether the check mark is shown when the item is selected.</summary>
      <returns>true to show the selection check mark; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.VerticalContentAlignment">
      <summary>Gets or sets the vertical alignment of the content being presented.</summary>
      <returns>A value of the enumeration. The default is Center.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.CheckBrushProperty">
      <summary>Identifies the CheckBrush dependency property.</summary>
      <returns>The identifier for the CheckBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.CheckHintBrushProperty">
      <summary>Identifies the CheckHintBrush dependency property.</summary>
      <returns>The identifier for the CheckHintBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.CheckSelectingBrushProperty">
      <summary>Identifies the CheckSelectingBrush dependency property.</summary>
      <returns>The identifier for the CheckSelectingBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DisabledOpacityProperty">
      <summary>Identifies the DisabledOpacity dependency property.</summary>
      <returns>The identifier for the DisabledOpacity dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DragBackgroundProperty">
      <summary>Identifies the DragBackground dependency property.</summary>
      <returns>The identifier for the DragBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DragForegroundProperty">
      <summary>Identifies the DragForeground dependency property.</summary>
      <returns>The identifier for the DragForeground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.DragOpacityProperty">
      <summary>Identifies the DragOpacity dependency property.</summary>
      <returns>The identifier for the DragOpacity dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.FocusBorderBrushProperty">
      <summary>Identifies the FocusBorderBrush dependency property.</summary>
      <returns>The identifier for the FocusBorderBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.HorizontalContentAlignmentProperty">
      <summary>Identifies the HorizontalContentAlignment dependency property.</summary>
      <returns>The identifier for the HorizontalContentAlignment dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.PlaceholderBackgroundProperty">
      <summary>Identifies the PlaceholderBackground dependency property.</summary>
      <returns>The identifier for the PlaceholderBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.PointerOverBackgroundProperty">
      <summary>Identifies the PointerOverBackground dependency property.</summary>
      <returns>The identifier for the PointerOverBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.ReorderHintOffsetProperty">
      <summary>Identifies the ReorderHintOffset dependency property.</summary>
      <returns>The identifier for the ReorderHintOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedBackgroundProperty">
      <summary>Identifies the SelectedBackground dependency property.</summary>
      <returns>The identifier for the SelectedBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedBorderThicknessProperty">
      <summary>Identifies the SelectedBorderThickness dependency property.</summary>
      <returns>The identifier for the SelectedBorderThickness dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedForegroundProperty">
      <summary>Identifies the SelectedForeground dependency property.</summary>
      <returns>The identifier for the SelectedForeground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedPointerOverBackgroundProperty">
      <summary>Identifies the SelectedPointerOverBackground dependency property.</summary>
      <returns>The identifier for the SelectedPointerOverBackground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectedPointerOverBorderBrushProperty">
      <summary>Identifies the SelectedPointerOverBorderBrush dependency property.</summary>
      <returns>The identifier for the SelectedPointerOverBorderBrush dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.SelectionCheckMarkVisualEnabledProperty">
      <summary>Identifies the SelectionCheckMarkVisualEnabled dependency property.</summary>
      <returns>The identifier for the SelectionCheckMarkVisualEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter.VerticalContentAlignmentProperty">
      <summary>Identifies the VerticalContentAlignment dependency property.</summary>
      <returns>The identifier for the VerticalContentAlignment dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ListViewItemTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ListViewItem. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ListViewItemTemplateSettings.DragItemsCount">
      <summary>Gets the number of items for a drag payload that contains this item as an origin.</summary>
      <returns>The number of items for a drag payload.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel">
      <summary>Adds infrastructure (provides base class) for virtualizing layout containers that support spatial cues, such as VirtualizingStackPanel and WrapGrid.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.AreHorizontalSnapPointsRegular">
      <summary>Gets a value that indicates whether the horizontal snap points for the OrientedVirtualizingPanel are equidistant from each other.</summary>
      <returns>true if the horizontal snap points for the OrientedVirtualizingPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.AreVerticalSnapPointsRegular">
      <summary>Gets a value that indicates whether the vertical snap points for the OrientedVirtualizingPanel are equidistant from each other.</summary>
      <returns>true if the vertical snap points for the OrientedVirtualizingPanel are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.CanHorizontallyScroll">
      <summary>Gets or sets a value that determines how the OrientedVirtualizingPanel measures space for child elements for possible scrolling in the horizontal dimension. Not intended to be set in XAML.</summary>
      <returns>true to support a potentially infinite horizontal layout dimension. false to restrict to available size.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.CanVerticallyScroll">
      <summary>Gets or sets a value that determines how the OrientedVirtualizingPanel measures space for child elements for possible scrolling in the vertical dimension. Not intended to be set in XAML.</summary>
      <returns>true to support a potentially infinite vertical layout dimension. false to restrict to available size.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.ExtentHeight">
      <summary>Gets the vertical size of the panel extent.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.ExtentWidth">
      <summary>Gets the horizontal size of the panel extent.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.HorizontalOffset">
      <summary>Gets the horizontal offset of the scrolled content.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.ScrollOwner">
      <summary>Gets or sets a reference to a ScrollViewer that is the scroll host or scroll owner for scrolling behavior of the OrientedVirtualizingPanel.</summary>
      <returns>The scroll host or scroll owner for scrolling behavior.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.VerticalOffset">
      <summary>Gets the vertical offset of the scrolled content.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.ViewportHeight">
      <summary>Gets the vertical size of the viewport or content area.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.ViewportWidth">
      <summary>Gets the horizontal size of the viewport or content area.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.GetIrregularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment)">
      <summary>Returns the set of distances between irregular snap points for a specified orientation and alignment.</summary>
      <returns>The read-only collection of snap point distances. Returns an empty collection when no snap points are present.</returns>
      <param name="orientation">The orientation for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@)">
      <summary>Gets the distance between regular snap points for a specified orientation and alignment.</summary>
      <returns>The distance between the equidistant snap points. Returns 0 when no snap points are present.</returns>
      <param name="orientation">The orientation for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
      <param name="offset">Out parameter. The offset of the first snap point.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.LineDown">
      <summary>Scrolls content by one line toward the bottom.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.LineLeft">
      <summary>Scrolls content by one line toward the left.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.LineRight">
      <summary>Scrolls content by one line toward the right.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.LineUp">
      <summary>Scrolls content by one line toward the top.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MakeVisible(Windows.UI.Xaml.UIElement,Windows.Foundation.Rect)">
      <summary>Changes existing offsets in order to make the provided element visible in the viewport, and returns a Rect measurement of the area.</summary>
      <returns>A rectangle representing the input rectangleRect transformed using the OrientedVirtualizingPanel coordinate space after scrolling happens.</returns>
      <param name="visual">The element to make visible.</param>
      <param name="rectangle">A rectangle representing the element's coordinate space.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelDown">
      <summary>Scrolls content by one mouse-wheel click toward the bottom.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelLeft">
      <summary>Scrolls content by one mouse-wheel click toward the left.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelRight">
      <summary>Scrolls content by one mouse-wheel click toward the right.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelUp">
      <summary>Scrolls content by one mouse-wheel click toward the top.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.PageDown">
      <summary>Scrolls content by one page toward the bottom.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.PageLeft">
      <summary>Scrolls content by one page toward the left.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.PageRight">
      <summary>Scrolls content by one page toward the right.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.PageUp">
      <summary>Scrolls content by one page toward the top.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.SetHorizontalOffset(System.Double)">
      <summary>Changes the horizontal offset of content within the OrientedVirtualizingPanel viewport.</summary>
      <param name="offset">The horizontal offset to set, in pixels.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.SetVerticalOffset(System.Double)">
      <summary>Changes the vertical offset of content within the OrientedVirtualizingPanel viewport.</summary>
      <param name="offset">The offset to set, in pixels.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.HorizontalSnapPointsChanged">
      <summary>Fires when the measurements for horizontal snap points change.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.VerticalSnapPointsChanged">
      <summary>Fires when the measurements for vertical snap points change.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.Popup">
      <summary>Displays content on top of existing content, within the bounds of the application window.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.Popup.#ctor">
      <summary>Initializes a new instance of the Popup class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.Child">
      <summary>Gets or sets the content to be hosted in the popup.</summary>
      <returns>The content to be hosted in the popup.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.ChildTransitions">
      <summary>Gets or sets the collection of Transition style elements that apply to child content of a Popup.</summary>
      <returns>The strongly typed collection of Transition style elements.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.HorizontalOffset">
      <summary>Gets or sets the distance between the left side of the application window and the left side of the popup.</summary>
      <returns>A measurement in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.IsLightDismissEnabled">
      <summary>Gets or sets a value that determines how the Popup can be dismissed.</summary>
      <returns>true if light dismiss is enabled for this control; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.IsOpen">
      <summary>Gets or sets whether the popup is currently displayed on the screen.</summary>
      <returns>true if the popup is currently displayed; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.VerticalOffset">
      <summary>Gets or sets the distance between the top of the application window and the top of the popup.</summary>
      <returns>A measurement in pixels.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.Popup.Closed">
      <summary>Fires when the IsOpen property is set to false.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.Popup.Opened">
      <summary>Fires when the IsOpen property is set to true.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.ChildProperty">
      <summary>Gets the identifier for the Child dependency property.</summary>
      <returns>The identifier for the Child dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.ChildTransitionsProperty">
      <summary>Identifies the ChildTransitions dependency property.</summary>
      <returns>The identifier for the ChildTransitions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.HorizontalOffsetProperty">
      <summary>Gets the identifier for the HorizontalOffset dependency property.</summary>
      <returns>The identifier for the HorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.IsLightDismissEnabledProperty">
      <summary>Identifies the IsLightDismissEnabled dependency property.</summary>
      <returns>The identifier for the IsLightDismissEnabled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.IsOpenProperty">
      <summary>Gets the identifier for the IsOpen dependency property.</summary>
      <returns>The identifier for the IsOpen dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Popup.VerticalOffsetProperty">
      <summary>Gets the identifier for the VerticalOffset dependency property.</summary>
      <returns>The identifier for the VerticalOffset dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ProgressBar control. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings.ContainerAnimationEndPosition">
      <summary>Gets the target To point of the container animation that animates the ProgressBar.</summary>
      <returns>A double that represents the orientation-specific x- or y-value that is the target To point of the animation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings.ContainerAnimationStartPosition">
      <summary>Gets the From point of the container animation that animates the ProgressBar.</summary>
      <returns>A double that represents the orientation-specific x- or y-value that is theFrom point of the animation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings.EllipseAnimationEndPosition">
      <summary>Gets the To point of the Ellipse animation that animates the ProgressBar.</summary>
      <returns>The To point of the Ellipse animation that animates the ProgressBar. This is internally calculated as 2/3 of the ActualWidth of the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings.EllipseAnimationWellPosition">
      <summary>Gets the stopped point of the Ellipse animation that animates the ProgressBar.</summary>
      <returns>The stopped point of the Ellipse animation that animates the ProgressBar. This is internally calculated as 1/3 of the ActualWidth of the control.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings.EllipseDiameter">
      <summary>Gets the template-defined diameter of the Ellipse element that is animated in a templated ProgressBar.</summary>
      <returns>The Ellipse element width in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings.EllipseOffset">
      <summary>Gets the template-defined offset position of the Ellipse element that is animated in a templated ProgressBar.</summary>
      <returns>The offset in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings.IndicatorLengthDelta">
      <summary>Gets the indicator length delta, which is useful for repositioning transitions.</summary>
      <returns>The delta in pixels.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ProgressRingTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ProgressRing control. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressRingTemplateSettings.EllipseDiameter">
      <summary>Gets the template-defined diameter of the Ellipse element that is animated in a templated ProgressRing.</summary>
      <returns>The Ellipse width in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressRingTemplateSettings.EllipseOffset">
      <summary>Gets the template-defined offset position of the Ellipse element that is animated in a templated ProgressRing.</summary>
      <returns>The offset in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ProgressRingTemplateSettings.MaxSideLength">
      <summary>Gets the maximum bounding size of the progress ring as rendered.</summary>
      <returns>The maximum bounding size of the progress ring as rendered, in pixels.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.RangeBase">
      <summary>Represents an element that has a value within a specific range, such as the ProgressBar, ScrollBar, and Slider controls.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.RangeBase.#ctor">
      <summary>Provides base class initialization behavior for RangeBase-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.LargeChange">
      <summary>Gets or sets a value to be added to or subtracted from the Value of a RangeBase control.</summary>
      <returns>Value to add to or subtract from the Value of the RangeBase element. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.Maximum">
      <summary>Gets or sets the highest possible Value of the range element.</summary>
      <returns>The highest possible Value of the range element. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.Minimum">
      <summary>Gets or sets the Minimum possible Value of the range element.</summary>
      <returns>Minimum possible Value of the range element. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.SmallChange">
      <summary>Gets or sets a Value to be added to or subtracted from the Value of a RangeBase control.</summary>
      <returns>Value to add to or subtract from the Value of the RangeBase element. The default is 0.1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.Value">
      <summary>Gets or sets the current setting of the range control, which may be coerced.</summary>
      <returns>The current setting of the range control, which may be coerced. The default is 0.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.RangeBase.OnMaximumChanged(System.Double,System.Double)">
      <summary>Called when the Maximum property changes.</summary>
      <param name="oldMaximum">Old value of the Maximum property.</param>
      <param name="newMaximum">New value of the Maximum property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.RangeBase.OnMinimumChanged(System.Double,System.Double)">
      <summary>Called when the Minimum property changes.</summary>
      <param name="oldMinimum">Old value of the Minimum property.</param>
      <param name="newMinimum">New value of the Minimum property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.RangeBase.OnValueChanged(System.Double,System.Double)">
      <summary>Fires the ValueChanged routed event.</summary>
      <param name="oldValue">Old value of the Value property.</param>
      <param name="newValue">New value of the Value property.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.RangeBase.ValueChanged">
      <summary>Occurs when the range value changes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.LargeChangeProperty">
      <summary>Identifies the LargeChange dependency property.</summary>
      <returns>The identifier for the LargeChange dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.MaximumProperty">
      <summary>Identifies the Maximum dependency property.</summary>
      <returns>The identifier for the Maximum dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.MinimumProperty">
      <summary>Identifies the Minimum dependency property.</summary>
      <returns>The identifier for the Minimum dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.SmallChangeProperty">
      <summary>Identifies the SmallChange dependency property.</summary>
      <returns>The identifier for the SmallChange dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBase.ValueProperty">
      <summary>Identifies the Value dependency property.</summary>
      <returns>The identifier for the Value dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs">
      <summary>Provides data about a change in range value for the ValueChanged event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs.NewValue">
      <summary>Gets the new value of a range value property.</summary>
      <returns>The new value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs.OldValue">
      <summary>Gets the previous value of a range value property.</summary>
      <returns>The previous value.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.RepeatButton">
      <summary>Represents a control that fires its Click event repeatedly until the click mode is released.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.RepeatButton.#ctor">
      <summary>Initializes a new instance of the RepeatButton class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RepeatButton.Delay">
      <summary>Gets or sets the time, in milliseconds, that the RepeatButton waits when it is pressed before it starts repeating the click action.</summary>
      <returns>The time, in milliseconds, that the RepeatButton waits when it is pressed before it starts repeating the click action. The default is 250.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RepeatButton.Interval">
      <summary>Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts.</summary>
      <returns>The time, in milliseconds, between repetitions of the click action, as soon as repeating starts. The default is 250.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RepeatButton.DelayProperty">
      <summary>Identifies the Delay dependency property.</summary>
      <returns>The identifier for the Delay dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.RepeatButton.IntervalProperty">
      <summary>Identifies the Interval dependency property.</summary>
      <returns>The identifier for the Interval dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ScrollBar">
      <summary>Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.ScrollBar.#ctor">
      <summary>Initializes a new instance of the ScrollBar class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollBar.IndicatorMode">
      <summary>Gets or sets a value that results in different input indicator modes for the ScrollBar.</summary>
      <returns>A value of the enumeration. The default is None.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollBar.Orientation">
      <summary>Gets or sets a value that indicates whether the ScrollBar is displayed horizontally or vertically.</summary>
      <returns>An Orientation enumeration value that defines whether the ScrollBar is displayed horizontally or vertically. The default is Horizontal. Specific control templates might change this value, which would cause the templated value to be the apparent runtime default.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollBar.ViewportSize">
      <summary>Gets or sets the amount of the scrollable content that is currently visible.</summary>
      <returns>The amount of the scrollable content that is currently visible. The default is 0.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.ScrollBar.Scroll">
      <summary>Occurs one or more times as content scrolls in a ScrollBar when the user moves the Thumb by using the mouse.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollBar.IndicatorModeProperty">
      <summary>Identifies the IndicatorMode dependency property.</summary>
      <returns>The identifier for the IndicatorMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollBar.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
      <returns>The identifier for the Orientation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollBar.ViewportSizeProperty">
      <summary>Identifies the ViewportSize dependency property.</summary>
      <returns>The identifier for the ViewportSize dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ScrollEventArgs">
      <summary>Provides data for the Scroll event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.ScrollEventArgs.#ctor">
      <summary>Initializes a new instance of the ScrollEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollEventArgs.NewValue">
      <summary>Gets the new Value of the ScrollBar.</summary>
      <returns>The Value of the ScrollBar after the event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ScrollEventArgs.ScrollEventType">
      <summary>Gets a ScrollEventType describing the event.</summary>
      <returns>A ScrollEventType describing the event.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.Selector">
      <summary>Represents a control that allows a user to select an item from a collection of items.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.IsSynchronizedWithCurrentItem">
      <summary>Gets or sets a value that indicates whether a Selector should keep the SelectedItem synchronized with the current item in the Items property.</summary>
      <returns>true if the SelectedItem is always synchronized with the current item in the ItemCollection; false if the SelectedItem is never synchronized with the current item; null if the SelectedItem is synchronized with the current item only if the Selector uses an ICollectionView. The default value is null/indeterminate. If you are programming using C# or Microsoft Visual Basic, the type of this property is projected as bool? (a nullable Boolean).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedIndex">
      <summary>Gets or sets the index of the selected item.</summary>
      <returns>The index of the selected item. The default is -1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedItem">
      <summary>Gets or sets the selected item.</summary>
      <returns>The selected item. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedValue">
      <summary>Gets or sets the value of the selected item, obtained by using the SelectedValuePath.</summary>
      <returns>The value of the selected item, obtained by using the SelectedValuePath, or null if no item is selected. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedValuePath">
      <summary>Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property.</summary>
      <returns>The property path that is used to get the SelectedValue property of the SelectedItem property. The default is String.Empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.Selector.GetIsSelectionActive(Windows.UI.Xaml.DependencyObject)">
      <summary>Gets a value that indicates whether the specified Selector has the focus.</summary>
      <returns>true to indicate that the Selector has the focus; otherwise, false.</returns>
      <param name="element">The Selector to evaluate.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.Selector.SelectionChanged">
      <summary>Occurs when the currently selected item changes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.IsSynchronizedWithCurrentItemProperty">
      <summary>Identifies the IsSynchronizedWithCurrentItem dependency property.</summary>
      <returns>The identifier for the IsSynchronizedWithCurrentItem dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedIndexProperty">
      <summary>Identifies the SelectedIndex dependency property.</summary>
      <returns>The identifier for the SelectedIndex dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedItemProperty">
      <summary>Identifies the SelectedItem dependency property.</summary>
      <returns>The identifier for the SelectedItem dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedValuePathProperty">
      <summary>Gets the identifier for the SelectedValuePath dependency property.</summary>
      <returns>The identifier for the SelectedValuePath dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedValueProperty">
      <summary>Gets the identifier for the SelectedValue dependency property.</summary>
      <returns>The identifier for the SelectedValue dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.SelectorItem">
      <summary>Provides a base class for ListViewItem or potentially for other item types in a selection control.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.SelectorItem.#ctor">
      <summary>Provides base class initialization behavior for SelectorItem-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SelectorItem.IsSelected">
      <summary>Gets or sets a value that indicates whether the item is selected in a selector.</summary>
      <returns>true if the item is selected; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SelectorItem.IsSelectedProperty">
      <summary>Identifies the IsSelected dependency property.</summary>
      <returns>The identifier for the IsSelected dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a SettingsFlyout control. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings.BorderBrush">
      <summary>Gets the brush that describes the border of the SettingsFlyout.</summary>
      <returns>The brush that describes the border of the SettingsFlyout.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings.BorderThickness">
      <summary>Gets the thickness of the SettingsFlyout border.</summary>
      <returns>The thickness of the SettingsFlyout border.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings.ContentTransitions">
      <summary>Gets the collection of content transitions used by the SettingsFlyout.</summary>
      <returns>The collection of content transitions used by the SettingsFlyout.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings.HeaderBackground">
      <summary>Gets the brush that describes the background of the SettingsFlyout header.</summary>
      <returns>The brush that describes the background of the SettingsFlyout header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings.HeaderForeground">
      <summary>Gets the brush that describes the foreground of the SettingsFlyout header.</summary>
      <returns>The brush that describes the foreground of the SettingsFlyout header.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings.IconSource">
      <summary>Gets the source image for the SettingsFlyout icon.</summary>
      <returns>The source image for the SettingsFlyout icon.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.Thumb">
      <summary>Represents a control that can be dragged by the user.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.Thumb.#ctor">
      <summary>Initializes a new instance of the Thumb class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Thumb.IsDragging">
      <summary>Gets whether the Thumb control has focus and mouse capture.</summary>
      <returns>true if the Thumb control has focus and mouse capture; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.Thumb.CancelDrag">
      <summary>Cancels a drag operation for the Thumb.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.Thumb.DragCompleted">
      <summary>Fires when the Thumb control loses mouse capture.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.Thumb.DragDelta">
      <summary>Fires one or more times as the mouse pointer is moved when a Thumb control has logical focus and mouse capture.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.Thumb.DragStarted">
      <summary>Fires when a Thumb control receives logical focus and mouse capture.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.Thumb.IsDraggingProperty">
      <summary>Identifies the IsDragging dependency property.</summary>
      <returns>The identifier for the IsDragging dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.TickBar">
      <summary>Represents a tick mark on a Slider control. Not intended for general use.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.TickBar.#ctor">
      <summary>Initializes a new instance of the TickBar class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.TickBar.Fill">
      <summary>Gets or sets the Brush that draws on the background area of the TickBar.</summary>
      <returns>The Brush that draws on the background area of the TickBar.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.TickBar.FillProperty">
      <summary>Identifies the Fill dependency property.</summary>
      <returns>The identifier for the Fill dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ToggleButton">
      <summary>Base class for controls that can switch states, such as CheckBox and RadioButton.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.ToggleButton.#ctor">
      <summary>Initializes a new instance of the ToggleButton class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleButton.IsChecked">
      <summary>Gets or sets whether the ToggleButton is checked.</summary>
      <returns>true if the ToggleButton is checked; false if the ToggleButton is unchecked; otherwise null. The default is false. If you are programming using C# or Microsoft Visual Basic, the type of this property is projected as bool? (a nullable Boolean).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleButton.IsThreeState">
      <summary>Gets or sets a value that indicates whether the control supports three states.</summary>
      <returns>True if the control supports three states; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.ToggleButton.OnToggle">
      <summary>Called when the ToggleButton receives toggle stimulus.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.ToggleButton.Checked">
      <summary>Fires when a ToggleButton is checked.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.ToggleButton.Indeterminate">
      <summary>Fires when the state of a ToggleButton is switched to the indeterminate state.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.ToggleButton.Unchecked">
      <summary>Occurs when a ToggleButton is unchecked.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleButton.IsCheckedProperty">
      <summary>Identifies the IsChecked dependency property.</summary>
      <returns>The identifier for the IsChecked dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleButton.IsThreeStateProperty">
      <summary>Identifies the IsThreeState dependency property.</summary>
      <returns>The identifier for the IsThreeState dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ToggleSwitch control. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.CurtainCurrentToOffOffset">
      <summary>Gets the calculated value of the offset for the curtain element of the ToggleSwitch, calculated for an Off action and current switch position.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.CurtainCurrentToOnOffset">
      <summary>Gets the calculated value of the offset for the curtain element of the ToggleSwitch, calculated for an On action and current switch position.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.CurtainOffToOnOffset">
      <summary>Gets the calculated value of the offset for the curtain element of the ToggleSwitch, in Off to On direction.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.CurtainOnToOffOffset">
      <summary>Gets the calculated value of the offset for the curtain element of the ToggleSwitch, in On to Off direction.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.KnobCurrentToOffOffset">
      <summary>Gets the calculated value of the offset for the knob element of the ToggleSwitch, calculated for an Off action and current switch position.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.KnobCurrentToOnOffset">
      <summary>Gets the calculated value of the offset for the knob element of the ToggleSwitch, calculated for an On action and current switch position.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.KnobOffToOnOffset">
      <summary>Gets the calculated value of the offset for the knob element of the ToggleSwitch, in Off to On direction.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings.KnobOnToOffOffset">
      <summary>Gets the calculated value of the offset for the knob element of the ToggleSwitch, in On to Off direction.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ToolTipTemplateSettings">
      <summary>Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ToolTip control. Not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToolTipTemplateSettings.FromHorizontalOffset">
      <summary>Gets the offset that is appropriate as a value for FromHorizontalOffset in theme animations.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.ToolTipTemplateSettings.FromVerticalOffset">
      <summary>Gets the offset that is appropriate as a value for FromVerticalOffset in theme animations.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.DragCompletedEventHandler">
      <summary>Represents the method that will handle the DragCompleted event of a Thumb.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.DragDeltaEventHandler">
      <summary>Represents the method that will handle the DragDelta event of a Thumb.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.DragStartedEventHandler">
      <summary>Represents the method that will handle the DragStarted event of a Thumb.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventHandler">
      <summary>Represents the method that will handle the ItemsChanged event.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler">
      <summary>Represents the method that will handle a ValueChanged event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ScrollEventHandler">
      <summary>Represents the method that will handle the Scroll event of a ScrollBar.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">A ScrollEventArgs that contains the event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.AnimationDirection">
      <summary>Defines constants that specify the direction in which an animation translates from start to end.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.AnimationDirection.Left">
      <summary>The animation or transition progresses in a left direction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.AnimationDirection.Top">
      <summary>The animation or transition progresses in an up direction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.AnimationDirection.Right">
      <summary>The animation or transition progresses in a right direction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.AnimationDirection.Bottom">
      <summary>The animation or transition progresses in a down direction.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation">
      <summary>Defines constants that specify the lookup behavior for references to application resources by Uniform Resource Identifier (URI) path.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application">
      <summary>Lookup treats the APPXPACKAGE as the root.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Nested">
      <summary>Lookup expects that the resource is a nested resource of a component.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation">
      <summary>Defines constants that specify the location of edge transitions for edge UI, such as app bars.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation.Left">
      <summary>Edge transition goes to left.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation.Top">
      <summary>Edge transition goes to top.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation.Right">
      <summary>Edge transition goes to right.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation.Bottom">
      <summary>Edge transition goes to bottom.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode">
      <summary>Defines constants that specify the preferred location for positioning a FlyoutBase derived control relative to a visual element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Top">
      <summary>The preferred location of the flyout is above the target element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Bottom">
      <summary>The preferred location of the flyout is below the target element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Left">
      <summary>The preferred location of the flyout is to the left of the target element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Right">
      <summary>The preferred location of the flyout is to the right of the target element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Full">
      <summary>The preferred location of the flyout is centered on the screen.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.GeneratorDirection">
      <summary>Defines constants that specify the direction in which item generation will occur.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.GeneratorDirection.Forward">
      <summary>Items are generated in a forward direction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.GeneratorDirection.Backward">
      <summary>Items are generated in a backward direction.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.GroupHeaderPlacement">
      <summary>Declares where the header is placed in relation to the items in an items grouping control.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.GroupHeaderPlacement.Top">
      <summary>Header appears on top of items.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.GroupHeaderPlacement.Left">
      <summary>Header appears to the left of items.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.PlacementMode">
      <summary>Defines constants that specify the preferred location for positioning a ToolTip relative to a visual element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.PlacementMode.Bottom">
      <summary>The preferred location of the ToolTip is at the bottom of the target element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.PlacementMode.Left">
      <summary>The preferred location of the ToolTip is at the left of the target element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.PlacementMode.Mouse">
      <summary>The preferred location of the ToolTip is at the mouse pointer location.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.PlacementMode.Right">
      <summary>The preferred location of the ToolTip is at the right of the target element.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.PlacementMode.Top">
      <summary>The preferred location of the ToolTip is at the top of the target element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ScrollEventType">
      <summary>Defines constants that specify the type of Scroll event that occurred.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.SmallDecrement">
      <summary>The Thumb moved a distance specified by the value of SmallChange. The Thumb moved to the left for a horizontal ScrollBar or upward for a vertical ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.SmallIncrement">
      <summary>The Thumb moved a distance specified by the value of SmallChange. The Thumb moved to the right for a horizontal ScrollBar or downward for a vertical ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.LargeDecrement">
      <summary>The Thumb moved a distance specified by the value of LargeChange. The Thumb moved to the left for a horizontal ScrollBar or upward for a vertical ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.LargeIncrement">
      <summary>The Thumb moved a distance specified by the value of LargeChange. The Thumb moved to the right for a horizontal ScrollBar or downward for a vertical ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.ThumbPosition">
      <summary>The Thumb moved to a new position because the user selected Scroll Here in the shortcut menu of the ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.ThumbTrack">
      <summary>The Thumb was dragged and caused a PointerMoved event. A Scroll event of this ScrollEventType may occur more than one time when the Thumb is dragged in the ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.First">
      <summary>The Thumb moved to the Minimum position of the ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.Last">
      <summary>The Thumb moved to the Maximum position of the ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollEventType.EndScroll">
      <summary>The Thumb was dragged to a new position and is now no longer being dragged by the user.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.ScrollingIndicatorMode">
      <summary>Defines constants that specify input-specific transition animations that are part of the default template for ScrollBar.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollingIndicatorMode.None">
      <summary>Do not use input-specific transitions.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollingIndicatorMode.TouchIndicator">
      <summary>Use input-specific transitions that are appropriate for touch input.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.ScrollingIndicatorMode.MouseIndicator">
      <summary>Use input-specific transitions that are appropriate for mouse input.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.SliderSnapsTo">
      <summary>Defines constants that specify how a Slider or related range control class conforms the indicator position to its steps or tick marks.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.SliderSnapsTo.StepValues">
      <summary>Conform the indicator to the step values.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.SliderSnapsTo.Ticks">
      <summary>Conform the indicator to the tick marks.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment">
      <summary>Defines constants that specify options for snap point alignment relative to an edge. Which edge depends on orientation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment.Near">
      <summary>Use snap points grouped closer to the orientation edge.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment.Center">
      <summary>Use snap points that are centered in the orientation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment.Far">
      <summary>Use snap points grouped farther from the orientation edge.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.TickPlacement">
      <summary>Defines constants that specify the position of tick marks in a Slider in relation to the track that the control implements.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.TickPlacement.None">
      <summary>No tick marks appear.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.TickPlacement.TopLeft">
      <summary>Tick marks appear above the track for a horizontal Slider, or to the left of the track for a vertical Slider.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.TickPlacement.BottomRight">
      <summary>Tick marks appear below the track for a horizontal Slider, or to the right of the track for a vertical Slider.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.TickPlacement.Outside">
      <summary>Tick marks appear on both sides of either a horizontal or vertical track.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.TickPlacement.Inline">
      <summary>Tick marks appear directly on the track.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo">
      <summary>Describes snap point behavior for objects that contain and present items.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.AreHorizontalSnapPointsRegular">
      <summary>Gets a value that indicates whether the horizontal snap points for the container are equidistant from each other.</summary>
      <returns>true if the horizontal snap points for the container are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.AreVerticalSnapPointsRegular">
      <summary>Gets a value that indicates whether the vertical snap points for the container are equidistant from each other.</summary>
      <returns>true if the vertical snap points for the container are equidistant from each other; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetIrregularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment)">
      <summary>Returns the set of distances between irregular snap points for a specified orientation and alignment.</summary>
      <returns>The read-only collection of snap point distances. Returns an empty collection when no snap points are present.</returns>
      <param name="orientation">The orientation/dimension for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@)">
      <summary>Gets the distance between regular snap points for a specified orientation and alignment.</summary>
      <returns>The distance between the equidistant snap points. Returns 0 when no snap points are present.</returns>
      <param name="orientation">The orientation/dimension for the desired snap point set.</param>
      <param name="alignment">The alignment to use when applying the snap points.</param>
      <param name="offset">Out parameter. The offset of the first snap point.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.HorizontalSnapPointsChanged">
      <summary>Occurs when the measurements for horizontal snap points change.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.VerticalSnapPointsChanged">
      <summary>Occurs when the measurements for vertical snap points change.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition">
      <summary>GeneratorPosition is used to describe the position of an item that is managed by ItemContainerGenerator.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.Index">
      <summary>The index that is relative to the generated (realized) items.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.Offset">
      <summary>The offset that is relative to the ungenerated (unrealized) items near the indexed item.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.#ctor(System.Int32,System.Int32)">
      <summary>Initializes a new instance of GeneratorPosition with the specified index and offset.</summary>
      <param name="index">An Int32 index that is relative to the generated (realized) items. -1 is a special value that refers to a fictitious item at the beginning or the end of the items list.</param>
      <param name="offset">An Int32 offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset of 0 refers to the indexed element itself, an offset 1 refers to the next ungenerated (unrealized) item, and an offset of -1 refers to the previous item.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.Index">
      <summary>Gets or sets the Int32 index that is relative to the generated (realized) items.</summary>
      <returns>An Int32 index that is relative to the generated (realized) items.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.Offset">
      <summary>Gets or sets the Int32 offset that is relative to the ungenerated (unrealized) items near the indexed item.</summary>
      <returns>An Int32 offset that is relative to the ungenerated (unrealized) items near the indexed item.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a GeneratorPosition.</summary>
      <returns>true if o is equal to this GeneratorPosition; otherwise, false.</returns>
      <param name="o">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.ToString()">
      <summary>Converts a GeneratorPosition to a String representation.</summary>
      <returns>A String representation of this GeneratorPosition.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.op_Equality(Windows.UI.Xaml.Controls.Primitives.GeneratorPosition,Windows.UI.Xaml.Controls.Primitives.GeneratorPosition)">
      <summary>Compares two GeneratorPosition structures for equality.</summary>
      <returns>true if all values of gp1 and gp2 are equal; otherwise, false.</returns>
      <param name="gp1">The first GeneratorPosition structure to compare.</param>
      <param name="gp2">The second GeneratorPosition structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.op_Inequality(Windows.UI.Xaml.Controls.Primitives.GeneratorPosition,Windows.UI.Xaml.Controls.Primitives.GeneratorPosition)">
      <summary>Compares two GeneratorPosition structures for inequality.</summary>
      <returns>true if gp1 and gp2 have different values; false if gp1 and gp2 have the same values.</returns>
      <param name="gp1">The first GeneratorPosition structure to compare.</param>
      <param name="gp2">The second GeneratorPosition structure to compare.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Data">
      <summary>Defines the data binding infrastructure for apps.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.BindableAttribute">
      <summary>Specifies that a type defined in C++ can be used for binding.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.BindableAttribute.#ctor">
      <summary>Initializes a new instance of the BindableAttribute class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.Binding">
      <summary>Defines a binding that connects the properties of binding targets and data sources.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.Binding.#ctor">
      <summary>Initializes a new instance of the Binding class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.Converter">
      <summary>Gets or sets the converter object that is called by the binding engine to modify the data as it is passed between the source and target, or vice versa.</summary>
      <returns>The IValueConverter object that modifies the data.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.ConverterLanguage">
      <summary>Gets or sets a value that names the language to pass to any converter specified by the Converter property.</summary>
      <returns>A string that names a language. Interpretation of this value is ultimately up to the converter logic.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.ConverterParameter">
      <summary>Gets or sets a parameter that can be used in the Converter logic.</summary>
      <returns>A parameter to be passed to the Converter. This can be used in the conversion logic. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.ElementName">
      <summary>Gets or sets the name of the element to use as the binding source for the Binding.</summary>
      <returns>The value of the Name property or x:Name attribute for the element you want to use as the binding source. The default is an empty string.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.FallbackValue">
      <summary>Gets or sets the value to use when the binding is unable to return a value.</summary>
      <returns>The value to use when the binding is unable to return a value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.Mode">
      <summary>Gets or sets a value that indicates the direction of the data flow in the binding.</summary>
      <returns>One of the BindingMode values. The default is OneWay: the source updates the target, but changes to the target value do not update the source.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.Path">
      <summary>Gets or sets the path to the binding source property.</summary>
      <returns>The property path for the source of the binding.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.RelativeSource">
      <summary>Gets or sets the binding source by specifying its location relative to the position of the binding target. This is most often used in bindings within XAML control templates.</summary>
      <returns>The relative location of the binding source to use. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.Source">
      <summary>Gets or sets the data source for the binding.</summary>
      <returns>The source object that contains the data for the binding.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.TargetNullValue">
      <summary>Gets or sets the value that is used in the target when the value of the source is null.</summary>
      <returns>The value that is used in the binding target when the value of the source is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.Binding.UpdateSourceTrigger">
      <summary>Gets or sets a value that determines the timing of binding source updates for two-way bindings.</summary>
      <returns>One of the UpdateSourceTrigger values. The default is Default, which evaluates as a PropertyChanged update behavior.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.BindingBase">
      <summary>Provides an abstract base class for the Binding class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.BindingBase.#ctor">
      <summary>Initializes a new instance of the BindingBase class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.BindingExpression">
      <summary>Contains information about a single instance of a Binding.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.BindingExpression.DataItem">
      <summary>Gets the binding source object that this BindingExpression uses.</summary>
      <returns>The binding source object that this BindingExpression uses.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.BindingExpression.ParentBinding">
      <summary>Gets the Binding object of this BindingExpression.</summary>
      <returns>The Binding object of the current binding expression.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.BindingExpression.UpdateSource">
      <summary>Sends the current binding target value to the binding source property in TwoWay bindings.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.BindingExpressionBase">
      <summary>Represents the base class for BindingExpression.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.BindingOperations">
      <summary>Provides the static SetBinding method.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.BindingOperations.SetBinding(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.DependencyProperty,Windows.UI.Xaml.Data.BindingBase)">
      <summary>Associates a Binding with a target property on a target object. This method is the code equivalent to using a Binding markup extension in XAML markup.</summary>
      <param name="target">The object that should be the target of the evaluated binding.</param>
      <param name="dp">The property on the target to bind, specified by its identifier. These identifiers are usually available as static read-only properties on the type that defines the target object, or one of its base types. You can also bind to attached properties, but see Remarks.</param>
      <param name="binding">The binding to assign to the target property. This Binding should be initialized: important Binding properties such as Path should already be set before passing it as the parameter.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Data.CollectionViewSource">
      <summary>Provides a data source that adds grouping and current-item support to collection classes.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.CollectionViewSource.#ctor">
      <summary>Initializes a new instance of the CollectionViewSource class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.IsSourceGrouped">
      <summary>Gets or sets a value that indicates whether source data is grouped.</summary>
      <returns>true if data is grouped. false if data is not grouped.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.ItemsPath">
      <summary>Gets or sets the property path to follow from the top level item to find groups within the CollectionViewSource.</summary>
      <returns>The property path to follow from the top level item to find groups. The default is a PropertyPath created from an empty string. This path implies that the object itself is the collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.Source">
      <summary>Gets or sets the collection object from which to create this view.</summary>
      <returns>The collection to create the view from.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.View">
      <summary>Gets the view object that is currently associated with this instance of CollectionViewSource.</summary>
      <returns>The view object that is currently associated with this instance of CollectionViewSource.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.IsSourceGroupedProperty">
      <summary>Identifies the IsSourceGrouped dependency property.</summary>
      <returns>The identifier for the IsSourceGrouped dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.ItemsPathProperty">
      <summary>Identifies the ItemsPath dependency property.</summary>
      <returns>The identifier for the ItemsPath dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.SourceProperty">
      <summary>Identifies the Source dependency property.</summary>
      <returns>The identifier for the Source dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CollectionViewSource.ViewProperty">
      <summary>Identifies the View dependency property.</summary>
      <returns>The identifier for the View dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.CurrentChangingEventArgs">
      <summary>Provides data for the CurrentChanging event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.CurrentChangingEventArgs.#ctor">
      <summary>Initializes a new instance of the CurrentChangingEventArgs class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.CurrentChangingEventArgs.#ctor(System.Boolean)">
      <summary>Initializes a new instance of the CurrentChangingEventArgs class.</summary>
      <param name="isCancelable">true to disable the ability to cancel a CurrentItem change; false to enable cancellation.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CurrentChangingEventArgs.Cancel">
      <summary>Gets or sets a value that indicates whether the CurrentItem change should be canceled.</summary>
      <returns>true if the event should be canceled; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.CurrentChangingEventArgs.IsCancelable">
      <summary>Gets a value that indicates whether the CurrentItem change can be canceled.</summary>
      <returns>true if the event can be canceled; false if the event cannot be canceled.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.PropertyChangedEventArgs">
      <summary>Provides data for the PropertyChanged event. When building Windows Store app with the Microsoft .NET Framework, this class is hidden and developers should use the System.ComponentModel.PropertyChangedEventArgs class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.PropertyChangedEventArgs.#ctor(System.String)">
      <summary>Initializes a new instance of the PropertyChangedEventArgs class.</summary>
      <param name="name">The short name of the property that changed.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Data.PropertyChangedEventArgs.PropertyName">
      <summary>Gets the name of the property that changed.</summary>
      <returns>The name of the property that changed.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.RelativeSource">
      <summary>Implements a markup extension that describes the location of the binding source relative to the position of the binding target.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.RelativeSource.#ctor">
      <summary>Initializes a new instance of the RelativeSource class by using default relative source mode.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.RelativeSource.Mode">
      <summary>Gets or sets a value that describes the location of the binding source relative to the position of the binding target.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.CurrentChangingEventHandler">
      <summary>Represents a method that can handle the CurrentChanging event of an ICollectionView implementation.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Data.PropertyChangedEventHandler">
      <summary>Represents the method that will handle the PropertyChanged event. When building Windows Store app with the Microsoft .NET Framework, this delegate is hidden and developers should use the System.ComponentModel.PropertyChangedEventHandler delegate.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">Event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Data.BindingMode">
      <summary>Describes how the data propagates in a binding.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.BindingMode.OneWay">
      <summary>Updates the target property when the binding is created. Changes to the source object can also propagate to the target.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.BindingMode.OneTime">
      <summary>Updates the target property when the binding is created.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.BindingMode.TwoWay">
      <summary>Updates either the target or the source object when either changes. When the binding is created, the target property is updated from the source.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.RelativeSourceMode">
      <summary>Defines constants that describe the location of the binding source relative to the position of the binding target.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.RelativeSourceMode.None">
      <summary>Don't use this value of RelativeSourceMode; always use either Self or TemplatedParent.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.RelativeSourceMode.TemplatedParent">
      <summary>Refers to the element to which the template (in which the data-bound element exists) is applied. This is similar to setting a TemplateBinding Markup Extension and is only applicable if the Binding is within a template.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.RelativeSourceMode.Self">
      <summary>Refers to the element on which you are setting the binding and allows you to bind one property of that element to another property on the same element.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.UpdateSourceTrigger">
      <summary>Defines constants that indicate when a binding source is updated by its binding target in two-way binding.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.UpdateSourceTrigger.Default">
      <summary>Use default behavior from the dependency property that uses the binding. In Windows Runtime, this evaluates the same as a value with PropertyChanged.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.UpdateSourceTrigger.PropertyChanged">
      <summary>The binding source is updated whenever the binding target value changes. This is detected automatically by the binding system.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.UpdateSourceTrigger.Explicit">
      <summary>The binding source is updated only when you call the BindingExpression.UpdateSource method.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.ICollectionView">
      <summary>Enables collections to support current record management, grouping, and incremental loading (data virtualization).</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionView.CollectionGroups">
      <summary>Returns any collection groups that are associated with the view.</summary>
      <returns>A vector collection of possible views.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionView.CurrentItem">
      <summary>Gets the current item in the view.</summary>
      <returns>The current item in the view or null if there is no current item.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionView.CurrentPosition">
      <summary>Gets the ordinal position of the CurrentItem within the view.</summary>
      <returns>The ordinal position of the CurrentItem within the view.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionView.HasMoreItems">
      <summary>Gets a sentinel value that supports incremental loading implementations. See also LoadMoreItemsAsync.</summary>
      <returns>true if additional unloaded items remain in the view; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionView.IsCurrentAfterLast">
      <summary>Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.</summary>
      <returns>true if the CurrentItem of the view is beyond the end of the collection; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionView.IsCurrentBeforeFirst">
      <summary>Gets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection.</summary>
      <returns>true if the CurrentItem of the view is beyond the beginning of the collection; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionView.LoadMoreItemsAsync(System.UInt32)">
      <summary>Initializes incremental loading from the view.</summary>
      <returns>The wrapped results of the load operation.</returns>
      <param name="count">The number of items to load.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionView.MoveCurrentTo(System.Object)">
      <summary>Sets the specified item to be the CurrentItem in the view.</summary>
      <returns>true if the resulting CurrentItem is within the view; otherwise, false.</returns>
      <param name="item">The item to set as the CurrentItem.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToFirst">
      <summary>Sets the first item in the view as the CurrentItem.</summary>
      <returns>true if the resulting CurrentItem is an item within the view; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToLast">
      <summary>Sets the last item in the view as the CurrentItem.</summary>
      <returns>true if the resulting CurrentItem is an item within the view; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToNext">
      <summary>Sets the item after the CurrentItem in the view as the CurrentItem.</summary>
      <returns>true if the resulting CurrentItem is an item within the view; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPosition(System.Int32)">
      <summary>Sets the item at the specified index to be the CurrentItem in the view.</summary>
      <returns>true if the resulting CurrentItem is an item within the view; otherwise, false.</returns>
      <param name="index">The index of the item to move to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPrevious">
      <summary>Sets the item before the CurrentItem in the view as the CurrentItem.</summary>
      <returns>true if the resulting CurrentItem is an item within the view; otherwise, false.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Data.ICollectionView.CurrentChanged">
      <summary>When implementing this interface, raise this event after the current item has been changed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Data.ICollectionView.CurrentChanging">
      <summary>When implementing this interface, raise this event before changing the current item. The event handler can cancel this event.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.ICollectionViewFactory">
      <summary>Supports creation of the relevant ICollectionView implementation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICollectionViewFactory.CreateView">
      <summary>Creates an ICollectionView instance using default settings.</summary>
      <returns>The default view.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.ICollectionViewGroup">
      <summary>Represents any grouped items within a view.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionViewGroup.Group">
      <summary>Gets or sets the grouping context used for grouping the data, which sets the data context for the default HeaderTemplate.</summary>
      <returns>The grouping context used for grouping the data.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICollectionViewGroup.GroupItems">
      <summary>Gets the collection of grouped items that this ICollectionViewGroup implementation represents.</summary>
      <returns>A collection of items for the group.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.ICustomProperty">
      <summary>Implements custom property definition support for data binding sources that are implemented using COM.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICustomProperty.CanRead">
      <summary>Gets a value that determines whether the custom property supports read access.</summary>
      <returns>true if the property value can be read as a data source. false if the property cannot be a data source value.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICustomProperty.CanWrite">
      <summary>Gets a value that determines whether the custom property supports write access.</summary>
      <returns>true if the value can be written to through a data source relationship in a two-way binding. false if the property cannot be written to.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICustomProperty.Name">
      <summary>Gets the path-relevant name of the property.</summary>
      <returns>The name of the property as it would be specified in a binding expression.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICustomProperty.Type">
      <summary>Gets the underlying type of the custom property.</summary>
      <returns>The underlying type, with relevant information as the values of the TypeName structure. TypeName provides the infrastructure such that property backing does not have to resemble common language runtime (CLR) and System.Type definitions.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICustomProperty.GetIndexedValue(System.Object,System.Object)">
      <summary>Gets the value at an index location, for cases where the custom property has indexer support.</summary>
      <returns>The retrieved value at the index.</returns>
      <param name="target">The owning instance.</param>
      <param name="index">The index to get.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICustomProperty.GetValue(System.Object)">
      <summary>Gets the value of the custom property from a particular instance.</summary>
      <returns>The retrieved value.</returns>
      <param name="target">The owning instance.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICustomProperty.SetIndexedValue(System.Object,System.Object,System.Object)">
      <summary>Sets the value at an index location, for cases where the custom property has indexer support.</summary>
      <param name="target">The owner instance.</param>
      <param name="value">The value to set.</param>
      <param name="index">The index location to set to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICustomProperty.SetValue(System.Object,System.Object)">
      <summary>Sets the custom property value on a specified instance.</summary>
      <param name="target">The owner instance.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Data.ICustomPropertyProvider">
      <summary>Provides lookup service for ICustomProperty support. This interface is implemented by objects so that their custom defined properties can be used as run-time binding sources.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ICustomPropertyProvider.Type">
      <summary>Gets the underlying type of the custom property.</summary>
      <returns>The underlying type, with relevant information as the values of the TypeName structure. TypeName provides the infrastructure such that property backing does not have to take a dependency on the common language runtime (CLR) and System.Type.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(System.String)">
      <summary>Gets a custom property's ICustomProperty support object by specifying a property name.</summary>
      <returns>The returned support object for the custom property, or null.</returns>
      <param name="name">The name of the property to get the support object for.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(System.String,Windows.UI.Xaml.Interop.TypeName)">
      <summary>Gets a custom property's ICustomProperty support object by specifying a property name and the type of the indexed collection.</summary>
      <returns>The returned support object for the custom property, or null.</returns>
      <param name="name">The name of the property to get the support object for.</param>
      <param name="type">The type of the indexed collection, specified as a TypeName wrapper.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetStringRepresentation">
      <summary>Provides support for GetStringFromObject and/or ToString logic on the assumption that the implementation supports System.Object. This logic might be accessed by features or services such as generating UI Automation values based on data content.</summary>
      <returns>The provided string.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Data.INotifyPropertyChanged">
      <summary>Notifies clients that a property value has changed.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Data.INotifyPropertyChanged.PropertyChanged">
      <summary>Occurs when a property value changes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Data.ISupportIncrementalLoading">
      <summary>Specifies a calling contract for collection views that support incremental loading.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Data.ISupportIncrementalLoading.HasMoreItems">
      <summary>Gets a sentinel value that supports incremental loading implementations.</summary>
      <returns>true if additional unloaded items remain in the view; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Data.ISupportIncrementalLoading.LoadMoreItemsAsync(System.UInt32)">
      <summary>Initializes incremental loading from the view.</summary>
      <returns>The wrapped results of the load operation.</returns>
      <param name="count">The number of items to load.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Data.IValueConverter">
      <summary>Exposes methods that allow the data to be modified as it passes through the binding engine.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Data.IValueConverter.Convert(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String)">
      <summary>Modifies the source data before passing it to the target for display in the UI.</summary>
      <returns>The value to be passed to the target dependency property.</returns>
      <param name="value">The source data being passed to the target.</param>
      <param name="targetType">The type of the target property. This uses a different type depending on whether you're programming with Microsoft .NET or Visual C++ component extensions (C++/CX). See Remarks.</param>
      <param name="parameter">An optional parameter to be used in the converter logic.</param>
      <param name="language">The language of the conversion.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String)">
      <summary>Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.</summary>
      <returns>The value to be passed to the source object.</returns>
      <param name="value">The target data being passed to the source.</param>
      <param name="targetType">The type of the target property, specified by a helper structure that wraps the type name.</param>
      <param name="parameter">An optional parameter to be used in the converter logic.</param>
      <param name="language">The language of the conversion.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Data.LoadMoreItemsResult">
      <summary>Wraps the asynchronous results of a LoadMoreItemsAsync call.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Data.LoadMoreItemsResult.Count">
      <summary>The number of items that were actually loaded.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Documents">
      <summary>Provides basic text and document model classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Block">
      <summary>An abstract class that provides a base for all block-level content elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Block.#ctor">
      <summary>Provides base class initialization behavior for Block derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.LineHeight">
      <summary>Gets or sets the height of each line of content.</summary>
      <returns>The pixel height of each line as modified by LineStackingStrategy. A value of 0 indicates that the line height is determined automatically from the current font characteristics. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.LineStackingStrategy">
      <summary>Gets or sets a value that indicates how a line box is determined for each line of text in the Block.</summary>
      <returns>A value that indicates how a line box is determined for each line of text in the Block. The default is MaxHeight.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.Margin">
      <summary>Gets or sets the amount of space around a Block element.</summary>
      <returns>The amount of space around a Block element.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.TextAlignment">
      <summary>Gets or sets the horizontal alignment of the text content.</summary>
      <returns>The horizontal alignment of the text content. The default is Left.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.LineHeightProperty">
      <summary>Identifies the LineHeight dependency property.</summary>
      <returns>The identifier for the LineHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.LineStackingStrategyProperty">
      <summary>Identifies the LineStackingStrategy dependency property.</summary>
      <returns>The identifier for the LineStackingStrategy dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.MarginProperty">
      <summary>Identifies the Margin dependency property.</summary>
      <returns>The identifier for the Margin dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Block.TextAlignmentProperty">
      <summary>Identifies the TextAlignment dependency property.</summary>
      <returns>The identifier for the TextAlignment dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.BlockCollection">
      <summary>Represents a collection of Block elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.Add(Windows.UI.Xaml.Documents.Block)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.Append(Windows.UI.Xaml.Documents.Block)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.Contains(Windows.UI.Xaml.Documents.Block)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.CopyTo(Windows.UI.Xaml.Documents.Block[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.BlockCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The Block value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.GetMany(System.UInt32,Windows.UI.Xaml.Documents.Block[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.IndexOf(Windows.UI.Xaml.Documents.Block,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.IndexOf(Windows.UI.Xaml.Documents.Block)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.Insert(System.Int32,Windows.UI.Xaml.Documents.Block)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Documents.Block)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.BlockCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.BlockCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.Remove(Windows.UI.Xaml.Documents.Block)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.ReplaceAll(Windows.UI.Xaml.Documents.Block[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.BlockCollection.SetAt(System.UInt32,Windows.UI.Xaml.Documents.Block)">
      <summary>Sets the value at the specified index to the Block value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.BlockCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Bold">
      <summary>Provides an inline-level content element that causes content to render with a bold font weight.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Bold.#ctor">
      <summary>Initializes a new instance of the Bold class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Glyphs">
      <summary>Provides a visual representation of letters, characters, or symbols, in a specific font and style.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Glyphs.#ctor">
      <summary>Initializes a new instance of the Glyphs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.Fill">
      <summary>Gets or sets the Brush that is used to render the glyphs.</summary>
      <returns>The brush to use to render the glyphs. The default is null, which is evaluated as Transparent for rendering.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.FontRenderingEmSize">
      <summary>Gets or sets the em size used for rendering the glyphs.</summary>
      <returns>The em size used for rendering. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.FontUri">
      <summary>Gets or sets the location of the font used for rendering the glyphs.</summary>
      <returns>An object describing the Uniform Resource Identifier (URI) source of the font. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.Indices">
      <summary>Gets or sets the glyph indices for the glyphs.</summary>
      <returns>A string that defines glyph indices as well as other glyph specifics in a string mini-language. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.OriginX">
      <summary>Gets or sets the x origin for the glyphs.</summary>
      <returns>The x origin of the Glyphs, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.OriginY">
      <summary>Gets or sets the y origin for the glyphs.</summary>
      <returns>The y origin of the Glyphs, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.StyleSimulations">
      <summary>Gets or sets the style simulations applied to the glyphs.</summary>
      <returns>One of the enumeration values that specifies the style simulations to apply to the glyphs. The default is None.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.UnicodeString">
      <summary>Gets or sets the Unicode string to render in glyphs.</summary>
      <returns>A Unicode string with XAML-compatible encoding. The default is an empty string.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.FillProperty">
      <summary>Identifies the Fill dependency property.</summary>
      <returns>The identifier for the Fill dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.FontRenderingEmSizeProperty">
      <summary>Identifies the FontRenderingEmSize dependency property.</summary>
      <returns>The identifier for the FontRenderingEmSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.FontUriProperty">
      <summary>Identifies the FontUri dependency property.</summary>
      <returns>The identifier for the FontUri dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.IndicesProperty">
      <summary>Identifies the Indices dependency property.</summary>
      <returns>The identifier for the Indices dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.OriginXProperty">
      <summary>Identifies the OriginX dependency property.</summary>
      <returns>The identifier for the OriginX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.OriginYProperty">
      <summary>Identifies the OriginY dependency property.</summary>
      <returns>The identifier for the OriginY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.StyleSimulationsProperty">
      <summary>Identifies the StyleSimulations dependency property.</summary>
      <returns>The identifier for the StyleSimulations dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Glyphs.UnicodeStringProperty">
      <summary>Identifies the UnicodeString dependency property.</summary>
      <returns>The identifier for the UnicodeString dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Hyperlink">
      <summary>Provides an inline-level content element that provides facilities for hosting hyperlinks.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Hyperlink.#ctor">
      <summary>Initializes a new instance of the Hyperlink class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Hyperlink.NavigateUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) to navigate to when the Hyperlink is activated.</summary>
      <returns>The Uniform Resource Identifier (URI) to navigate to when the Hyperlink is activated. The default is a null reference.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Documents.Hyperlink.Click">
      <summary>Occurs when the Hyperlink is clicked.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Hyperlink.NavigateUriProperty">
      <summary>Identifies the NavigateUri dependency property.</summary>
      <returns>The identifier for the NavigateUri dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.HyperlinkClickEventArgs">
      <summary>Provides data for the Hyperlink.Click event.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Inline">
      <summary>Provides a base for inline flow content element behavior.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Inline.#ctor">
      <summary>Provides base class initialization behavior for Inline derived classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.InlineCollection">
      <summary>Represents a collection of Inline elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.Add(Windows.UI.Xaml.Documents.Inline)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.Append(Windows.UI.Xaml.Documents.Inline)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.Contains(Windows.UI.Xaml.Documents.Inline)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.CopyTo(Windows.UI.Xaml.Documents.Inline[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.InlineCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The Inline value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.GetMany(System.UInt32,Windows.UI.Xaml.Documents.Inline[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.IndexOf(Windows.UI.Xaml.Documents.Inline,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.IndexOf(Windows.UI.Xaml.Documents.Inline)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.Insert(System.Int32,Windows.UI.Xaml.Documents.Inline)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Documents.Inline)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.InlineCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.InlineCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.Remove(Windows.UI.Xaml.Documents.Inline)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.ReplaceAll(Windows.UI.Xaml.Documents.Inline[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineCollection.SetAt(System.UInt32,Windows.UI.Xaml.Documents.Inline)">
      <summary>Sets the value at the specified index to the Inline value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.InlineCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.InlineUIContainer">
      <summary>Provides an inline content element that enables UIElement types to be embedded in the content of a RichTextBlock.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.InlineUIContainer.#ctor">
      <summary>Initializes a new instance of the InlineUIContainer class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.InlineUIContainer.Child">
      <summary>Gets or sets the UIElement hosted by the InlineUIContainer.</summary>
      <returns>The UIElement hosted by the InlineUIContainer.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Italic">
      <summary>Provides an inline-level flow content element that causes content to render with an italic font style.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Italic.#ctor">
      <summary>Initializes a new instance of the Italic class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.LineBreak">
      <summary>Represents an inline element that causes a new line to begin in content when rendered in a text container.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.LineBreak.#ctor">
      <summary>Initializes a new instance of the LineBreak class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Paragraph">
      <summary>Provides a block-level content element that is used to group content into a paragraph.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Paragraph.#ctor">
      <summary>Initializes a new instance of the Paragraph class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Paragraph.Inlines">
      <summary>Gets an InlineCollection containing the top-level Inline elements that include the contents of the Paragraph.</summary>
      <returns>An InlineCollection containing the Inline elements that include the contents of the Paragraph.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Paragraph.TextIndent">
      <summary>Gets or sets the indentation of the first line of text in a paragraph, in pixels.</summary>
      <returns>The offset amount, in pixels, of the first line of text in a paragraph.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Paragraph.TextIndentProperty">
      <summary>Identifies the TextIndent dependency property.</summary>
      <returns>The identifier for the TextIndent dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Run">
      <summary>Represents a discrete section of formatted or unformatted text.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Run.#ctor">
      <summary>Initializes a new instance of the Run class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Run.FlowDirection">
      <summary>Gets or sets the direction that text and other user interface elements flow within the Run element that controls their layout.</summary>
      <returns>The direction that text and other user interface (UI) elements flow within the Run element. The default value is LeftToRight.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Run.Text">
      <summary>Gets or sets the text contents of the Run.</summary>
      <returns>A string that specifies the text contents of the Run. The default is String.Empty.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Run.FlowDirectionProperty">
      <summary>Identifies the FlowDirection dependency property.</summary>
      <returns>The identifier of the FlowDirection dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Span">
      <summary>Groups other Inline content elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Span.#ctor">
      <summary>Initializes a new instance of the Span class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Span.Inlines">
      <summary>Gets an InlineCollection containing the top-level inline elements that include the contents of Span.</summary>
      <returns>An InlineCollection containing the inline elements that include the contents of the Span. This property has no default value.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.TextElement">
      <summary>An abstract class used as the base class for the abstract Block and Inline classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.CharacterSpacing">
      <summary>Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.</summary>
      <returns>The uniform spacing between characters, in units of 1/1000 of an em. The default is 0. Positive values increase tracking and loosen character spacing. Negative values decrease tracking and tighten the character spacing.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.ContentEnd">
      <summary>Gets a TextPointer that represents the end of the content in the element.</summary>
      <returns>A TextPointer that represents the end of the content in the TextElement.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.ContentStart">
      <summary>Gets a TextPointer that represents the start of content in the element.</summary>
      <returns>A TextPointer that represents the start of the content in the TextElement.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.ElementEnd">
      <summary>Gets a TextPointer that represents the position just after the end of the element.</summary>
      <returns>A TextPointer that represents the position just after the end of the TextElement.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.ElementStart">
      <summary>Gets a TextPointer that represents the position just before the start of the element.</summary>
      <returns>A TextPointer that represents the position just before the start of the TextElement.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontFamily">
      <summary>Gets or sets the preferred top-level font family for the content of the element.</summary>
      <returns>The preferred font family, or a primary preferred font family with one or more fallback font families. See FontFamily for default information.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontSize">
      <summary>Gets or sets the font size for the content of the element.</summary>
      <returns>The desired font size in pixels. The default is 11 pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontStretch">
      <summary>Gets or sets the glyph width of the font in a family to select.</summary>
      <returns>One of the FontStretch constant names, specifying the desired font stretch. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontStyle">
      <summary>Gets or sets the font style for the content in this element.</summary>
      <returns>One of the FontStyle constant names, specifying the font style. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontWeight">
      <summary>Gets or sets the top-level font weight to select from the font family for the content in this element.</summary>
      <returns>One of the FontWeights property values, specifying the font weight. The default is Normal.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.Foreground">
      <summary>Gets or sets the Brush to apply to the content in this element.</summary>
      <returns>The brush that is applied to the text content. The default is a SolidColorBrush with Color value Black.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.Language">
      <summary>Gets or sets localization/globalization language information that applies to a TextElement.</summary>
      <returns>A string specifying language and culture that follows the RFC 3066 / ISO 639-1 standards. For example, U.S. English is en-US.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.Name">
      <summary>Gets or sets a unique identification for the object. Name can only be set from initial parsing of XAML.</summary>
      <returns>The unique identifier for the object. This property is read-only for code, but write-only for XAML, due to special parser handling of XAML properties named Name.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.TextElement.FindName(System.String)">
      <summary>Retrieves an object in the object model / runtime object graph by referencing the object's x:Name or Name attribute value.</summary>
      <returns>The object that has the specified name, or null if no object is retrieved.</returns>
      <param name="name">The name of the object to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.TextElement.OnDisconnectVisualChildren">
      <summary>Override this method to implement how layout and logic should behave when items are removed from a class-specific content or child property.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.CharacterSpacingProperty">
      <summary>Identifies the CharacterSpacing dependency property.</summary>
      <returns>The identifier for the CharacterSpacing dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontFamilyProperty">
      <summary>Identifies the FontFamily dependency property.</summary>
      <returns>The identifier for the FontFamily dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontSizeProperty">
      <summary>Identifies the FontSize dependency property.</summary>
      <returns>Identifier for the FontSize dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontStretchProperty">
      <summary>Identifies the FontStretch dependency property.</summary>
      <returns>Identifier for the FontStretch dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontStyleProperty">
      <summary>Identifies the FontStyle dependency property.</summary>
      <returns>Identifier for the FontStyle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.FontWeightProperty">
      <summary>Identifies the FontWeight dependency property.</summary>
      <returns>Identifier for the FontWeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.ForegroundProperty">
      <summary>Identifies the Foreground dependency property.</summary>
      <returns>Identifier for the Foreground dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextElement.LanguageProperty">
      <summary>Identifies the Language dependency property.</summary>
      <returns>The identifier for the Language dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.TextPointer">
      <summary>Represents a position within a text element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextPointer.LogicalDirection">
      <summary>Gets the logical direction associated with the current position, which is used to disambiguate content associated with the current position.</summary>
      <returns>The LogicalDirection value that is associated with the current position.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextPointer.Offset">
      <summary>Gets the character index of a TextPointer within its container.</summary>
      <returns>The character index of a TextPointer within its container.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextPointer.Parent">
      <summary>Gets the logical parent that contains the current position.</summary>
      <returns>The logical parent that contains the current position. Can return the RichEditBox when at the top of the content stack.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.TextPointer.VisualParent">
      <summary>Gets the user interface (UI) element that "owns" this TextPointer.</summary>
      <returns>The UI element that "owns" this TextPointer.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.TextPointer.GetCharacterRect(Windows.UI.Xaml.Documents.LogicalDirection)">
      <summary>Returns a bounding box for content that borders the current TextPointer in the specified logical direction.</summary>
      <returns>A Rect for content that borders the current TextPointer in the specified direction, or a Rect that evaluates as Empty if current and valid layout information is unavailable.</returns>
      <param name="direction">One of the LogicalDirection values that specifies the logical direction in which to find a content bounding box.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.TextPointer.GetPositionAtOffset(System.Int32,Windows.UI.Xaml.Documents.LogicalDirection)">
      <summary>Returns a TextPointer to the position indicated by the specified offset, in symbols, from the beginning of the current TextPointer and in the specified direction.</summary>
      <returns>A TextPointer to the position indicated by the specified offset and in the direction specified by the direction parameter, or null if the offset extends past the end of the content.</returns>
      <param name="offset">An offset, in symbols, for which to calculate and return the position. If the offset is negative, the returned TextPointer precedes the current TextPointer; otherwise, it follows.</param>
      <param name="direction">One of the LogicalDirection values that specifies the logical direction of the returned TextPointer.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Typography">
      <summary>Provides access to a set of Microsoft OpenType typography properties. These properties are implemented as XAML attached properties such that they can be set from text object model properties as well as from specific text controls.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.AnnotationAlternates">
      <summary>Gets or sets a value that specifies the index of an alternate annotation form.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.Capitals">
      <summary>Gets or sets a FontCapitals value that indicates the capital form of the selected font.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.CapitalSpacing">
      <summary>Gets or sets a value that determines whether inter-glyph spacing for all-capital text is globally adjusted to improve readability.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.CaseSensitiveForms">
      <summary>Gets or sets a value that determines whether glyphs adjust their vertical position to better align with uppercase glyphs.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.ContextualAlternates">
      <summary>Gets or sets a value that determines whether custom glyph forms can be used based upon the context of the text being rendered.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.ContextualLigatures">
      <summary>Gets or sets a value that determines whether contextual ligatures are enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.ContextualSwashes">
      <summary>Gets or sets a value that specifies the index of a contextual swashes form.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.DiscretionaryLigatures">
      <summary>Gets or sets a value that determines whether discretionary ligatures are enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.EastAsianExpertForms">
      <summary>Gets or sets a value that determines whether the standard Japanese font forms have been replaced with the corresponding preferred typographic forms.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.EastAsianLanguage">
      <summary>Gets or sets a FontEastAsianLanguage value that indicates glyphs used for a specific writing system or language.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.EastAsianWidth">
      <summary>Gets or sets a FontEastAsianWidths value that indicates the proportional width for Latin characters in an East Asian font.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.Fraction">
      <summary>Gets or sets a FontFraction value that indicates the fraction style.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.HistoricalForms">
      <summary>Gets or sets a value that determines whether historical forms are enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.HistoricalLigatures">
      <summary>Gets or sets a value that indicates whether historical ligatures are enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.Kerning">
      <summary>Gets or sets a value that indicates whether kerning is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.MathematicalGreek">
      <summary>Gets or sets a value that indicates whether standard typographic font forms of Greek glyphs have been replaced with corresponding font forms commonly used in mathematical notation.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.NumeralAlignment">
      <summary>Gets or sets a FontNumeralAlignment value that indicates the alignment of widths for numerals.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.NumeralStyle">
      <summary>Gets or sets a FontNumeralStyle value that determines the set of glyphs that are used to render numeric alternate font forms.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.SlashedZero">
      <summary>Gets or sets a value that indicates whether a nominal zero font form should be replaced with a slashed zero.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StandardLigatures">
      <summary>Gets or sets a value that indicates whether standard ligatures are enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StandardSwashes">
      <summary>Gets or sets a value that specifies the index of a standard swashes form.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticAlternates">
      <summary>Gets or sets a value that specifies the index of a stylistic alternates form.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet1">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet2">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet3">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet4">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet5">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet6">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet7">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet8">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet9">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet10">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet11">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet12">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet13">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet14">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet15">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet16">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet17">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet18">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet19">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet20">
      <summary>Gets or sets a value that indicates whether a stylistic set of a font form is enabled.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.Variants">
      <summary>Gets or sets a FontVariants value that indicates a variation of the standard typographic form to be used.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetAnnotationAlternates(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the AnnotationAlternates attached property for a specified dependency object.</summary>
      <returns>The current value of the AnnotationAlternates attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the AnnotationAlternates property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetCapitals(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the Capitals attached property for a specified dependency object.</summary>
      <returns>The current value of the Capitals attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the Capitals property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetCapitalSpacing(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the CapitalSpacing attached property for a specified dependency object.</summary>
      <returns>The current value of the CapitalSpacing attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the CapitalSpacing property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetCaseSensitiveForms(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the CaseSensitiveForms attached property for a specified dependency object.</summary>
      <returns>The current value of the CaseSensitiveForms attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the CaseSensitiveForms property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetContextualAlternates(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the ContextualAlternates attached property for a specified dependency object.</summary>
      <returns>The current value of the ContextualAlternates attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the ContextualAlternates property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetContextualLigatures(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the ContextualLigatures attached property for a specified dependency object.</summary>
      <returns>The current value of the ContextualLigatures attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the ContextualLigatures property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetContextualSwashes(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the ContextualSwashes attached property for a specified dependency object.</summary>
      <returns>The current value of the ContextualSwashes attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the ContextualSwashes property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetDiscretionaryLigatures(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the DiscretionaryLigatures attached property for a specified dependency object.</summary>
      <returns>The current value of the DiscretionaryLigatures attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the DiscretionaryLigatures property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetEastAsianExpertForms(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the EastAsianExpertForms attached property for a specified dependency object.</summary>
      <returns>The current value of the EastAsianExpertForms attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the EastAsianExpertForms property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetEastAsianLanguage(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the EastAsianLanguage attached property for a specified dependency object.</summary>
      <returns>The current value of the EastAsianLanguage attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the EastAsianLanguage property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetEastAsianWidths(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the EastAsianWidths attached property for a specified dependency object.</summary>
      <returns>The current value of the EastAsianWidths attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the EastAsianWidths property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetFraction(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the Fraction attached property for a specified dependency object.</summary>
      <returns>The current value of the Fraction attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the Fraction property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetHistoricalForms(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the HistoricalForms attached property for a specified dependency object.</summary>
      <returns>The current value of the HistoricalForms attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the HistoricalForms property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetHistoricalLigatures(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the HistoricalLigatures attached property for a specified dependency object.</summary>
      <returns>The current value of the HistoricalLigatures attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the HistoricalLigatures property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetKerning(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the Kerning attached property for a specified dependency object.</summary>
      <returns>The current value of the Kerning attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the Kerning property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetMathematicalGreek(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the MathematicalGreek attached property for a specified dependency object.</summary>
      <returns>The current value of the MathematicalGreek attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the MathematicalGreek property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetNumeralAlignment(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the NumeralAlignment attached property for a specified dependency object.</summary>
      <returns>The current value of the NumeralAlignment attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the NumeralAlignment property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetNumeralStyle(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the NumeralStyle attached property for a specified dependency object.</summary>
      <returns>The current value of the NumeralStyle attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the NumeralStyle property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetSlashedZero(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the SlashedZero attached property for a specified dependency object.</summary>
      <returns>The current value of the SlashedZero attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the SlashedZero property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStandardLigatures(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StandardLigatures attached property for a specified dependency object.</summary>
      <returns>The current value of the StandardLigatures attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StandardLigatures property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStandardSwashes(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StandardSwashes attached property for a specified dependency object.</summary>
      <returns>The current value of the StandardSwashes attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StandardSwashes property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticAlternates(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticAlternates attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticAlternates attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticAlternates property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet1(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet1 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet1 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet1 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet2(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet2 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet2 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet2 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet3(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet3 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet3 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet3 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet4(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet4 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet4 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet4 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet5(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet5 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet5 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet5 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet6(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet6 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet6 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet6 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet7(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet7 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet7 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet7 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet8(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet8 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet8 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet8 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet9(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet9 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet9 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet9 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet10(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet10 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet10 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet10 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet11(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet11 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet11 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet11 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet12(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet12 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet12 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet12 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet13(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet13 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet13 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet13 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet14(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet14 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet14 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet14 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet15(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet15 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet15 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet15 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet16(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet16 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet16 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet16 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet17(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet17 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet17 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet17 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet18(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet18 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet18 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet18 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet19(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet19 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet19 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet19 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetStylisticSet20(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the StylisticSet20 attached property for a specified dependency object.</summary>
      <returns>The current value of the StylisticSet20 attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the StylisticSet20 property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.GetVariants(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the value of the Variants attached property for a specified dependency object.</summary>
      <returns>The current value of the Variants attached property on the specified dependency object.</returns>
      <param name="element">The dependency object for which to retrieve the value of the Variants property.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetAnnotationAlternates(Windows.UI.Xaml.DependencyObject,System.Int32)">
      <summary>Sets the value of the AnnotationAlternates attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the AnnotationAlternates property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetCapitals(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.FontCapitals)">
      <summary>Sets the value of the Capitals attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the Capitals property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetCapitalSpacing(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the CapitalSpacing attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the CapitalSpacing property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetCaseSensitiveForms(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the CaseSensitiveForms attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the CaseSensitiveForms property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetContextualAlternates(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the ContextualAlternates attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the ContextualAlternates property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetContextualLigatures(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the ContextualLigatures attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the ContextualLigatures property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetContextualSwashes(Windows.UI.Xaml.DependencyObject,System.Int32)">
      <summary>Sets the value of the ContextualSwashes attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the ContextualSwashes property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetDiscretionaryLigatures(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the DiscretionaryLigatures attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the DiscretionaryLigatures property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetEastAsianExpertForms(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the EastAsianExpertForms attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the EastAsianExpertForms property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetEastAsianLanguage(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.FontEastAsianLanguage)">
      <summary>Sets the value of the EastAsianLanguage attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the EastAsianLanguage property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetEastAsianWidths(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.FontEastAsianWidths)">
      <summary>Sets the value of the EastAsianWidths attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the EastAsianWidths property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetFraction(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.FontFraction)">
      <summary>Sets the value of the Fraction attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the Fraction property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetHistoricalForms(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the HistoricalForms attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the HistoricalForms property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetHistoricalLigatures(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the HistoricalLigatures attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the HistoricalLigatures property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetKerning(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the Kerning attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the Kerning property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetMathematicalGreek(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the MathematicalGreek attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the MathematicalGreek property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetNumeralAlignment(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.FontNumeralAlignment)">
      <summary>Sets the value of the NumeralAlignment attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the NumeralAlignment property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetNumeralStyle(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.FontNumeralStyle)">
      <summary>Sets the value of the NumeralStyle attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the NumeralStyle property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetSlashedZero(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the SlashedZero attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the SlashedZero property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStandardLigatures(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StandardLigatures attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StandardLigatures property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStandardSwashes(Windows.UI.Xaml.DependencyObject,System.Int32)">
      <summary>Sets the value of the StandardSwashes attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StandardSwashes property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticAlternates(Windows.UI.Xaml.DependencyObject,System.Int32)">
      <summary>Sets the value of the StylisticAlternates attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticAlternates property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet1(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet1 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet1 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet2(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet2 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet2 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet3(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet3 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet3 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet4(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet4 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet4 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet5(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet5 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet5 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet6(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet6 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet6 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet7(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet7 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet7 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet8(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet8 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet8 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet9(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet9 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet9 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet10(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet10 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet10 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet11(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet11 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet11 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet12(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet12 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet12 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet13(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet13 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet13 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet14(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet14 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet14 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet15(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet15 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet15 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet16(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet16 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet16 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet17(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet17 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet17 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet18(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet18 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet18 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet19(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet19 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet19 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetStylisticSet20(Windows.UI.Xaml.DependencyObject,System.Boolean)">
      <summary>Sets the value of the StylisticSet20 attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the StylisticSet20 property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Typography.SetVariants(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.FontVariants)">
      <summary>Sets the value of the Variants attached property for a specified dependency object.</summary>
      <param name="element">The dependency object for which to set the value of the Variants property.</param>
      <param name="value">The new value to set the property to.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.AnnotationAlternatesProperty">
      <summary>Identifies the AnnotationAlternates attached property.</summary>
      <returns>The identifier for the AnnotationAlternates attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.CapitalSpacingProperty">
      <summary>Identifies the CapitalSpacing attached property.</summary>
      <returns>The identifier for the CapitalSpacing attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.CapitalsProperty">
      <summary>Identifies the Capitals attached property.</summary>
      <returns>The identifier for the Capitals attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.CaseSensitiveFormsProperty">
      <summary>Identifies the CaseSensitiveForms attached property.</summary>
      <returns>The identifier for the CaseSensitiveForms attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.ContextualAlternatesProperty">
      <summary>Identifies the ContextualAlternates attached property.</summary>
      <returns>The identifier for the ContextualAlternates attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.ContextualLigaturesProperty">
      <summary>Identifies the ContextualLigatures attached property.</summary>
      <returns>The identifier for the ContextualLigatures attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.ContextualSwashesProperty">
      <summary>Identifies the ContextualSwashes attached property.</summary>
      <returns>The identifier for the ContextualSwashes attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.DiscretionaryLigaturesProperty">
      <summary>Identifies the DiscretionaryLigatures attached property.</summary>
      <returns>The identifier for the DiscretionaryLigatures attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.EastAsianExpertFormsProperty">
      <summary>Identifies the EastAsianExpertForms attached property.</summary>
      <returns>The identifier for the EastAsianExpertForms attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.EastAsianLanguageProperty">
      <summary>Identifies the EastAsianLanguage attached property.</summary>
      <returns>The identifier for the EastAsianLanguage attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.EastAsianWidthsProperty">
      <summary>Identifies the EastAsianWidths attached property.</summary>
      <returns>The identifier for the EastAsianWidths attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.FractionProperty">
      <summary>Identifies the Fraction attached property.</summary>
      <returns>The identifier for the Fraction attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.HistoricalFormsProperty">
      <summary>Identifies the HistoricalForms attached property.</summary>
      <returns>The identifier for the HistoricalForms attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.HistoricalLigaturesProperty">
      <summary>Identifies the HistoricalLigatures attached property.</summary>
      <returns>The identifier for the HistoricalLigatures attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.KerningProperty">
      <summary>Identifies the Kerning attached property.</summary>
      <returns>The identifier for the Kerning attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.MathematicalGreekProperty">
      <summary>Identifies the MathematicalGreek attached property.</summary>
      <returns>The identifier for the MathematicalGreek attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.NumeralAlignmentProperty">
      <summary>Identifies the NumeralAlignment attached property.</summary>
      <returns>The identifier for the NumeralAlignment attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.NumeralStyleProperty">
      <summary>Identifies the NumeralStyle attached property.</summary>
      <returns>The identifier for the NumeralStyle attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.SlashedZeroProperty">
      <summary>Identifies the SlashedZero attached property.</summary>
      <returns>The identifier for the SlashedZero attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StandardLigaturesProperty">
      <summary>Identifies the StandardLigatures attached property.</summary>
      <returns>The identifier for the StandardLigatures attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StandardSwashesProperty">
      <summary>Identifies the StandardSwashes attached property.</summary>
      <returns>The identifier for the StandardSwashes attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticAlternatesProperty">
      <summary>Identifies the StylisticAlternates attached property.</summary>
      <returns>The identifier for the StylisticAlternates attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet1Property">
      <summary>Identifies the StylisticSet1 attached property.</summary>
      <returns>The identifier for the StylisticSet1 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet2Property">
      <summary>Identifies the StylisticSet2 attached property.</summary>
      <returns>The identifier for the StylisticSet2 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet3Property">
      <summary>Identifies the StylisticSet3 attached property.</summary>
      <returns>The identifier for the StylisticSet3 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet4Property">
      <summary>Identifies the StylisticSet4 attached property.</summary>
      <returns>The identifier for the StylisticSet4 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet5Property">
      <summary>Identifies the StylisticSet5 attached property.</summary>
      <returns>The identifier for the StylisticSet5 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet6Property">
      <summary>Identifies the StylisticSet6 attached property.</summary>
      <returns>The identifier for the StylisticSet6 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet7Property">
      <summary>Identifies the StylisticSet7 attached property.</summary>
      <returns>The identifier for the StylisticSet7 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet8Property">
      <summary>Identifies the StylisticSet8 attached property.</summary>
      <returns>The identifier for the StylisticSet8 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet9Property">
      <summary>Identifies the StylisticSet9 attached property.</summary>
      <returns>The identifier for the StylisticSet9 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet10Property">
      <summary>Identifies the StylisticSet10 attached property.</summary>
      <returns>The identifier for the StylisticSet10 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet11Property">
      <summary>Identifies the StylisticSet11 attached property.</summary>
      <returns>The identifier for the StylisticSet11 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet12Property">
      <summary>Identifies the StylisticSet12 attached property.</summary>
      <returns>The identifier for the StylisticSet12 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet13Property">
      <summary>Identifies the StylisticSet13 attached property.</summary>
      <returns>The identifier for the StylisticSet13 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet14Property">
      <summary>Identifies the StylisticSet14 attached property.</summary>
      <returns>The identifier for the StylisticSet14 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet15Property">
      <summary>Identifies the StylisticSet15 attached property.</summary>
      <returns>The identifier for the StylisticSet15 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet16Property">
      <summary>Identifies the StylisticSet16 attached property.</summary>
      <returns>The identifier for the StylisticSet16 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet17Property">
      <summary>Identifies the StylisticSet17 attached property.</summary>
      <returns>The identifier for the StylisticSet17 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet18Property">
      <summary>Identifies the StylisticSet18 attached property.</summary>
      <returns>The identifier for the StylisticSet18 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet19Property">
      <summary>Identifies the StylisticSet19 attached property.</summary>
      <returns>The identifier for the StylisticSet19 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.StylisticSet20Property">
      <summary>Identifies the StylisticSet20 attached property.</summary>
      <returns>The identifier for the StylisticSet20 attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Documents.Typography.VariantsProperty">
      <summary>Identifies the Variants attached property.</summary>
      <returns>The identifier for the Variants attached property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.Underline">
      <summary>Provides an inline-level content element that causes content to render with an underlined text decoration.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Documents.Underline.#ctor">
      <summary>Initializes a new instance of the Underline class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Documents.LogicalDirection">
      <summary>Specifies a logical direction in which to perform certain text operations, such as inserting, retrieving, or navigating through text relative to a specified position (a TextPointer).</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Documents.LogicalDirection.Backward">
      <summary>Backward, or from right to left.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Documents.LogicalDirection.Forward">
      <summary>Forward, or from left to right.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Hosting">
      <summary>Provides services that are relevant for XAML design surfaces that are hosted in a larger application.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Hosting.IXamlUIPresenterHost">
      <summary>Represents a service that resolves resources from an application. This interface is used for design tool hosting scenarios and is not intended for general use.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.IXamlUIPresenterHost.ResolveFileResource(System.String)">
      <summary>Resolves a resource that is specified by a path and returns a string filename.</summary>
      <returns>The resolved file name.</returns>
      <param name="path">The local path to resolve.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Hosting.IXamlUIPresenterHost2">
      <summary>Extends IXamlUIPresenterHost to add GetGenericXamlFilePath.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.IXamlUIPresenterHost2.GetGenericXamlFilePath">
      <summary>Loads an alternative generic.xaml file into the presenter host at design time.</summary>
      <returns>A local path to the location of the alternative generic.xaml file.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Hosting.XamlUIPresenter">
      <summary>Enables presenting a visual tree on a Microsoft Direct3D surface. This type is used for design tool hosting scenarios and is not intended for general use.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Hosting.XamlUIPresenter.CompleteTimelinesAutomatically">
      <summary>Gets or sets a value that determines whether the host wants timelines to always run to end.</summary>
      <returns>true to always run timelines to end. Otherwise false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.XamlUIPresenter.GetFlyoutPlacementTargetInfo(Windows.UI.Xaml.FrameworkElement,Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode,Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode@,System.Boolean@)">
      <summary>Returns calculated bounds of a placement target that is intended to also display a flyout in the host. Additional out parameters provide more info on how the bounds were calculated.</summary>
      <returns>The calculated placement target bounds.</returns>
      <param name="placementTarget">The placement target element that the Flyout should be positioned in relation to.</param>
      <param name="preferredPlacement">A value of the enumeration that declares the host's preferred placement of the Flyout relative to the target.</param>
      <param name="targetPreferredPlacement">A value of the enumeration that declares preferred placement of the Flyout.</param>
      <param name="allowFallbacks">true if fallback placements are permitted for the Flyout placement logic. false if only the targetPreferredPlacement value should be considered.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.XamlUIPresenter.GetFlyoutPlacement(Windows.Foundation.Rect,Windows.Foundation.Size,Windows.Foundation.Size,Windows.Foundation.Rect,Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode,System.Boolean,Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode@)">
      <summary>Invokes the FlyoutBase placement logic, using a suggested size of a control that will show a placement target and its flyout. Returns the bounds that are the result of running the placement logic.</summary>
      <returns>The bounds as calculated by FlyoutBase placement logic.</returns>
      <param name="placementTargetBounds">The bounds of the placement target element, which are passed to FlyoutBase presenter logic.</param>
      <param name="controlSize">The desired size of the control that should display the flyout.</param>
      <param name="minControlSize">The minimum size of the control that should display the flyout.</param>
      <param name="containerRect">The bounds of the area that should hold the placement target and flyout.</param>
      <param name="targetPreferredPlacement">The desired placement mode to use for FlyoutBase placement logic.</param>
      <param name="allowFallbacks">true if fallbacks can be used for the placement mode. false if fallbacks cannot be used.</param>
      <param name="chosenPlacement">The actual placement mode used by the invoked FlyoutBase placement logic.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Hosting.XamlUIPresenter.RootElement">
      <summary>Gets or sets the root visual element to draw to the surface.</summary>
      <returns>The element to draw.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Hosting.XamlUIPresenter.ThemeKey">
      <summary>Gets or sets the string key that identifies the theme set to use from ThemeResourcesXaml.</summary>
      <returns>A string key.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Hosting.XamlUIPresenter.ThemeResourcesXaml">
      <summary>Gets or sets the XAML that specifies a resource dictionary. The resource dictionary contains themes that the host should resolve and that should be applied to the content.</summary>
      <returns>A XAML resource dictionary specified in string form.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.XamlUIPresenter.NotifyWindowSizeChanged">
      <summary>Invokes the SizeChanged event on Window.Current. Used by hosts to propagate size changes from host settings to user code, so that a design mode interaction can be differentiated from a run time interaction.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.XamlUIPresenter.Present">
      <summary>Presents the surface, as a synchronous call for the host.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.XamlUIPresenter.Render">
      <summary>Renders the surface. Intended for asynchronous calls via a timer.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.XamlUIPresenter.SetHost(Windows.UI.Xaml.Hosting.IXamlUIPresenterHost)">
      <summary>Specifies the IXamlUIPresenterHost service implementation to use for application resource resolution.</summary>
      <param name="host">A service implementation.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Hosting.XamlUIPresenter.SetSize(System.Int32,System.Int32)">
      <summary>Specifies the width and height of the surface.</summary>
      <param name="width">A width in pixels.</param>
      <param name="height">A height in pixels.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Input">
      <summary>Defines the input and input event infrastructure for apps and UI elements.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs">
      <summary>Provides event data for the DoubleTapped event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the DoubleTappedRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device that initiated the associated input event.</summary>
      <returns>The PointerDeviceType for this event occurrence.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)">
      <summary>Returns the x- and y-coordinates of the pointer position, optionally evaluated against a coordinate origin of a supplied UIElement.</summary>
      <returns>A Point that represents the current x- and y-coordinates of the mouse pointer position. If null was passed as relativeTo, this coordinate is for the overall window. If a relativeTo value other than null was passed, this coordinate is relative to the object referenced by relativeTo.</returns>
      <param name="relativeTo">Any UIElement-derived object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.FocusManager">
      <summary>A helper class that enables getting and setting the UI element that has focus.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.FocusManager.TryMoveFocus(Windows.UI.Xaml.Input.FocusNavigationDirection)">
      <summary>Attempts to change focus from the element with focus to the next focusable element in the specified direction.</summary>
      <returns>true if focus moved; otherwise, false.</returns>
      <param name="focusNavigationDirection">The direction to traverse (in tab order).</param>
    </member>
    <member name="M:Windows.UI.Xaml.Input.FocusManager.GetFocusedElement">
      <summary>Gets the element in the UI that has focus.</summary>
      <returns>The object that has focus. Typically, this is a Control class.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.HoldingRoutedEventArgs">
      <summary>Provides event data for the Holding event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.HoldingRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the HoldingRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.HoldingRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.HoldingRoutedEventArgs.HoldingState">
      <summary>Gets the underlying HoldingState for the interaction</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.HoldingRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device that initiated the associated input event.</summary>
      <returns>The PointerDeviceType for this event occurrence.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Input.HoldingRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)">
      <summary>Returns the x- and y-coordinates of the pointer position, optionally evaluated against a coordinate origin of a supplied UIElement.</summary>
      <returns>A Point that represents the current x- and y-coordinates of the mouse pointer position. If null was passed as relativeTo, this coordinate is for the overall window. If a relativeTo value other than null was passed, this coordinate is relative to the object referenced by relativeTo.</returns>
      <param name="relativeTo">Any UIElement-derived object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.InertiaExpansionBehavior">
      <summary>Controls the deceleration of a resizing manipulation during inertia.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InertiaExpansionBehavior.DesiredDeceleration">
      <summary>Gets or sets the rate that resizing slows.</summary>
      <returns>The rate that resizing slows.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InertiaExpansionBehavior.DesiredExpansion">
      <summary>Gets or sets the amount the element resizes at the end of inertia.</summary>
      <returns>The amount the element resizes at the end of inertia.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.InertiaRotationBehavior">
      <summary>Controls the deceleration of a rotation manipulation during inertia.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InertiaRotationBehavior.DesiredDeceleration">
      <summary>Gets or sets the rate the rotation slows in degrees per squared millisecond.</summary>
      <returns>The rate the rotation slows in degrees per squared millisecond.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InertiaRotationBehavior.DesiredRotation">
      <summary>Gets or sets the rotation, in degrees, at the end of the inertial movement.</summary>
      <returns>The rotation, in degrees, at the end of the inertial movement.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.InertiaTranslationBehavior">
      <summary>Controls deceleration on a translation manipulation during inertia.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InertiaTranslationBehavior.DesiredDeceleration">
      <summary>Gets or sets the rate the linear movement slows in device-independent units (1/96th inch per unit) per squared millisecond.</summary>
      <returns>The rate the linear movement slows in device-independent units (1/96th inch per unit) per squared millisecond.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InertiaTranslationBehavior.DesiredDisplacement">
      <summary>Gets or sets the linear movement of the manipulation at the end of inertia.</summary>
      <returns>The linear movement of the manipulation at the end of inertia.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.InputScope">
      <summary>Represents information related to the scope of data provided by an input method.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.InputScope.#ctor">
      <summary>Initializes a new instance of the InputScope class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InputScope.Names">
      <summary>Gets a collection of valid InputScopeName items that are relevant to this InputScope.</summary>
      <returns>A collection of valid InputScopeName items.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.InputScopeName">
      <summary>Identifies a particular named input scope that is relevant to an overall InputScope.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.InputScopeName.#ctor">
      <summary>Initializes a new instance of the InputScopeName class with no initial value.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.InputScopeName.#ctor(Windows.UI.Xaml.Input.InputScopeNameValue)">
      <summary>Initializes a new instance of the InputScopeName class, using an input name based on the InputScopeNameValue enumeration.</summary>
      <param name="nameValue">An input name based on the InputScopeNameValue enumeration.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Input.InputScopeName.NameValue">
      <summary>Gets or sets the specific input scope name value for this InputScopeName.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.KeyRoutedEventArgs">
      <summary>Provides data for the KeyUp and KeyDown routed events, as well as related attached and Preview events.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.KeyRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled; false to leave the routed event unhandled, which permits the event to potentially route further. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.KeyRoutedEventArgs.Key">
      <summary>Gets the keyboard key associated with the event.</summary>
      <returns>A system value that indicates the code for the key referenced by the event.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.KeyRoutedEventArgs.KeyStatus">
      <summary>Gets a structure value that reports various system-detected characteristics of the key press, including repeat count and menu status.</summary>
      <returns>A structure value with flags that report status.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs">
      <summary>Provides data for the ManipulationCompleted event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the ManipulationCompletedRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.Container">
      <summary>Gets the UIElement that is considered the container of the manipulation.</summary>
      <returns>The UIElement that is considered the container of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.Cumulative">
      <summary>Gets the overall changes since the beginning of the manipulation.</summary>
      <returns>The overall changes since the beginning of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled; false to leave the routed event unhandled, which permits the event to potentially route further. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.IsInertial">
      <summary>Gets whether the ManipulationCompleted event occurs during inertia.</summary>
      <returns>true if the ManipulationCompleted event occurs during inertia; false if the event occurs while the user's input device has contact with the element.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device involved in the manipulation.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.Position">
      <summary>Gets the x- and y- screen coordinates of the touch input at completed position.</summary>
      <returns>The x- and y- screen coordinates of the touch input at completed position.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.Velocities">
      <summary>Gets the velocities that are used for the manipulation.</summary>
      <returns>The velocities that are used for the manipulation.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs">
      <summary>Provides data for the ManipulationDelta event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the ManipulationDeltaRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.Container">
      <summary>Gets the UIElement that is considered the container of the manipulation.</summary>
      <returns>The UIElement that is considered the container of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.Cumulative">
      <summary>Gets the overall changes since the beginning of the manipulation.</summary>
      <returns>The overall changes since the beginning of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.Delta">
      <summary>Gets the most recent changes of the current manipulation, as a ManipulationDelta.</summary>
      <returns>The most recent changes of the current manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled; false to leave the routed event unhandled, which permits the event to potentially route further. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.IsInertial">
      <summary>Gets whether the ManipulationDelta event occurs during inertia.</summary>
      <returns>true if the ManipulationDelta event occurs during inertia; false if the event occurs while the user's input device has contact with the element.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device involved in the manipulation.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.Position">
      <summary>Gets the point from which the manipulation originated.</summary>
      <returns>The point from which the manipulation originated.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.Velocities">
      <summary>Gets the rates of the most recent changes to the manipulation.</summary>
      <returns>The rates of the most recent changes to the manipulation.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.Complete">
      <summary>Completes the manipulation without inertia.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs">
      <summary>Provides data for the ManipulationInertiaStarting event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the ManipulationInertiaStartingRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.Container">
      <summary>Gets the UIElement that is considered the container of the manipulation.</summary>
      <returns>The UIElement that is considered the container of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.Cumulative">
      <summary>Gets the overall changes since the beginning of the manipulation.</summary>
      <returns>The overall changes since the beginning of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.Delta">
      <summary>Gets the most recent changes of the current manipulation, as a ManipulationDelta.</summary>
      <returns>The most recent changes of the current manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.ExpansionBehavior">
      <summary>Get or sets the rate of slowdown of expansion inertial movement.</summary>
      <returns>The rate of slowdown of expansion inertial movement</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device involved in the manipulation.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.RotationBehavior">
      <summary>Gets information about the rotation information associated with the manipulation for this event occurrence.</summary>
      <returns>Manipulation rotation information.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.TranslationBehavior">
      <summary>Gets information about the translation information associated with the manipulation for this event occurrence.</summary>
      <returns>Manipulation translation information.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.Velocities">
      <summary>Gets the rates of the most recent changes to the manipulation.</summary>
      <returns>The rates of the most recent changes to the manipulation.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationPivot">
      <summary>Specifies how a rotation occurs with one point of user input.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationPivot.#ctor">
      <summary>Initializes a new instance of the ManipulationPivot class with no initial values.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationPivot.#ctor(Windows.Foundation.Point,System.Double)">
      <summary>Initializes a new instance of the ManipulationPivot class with the specified center and radius values.</summary>
      <param name="center">The center point of the pivot.</param>
      <param name="radius">The pivot radius.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationPivot.Center">
      <summary>Gets or sets the center point for rotation manipulations.</summary>
      <returns>The center point for rotation manipulations.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationPivot.Radius">
      <summary>Gets or sets the effective radius of rotation for rotation manipulations.</summary>
      <returns>A value in pixels.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs">
      <summary>Provides data for the ManipulationStarted event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the ManipulationStartedRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.Container">
      <summary>Gets the UIElement that is considered the container of the manipulation.</summary>
      <returns>The UIElement that is considered the container of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.Cumulative">
      <summary>Gets the overall changes since the beginning of the manipulation.</summary>
      <returns>The overall changes since the beginning of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled; false to leave the routed event unhandled, which permits the event to potentially route further. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device involved in the manipulation.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.Position">
      <summary>Gets the point from which the manipulation originated.</summary>
      <returns>The point from which the manipulation originated.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.Complete">
      <summary>Completes the manipulation without inertia.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs">
      <summary>Provides data for the ManipulationStarting, event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the ManipulationStartingRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs.Container">
      <summary>Gets the UIElement that is considered the container of the manipulation.</summary>
      <returns>The UIElement that is considered the container of the manipulation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled; false to leave the routed event unhandled, which permits the event to potentially route further. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs.Mode">
      <summary>Gets or sets which types of manipulations are possible.</summary>
      <returns>One of the enumeration values. The default is All.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs.Pivot">
      <summary>Gets or sets an object that describes the pivot for a single-point manipulation.</summary>
      <returns>An object that describes the pivot for a single-point manipulation.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.Pointer">
      <summary>Provides basic properties for the input pointer associated with a single mouse, pen/stylus, or touch contact.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.Pointer.IsInContact">
      <summary>Gets a value that determines whether the pointer device was in contact with a sensor or digitizer at the time that the event was reported.</summary>
      <returns>true if the pointer device was in contact; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.Pointer.IsInRange">
      <summary>Gets a value that indicates whether the pointer device is within detection range of a sensor or digitizer.</summary>
      <returns>true if touch or pen is within detection range or mouse is over; otherwise false</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.Pointer.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device.</summary>
      <returns>The PointerDeviceType for this pointer reference.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.Pointer.PointerId">
      <summary>Gets the system-generated identifier for this pointer reference.</summary>
      <returns>The system-generated identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Input.PointerRoutedEventArgs">
      <summary>Contains the arguments returned by the last pointer event message.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.PointerRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.PointerRoutedEventArgs.KeyModifiers">
      <summary>Gets a value that indicates which key modifiers were active at the time that the pointer event was initiated.</summary>
      <returns>A value or values of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.PointerRoutedEventArgs.Pointer">
      <summary>Gets a reference to a pointer token.</summary>
      <returns>A pointer token.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Input.PointerRoutedEventArgs.GetCurrentPoint(Windows.UI.Xaml.UIElement)">
      <summary>Retrieves a PointerPoint object that provides basic info on the pointer associated with the event.</summary>
      <returns>A PointerPoint value that represents the pointer point associated with this event. If null was passed as relativeTo, the coordinates are in the frame of reference of the overall window. If a relativeTo value other than null was passed, the coordinates are relative to the object referenced by relativeTo.</returns>
      <param name="relativeTo">Any UIElement-derived object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Input.PointerRoutedEventArgs.GetIntermediatePoints(Windows.UI.Xaml.UIElement)">
      <summary>Retrieves a collection of PointerPoint objects that represent the pointer history from the last pointer event up to and including the current pointer event. Each PointerPoint in the collection provides basic info on the pointer associated with the event.</summary>
      <returns>The collection of PointerPoint objects corresponding to the pointer history associated with the event. If relativeTo is null, location coordinates are in the context of the app. Otherwise, the coordinates are relative to the object referenced by relativeTo.</returns>
      <param name="relativeTo">Provides the context for the pointer data. Can be any UIElement-derived object that is connected to the same object tree. If null, location coordinates are in the context of the app.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.RightTappedRoutedEventArgs">
      <summary>Provides event data for the RightTapped event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.RightTappedRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the RightTappedRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.RightTappedRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.RightTappedRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device that initiated the associated input event.</summary>
      <returns>The PointerDeviceType for this event occurrence.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Input.RightTappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)">
      <summary>Returns the x- and y-coordinates of the pointer position, optionally evaluated against a coordinate origin of a supplied UIElement.</summary>
      <returns>A Point that represents the current x- and y-coordinates of the mouse pointer position. If null was passed as relativeTo, this coordinate is for the overall window. If a relativeTo value other than null was passed, this coordinate is relative to the object referenced by relativeTo.</returns>
      <param name="relativeTo">Any UIElement-derived object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.TappedRoutedEventArgs">
      <summary>Provides event data for the Tapped event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.TappedRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the TappedRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Input.TappedRoutedEventArgs.Handled">
      <summary>Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.</summary>
      <returns>true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Input.TappedRoutedEventArgs.PointerDeviceType">
      <summary>Gets the PointerDeviceType for the pointer device that initiated the associated input event.</summary>
      <returns>The PointerDeviceType for this event occurrence.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Input.TappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)">
      <summary>Returns the x- and y-coordinates of the pointer position, optionally evaluated against a coordinate origin of a supplied UIElement.</summary>
      <returns>A Point that represents the current x- and y-coordinates of the mouse pointer position. If null was passed as relativeTo, this coordinate is for the overall window. If a value other than null for relativeTo was passed, this coordinate is relative to the object referenced by relativeTo.</returns>
      <param name="relativeTo">Any UIElement-derived object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.DoubleTappedEventHandler">
      <summary>Represents the method that will handle the DoubleTapped event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.HoldingEventHandler">
      <summary>Represents the method that will handle the Holding event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.KeyEventHandler">
      <summary>Represents the method that handles the KeyUp and KeyDown events.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationCompletedEventHandler">
      <summary>Represents the method that will handle ManipulationCompleted and related events.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationDeltaEventHandler">
      <summary>Represents the method that will handle ManipulationDelta and related events.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler">
      <summary>Represents the method that will handle the ManipulationInertiaStarting event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationStartedEventHandler">
      <summary>Represents the method that will handle ManipulationStarted and related events.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationStartingEventHandler">
      <summary>Represents the method that will handle the ManipulationStarting event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.PointerEventHandler">
      <summary>Represents the method that will handle pointer message events such as PointerPressed.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.RightTappedEventHandler">
      <summary>Represents the method that will handle a RightTapped routed event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.TappedEventHandler">
      <summary>Represents the method that will handle the Tapped event.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Input.FocusNavigationDirection">
      <summary>Specifies a direction, based on tab order, to try to move focus in the app UI.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.FocusNavigationDirection.Next">
      <summary>The next element in the tab order.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.FocusNavigationDirection.Previous">
      <summary>The previous element in the tab order.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Input.InputScopeNameValue">
      <summary>Specifies a particular named input mode that is used to populate an InputScope.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Default">
      <summary>No input scope is applied.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Url">
      <summary>Input scope is intended for working with a URL.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.EmailSmtpAddress">
      <summary>Input scope is intended for working with a SMTP form e-mail address (accountname@host).</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.CurrencyAmountAndSymbol">
      <summary>Input scope is intended for working with amount and symbol of currency.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Number">
      <summary>Input scope is intended for working with digits 0-9.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.TelephoneNumber">
      <summary>Input scope is intended for working with telephone numbers.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.NumberFullWidth">
      <summary>Input scope is intended for full-width number characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.AlphanumericHalfWidth">
      <summary>Input scope is intended for alphanumeric half-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.AlphanumericFullWidth">
      <summary>Input scope is intended for alphanumeric full-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Hiragana">
      <summary>Input scope is intended for Hiragana characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.KatakanaHalfWidth">
      <summary>Input scope is intended for Katakana half-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.KatakanaFullWidth">
      <summary>Input scope is intended for Katakana full-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Hanja">
      <summary>Input scope is intended for Hanja characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.HangulHalfWidth">
      <summary>Input scope is intended for Hangul half-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.HangulFullWidth">
      <summary>Input scope is intended for Hangul full-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Search">
      <summary>Input scope is intended for search strings.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Formula">
      <summary>Input scope is intended for spreadsheet formula strings.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.ChineseHalfWidth">
      <summary>Input scope is intended for Chinese half-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.ChineseFullWidth">
      <summary>Input scope is intended for Chinese full-width characters.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.NativeScript">
      <summary>Input scope is intended for native script.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.Chat">
      <summary>Input scope is intended for chat strings.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.InputScopeNameValue.NameOrPhoneNumber">
      <summary>Input scope is intended for working with a name or telephone number.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Input.KeyboardNavigationMode">
      <summary>Specifies the tabbing behavior across tab stops for a tabbing sequence within a container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.KeyboardNavigationMode.Local">
      <summary>Tab indexes are considered on the local subtree only inside this container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.KeyboardNavigationMode.Cycle">
      <summary>Focus returns to the first or the last keyboard navigation stop inside of a container when the first or last keyboard navigation stop is reached.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.KeyboardNavigationMode.Once">
      <summary>The container and all of its child elements as a whole receive focus only once.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ManipulationModes">
      <summary>Specifies how a target UI element interprets manipulation events. This enumeration is flagwise to facilitate setting multiple modes.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.None">
      <summary>Do not present graphic interaction with manipulation events.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.TranslateX">
      <summary>Permit manipulation actions that translate the target on the X axis.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.TranslateY">
      <summary>Permit manipulation actions that translate the target on the Y axis.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.TranslateRailsX">
      <summary>Permit manipulation actions that translate the target on the X axis but using a rails mode.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.TranslateRailsY">
      <summary>Permit manipulation actions that translate the target on the Y axis but using a rails mode.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.Rotate">
      <summary>Permit manipulation actions that rotate the target.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.Scale">
      <summary>Permit manipulation actions that scale the target.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.TranslateInertia">
      <summary>Apply inertia to translate actions.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.RotateInertia">
      <summary>Apply inertia to rotate actions.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.ScaleInertia">
      <summary>Apply inertia to scale actions.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.All">
      <summary>Enable all manipulation interaction modes except those supported through Direct Manipulation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Input.ManipulationModes.System">
      <summary>Enable system-driven touch interactions supported through Direct Manipulation.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Input.ICommand">
      <summary>Defines the contract for commanding.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ICommand.CanExecute(System.Object)">
      <summary>Defines the method that determines whether the command can execute in its current state.</summary>
      <returns>true if this command can be executed; otherwise, false.</returns>
      <param name="parameter">Data used by the command. If the command does not require data to be passed, this object can be set to null.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Input.ICommand.Execute(System.Object)">
      <summary>Defines the method to be called when the command is invoked.</summary>
      <param name="parameter">Data used by the command. If the command does not require data to be passed, can be set to null.</param>
    </member>
    <member name="E:Windows.UI.Xaml.Input.ICommand.CanExecuteChanged">
      <summary>Occurs when changes occur that affect whether the command should execute.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Interop">
      <summary>Provides basic types for cross-framework integration and interoperation. Notably, this includes interfaces and support types that enable binding patterns.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs">
      <summary>Provides the event data for a CollectionChanged event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.#ctor(Windows.UI.Xaml.Interop.NotifyCollectionChangedAction,Windows.UI.Xaml.Interop.IBindableVector,Windows.UI.Xaml.Interop.IBindableVector,System.Int32,System.Int32)">
      <summary>Initializes a new instance of the NotifyCollectionChangedEventArgs class.</summary>
      <param name="action">The Action value to report.</param>
      <param name="newItems">The NewItems value to report.</param>
      <param name="oldItems">The OldItems value to report.</param>
      <param name="newIndex">The NewStartingIndex value to report.</param>
      <param name="oldIndex">The OldStartingIndex value to report.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.Action">
      <summary>Gets the description of the action that caused the event.</summary>
      <returns>The description of the action that caused the event, as a value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.NewItems">
      <summary>Gets the items affected by an action.</summary>
      <returns>The bindable vector of items affected by an action.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.NewStartingIndex">
      <summary>Gets the index at which the change occurred.</summary>
      <returns>The index at which the change occurred.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.OldItems">
      <summary>Gets the item affected by a Replace or Remove action.</summary>
      <returns>The bindable vector of items affected by a Replace or Remove action.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.OldStartingIndex">
      <summary>Gets the starting index at which a Move, Remove, or Replace action occurred.</summary>
      <returns>The zero-based index at which a Move, Remove, or Replace action occurred.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.BindableVectorChangedEventHandler">
      <summary>Represents the method that will handle the VectorChanged event.</summary>
      <param name="vector">The object where the handler is attached.</param>
      <param name="e">Event data, loosely typed.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventHandler">
      <summary>Represents the method that will handle the CollectionChanged event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.NotifyCollectionChangedAction">
      <summary>Describes the action that caused a CollectionChanged event.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.NotifyCollectionChangedAction.Add">
      <summary>One or more items were added to the collection.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.NotifyCollectionChangedAction.Remove">
      <summary>One or more items were removed from the collection.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.NotifyCollectionChangedAction.Replace">
      <summary>One or more items were replaced in the collection.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.NotifyCollectionChangedAction.Move">
      <summary>One or more items were moved within the collection.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.NotifyCollectionChangedAction.Reset">
      <summary>The content of the collection changed dramatically.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.TypeKind">
      <summary>Provides basic guidance about the origin of a type. Used as a value by TypeName.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.TypeKind.Primitive">
      <summary>The type is a language-level primitive.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.TypeKind.Metadata">
      <summary>The type is declared through WinMD (Windows Runtime metadata).</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.TypeKind.Custom">
      <summary>The type is a custom type declared by means other than WinMD.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.IBindableIterable">
      <summary>Extends IIterable to enable data-binding infrastructure requirements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableIterable.First">
      <summary>Returns a bindable iterator that iterates over the items in the collection.</summary>
      <returns>The bindable iterator.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.IBindableIterator">
      <summary>Supports bindable iteration over a collection.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.IBindableIterator.Current">
      <summary>Gets the current item in the collection.</summary>
      <returns>The current item in the collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.IBindableIterator.HasCurrent">
      <summary>Gets a value that indicates whether there is a current item or the iterator is at the end of the collection.</summary>
      <returns>true if the iterator refers to a valid item that is in the collection; otherwise, false.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableIterator.MoveNext">
      <summary>Moves the iterator forward to the next item and returns HasCurrent.</summary>
      <returns>true if the iterator refers to a valid item that is in the collection; otherwise, false.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.IBindableObservableVector">
      <summary>Extends IBindableVector by adding a VectorChanged event for change notification.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Interop.IBindableObservableVector.VectorChanged">
      <summary>Occurs when the vector collection changes (add, delete, item change).</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.IBindableVector">
      <summary>Represents a writeable vector collection of objects that is bindable.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.IBindableVector.Size">
      <summary>Gets the number of items in the vector.</summary>
      <returns>The number of items in the vector.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.Append(System.Object)">
      <summary>Appends an item to the end of the vector.</summary>
      <param name="value">The item to append to the vector.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.Clear">
      <summary>Removes all items from the vector.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.GetAt(System.UInt32)">
      <summary>Returns the item at the specified index in the vector.</summary>
      <returns>The item at the specified index.</returns>
      <param name="index">The zero-based index of the item in the vector to return.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.GetView">
      <summary>Returns an immutable view of the vector.</summary>
      <returns>The view of the vector.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.IndexOf(System.Object,System.UInt32@)">
      <summary>Returns the index of a specified item in the vector.</summary>
      <returns>true if the item is found; false if the item is not found.</returns>
      <param name="value">The item to find in the vector.</param>
      <param name="index">The zero-based index of the item if found. 0 is returned if the item is not found, so be sure to check the return value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.InsertAt(System.UInt32,System.Object)">
      <summary>Inserts an item into a vector at a specified index.</summary>
      <param name="index">The index at which to insert.</param>
      <param name="value">The item to insert.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index in the vector.</summary>
      <param name="index">The zero-based index of the vector, at which to remove the item.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.RemoveAtEnd">
      <summary>Removes the last item in the vector.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVector.SetAt(System.UInt32,System.Object)">
      <summary>Sets the item value at the specified index of the vector.</summary>
      <param name="index">The zero-based index of the vector, at which to set the value.</param>
      <param name="value">The item value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.IBindableVectorView">
      <summary>Represents a read-only vector collection of objects that is bindable.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.IBindableVectorView.Size">
      <summary>Gets the number of items in the vector.</summary>
      <returns>The number of items in the vector.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVectorView.GetAt(System.UInt32)">
      <summary>Returns the item at the specified index in the vector.</summary>
      <returns>The item at the specified index.</returns>
      <param name="index">The zero-based index of the item in the vector to return.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Interop.IBindableVectorView.IndexOf(System.Object,System.UInt32@)">
      <summary>Returns the index of a specified item in the vector.</summary>
      <returns>true if the item is found; false if the item is not found.</returns>
      <param name="value">The item to find in the vector.</param>
      <param name="index">The zero-based index of the item if found. 0 is returned if the item is not found, so be sure to check the return value.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.INotifyCollectionChanged">
      <summary>Provides a collection-changed pattern interface for C++ bindable classes.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Interop.INotifyCollectionChanged.CollectionChanged">
      <summary>Occurs when the collection changes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Interop.TypeName">
      <summary>Substitutes for System.Type such that type information reported by other API does not have a dependency on the common language runtime (CLR). This structure is used as a value by properties such as UnderlyingType and Type.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.TypeName.Name">
      <summary>Name of the type.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Interop.TypeName.Kind">
      <summary>Basic guidance regarding the origin of the type.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.TypeName.Kind">
      <summary>Gets or sets the TypeKind classification of programming type that this TypeName represents.</summary>
      <returns></returns>
    </member>
    <member name="P:Windows.UI.Xaml.Interop.TypeName.Name">
      <summary>Gets or sets the name of the programming type that this TypeName represents.</summary>
      <returns></returns>
    </member>
    <member name="N:Windows.UI.Xaml.Markup">
      <summary>Provides XAML language support API for Windows Store app and the Windows Runtime.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.ContentPropertyAttribute">
      <summary>Indicates which property of a type is the XAML content property. A XAML processor uses this information when processing XAML child elements of XAML representations of the attributed type.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.ContentPropertyAttribute.#ctor">
      <summary>Initializes a new instance of the ContentPropertyAttribute class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.IComponentConnector">
      <summary>Provides infrastructure support for event wiring and build actions.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IComponentConnector.Connect(System.Int32,System.Object)">
      <summary>Attaches events and names to XAML-initiated content.</summary>
      <param name="connectionId">An identifier token to distinguish calls.</param>
      <param name="target">The target to connect events and names to.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.IXamlMember">
      <summary>Provides the means to report XAML-type system specifics about XAML members. Using this interface contract, XAML parsers can load any custom types and members thereof that are defined in your app and are referenced in XAML files.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlMember.IsAttachable">
      <summary>Gets a value that indicates whether the XAML member is an attachable member.</summary>
      <returns>true if the XAML member is an attachable member; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlMember.IsDependencyProperty">
      <summary>Gets a value that indicates whether the XAML member is implemented as a dependency property.</summary>
      <returns>true if the XAML member is implemented as a dependency property; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlMember.IsReadOnly">
      <summary>Gets whether the XAML member is read-only in its backing implementation.</summary>
      <returns>true if the backing member is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlMember.Name">
      <summary>Gets the XamlName name string that declares the XAML member.</summary>
      <returns>The XamlName name string that declares the XAML member.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlMember.TargetType">
      <summary>Gets the IXamlType of the type where the member can exist.</summary>
      <returns>The IXamlType of the type where the member can exist.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlMember.Type">
      <summary>Gets the IXamlType of the type that is used by the member.</summary>
      <returns>The IXamlType of the type that is used by the member.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlMember.GetValue(System.Object)">
      <summary>Provides a get-value utility for this IXamlMember.</summary>
      <returns>The member value.</returns>
      <param name="instance">The object instance to get the member value from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlMember.SetValue(System.Object,System.Object)">
      <summary>Provides a set-value utility for this IXamlMember.</summary>
      <param name="instance">The object instance to set the member value on.</param>
      <param name="value">The member value to set.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.IXamlMetadataProvider">
      <summary>Implements XAML schema context concepts that support XAML parsing.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlMetadataProvider.GetXamlType(Windows.UI.Xaml.Interop.TypeName)">
      <summary>Implements XAML schema context access to underlying type mapping, based on providing a helper value that describes a type.</summary>
      <returns>The schema context's implementation of the IXamlType concept.</returns>
      <param name="type">The type as represented by the relevant type system or interoperation support type.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlMetadataProvider.GetXamlType(System.String)">
      <summary>Implements XAML schema context access to underlying type mapping, based on specifying a full type name.</summary>
      <returns>The schema context's implementation of the IXamlType concept.</returns>
      <param name="fullName">The name of the class for which to return a XAML type mapping.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlMetadataProvider.GetXmlnsDefinitions">
      <summary>Gets the set of XMLNS (XAML namespace) definitions that apply to the context.</summary>
      <returns>The set of XMLNS (XAML namespace) definitions.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.IXamlType">
      <summary>Provides the means to report XAML-type system specifics about XAML types. Using this interface contract, XAML parsers can load any custom types and members thereof that are defined in your app and are referenced in XAML files.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.BaseType">
      <summary>Gets the IXamlType for the immediate base type of the XAML type. Determination of this value is based on the underlying type for core types.</summary>
      <returns>The IXamlType for the immediate base type of the XAML type.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.ContentProperty">
      <summary>Gets the IXamlMember information for the XAML content property of this IXamlType.</summary>
      <returns>IXamlMember information for the XAML content property of the IXamlType. May be null if no XAML content property exists.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.FullName">
      <summary>Gets the full class name of the underlying type.</summary>
      <returns>The full class name of the underlying type.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.IsArray">
      <summary>Gets a value that indicates whether the IXamlType represents an array.</summary>
      <returns>true if the IXamlType represents an array; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.IsBindable">
      <summary>Gets a value that declares whether the type is bindable.</summary>
      <returns>true if the type is bindable, false if the type is not bindable.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.IsCollection">
      <summary>Gets a value that indicates whether this IXamlType represents a collection.</summary>
      <returns>true if this IXamlType represents a collection; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.IsConstructible">
      <summary>Gets a value that indicates whether this IXamlType represents a constructible type, as per the XAML definition.</summary>
      <returns>true if this IXamlType represents a constructible type; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.IsDictionary">
      <summary>Gets a value that indicates whether this IXamlType represents a dictionary/map.</summary>
      <returns>true if this IXamlType represents a dictionary/map; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.IsMarkupExtension">
      <summary>Gets a value that indicates whether the IXamlType represents a markup extension.</summary>
      <returns>true if the IXamlType represents a markup extension; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.ItemType">
      <summary>Gets a value that provides the type information for the Items property of this IXamlType.</summary>
      <returns>The IXamlType information for the type of the items in the collection; otherwise, null if this IXamlType does not represent a collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.KeyType">
      <summary>Gets a value that provides the type information for the Key property of this IXamlType, if this IXamlType represents a dictionary/map.</summary>
      <returns>The IXamlType information for the type of the key for dictionary usage; otherwise, null if this IXamlType does not represent a dictionary/map.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Markup.IXamlType.UnderlyingType">
      <summary>Gets information for the backing type.</summary>
      <returns>The backing type as represented by the relevant type system or interop support type.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlType.ActivateInstance">
      <summary>Given a XAML type, sets its values for initialization and returns a usable instance.</summary>
      <returns>The usable instance.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlType.AddToMap(System.Object,System.Object,System.Object)">
      <summary>Adds an item to a custom map type.</summary>
      <param name="instance">The type instance to set the map item to.</param>
      <param name="key">The key of the map item to add.</param>
      <param name="value">The value of the map item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlType.AddToVector(System.Object,System.Object)">
      <summary>Adds an item to a custom vector type.</summary>
      <param name="instance">The type instance to set the item to.</param>
      <param name="value">The value of the item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlType.CreateFromString(System.String)">
      <summary>Creates a type system representation based on a string. The main scenario for this usage is creating an enumeration value and mapping the appropriate enumeration.</summary>
      <returns>The resulting type system representation.</returns>
      <param name="value">The string to create from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlType.GetMember(System.String)">
      <summary>Returns the IXamlMember information for a specific named member from this IXamlType.</summary>
      <returns>The IXamlMember information for the member, if a member as specified by name was found; otherwise, null.</returns>
      <param name="name">The name of the member to get (as a string).</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.IXamlType.RunInitializer">
      <summary>Invokes any necessary pre-activation logic as required by the XAML schema context and its platform dependencies.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.XamlBinaryWriterErrorInformation">
      <summary>Records error information produced by calls to XamlBinaryWriter.Write.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Markup.XamlBinaryWriterErrorInformation.InputStreamIndex">
      <summary>The index of the stream in the original inputStreams parameter for XamlBinaryWriter.Write where the error occurred.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Markup.XamlBinaryWriterErrorInformation.LineNumber">
      <summary>The line number in the input XAML text representation where the error was encountered.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Markup.XamlBinaryWriterErrorInformation.LinePosition">
      <summary>The line position in the input XAML text representation where the error was encountered.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.XamlBinaryWriter">
      <summary>Produces a pre-parsed binary representation of a XAML production.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.XamlBinaryWriter.Write(Windows.Foundation.Collections.IVector`1,Windows.Foundation.Collections.IVector`1,Windows.UI.Xaml.Markup.IXamlMetadataProvider)">
      <summary>Produces a binary representation of XAML. Input streams are produced in text representation, and output streams are populated with XAML in binary (XBF) representation.</summary>
      <returns>A structure that captures any error information that is reported by the conversion into XBF format.</returns>
      <param name="inputStreams">The set of input streams. These are expected to access the text representation of the XAML to write into XBF format.</param>
      <param name="outputStreams">The set of output streams. When the method returns each output stream provides access to the XBF binary representation. You'd typically use this stream to create a file.</param>
      <param name="xamlMetadataProvider">A helper object that maps types for XAML productions.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.XamlParseException">
      <summary>The exception that is thrown when an error occurs while parsing XAML.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.XamlParseException.#ctor">
      <summary>Initializes a new instance of the XamlParseException class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.XamlParseException.#ctor(System.String)">
      <summary>Initializes a new instance of the XamlParseException class with a specified error message.</summary>
      <param name="message">The message that describes the error.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.XamlParseException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the XamlParseException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The message that describes the error.</param>
      <param name="innerException">The exception that is the cause of the current exception, or null if no inner exception is specified.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.XamlReader">
      <summary>Provides a XAML processor engine for parsing XAML and creating corresponding object trees.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.XamlReader.Load(System.String)">
      <summary>Parses a well-formed XAML fragment and creates a corresponding object tree, and returns the root of the object tree.</summary>
      <returns>The root object of the created object tree.</returns>
      <param name="xaml">A string that contains a valid XAML fragment.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Markup.XamlReader.LoadWithInitialTemplateValidation(System.String)">
      <summary>Parses a well-formed XAML fragment creates a corresponding object tree, and returns the root of the object tree. Also performs load-time validation of any linked templates.</summary>
      <returns>The root object of the created object tree.</returns>
      <param name="xaml">A string that contains a valid XAML fragment.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Markup.XmlnsDefinition">
      <summary>Specifies a mapping on a per-assembly basis between a XAML namespace and a library-code namespace for backing types, which is then used for type resolution by a XAML object writer or XAML schema context.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Markup.XmlnsDefinition.XmlNamespace">
      <summary>The XAML namespace identifier specified in the attribute.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Markup.XmlnsDefinition.Namespace">
      <summary>The library-code namespace, specified as a string.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Media">
      <summary>Provides basic media support, graphics primitives, and brush-drawing API.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.ArcSegment">
      <summary>Represents an elliptical arc between two points.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.ArcSegment.#ctor">
      <summary>Initializes a new instance of the ArcSegment class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.IsLargeArc">
      <summary>Gets or sets a value that indicates whether the arc should be greater than 180 degrees.</summary>
      <returns>true if the arc should be greater than 180 degrees; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.Point">
      <summary>Gets or sets the endpoint of the elliptical arc.</summary>
      <returns>The point to which the arc is drawn. The default is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.RotationAngle">
      <summary>Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.</summary>
      <returns>The amount (in degrees) by which the ellipse is rotated about the x-axis. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.Size">
      <summary>Gets or sets the x-radius and y-radius of the arc as a Size structure.</summary>
      <returns>A Size structure that describes the x-radius and y-radius of the elliptical arc. The Size structure's Width value specifies the arc's x-radius; its Height value specifies the arc's y-radius. The default is a Size with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.SweepDirection">
      <summary>Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.</summary>
      <returns>One of the enumeration values that specifies the direction in which the arc is drawn. The default is Counterclockwise.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.IsLargeArcProperty">
      <summary>Identifies the IsLargeArc dependency property.</summary>
      <returns>The IsLargeArc dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.PointProperty">
      <summary>Identifies the Point dependency property.</summary>
      <returns>The Point dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.RotationAngleProperty">
      <summary>Identifies the RotationAngle dependency property.</summary>
      <returns>The RotationAngle dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.SizeProperty">
      <summary>Identifies the Size dependency property.</summary>
      <returns>The Size dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ArcSegment.SweepDirectionProperty">
      <summary>Identifies the SweepDirection dependency property.</summary>
      <returns>The SweepDirection dependency property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.BezierSegment">
      <summary>Represents a cubic Bezier curve drawn between two points.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.BezierSegment.#ctor">
      <summary>Initializes a new instance of the BezierSegment class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.BezierSegment.Point1">
      <summary>Gets or sets the first control point of the curve.</summary>
      <returns>The first control point of the curve. The default is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.BezierSegment.Point2">
      <summary>Gets or sets the second control point of the curve.</summary>
      <returns>The second control point of the curve.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.BezierSegment.Point3">
      <summary>Gets or sets the end point of the curve.</summary>
      <returns>The end point of the curve.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.BezierSegment.Point1Property">
      <summary>Identifies the Point1 dependency property.</summary>
      <returns>The identifier for the Point1 dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.BezierSegment.Point2Property">
      <summary>Identifies the Point2 dependency property.</summary>
      <returns>The identifier for the Point2 dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.BezierSegment.Point3Property">
      <summary>Identifies the Point3 dependency property.</summary>
      <returns>The identifier for the Point3 dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.BitmapCache">
      <summary>Represents the behavior of caching a visual element or tree of elements as bitmap surfaces.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.BitmapCache.#ctor">
      <summary>Initializes a new instance of the BitmapCache class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Brush">
      <summary>Defines objects used to paint graphical objects. Classes that derive from Brush describe how the area is painted.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Brush.#ctor">
      <summary>Provides base class initialization behavior for Brush-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Brush.Opacity">
      <summary>Gets or sets the degree of opacity of a Brush.</summary>
      <returns>The value of the Opacity property is expressed as a value between 0 and 1.0. The default value is 1.0, which is full opacity. 0 is transparent opacity.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Brush.RelativeTransform">
      <summary>Gets or sets the transformation that is applied to the brush using relative coordinates.</summary>
      <returns>The transformation that is applied to the brush using relative coordinates. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Brush.Transform">
      <summary>Gets or sets the transformation that is applied to the brush.</summary>
      <returns>The transformation to apply to the brush.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Brush.OpacityProperty">
      <summary>Identifies the Opacity dependency property.</summary>
      <returns>The Opacity dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Brush.RelativeTransformProperty">
      <summary>Identifies the RelativeTransform dependency property.</summary>
      <returns>The RelativeTransform dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Brush.TransformProperty">
      <summary>Identifies the Transform dependency property.</summary>
      <returns>The Transform dependency property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.CacheMode">
      <summary>Represents cached content modes for graphics acceleration features.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.CacheMode.#ctor">
      <summary>Provides base class initialization behavior for CacheMode derived classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.CompositeTransform">
      <summary>Applies multiple transform operations to an object.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.CompositeTransform.#ctor">
      <summary>Initializes a new instance of the CompositeTransform class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.CenterX">
      <summary>Gets or sets the x-coordinate of the center point for all transforms specified by the CompositeTransform.</summary>
      <returns>The x-coordinate of the center point for all transforms specified by the CompositeTransform.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.CenterY">
      <summary>Gets or sets the y-coordinate of the center point for all transforms specified by the CompositeTransform.</summary>
      <returns>The y-coordinate of the center point for all transforms specified by the CompositeTransform.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.Rotation">
      <summary>Gets or sets the angle, in degrees, of clockwise rotation.</summary>
      <returns>The angle, in degrees, of clockwise rotation. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.ScaleX">
      <summary>Gets or sets the x-axis scale factor. You can use this property to stretch or shrink an object horizontally.</summary>
      <returns>The scale factor along the x-axis. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.ScaleY">
      <summary>Gets or sets the y-axis scale factor. You can use this property to stretch or shrink an object vertically.</summary>
      <returns>The scale factor along the y-axis. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.SkewX">
      <summary>Gets or sets the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis. A skew transform can be useful for creating the illusion of three-dimensional depth in a two-dimensional object.</summary>
      <returns>The skew angle, which is measured in degrees counterclockwise from the y-axis. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.SkewY">
      <summary>Gets or sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis. A skew transform can be useful for creating the illusion of three-dimensional depth in a two-dimensional object.</summary>
      <returns>The skew angle, which is measured in degrees counterclockwise from the x-axis. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.TranslateX">
      <summary>Gets or sets the distance to translate along the x-axis.</summary>
      <returns>The distance to translate (move) an object along the x-axis, in pixels. This property is read/write. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.TranslateY">
      <summary>Gets or sets the distance to translate (move) an object along the y-axis.</summary>
      <returns>The distance to translate (move) an object along the y-axis, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.CenterXProperty">
      <summary>Identifies the CenterX dependency property.</summary>
      <returns>The identifier for the CenterX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.CenterYProperty">
      <summary>Identifies the CenterY dependency property.</summary>
      <returns>The identifier for the CenterY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.RotationProperty">
      <summary>Identifies the Rotation dependency property.</summary>
      <returns>The identifier for the Rotation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.ScaleXProperty">
      <summary>Identifies the ScaleX dependency property.</summary>
      <returns>The identifier for the ScaleX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.ScaleYProperty">
      <summary>Identifies the ScaleY dependency property.</summary>
      <returns>The identifier for the ScaleY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.SkewXProperty">
      <summary>Identifies the SkewX dependency property.</summary>
      <returns>The identifier for the SkewX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.SkewYProperty">
      <summary>Identifies the SkewY dependency property.</summary>
      <returns>The identifier for the SkewY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.TranslateXProperty">
      <summary>Identifies the TranslateX dependency property.</summary>
      <returns>The identifier for the TranslateX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.CompositeTransform.TranslateYProperty">
      <summary>Identifies the TranslateY dependency property.</summary>
      <returns>The identifier for the TranslateY dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.CompositionTarget">
      <summary>Represents the composited display surface for an application.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Media.CompositionTarget.Rendering">
      <summary>Occurs when the core rendering process renders a frame.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Media.CompositionTarget.SurfaceContentsLost">
      <summary>Occurs when an underlying major change occurs, such as a DirectX device change. Typically the application must regenerate its surface contents when notified of this event.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.DoubleCollection">
      <summary>Represents an ordered collection of Double values.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.Add(System.Double)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.Append(System.Double)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.Contains(System.Double)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.CopyTo(System.Double[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.DoubleCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The Double value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.GetMany(System.UInt32,System.Double[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.IndexOf(System.Double,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.IndexOf(System.Double)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.Insert(System.Int32,System.Double)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.InsertAt(System.UInt32,System.Double)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.DoubleCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.DoubleCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.Remove(System.Double)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.ReplaceAll(System.Double[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.SetAt(System.UInt32,System.Double)">
      <summary>Sets the value at the specified index to the Double value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.DoubleCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.DoubleCollection.#ctor">
      <summary>Initializes a new instance of the DoubleCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.EllipseGeometry">
      <summary>Represents the geometry of a circle or ellipse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.EllipseGeometry.#ctor">
      <summary>Initializes a new instance of the EllipseGeometry class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.EllipseGeometry.Center">
      <summary>Gets or sets the center point of the EllipseGeometry.</summary>
      <returns>The center point of the EllipseGeometry.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.EllipseGeometry.RadiusX">
      <summary>Gets or sets the x-radius value of the EllipseGeometry.</summary>
      <returns>The x-radius value of the EllipseGeometry.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.EllipseGeometry.RadiusY">
      <summary>Gets or sets the y-radius value of the EllipseGeometry.</summary>
      <returns>The y-radius value of the EllipseGeometry.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.EllipseGeometry.CenterProperty">
      <summary>Identifies the Center dependency property.</summary>
      <returns>The Center dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.EllipseGeometry.RadiusXProperty">
      <summary>Identifies the RadiusX dependency property.</summary>
      <returns>The RadiusX dependency property identifier.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.EllipseGeometry.RadiusYProperty">
      <summary>Identifies the RadiusY dependency property.</summary>
      <returns>The RadiusY dependency property identifier.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.FontFamily">
      <summary>Represents a family of related fonts.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.FontFamily.#ctor(System.String)">
      <summary>Initializes a new instance of the FontFamily class from the specified font family string.</summary>
      <param name="familyName">The family name of the font to represent. This can include a hashed suffix.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.FontFamily.Source">
      <summary>Gets the font family name that is used to construct the FontFamily object.</summary>
      <returns>The font family name of the FontFamily object.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.GeneralTransform">
      <summary>Provides generalized transformation support for objects, such as points and rectangles.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeneralTransform.#ctor">
      <summary>Provides base class initialization behavior for GeneralTransform-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeneralTransform.Inverse">
      <summary>Gets the inverse transformation of this GeneralTransform, if possible.</summary>
      <returns>An inverse of this instance, if possible; otherwise null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeneralTransform.InverseCore">
      <summary>Implements the behavior for return value of Inverse in a derived or custom GeneralTransform.</summary>
      <returns>The value that should be returned as Inverse by the GeneralTransform.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeneralTransform.TransformBounds(Windows.Foundation.Rect)">
      <summary>Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.</summary>
      <returns>The smallest axis-aligned bounding box possible that contains the transformed rect.</returns>
      <param name="rect">The bounding box to transform.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeneralTransform.TransformBoundsCore(Windows.Foundation.Rect)">
      <summary>Provides the means to override the TransformBounds behavior in a derived transform class.</summary>
      <returns>The smallest axis-aligned bounding box possible that contains the transformed rect.</returns>
      <param name="rect">The bounding box to transform.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeneralTransform.TransformPoint(Windows.Foundation.Point)">
      <summary>Transforms the specified point and returns the result.</summary>
      <returns>The result of transforming point.</returns>
      <param name="point">The point to transform.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeneralTransform.TryTransform(Windows.Foundation.Point,Windows.Foundation.Point@)">
      <summary>Attempts to transform the specified point and returns a value that indicates whether the transformation was successful.</summary>
      <returns>true if inPoint was transformed; otherwise, false.</returns>
      <param name="inPoint">The point to transform.</param>
      <param name="outPoint">The result of transforming inPoint.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeneralTransform.TryTransformCore(Windows.Foundation.Point,Windows.Foundation.Point@)">
      <summary>Provides the means to override the TryTransform behavior in a derived transform class.</summary>
      <returns>true if inPoint was transformed; otherwise, false.</returns>
      <param name="inPoint">The point to transform.</param>
      <param name="outPoint">The result of transforming inPoint.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Geometry">
      <summary>Provides a base class for objects that define geometric shapes. Geometry objects can be used for clipping regions and as geometry definitions for rendering two-dimensional graphical data as a Path.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Geometry.Bounds">
      <summary>Gets a Rect that specifies the axis-aligned bounding box of the Geometry.</summary>
      <returns>The axis-aligned bounding box of the Geometry.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Geometry.Empty">
      <summary>Gets an empty geometry object.</summary>
      <returns>The empty geometry object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Geometry.StandardFlatteningTolerance">
      <summary>Gets the standard tolerance used for polygonal approximation.</summary>
      <returns>The standard tolerance. The default value is 0.25.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Geometry.Transform">
      <summary>Gets or sets the Transform object applied to a Geometry.</summary>
      <returns>The transformation applied to the Geometry. Note that this value may be a single Transform or a list of Transform items.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Geometry.TransformProperty">
      <summary>Identifies the Transform dependency property.</summary>
      <returns>The identifier for the Transform dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.GeometryCollection">
      <summary>Represents a collection of Geometry objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.Add(Windows.UI.Xaml.Media.Geometry)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.Append(Windows.UI.Xaml.Media.Geometry)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.Contains(Windows.UI.Xaml.Media.Geometry)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.CopyTo(Windows.UI.Xaml.Media.Geometry[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Geometry[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.IndexOf(Windows.UI.Xaml.Media.Geometry,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.IndexOf(Windows.UI.Xaml.Media.Geometry)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Geometry)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Geometry)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.Remove(Windows.UI.Xaml.Media.Geometry)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.ReplaceAll(Windows.UI.Xaml.Media.Geometry[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Geometry)">
      <summary>Sets the value at the specified index to the value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryCollection.#ctor">
      <summary>Initializes a new instance of the GeometryCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.GeometryGroup">
      <summary>Represents a composite geometry, composed of other Geometry objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GeometryGroup.#ctor">
      <summary>Initializes a new instance of the GeometryGroup class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryGroup.Children">
      <summary>Gets or sets the GeometryCollection that contains the objects that define this GeometryGroup.</summary>
      <returns>A collection containing the children of this GeometryGroup.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryGroup.FillRule">
      <summary>Gets or sets how the intersecting areas of the objects contained in this GeometryGroup are combined.</summary>
      <returns>One of the enumeration values that specifies how the intersecting areas are combined to form the resulting area. The default is EvenOdd.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryGroup.ChildrenProperty">
      <summary>Identifies the Children dependency property.</summary>
      <returns>The identifier for the Children dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GeometryGroup.FillRuleProperty">
      <summary>Identifies the FillRule dependency property.</summary>
      <returns>The identifier for the FillRule dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.GradientBrush">
      <summary>An abstract class that describes a gradient, composed of gradient stops. Classes that derive from GradientBrush describe different ways of interpreting gradient stops.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientBrush.#ctor">
      <summary>Provides base class initialization behavior for GradientBrush-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.ColorInterpolationMode">
      <summary>Gets or sets a ColorInterpolationMode enumeration value that specifies how the gradient's colors are interpolated.</summary>
      <returns>Specifies how the colors in a gradient are interpolated. The default is SRgbLinearInterpolation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.GradientStops">
      <summary>Gets or sets the brush's gradient stops.</summary>
      <returns>A collection of the GradientStop objects associated with the brush, each of which specifies a color and an offset along the brush's gradient axis. The default is an empty GradientStopCollection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.MappingMode">
      <summary>Gets or sets a BrushMappingMode enumeration value that specifies whether the positioning coordinates of the gradient brush are absolute or relative to the output area.</summary>
      <returns>A BrushMappingMode value that specifies how to interpret the gradient brush's positioning coordinates. The default is RelativeToBoundingBox.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.SpreadMethod">
      <summary>Gets or sets the type of spread method that specifies how to draw a gradient that starts or ends inside the bounds of the object to be painted.</summary>
      <returns>The type of spread method used to paint the gradient. The default is Pad.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.ColorInterpolationModeProperty">
      <summary>Identifies the ColorInterpolationMode dependency property.</summary>
      <returns>The identifier for the ColorInterpolationMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.GradientStopsProperty">
      <summary>Identifies the GradientStops dependency property.</summary>
      <returns>The identifier for the GradientStops dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.MappingModeProperty">
      <summary>Identifies the MappingMode dependency property.</summary>
      <returns>The identifier for the MappingMode dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientBrush.SpreadMethodProperty">
      <summary>Identifies the SpreadMethod dependency property.</summary>
      <returns>The identifier for the SpreadMethod dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.GradientStop">
      <summary>Describes the location and color of a transition point in a gradient.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStop.#ctor">
      <summary>Initializes a new instance of the GradientStop class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStop.Color">
      <summary>Gets or sets the color of the gradient stop.</summary>
      <returns>The color of the gradient stop. The default is Transparent.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStop.Offset">
      <summary>Gets the location of the gradient stop within the gradient vector.</summary>
      <returns>The relative location of this gradient stop along the gradient vector. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStop.ColorProperty">
      <summary>Identifies the Color dependency property.</summary>
      <returns>The identifier for the Color dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStop.OffsetProperty">
      <summary>Identifies the Offset dependency property.</summary>
      <returns>The identifier for the Offset dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.GradientStopCollection">
      <summary>Represents a collection of GradientStop objects that can be individually accessed by index.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.Add(Windows.UI.Xaml.Media.GradientStop)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.Append(Windows.UI.Xaml.Media.GradientStop)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.Contains(Windows.UI.Xaml.Media.GradientStop)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.CopyTo(Windows.UI.Xaml.Media.GradientStop[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStopCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The GradientStop value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.GradientStop[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.IndexOf(Windows.UI.Xaml.Media.GradientStop,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.IndexOf(Windows.UI.Xaml.Media.GradientStop)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.Insert(System.Int32,Windows.UI.Xaml.Media.GradientStop)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.GradientStop)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStopCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStopCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.Remove(Windows.UI.Xaml.Media.GradientStop)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.ReplaceAll(Windows.UI.Xaml.Media.GradientStop[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.GradientStop)">
      <summary>Sets the value at the specified index to the GradientStop value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.GradientStopCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.GradientStopCollection.#ctor">
      <summary>Initializes a new instance of the GradientStopCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.ImageBrush">
      <summary>Paints an area with an image. The image source is typically obtained from file formats such as Joint Photographic Experts Group (JPEG).</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.ImageBrush.#ctor">
      <summary>Initializes a new instance of the ImageBrush class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ImageBrush.ImageSource">
      <summary>Gets or sets the image displayed by this ImageBrush.</summary>
      <returns>The image displayed by this ImageBrush.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Media.ImageBrush.ImageFailed">
      <summary>Occurs when there is an error associated with image retrieval or format.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Media.ImageBrush.ImageOpened">
      <summary>Occurs when the image source is downloaded and decoded with no failure. You can use this event to determine the size of an image before rendering it.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ImageBrush.ImageSourceProperty">
      <summary>Identifies the ImageSource dependency property.</summary>
      <returns>The identifier for the ImageSource dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.ImageSource">
      <summary>Provides an object source type for Source and ImageSource.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.LinearGradientBrush">
      <summary>Paints an area with a linear gradient.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.LinearGradientBrush.#ctor">
      <summary>Initializes a new instance of the LinearGradientBrush class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.LinearGradientBrush.#ctor(Windows.UI.Xaml.Media.GradientStopCollection,System.Double)">
      <summary>Initializes a new instance of the LinearGradientBrush class that has the specified GradientStopCollection and angle.</summary>
      <param name="gradientStopCollection">The GradientStops to set on this brush.</param>
      <param name="angle">A System.Double that represents the angle, in degrees, of the gradient. A value of 0 creates a horizontal gradient, and a value of 90 creates a vertical gradient. Negative values are permitted, as are values over 360 (which are treated as mod 360).</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LinearGradientBrush.EndPoint">
      <summary>Gets or sets the ending two-dimensional coordinates of the linear gradient.</summary>
      <returns>The ending two-dimensional coordinates of the linear gradient. The default is a Point with value 1,1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LinearGradientBrush.StartPoint">
      <summary>Gets or sets the starting two-dimensional coordinates of the linear gradient.</summary>
      <returns>The starting two-dimensional coordinates for the linear gradient. The default is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LinearGradientBrush.EndPointProperty">
      <summary>Identifies the EndPoint dependency property.</summary>
      <returns>The identifier for the EndPoint dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LinearGradientBrush.StartPointProperty">
      <summary>Identifies the StartPoint dependency property.</summary>
      <returns>The identifier for the StartPoint dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.LineGeometry">
      <summary>Represents the geometry of a line.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.LineGeometry.#ctor">
      <summary>Initializes a new instance of the LineGeometry class that has no length.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LineGeometry.EndPoint">
      <summary>Gets or sets the end point of a line.</summary>
      <returns>The end point of the line. The default is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LineGeometry.StartPoint">
      <summary>Gets or sets the start point of the line.</summary>
      <returns>The start point of the line. The default is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LineGeometry.EndPointProperty">
      <summary>Identifies the EndPoint dependency property.</summary>
      <returns>The identifier for the EndPoint dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LineGeometry.StartPointProperty">
      <summary>Identifies the StartPoint dependency property.</summary>
      <returns>The identifier for the StartPoint dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.LineSegment">
      <summary>Represents a line drawn between two points, which can be part of a PathFigure within Path data.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.LineSegment.#ctor">
      <summary>Initializes a new instance of the LineSegment class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LineSegment.Point">
      <summary>Gets or sets the end point of the line segment.</summary>
      <returns>The end point of the line segment. The default is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.LineSegment.PointProperty">
      <summary>Identifies the Point dependency property.</summary>
      <returns>The identifier for the Point dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Matrix3DProjection">
      <summary>Applies a Matrix3D projection to an object.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix3DProjection.#ctor">
      <summary>Initializes a new instance of a Matrix3DProjection class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix3DProjection.ProjectionMatrix">
      <summary>Gets or sets the Matrix3D that is used for the projection that is applied to the object.</summary>
      <returns>The Matrix3D that is used for the projection that is applied to the object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix3DProjection.ProjectionMatrixProperty">
      <summary>Identifies the ProjectionMatrix dependency property.</summary>
      <returns>The identifier for the ProjectionMatrix dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.MatrixHelper">
      <summary>Provides static helper methods for processing Matrix values. C# and Microsoft Visual Basic code should use members of Matrix instead.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.MatrixHelper.FromElements(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>Creates a new Matrix based on provided initial Matrix data values. C# and Microsoft Visual Basic code should use Matrix constructor instead.</summary>
      <returns>The created Matrix.</returns>
      <param name="m11">The initial value of M11 for the created Matrix.</param>
      <param name="m12">The initial value of M12 for the created Matrix.</param>
      <param name="m21">The initial value of M21 for the created Matrix.</param>
      <param name="m22">The initial value of M22 for the created Matrix.</param>
      <param name="offsetX">The initial value of OffsetX for the created Matrix.</param>
      <param name="offsetY">The initial value of OffsetY for the created Matrix.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.MatrixHelper.GetIsIdentity(Windows.UI.Xaml.Media.Matrix)">
      <summary>Returns whether the provided Matrix represents an Identity transform. C# and Microsoft Visual Basic code should use IsIdentity instead.</summary>
      <returns>true if the Matrix represents an Identity transform; otherwise, false.</returns>
      <param name="target">The target Matrix to evaluate.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.MatrixHelper.Identity">
      <summary>Gets a static constructed Matrix where the values established are representative of an Identity transform. C# and Microsoft Visual Basic code should use Identity instead.</summary>
      <returns>A static constructed Matrix where the values established are representative of an Identity transform.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.MatrixHelper.Transform(Windows.UI.Xaml.Media.Matrix,Windows.Foundation.Point)">
      <summary>Transforms a provided Matrix using a Point input, and returns a Point result. C# and Microsoft Visual Basic code should use Transform instead.</summary>
      <returns>The Point result of the transform.</returns>
      <param name="target">The target Matrix to evaluate.</param>
      <param name="point">The Point input for the transform operation.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.MatrixTransform">
      <summary>Creates an arbitrary affine matrix transformation that is used to manipulate objects or coordinate systems in a two-dimensional plane.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.MatrixTransform.#ctor">
      <summary>Initializes a new instance of the MatrixTransform class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.MatrixTransform.Matrix">
      <summary>Gets or sets the Matrix that defines this transformation.</summary>
      <returns>The Matrix structure that defines this transformation. The default is an identity Matrix. An identity matrix has a value of 1 in coefficients [1,1], [2,2], and [3,3]; and a value of 0 in the rest of the coefficients.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.MatrixTransform.MatrixProperty">
      <summary>Identifies the Matrix dependency property.</summary>
      <returns>The identifier for the Matrix dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PathFigure">
      <summary>Represents a subsection of a geometry, a single connected series of two-dimensional geometric segments.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigure.#ctor">
      <summary>Initializes a new instance of the PathFigure class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.IsClosed">
      <summary>Gets or sets a value that indicates whether this figure's first and last segments are connected.</summary>
      <returns>true if the first and last segments of the figure are connected; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.IsFilled">
      <summary>Gets or sets a value that indicates whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping.</summary>
      <returns>true if the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.Segments">
      <summary>Gets or sets the collection of segments that define the shape of this PathFigure object.</summary>
      <returns>The collection of segments that define the shape of this PathFigure object. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.StartPoint">
      <summary>Gets or sets the Point where the PathFigure begins.</summary>
      <returns>The Point where the PathFigure begins. The default is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.IsClosedProperty">
      <summary>Identifies the IsClosed dependency property.</summary>
      <returns>The identifier for the IsClosed dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.IsFilledProperty">
      <summary>Identifies the IsFilled dependency property.</summary>
      <returns>The identifier for the IsFilled dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.SegmentsProperty">
      <summary>Identifies the Segments dependency property.</summary>
      <returns>The identifier for the Segments dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigure.StartPointProperty">
      <summary>Identifies the StartPoint dependency property.</summary>
      <returns>The identifier for the StartPoint dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PathFigureCollection">
      <summary>Represents a collection of PathFigure objects that collectively make up the geometry of a PathGeometry.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.Add(Windows.UI.Xaml.Media.PathFigure)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.Append(Windows.UI.Xaml.Media.PathFigure)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.Contains(Windows.UI.Xaml.Media.PathFigure)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.CopyTo(Windows.UI.Xaml.Media.PathFigure[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigureCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The PathFigure value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.PathFigure[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.IndexOf(Windows.UI.Xaml.Media.PathFigure,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.IndexOf(Windows.UI.Xaml.Media.PathFigure)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.Insert(System.Int32,Windows.UI.Xaml.Media.PathFigure)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.PathFigure)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigureCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigureCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.Remove(Windows.UI.Xaml.Media.PathFigure)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.ReplaceAll(Windows.UI.Xaml.Media.PathFigure[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.PathFigure)">
      <summary>Sets the value at the specified index to the PathFigure value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathFigureCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathFigureCollection.#ctor">
      <summary>Initializes a new instance of the PathFigureCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PathGeometry">
      <summary>Represents a complex shape that may be composed of arcs, curves, ellipses, lines, and rectangles.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathGeometry.#ctor">
      <summary>Initializes a new instance of the PathGeometry class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathGeometry.Figures">
      <summary>Gets or sets the collection of PathFigure objects that describe the contents of a path.</summary>
      <returns>A collection of PathFigure objects that describe the contents of a path. Each individual PathFigure describes a shape.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathGeometry.FillRule">
      <summary>Gets or sets a value that determines how the intersecting areas contained in the PathGeometry are combined.</summary>
      <returns>A FillRule enumeration value that indicates how the intersecting areas of the PathGeometry are combined. The default is EvenOdd.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathGeometry.FiguresProperty">
      <summary>Identifies the Figures dependency property.</summary>
      <returns>The identifier for the Figures dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathGeometry.FillRuleProperty">
      <summary>Identifies the FillRule dependency property.</summary>
      <returns>The identifier for the FillRule dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PathSegment">
      <summary>Represents a segment of a PathFigure object.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PathSegmentCollection">
      <summary>Represents a collection of PathSegment objects that can be individually accessed by index.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.Add(Windows.UI.Xaml.Media.PathSegment)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.Append(Windows.UI.Xaml.Media.PathSegment)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.Contains(Windows.UI.Xaml.Media.PathSegment)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.CopyTo(Windows.UI.Xaml.Media.PathSegment[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathSegmentCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The PathSegment value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.PathSegment[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.IndexOf(Windows.UI.Xaml.Media.PathSegment,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.IndexOf(Windows.UI.Xaml.Media.PathSegment)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.Insert(System.Int32,Windows.UI.Xaml.Media.PathSegment)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.PathSegment)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathSegmentCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathSegmentCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.Remove(Windows.UI.Xaml.Media.PathSegment)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.ReplaceAll(Windows.UI.Xaml.Media.PathSegment[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.PathSegment)">
      <summary>Sets the value at the specified index to the PathSegment value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PathSegmentCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PathSegmentCollection.#ctor">
      <summary>Initializes a new instance of the PathSegmentCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PlaneProjection">
      <summary>Represents a perspective transform (a 3-D-like effect) on an object.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PlaneProjection.#ctor">
      <summary>Initializes a new instance of the PlaneProjection class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.CenterOfRotationX">
      <summary>Gets or sets the x-coordinate of the center of rotation of the object that you rotate.</summary>
      <returns>The x-coordinate of the center of rotation of the object that you rotate. Typical values are between 0 and 1 with a value of 0 corresponding to one edge of the object and 1 to the opposite edge. Values outside this range are allowed and move the center of rotation accordingly. The default is 0.5 (the center of object).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.CenterOfRotationY">
      <summary>Gets or sets the y-coordinate of the center of rotation of the object that you rotate.</summary>
      <returns>The y-coordinate of the center of rotation of the object that you rotate. Typical values are between 0 and 1 with a value of 0 corresponding to one edge of the object and 1 to the opposite edge. Values outside this range are allowed and move the center of rotation accordingly. The default is 0.5 (the center of object).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.CenterOfRotationZ">
      <summary>Gets or sets the z-coordinate of the center of rotation of the object that you rotate.</summary>
      <returns>The z-coordinate of the center of rotation of the object that you rotate. The default is 0. Values greater than 0 correspond to coordinates in front of the plane of the object, and negative values correspond to coordinates behind the plane of the object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.GlobalOffsetX">
      <summary>Gets or sets the distance that the object is translated along the x-axis of the screen.</summary>
      <returns>The distance that the object is translated along the x-axis of the screen.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.GlobalOffsetY">
      <summary>Gets or sets the distance that the object is translated along the y-axis of the screen.</summary>
      <returns>The distance that the object is translated along the y-axis of the screen.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.GlobalOffsetZ">
      <summary>Gets or sets the distance that the object is translated along the z-axis of the screen.</summary>
      <returns>The distance that the object is translated along the z-axis of the screen.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.LocalOffsetX">
      <summary>Gets or sets the distance that the object is translated along the x-axis of the plane of the object.</summary>
      <returns>The distance that the object is translated along the x-axis of the plane of the object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.LocalOffsetY">
      <summary>Gets or sets the distance that the object is translated along the y-axis of the plane of the object.</summary>
      <returns>The distance that the object is translated along the y-axis of the plane of the object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.LocalOffsetZ">
      <summary>Gets or sets the distance that the object is translated along the z-axis of the plane of the object.</summary>
      <returns>The distance that the object is translated along the z-axis of the plane of the object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.ProjectionMatrix">
      <summary>Gets the projection matrix of the PlaneProjection.</summary>
      <returns>The projection matrix of the PlaneProjection. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.RotationX">
      <summary>Gets or sets the number of degrees to rotate the object around the x-axis of rotation.</summary>
      <returns>The number of degrees to rotate the object around the x-axis of rotation. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.RotationY">
      <summary>Gets or sets the number of degrees to rotate the object around the y-axis of rotation.</summary>
      <returns>The number of degrees to rotate the object around the y-axis of rotation. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.RotationZ">
      <summary>Gets or sets the number of degrees to rotate the object around the z-axis of rotation.</summary>
      <returns>The number of degrees to rotate the object around the z-axis of rotation. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.CenterOfRotationXProperty">
      <summary>Identifies the CenterOfRotationX dependency property.</summary>
      <returns>The identifier for the CenterOfRotationX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.CenterOfRotationYProperty">
      <summary>Identifies the CenterOfRotationY dependency property.</summary>
      <returns>The identifier for the CenterOfRotationY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.CenterOfRotationZProperty">
      <summary>Identifies the CenterOfRotationZ dependency property.</summary>
      <returns>The identifier for the CenterOfRotationZ dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.GlobalOffsetXProperty">
      <summary>Identifies the GlobalOffsetX dependency property.</summary>
      <returns>The identifier for the GlobalOffsetX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.GlobalOffsetYProperty">
      <summary>Identifies the GlobalOffsetY dependency property.</summary>
      <returns>The identifier for the GlobalOffsetY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.GlobalOffsetZProperty">
      <summary>Identifies the GlobalOffsetZ dependency property.</summary>
      <returns>The identifier for the GlobalOffsetZ dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.LocalOffsetXProperty">
      <summary>Identifies the LocalOffsetX dependency property.</summary>
      <returns>The identifier for the LocalOffsetX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.LocalOffsetYProperty">
      <summary>Identifies the LocalOffsetY dependency property.</summary>
      <returns>The identifier for the LocalOffsetY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.LocalOffsetZProperty">
      <summary>Identifies the LocalOffsetZ dependency property.</summary>
      <returns>The identifier for the LocalOffsetZ dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.ProjectionMatrixProperty">
      <summary>Identifies the ProjectionMatrix dependency property.</summary>
      <returns>The identifier for the ProjectionMatrix dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.RotationXProperty">
      <summary>Identifies the RotationX dependency property.</summary>
      <returns>The identifier for the RotationX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.RotationYProperty">
      <summary>Identifies the RotationY dependency property.</summary>
      <returns>The identifier for the RotationY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PlaneProjection.RotationZProperty">
      <summary>Identifies the RotationZ dependency property.</summary>
      <returns>The identifier for the RotationZ dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PointCollection">
      <summary>Represents a collection of Point values that can be individually accessed by index.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.Add(Windows.Foundation.Point)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.Append(Windows.Foundation.Point)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">Adds a new item to the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.Contains(Windows.Foundation.Point)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.CopyTo(Windows.Foundation.Point[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PointCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The Point value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.GetMany(System.UInt32,Windows.Foundation.Point[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.IndexOf(Windows.Foundation.Point,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.IndexOf(Windows.Foundation.Point)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.Insert(System.Int32,Windows.Foundation.Point)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.InsertAt(System.UInt32,Windows.Foundation.Point)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PointCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PointCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.Remove(Windows.Foundation.Point)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.ReplaceAll(Windows.Foundation.Point[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.SetAt(System.UInt32,Windows.Foundation.Point)">
      <summary>Sets the value at the specified index to the Point value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PointCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PointCollection.#ctor">
      <summary>Initializes a new instance of the PointCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PolyBezierSegment">
      <summary>Represents one or more cubic Bezier curves.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PolyBezierSegment.#ctor">
      <summary>Initializes a new instance of the PolyBezierSegment class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PolyBezierSegment.Points">
      <summary>Gets or sets the Point collection that defines this PolyBezierSegment object.</summary>
      <returns>The collection of points that defines this PolyBezierSegment object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PolyBezierSegment.PointsProperty">
      <summary>Identifies the Points dependency property.</summary>
      <returns>The identifier for the Points dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PolyLineSegment">
      <summary>Represents a set of line segments defined by a Point collection with each Point specifying the end point of a line segment.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PolyLineSegment.#ctor">
      <summary>Initializes a new instance of the PolyLineSegment class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PolyLineSegment.Points">
      <summary>Gets or sets the collection of Point values that defines this PolyLineSegment object.</summary>
      <returns>The points that define this PolyLineSegment object.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PolyLineSegment.PointsProperty">
      <summary>Identifies the Points dependency property.</summary>
      <returns>The identifier for the Points dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PolyQuadraticBezierSegment">
      <summary>Represents a set of quadratic Bezier segments.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.PolyQuadraticBezierSegment.#ctor">
      <summary>Initializes a new instance of the PolyQuadraticBezierSegment class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PolyQuadraticBezierSegment.Points">
      <summary>Gets or sets the Point collection that defines this PolyQuadraticBezierSegment object.</summary>
      <returns>A collection of points that defines the shape of this PolyQuadraticBezierSegment object. The default value is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.PolyQuadraticBezierSegment.PointsProperty">
      <summary>Identifies the Points dependency property.</summary>
      <returns>The identifier for the Points dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Projection">
      <summary>Provides a base class for projections, which describe how to transform an object in 3-D space using perspective transforms.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Projection.#ctor">
      <summary>Provides base class initialization behavior for Projection-derived classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.QuadraticBezierSegment">
      <summary>Creates a quadratic Bezier curve between two points in a PathFigure.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.QuadraticBezierSegment.#ctor">
      <summary>Initializes a new instance of the QuadraticBezierSegment class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.QuadraticBezierSegment.Point1">
      <summary>Gets or sets the control point of the curve.</summary>
      <returns>The control point of this QuadraticBezierSegment. The default value is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.QuadraticBezierSegment.Point2">
      <summary>Gets or sets the end Point of this QuadraticBezierSegment.</summary>
      <returns>The end point of this QuadraticBezierSegment. The default value is a Point with value 0,0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.QuadraticBezierSegment.Point1Property">
      <summary>Identifies the Point1 dependency property.</summary>
      <returns>The identifier for the Point1 dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.QuadraticBezierSegment.Point2Property">
      <summary>Identifies the Point2 dependency property.</summary>
      <returns>The identifier for the Point2 dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.RateChangedRoutedEventArgs">
      <summary>Provides event data for the RateChanged event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.RateChangedRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the RateChangedRoutedEventArgs class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.RectangleGeometry">
      <summary>Describes a two-dimensional rectangular geometry.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.RectangleGeometry.#ctor">
      <summary>Initializes a new instance of the RectangleGeometry class and creates a rectangle with zero area.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RectangleGeometry.Rect">
      <summary>Gets or sets the dimensions of the rectangle.</summary>
      <returns>The Rect structure that describes the position and size of the rectangle. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RectangleGeometry.RectProperty">
      <summary>Identifies the Rect dependency property.</summary>
      <returns>The identifier for the Rect dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.RenderingEventArgs">
      <summary>Provides event data for the Rendering event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RenderingEventArgs.RenderingTime">
      <summary>Gets the time when the frame rendered, for timing purposes</summary>
      <returns>The time when the frame rendered.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.RotateTransform">
      <summary>Rotates an object clockwise about a specified point in a two-dimensional x-y coordinate system.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.RotateTransform.#ctor">
      <summary>Initializes a new instance of the RotateTransform class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RotateTransform.Angle">
      <summary>Gets or sets the angle, in degrees, of clockwise rotation.</summary>
      <returns>The angle, in degrees, of clockwise rotation. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RotateTransform.CenterX">
      <summary>Gets or sets the x-coordinate of the rotation center point.</summary>
      <returns>The x-coordinate of the center of rotation. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RotateTransform.CenterY">
      <summary>Gets or sets the y-coordinate of the rotation center point.</summary>
      <returns>The y-coordinate of the center of rotation. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RotateTransform.AngleProperty">
      <summary>Identifies the Angle dependency property.</summary>
      <returns>The identifier for the Angle dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RotateTransform.CenterXProperty">
      <summary>Identifies the CenterX dependency property.</summary>
      <returns>The identifier for the CenterX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.RotateTransform.CenterYProperty">
      <summary>Identifies the CenterY dependency property.</summary>
      <returns>The identifier for the CenterY dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.ScaleTransform">
      <summary>Scales an object in the two-dimensional x-y coordinate system.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.ScaleTransform.#ctor">
      <summary>Initializes a new instance of the ScaleTransform class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.CenterX">
      <summary>Gets or sets the x-coordinate of the center point of this ScaleTransform.</summary>
      <returns>The x-coordinate of the center point of this ScaleTransform. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.CenterY">
      <summary>Gets or sets the y-coordinate of the center point of this ScaleTransform.</summary>
      <returns>The y-coordinate of the center point of this ScaleTransform. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.ScaleX">
      <summary>Gets or sets the x-axis scale factor.</summary>
      <returns>The scale factor along the x-axis. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.ScaleY">
      <summary>Gets or sets the y-axis scale factor.</summary>
      <returns>The scale factor along the y-axis. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.CenterXProperty">
      <summary>Identifies the CenterX dependency property.</summary>
      <returns>The identifier for the CenterX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.CenterYProperty">
      <summary>Identifies the CenterY dependency property.</summary>
      <returns>The identifier for the CenterY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.ScaleXProperty">
      <summary>Identifies the ScaleX dependency property.</summary>
      <returns>The identifier for the ScaleX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.ScaleTransform.ScaleYProperty">
      <summary>Identifies the ScaleY dependency property.</summary>
      <returns>The identifier for the ScaleY dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.SkewTransform">
      <summary>Represents a two-dimensional skew.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.SkewTransform.#ctor">
      <summary>Initializes a new instance of the SkewTransform class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.AngleX">
      <summary>Gets or sets the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis.</summary>
      <returns>The skew angle, which is measured in degrees counterclockwise from the y-axis. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.AngleY">
      <summary>Gets or sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis.</summary>
      <returns>The skew angle, which is measured in degrees counterclockwise from the x-axis. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.CenterX">
      <summary>Gets or sets the x-coordinate of the transform center.</summary>
      <returns>The x-coordinate of the transform center. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.CenterY">
      <summary>Gets or sets the y-coordinate of the transform center.</summary>
      <returns>The y-coordinate of the transform center. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.AngleXProperty">
      <summary>Identifies the AngleX dependency property.</summary>
      <returns>The identifier for the AngleX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.AngleYProperty">
      <summary>Identifies the AngleY dependency property.</summary>
      <returns>The identifier for the AngleY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.CenterXProperty">
      <summary>Identifies the CenterX dependency property.</summary>
      <returns>The identifier for the CenterX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SkewTransform.CenterYProperty">
      <summary>Identifies the CenterY dependency property.</summary>
      <returns>The identifier for the CenterY dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.SolidColorBrush">
      <summary>Paints an area with a solid color.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.SolidColorBrush.#ctor">
      <summary>Initializes a new instance of the SolidColorBrush class with no color.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.SolidColorBrush.#ctor(Windows.UI.Color)">
      <summary>Initializes a new instance of the SolidColorBrush class with the specified Color.</summary>
      <param name="color">The color to apply to the brush.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SolidColorBrush.Color">
      <summary>Gets or sets the color of this SolidColorBrush.</summary>
      <returns>The brush's color. The default value is Transparent.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.SolidColorBrush.ColorProperty">
      <summary>Identifies the Color dependency property.</summary>
      <returns>The identifier for the Color dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TileBrush">
      <summary>Base class that describes a way to paint a region.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TileBrush.#ctor">
      <summary>Provides base class initialization behavior for TileBrush-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TileBrush.AlignmentX">
      <summary>Gets or sets the horizontal alignment of content in the TileBrush base tile.</summary>
      <returns>A value that specifies the horizontal position of TileBrush content in its base tile. The default value is Center.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TileBrush.AlignmentY">
      <summary>Gets or sets the vertical alignment of content in the TileBrush base tile.</summary>
      <returns>A value that specifies the vertical position of TileBrush content in its base tile. The default value is Center.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TileBrush.Stretch">
      <summary>Gets or sets a value that specifies how the content of this TileBrush stretches to fit its tiles.</summary>
      <returns>A value that specifies how this TileBrush content is projected onto its base tile. The default value is Fill.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TileBrush.AlignmentXProperty">
      <summary>Identifies the AlignmentX dependency property.</summary>
      <returns>The identifier for the AlignmentX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TileBrush.AlignmentYProperty">
      <summary>Identifies the AlignmentY dependency property.</summary>
      <returns>The identifier for the AlignmentY dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TileBrush.StretchProperty">
      <summary>Identifies the Stretch dependency property.</summary>
      <returns>The identifier for the Stretch dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TimelineMarker">
      <summary>Represents metadata associated with a specific point in a media file.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarker.#ctor">
      <summary>Initializes a new instance of the TimelineMarker class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarker.Text">
      <summary>Gets or sets the text value of a TimelineMarker.</summary>
      <returns>The text value of the TimelineMarker. The default value is an empty string.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarker.Time">
      <summary>Gets or sets the time at which a TimelineMarker is reached.</summary>
      <returns>The time at which the TimelineMarker is reached. The default value is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarker.Type">
      <summary>Gets or sets the marker type of a TimelineMarker.</summary>
      <returns>A string that describes the type of this TimelineMarker. The default value is an empty string.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarker.TextProperty">
      <summary>Identifies the Text dependency property.</summary>
      <returns>The identifier for the Text dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarker.TimeProperty">
      <summary>Identifies the Time dependency property.</summary>
      <returns>The identifier for the Time dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarker.TypeProperty">
      <summary>Identifies the Type dependency property.</summary>
      <returns>The identifier for the Type dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TimelineMarkerCollection">
      <summary>Represents a collection of TimelineMarker objects that can be individually accessed by index.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.Add(Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.Append(Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.Contains(Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.CopyTo(Windows.UI.Xaml.Media.TimelineMarker[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarkerCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The TimelineMarker value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.TimelineMarker[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.IndexOf(Windows.UI.Xaml.Media.TimelineMarker,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.IndexOf(Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.Insert(System.Int32,Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarkerCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarkerCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.Remove(Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.ReplaceAll(Windows.UI.Xaml.Media.TimelineMarker[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.TimelineMarker)">
      <summary>Sets the value at the specified index to the TimelineMarker value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarkerCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerCollection.#ctor">
      <summary>Initializes a new instance of the TimelineMarkerCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TimelineMarkerRoutedEventArgs">
      <summary>Provides event data for the MarkerReached event.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TimelineMarkerRoutedEventArgs.#ctor">
      <summary>Initializes a new instance of the TimelineMarkerRoutedEventArgs class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TimelineMarkerRoutedEventArgs.Marker">
      <summary>Gets the TimelineMarker that triggered this event.</summary>
      <returns>The TimelineMarker that triggered this event.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Transform">
      <summary>Defines functionality that enables transformations in a two-dimensional plane.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TransformCollection">
      <summary>Represents a collection of Transform objects that can be individually accessed by index.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.Add(Windows.UI.Xaml.Media.Transform)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.Append(Windows.UI.Xaml.Media.Transform)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.Contains(Windows.UI.Xaml.Media.Transform)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.CopyTo(Windows.UI.Xaml.Media.Transform[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TransformCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.First">
      <summary>Returns an iterator for the items in the collection.</summary>
      <returns>The iterator. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The Transform value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Transform[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.IndexOf(Windows.UI.Xaml.Media.Transform,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.IndexOf(Windows.UI.Xaml.Media.Transform)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Transform)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Transform)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TransformCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TransformCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.Remove(Windows.UI.Xaml.Media.Transform)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.ReplaceAll(Windows.UI.Xaml.Media.Transform[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Transform)">
      <summary>Sets the value at the specified index to the Transform value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TransformCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformCollection.#ctor">
      <summary>Initializes a new instance of the TransformCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TransformGroup">
      <summary>Represents a composite Transform composed of other Transform objects.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TransformGroup.#ctor">
      <summary>Initializes a new instance of the TransformGroup class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TransformGroup.Children">
      <summary>Gets or sets the collection of child Transform objects.</summary>
      <returns>The collection of child Transform objects. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TransformGroup.Value">
      <summary>Gets the Matrix structure that describes the transformation represented by this TransformGroup.</summary>
      <returns>A composite of the Transform objects in this TransformGroup.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TransformGroup.ChildrenProperty">
      <summary>Identifies the Children dependency property.</summary>
      <returns>The identifier for the Children dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TranslateTransform">
      <summary>Translates (moves) an object in the two-dimensional x-y coordinate system.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.TranslateTransform.#ctor">
      <summary>Initializes a new instance of the TranslateTransform class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TranslateTransform.X">
      <summary>Gets or sets the distance to translate along the x-axis.</summary>
      <returns>The distance to translate (move) an object along the x-axis, in pixels. This property is read/write. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TranslateTransform.Y">
      <summary>Gets or sets the distance to translate (move) an object along the y-axis.</summary>
      <returns>The distance to translate (move) an object along the y-axis, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TranslateTransform.XProperty">
      <summary>Identifies the X dependency property.</summary>
      <returns>The identifier for the X dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.TranslateTransform.YProperty">
      <summary>Identifies the Y dependency property.</summary>
      <returns>The identifier for the Y dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.VisualTreeHelper">
      <summary>Provides utility methods that can used to traverse object relationships (along child object or parent object axes) in the visual tree of your app.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.DisconnectChildrenRecursive(Windows.UI.Xaml.UIElement)">
      <summary>Explicitly removes all references from a target UIElement, with the goal of cleaning up reference cycles.</summary>
      <param name="element">The target object to disconnect children and remove references from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.FindElementsInHostCoordinates(Windows.Foundation.Point,Windows.UI.Xaml.UIElement)">
      <summary>Retrieves a set of objects that are located within a specified point of an object's coordinate space.</summary>
      <returns>An enumerable set of UIElement objects that are determined to be located in the visual tree composition at the specified point and within the specified subtree.</returns>
      <param name="intersectingPoint">The point to use as the determination point.</param>
      <param name="subtree">The object to search within.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.FindElementsInHostCoordinates(Windows.Foundation.Point,Windows.UI.Xaml.UIElement,System.Boolean)">
      <summary>Retrieves a set of objects that are located within a specified point of an object's coordinate space.</summary>
      <returns>An enumerable set of UIElement objects that are determined to be located in the visual tree composition at the specified point and within the specified subtree.</returns>
      <param name="intersectingPoint">The point to use as the determination point.</param>
      <param name="subtree">The object to search within.</param>
      <param name="includeAllElements">true to include all elements that intersect, including those elements considered to be invisible to hit testing. false to find only visible, hit-testable elements.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.FindElementsInHostCoordinates(Windows.Foundation.Rect,Windows.UI.Xaml.UIElement)">
      <summary>Retrieves a set of objects that are located within a specified Rect of an object's coordinate space.</summary>
      <returns>An enumerable set of UIElement objects that are determined to be located in the visual tree composition at the specified dimensions and within the specified subtree.</returns>
      <param name="intersectingRect">The Rect to use as the determination area.</param>
      <param name="subtree">The object to search within.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.FindElementsInHostCoordinates(Windows.Foundation.Rect,Windows.UI.Xaml.UIElement,System.Boolean)">
      <summary>Retrieves a set of objects that are located within a specified Rect of an object's coordinate space.</summary>
      <returns>An enumerable set of UIElement objects that are determined to be located in the visual tree composition at the specified point and within the specified subtree.</returns>
      <param name="intersectingRect">The Rect to use as the determination area.</param>
      <param name="subtree">The object to search within.</param>
      <param name="includeAllElements">true to include all elements that intersect, including those elements considered to be invisible to hit testing. false to find only visible, hit-testable elements.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.GetChild(Windows.UI.Xaml.DependencyObject,System.Int32)">
      <summary>Using the provided index, obtains a specific child object of the provided object by examining the visual tree.</summary>
      <returns>The child object as referenced by childIndex.</returns>
      <param name="reference">The object that holds the child collection.</param>
      <param name="childIndex">The index of the requested child object in the reference child collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.GetChildrenCount(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns the number of children that exist in an object's child collection in the visual tree.</summary>
      <returns>The number of visual children for the provided source visual.</returns>
      <param name="reference">The source visual.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.GetOpenPopups(Windows.UI.Xaml.Window)">
      <summary>Retrieves a collection of all open popup controls from the target Window. Popups don't exist in the conventional visual tree that begins from the root visual, so getting them from the window host is the only way to find them using the VisualTreeHelper class.</summary>
      <returns>The list of all open popups. If no popups are open, the list is empty.</returns>
      <param name="window">The current Window instance to retrieve the popups from.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.VisualTreeHelper.GetParent(Windows.UI.Xaml.DependencyObject)">
      <summary>Returns an object's parent object in the visual tree.</summary>
      <returns>The parent object of the reference object in the visual tree.</returns>
      <param name="reference">The object for which to get the parent object.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.RateChangedRoutedEventHandler">
      <summary>Represents the method that will handle the RateChanged event. This event fires when PlaybackRate or DefaultPlaybackRate change either via user interaction or from code.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.TimelineMarkerRoutedEventHandler">
      <summary>Represents methods that will handle various routed events related to timeline markers.</summary>
      <param name="sender">The object where the event handler is attached.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.AlignmentX">
      <summary>Describes how content is positioned horizontally in a container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AlignmentX.Left">
      <summary>The contents align toward the left of the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AlignmentX.Center">
      <summary>The contents align toward the center of the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AlignmentX.Right">
      <summary>The contents align toward the right of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.AlignmentY">
      <summary>Describes how content is positioned vertically in a container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AlignmentY.Top">
      <summary>The contents align toward the upper edge of the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AlignmentY.Center">
      <summary>The contents align toward the center of the container.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AlignmentY.Bottom">
      <summary>The contents align toward the lower edge of the container.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.AudioCategory">
      <summary>Describes the purpose of the audio information in an audio stream. Used as a value by AudioCategory.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.Other">
      <summary>All other streams.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.ForegroundOnlyMedia">
      <summary>Audio is for general media, for example audio for video, or streaming audio, but should not be played as background.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.BackgroundCapableMedia">
      <summary>Audio is for general media, for example audio for video, or streaming audio, and can be played as background.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.Communications">
      <summary>Audio is for peer-to-peer communications, for example chat or VoIP.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.Alerts">
      <summary>Audio is for system or application notifications, for example ring tones.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.SoundEffects">
      <summary>Audio is for sound effects.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.GameEffects">
      <summary>Audio is for game-specific sound effects.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioCategory.GameMedia">
      <summary>Audio is background (non-event or ambient) audio for games.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.AudioDeviceType">
      <summary>Describes the primary usage of the device that is being used to play back audio. This value is used by AudioDeviceType.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioDeviceType.Console">
      <summary>The device is a console and the audio session might support games, notifications, voice commands, and so on.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioDeviceType.Multimedia">
      <summary>The device is intended for multimedia playback and/or recording.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.AudioDeviceType.Communications">
      <summary>The device is primarily for voice communications.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.BrushMappingMode">
      <summary>Specifies the coordinate system used by a Brush.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.BrushMappingMode.Absolute">
      <summary>The coordinate system is not relative to a bounding box. Values are interpreted directly in local space.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.BrushMappingMode.RelativeToBoundingBox">
      <summary>The coordinate system is relative to a bounding box: 0 indicates 0 percent of the bounding box, and 1 indicates 100 percent of the bounding box. For example, (0.5, 0.5) describes a point in the middle of the bounding box, and (1, 1) describes a point at the lower right of the bounding box.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.ColorInterpolationMode">
      <summary>Determines how the colors in a gradient are interpolated.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.ColorInterpolationMode.ScRgbLinearInterpolation">
      <summary>Colors are interpolated in the scRGB color space.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.ColorInterpolationMode.SRgbLinearInterpolation">
      <summary>Colors are interpolated in the sRGB color space.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.ElementCompositeMode">
      <summary>Declares alternate composition and blending modes for elements in mixed XAML / Microsoft DirectX UI.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.ElementCompositeMode.Inherit">
      <summary>Use values from successive parents in the visual tree. This is the default.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.ElementCompositeMode.SourceOver">
      <summary>Use conventional XAML blending logic.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.ElementCompositeMode.MinBlend">
      <summary>Use Direct Composition minBlend behavior.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.FillRule">
      <summary>Specifies how the intersecting areas of PathFigure objects contained in a Geometry are combined to form the area of the Geometry.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.FillRule.EvenOdd">
      <summary>Rule that determines whether a point is in the fill region by drawing a ray from that point to infinity in any direction and counting the number of path segments within the given shape that the ray crosses. If this number is odd, the point is inside; if even, the point is outside.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.FillRule.Nonzero">
      <summary>Rule that determines whether a point is in the fill region of the path by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray. Starting with a count of zero, add one each time a segment crosses the ray from left to right and subtract one each time a path segment crosses the ray from right to left. After counting the crossings, if the result is zero then the point is outside the path. Otherwise, it is inside.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.GradientSpreadMethod">
      <summary>Specifies how to draw the gradient outside a gradient brush's gradient vector or space.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.GradientSpreadMethod.Pad">
      <summary>The color values at the ends of the gradient vector fill the remaining space.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.GradientSpreadMethod.Reflect">
      <summary>The gradient is repeated in the reverse direction until the space is filled.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.GradientSpreadMethod.Repeat">
      <summary>The gradient is repeated in the original direction until the space is filled.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.MediaCanPlayResponse">
      <summary>Describes the likelihood that the media engine can play a media source based on its file type and characteristics.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaCanPlayResponse.NotSupported">
      <summary>Media engine cannot support the media source.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaCanPlayResponse.Maybe">
      <summary>Media engine might support the media source.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaCanPlayResponse.Probably">
      <summary>Media engine can probably support the media source.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.MediaElementState">
      <summary>Defines the potential states of a MediaElement object.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaElementState.Closed">
      <summary>The MediaElement contains no media. The MediaElement displays a transparent frame.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaElementState.Opening">
      <summary>The MediaElement is validating and attempting to open the Uniform Resource Identifier (URI) specified by its Source property. While in this state, the MediaElement queues any Play, Pause, or Stop commands that it receives and processes them if the media is successfully opened.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaElementState.Buffering">
      <summary>The MediaElement is loading the media for playback. Its Position does not advance during this state. If the MediaElement was already playing video, it continues to display the last displayed frame.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaElementState.Playing">
      <summary>The MediaElement is playing the media specified by its source property. Its Position advances forward.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaElementState.Paused">
      <summary>The MediaElement does not advance its Position. If the MediaElement was playing video, it continues to display the current frame.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.MediaElementState.Stopped">
      <summary>The MediaElement contains media but is not playing or paused. Its Position is 0 and does not advance. If the loaded media is video, the MediaElement displays the first frame.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PenLineCap">
      <summary>Describes the shape at the end of a line or segment.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.PenLineCap.Flat">
      <summary>A cap that does not extend past the last point of the line. Comparable to no line cap.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.PenLineCap.Square">
      <summary>A rectangle that has a height equal to the line thickness and a length equal to half the line thickness.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.PenLineCap.Round">
      <summary>A semicircle that has a diameter equal to the line thickness.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.PenLineCap.Triangle">
      <summary>An isosceles right triangle whose base length is equal to the thickness of the line.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.PenLineJoin">
      <summary>Describes the shape that joins two lines or segments.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.PenLineJoin.Miter">
      <summary>Line joins use regular angular vertices.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.PenLineJoin.Bevel">
      <summary>Line joins use beveled vertices.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.PenLineJoin.Round">
      <summary>Line joins use rounded vertices.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Stereo3DVideoPackingMode">
      <summary>Describes the frame-packing mode for stereo 3-D video content.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stereo3DVideoPackingMode.None">
      <summary>Regular 2-D video.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stereo3DVideoPackingMode.SideBySide">
      <summary>Stereo 3-D content packing with components side-by-side.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stereo3DVideoPackingMode.TopBottom">
      <summary>Stereo 3-D content packing with components top and bottom.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Stereo3DVideoRenderMode">
      <summary>Describes the stereo 3-D video render mode for the current media source.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stereo3DVideoRenderMode.Mono">
      <summary>Regular 2-D video.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stereo3DVideoRenderMode.Stereo">
      <summary>Stereo 3-D video.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Stretch">
      <summary>Describes how content is resized to fill its allocated space.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stretch.None">
      <summary>The content preserves its original size.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stretch.Fill">
      <summary>The content is resized to fill the destination dimensions. The aspect ratio is not preserved.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stretch.Uniform">
      <summary>The content is resized to fit in the destination dimensions while it preserves its native aspect ratio.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Stretch.UniformToFill">
      <summary>The content is resized to fill the destination dimensions while it preserves its native aspect ratio. If the aspect ratio of the destination rectangle differs from the source, the source content is clipped to fit in the destination dimensions.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.StyleSimulations">
      <summary>Describes the simulation style of a font.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.StyleSimulations.None">
      <summary>No font style simulation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.StyleSimulations.BoldSimulation">
      <summary>Bold style simulation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.StyleSimulations.ItalicSimulation">
      <summary>Italic style simulation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.StyleSimulations.BoldItalicSimulation">
      <summary>Bold and italic style simulation.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.SweepDirection">
      <summary>Specifies the direction in which an elliptical arc is drawn.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.SweepDirection.Counterclockwise">
      <summary>Arcs are drawn in a counterclockwise (negative-angle) direction.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.SweepDirection.Clockwise">
      <summary>Arcs are drawn in a clockwise (positive-angle) direction.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Matrix">
      <summary>Represents a 3 × 3 affine transformation matrix used for transformations in two-dimensional space.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Matrix.M11">
      <summary>The value of the first row and first column of this Matrix structure.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Matrix.M12">
      <summary>The value of the first row and second column of this Matrix structure.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Matrix.M21">
      <summary>The value of the second row and first column of this Matrix structure.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Matrix.M22">
      <summary>The value of the second row and second column of this Matrix structure.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Matrix.OffsetX">
      <summary>Gets or sets the value of the third row and first column of this Matrix structure.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Matrix.OffsetY">
      <summary>Gets or sets the value of the third row and second column of this Matrix structure.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>Initializes a Matrix structure.</summary>
      <param name="m11">The Matrix structure's M11 coefficient.</param>
      <param name="m12">The Matrix structure's M12 coefficient.</param>
      <param name="m21">The Matrix structure's M21 coefficient.</param>
      <param name="m22">The Matrix structure's M22 coefficient.</param>
      <param name="offsetX">The Matrix structure's OffsetX coefficient.</param>
      <param name="offsetY">The Matrix structure's OffsetY coefficient.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.Identity">
      <summary>Gets an identity Matrix.</summary>
      <returns>An identity matrix.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.IsIdentity">
      <summary>Gets a value that indicates whether this Matrix structure is an identity matrix.</summary>
      <returns>true if the Matrix structure is an identity matrix; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.M11">
      <summary>Gets or sets the value of the first row and first column of this Matrix structure.</summary>
      <returns>The value of the first row and first column of this Matrix. The default value is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.M12">
      <summary>Gets or sets the value of the first row and second column of this Matrix structure.</summary>
      <returns>The value of the first row and second column of this Matrix. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.M21">
      <summary>Gets or sets the value of the second row and first column of this Matrix structure.</summary>
      <returns>The value of the second row and first column of this Matrix. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.M22">
      <summary>Gets or sets the value of the second row and second column of this Matrix structure.</summary>
      <returns>The value of the second row and second column of this Matrix structure. The default value is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.OffsetX">
      <summary>Gets or sets the value of the third row and first column of this Matrix structure.</summary>
      <returns>The value of the third row and first column of this Matrix structure. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Matrix.OffsetY">
      <summary>Gets or sets the value of the third row and second column of this Matrix structure.</summary>
      <returns>The value of the third row and second column of this Matrix structure. The default value is 0.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.Transform(Windows.Foundation.Point)">
      <summary>Transforms the specified point by the Matrix and returns the result.</summary>
      <returns>The result of transforming point by this Matrix.</returns>
      <param name="point">The point to transform.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Matrix.</summary>
      <returns>true if o is equal to this Matrix; otherwise, false.</returns>
      <param name="o">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.Equals(Windows.UI.Xaml.Media.Matrix)">
      <summary>Compares two Matrix structures for equality.</summary>
      <returns>true if both Matrix structures contain the same values; otherwise, false.</returns>
      <param name="value">The Matrix structure to compare to this Matrix .</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.ToString()">
      <summary>Converts a Matrix to a String representation.</summary>
      <returns>A String representation of this Matrix.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.ToString(System.IFormatProvider)">
      <summary>Creates a String representation of this Matrix .</summary>
      <returns>A string representation of the current Matrix that is determined by the specified format provider.</returns>
      <param name="provider">Culture-specific formatting information.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.Transform(Windows.Foundation.Point)">
      <summary>Transforms the specified point by the Matrix and returns the result.</summary>
      <returns>The result of transforming point by this Matrix.</returns>
      <param name="point">The point to transform.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.op_Equality(Windows.UI.Xaml.Media.Matrix,Windows.UI.Xaml.Media.Matrix)">
      <summary>Compares two Matrix structures for equality.</summary>
      <returns>true if all values of matrix1 and matrix2 are equal; otherwise, false.</returns>
      <param name="matrix1">The first Matrix structure to compare.</param>
      <param name="matrix2">The second Matrix structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Matrix.op_Inequality(Windows.UI.Xaml.Media.Matrix,Windows.UI.Xaml.Media.Matrix)">
      <summary>Compares two Matrix structures for inequality.</summary>
      <returns>true if matrix1 and matrix2 have different values; false if matrix1 and matrix2 have the same values.</returns>
      <param name="matrix1">The first Matrix structure to compare.</param>
      <param name="matrix2">The second Matrix structure to compare.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Media.Animation">
      <summary>Provides animation and storyboard API for transition animations, visual states, or animated UI components.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatableAttribute">
      <summary>Not intended for general use. See also IndependentlyAnimatableAttribute.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatableAttribute.#ctor">
      <summary>Initializes a new instance of the ConditionallyIndependentlyAnimatableAttribute class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.IndependentlyAnimatableAttribute">
      <summary>Not intended for general use. This attribute is used by design tools such as Blend for Microsoft Visual Studio 2012 for Windows 8. Blend for Microsoft Visual Studio 2012 for Windows 8 interprets the attribute and informs app developers how a given animation will work as far as performance and restrictions.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.IndependentlyAnimatableAttribute.#ctor">
      <summary>Initializes a new instance of the FadeOutThemeAnimation class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.AddDeleteThemeTransition">
      <summary>Provides the animated transition behavior for when controls add or delete children of a panel. For example, if you have a collection of photos displayed in a Grid, you can associate this animation to the Grid so that when photos are added or deleted, the photos will animate in and out of view.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.AddDeleteThemeTransition.#ctor">
      <summary>Initializes a new instance of the AddDeleteThemeTransition class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.BackEase">
      <summary>Represents an easing function that changes a value in the opposite direction of the main function during part of a duration, then reverses and finishes the function-over-time behavior in a conventional way.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.BackEase.#ctor">
      <summary>Initializes a new instance of the BackEase class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BackEase.Amplitude">
      <summary>Gets or sets the amplitude of retraction associated with a BackEase animation.</summary>
      <returns>The amplitude of retraction associated with a BackEase animation. This value must be greater than or equal to 0. The default is 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BackEase.AmplitudeProperty">
      <summary>Identifies the Amplitude dependency property.</summary>
      <returns>The identifier for the Amplitude dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.BeginStoryboard">
      <summary>A trigger action that begins a Storyboard. Not commonly used.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.BeginStoryboard.#ctor">
      <summary>Initializes a new instance of the BeginStoryboard class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BeginStoryboard.Storyboard">
      <summary>Gets or sets the Storyboard that this BeginStoryboard starts.</summary>
      <returns>The Storyboard that the BeginStoryboard starts. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BeginStoryboard.StoryboardProperty">
      <summary>Identifies the BeginStoryboard.Storyboard dependency property.</summary>
      <returns>The identifier for the BeginStoryboard.Storyboard dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.BounceEase">
      <summary>Represents an easing function that creates an animated bouncing effect.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.BounceEase.#ctor">
      <summary>Initializes a new instance of the BounceEase class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BounceEase.Bounces">
      <summary>Gets or sets the number of bounces.</summary>
      <returns>The number of bounces. The value must be greater or equal to zero. Negative values will resolve to zero. The default is 3.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BounceEase.Bounciness">
      <summary>Gets or sets a value that specifies how bouncy the bounce animation is. Low values of this property result in bounces with little loss of height between bounces (more bouncy) while high values result in dampened bounces (less bouncy).</summary>
      <returns>The value that specifies how bouncy the bounce animation is. This value must be positive. The default value is 2.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BounceEase.BouncesProperty">
      <summary>Identifies the Bounces dependency property.</summary>
      <returns>The identifier for the Bounces dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.BounceEase.BouncinessProperty">
      <summary>Identifies the Bounciness dependency property.</summary>
      <returns>The identifier for the Bounciness dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.CircleEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using a circular function.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.CircleEase.#ctor">
      <summary>Initializes a new instance of the CircleEase class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ColorAnimation">
      <summary>Animates the value of a Color property between two target values using linear interpolation over a specified Duration.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorAnimation.#ctor">
      <summary>Initializes a new instance of the ColorAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.By">
      <summary>Gets or sets the total amount by which the animation changes its starting value.</summary>
      <returns>The total amount by which the animation changes its starting value. The default is null. If you are programming using C# or Visual Basic, the type of this property is projected as Color? (a nullable Color).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.EasingFunction">
      <summary>Gets or sets the easing function applied to this animation.</summary>
      <returns>The easing function applied to this animation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.EnableDependentAnimation">
      <summary>Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.</summary>
      <returns>true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.From">
      <summary>Gets or sets the animation's starting value.</summary>
      <returns>The starting value of the animation. The default is null. If you are programming using C# or Visual Basic, the type of this property is projected as Color? (a nullable Color).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.To">
      <summary>Gets or sets the animation's ending value.</summary>
      <returns>The ending value of the animation. The default is null. If you are programming using C# or Visual Basic, the type of this property is projected as Color? (a nullable Color).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.ByProperty">
      <summary>Identifies the By dependency property.</summary>
      <returns>The identifier for the By dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.EasingFunctionProperty">
      <summary>Identifies the EasingFunction dependency property.</summary>
      <returns>The identifier for the EasingFunction dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.EnableDependentAnimationProperty">
      <summary>Identifies the EnableDependentAnimation dependency property.</summary>
      <returns>The identifier for the EnableDependentAnimation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.FromProperty">
      <summary>Identifies the From dependency property.</summary>
      <returns>The identifier for the From dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimation.ToProperty">
      <summary>Identifies the To dependency property.</summary>
      <returns>The identifier for the To dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames">
      <summary>Animates the value of a Color property along a set of key frames.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames.#ctor">
      <summary>Initializes a new instance of the ColorAnimationUsingKeyFrames class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames.EnableDependentAnimation">
      <summary>Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.</summary>
      <returns>true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames.KeyFrames">
      <summary>Gets the collection of ColorKeyFrame objects that define the animation.</summary>
      <returns>The collection of ColorKeyFrame objects that define the animation. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames.EnableDependentAnimationProperty">
      <summary>Identifies the EnableDependentAnimation dependency property.</summary>
      <returns>The identifier for the EnableDependentAnimation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ColorKeyFrame">
      <summary>Provides a base class for specific animation key-frame techniques that define an animation segment with a Color target value. Derived classes each provide a different key-frame interpolation method for a Color value that is provided for a ColorAnimationUsingKeyFrames animation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrame.#ctor">
      <summary>Provides base class initialization behavior for ColorKeyFrame-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrame.KeyTime">
      <summary>Gets or sets the time at which the key frame's target Value should be reached.</summary>
      <returns>The time at which the key frame's current value should be equal to its Value property. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrame.Value">
      <summary>Gets or sets the key frame's target value.</summary>
      <returns>The key frame's target value, which is the value at its specified KeyTime. The default is a Color with an ARGB value of #00000000.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrame.KeyTimeProperty">
      <summary>Identifies the KeyTime dependency property.</summary>
      <returns>The identifier for the KeyTime dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrame.ValueProperty">
      <summary>Identifies the Value dependency property.</summary>
      <returns>The identifier for the Value dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection">
      <summary>Represents a collection of ColorKeyFrame objects that can be individually accessed by index. ColorKeyFrameCollection is the value of the ColorAnimationUsingKeyFrames.KeyFrames property.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Add(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Append(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Contains(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.CopyTo(Windows.UI.Xaml.Media.Animation.ColorKeyFrame[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The ColorKeyFrame value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Animation.ColorKeyFrame[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.ColorKeyFrame,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Remove(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.ReplaceAll(Windows.UI.Xaml.Media.Animation.ColorKeyFrame[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Animation.ColorKeyFrame)">
      <summary>Sets the value at the specified index to the ColorKeyFrame value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection.#ctor">
      <summary>Initializes a new instance of the ColorKeyFrameCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ContentThemeTransition">
      <summary>Provides the animated transition behavior for when the content of a control is changing. This might be applied in addition to AddDeleteThemeTransition.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ContentThemeTransition.#ctor">
      <summary>Initializes a new instance of the ContentThemeTransition class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ContentThemeTransition.HorizontalOffset">
      <summary>Gets or sets the distance by which the target is translated in the horizontal direction when the transition is active.</summary>
      <returns>The horizontal offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ContentThemeTransition.VerticalOffset">
      <summary>Gets or sets the distance by which the target is translated in the vertical direction when the transition is active.</summary>
      <returns>The vertical offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ContentThemeTransition.HorizontalOffsetProperty">
      <summary>Identifies the HorizontalOffset dependency property.</summary>
      <returns>The identifier for the HorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ContentThemeTransition.VerticalOffsetProperty">
      <summary>Identifies the VerticalOffset dependency property.</summary>
      <returns>The identifier for the VerticalOffset dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.CubicEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = t3.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.CubicEase.#ctor">
      <summary>Initializes a new instance of the CubicEase class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DiscreteColorKeyFrame">
      <summary>Animates from the Color value of the previous key frame to its own Value using discrete values.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DiscreteColorKeyFrame.#ctor">
      <summary>Initializes a new instance of the DiscreteColorKeyFrame class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DiscreteDoubleKeyFrame">
      <summary>Animates from the Double value of the previous key frame to its own Value using discrete values.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DiscreteDoubleKeyFrame.#ctor">
      <summary>Initializes a new instance of the DiscreteDoubleKeyFrame class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DiscreteObjectKeyFrame">
      <summary>Animates from the Object value of the previous key frame to its own Value using discrete values.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DiscreteObjectKeyFrame.#ctor">
      <summary>Initializes a new instance of the DiscreteObjectKeyFrame class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DiscretePointKeyFrame">
      <summary>Animates from the Point value of the previous key frame to its own Value using discrete frames.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DiscretePointKeyFrame.#ctor">
      <summary>Initializes a new instance of the DiscretePointKeyFrame class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DoubleAnimation">
      <summary>Animates the value of a Double property between two target values using linear interpolation over a specified Duration.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleAnimation.#ctor">
      <summary>Initializes a new instance of the DoubleAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.By">
      <summary>Gets or sets the total amount by which the animation changes its starting value.</summary>
      <returns>The total amount by which the animation changes its starting value. The default is null. If you are programming using C# or Visual Basic, the type of this property is projected as double? (a nullable double).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.EasingFunction">
      <summary>Gets or sets the easing function applied to this animation.</summary>
      <returns>The easing function applied to this animation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.EnableDependentAnimation">
      <summary>Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.</summary>
      <returns>true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.From">
      <summary>Gets or sets the animation's starting value.</summary>
      <returns>The starting value of the animation. The default is null. If you are programming using C# or Visual Basic, the type of this property is projected as double? (a nullable double).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.To">
      <summary>Gets or sets the animation's ending value.</summary>
      <returns>The ending value of the animation. The default is null. If you are programming using C# or Visual Basic, the type of this property is projected as double? (a nullable double).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.ByProperty">
      <summary>Identifies the By dependency property.</summary>
      <returns>The identifier for the By dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.EasingFunctionProperty">
      <summary>Identifies the EasingFunction dependency property.</summary>
      <returns>The identifier for the EasingFunction dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.EnableDependentAnimationProperty">
      <summary>Identifies the EnableDependentAnimation dependency property.</summary>
      <returns>The identifier for the EnableDependentAnimation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.FromProperty">
      <summary>Identifies the From dependency property.</summary>
      <returns>The identifier for the From dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.ToProperty">
      <summary>Identifies the To dependency property.</summary>
      <returns>The identifier for the To dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames">
      <summary>Animates the value of a Double property along a set of key frames.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames.#ctor">
      <summary>Initializes a new instance of the DoubleAnimationUsingKeyFrames class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames.EnableDependentAnimation">
      <summary>Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.</summary>
      <returns>true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames.KeyFrames">
      <summary>Gets the collection of DoubleKeyFrame objects that define the animation.</summary>
      <returns>The collection of DoubleKeyFrame objects that define the animation. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames.EnableDependentAnimationProperty">
      <summary>Identifies the EnableDependentAnimation dependency property.</summary>
      <returns>The identifier for the EnableDependentAnimation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DoubleKeyFrame">
      <summary>An abstract class that defines an animation segment with its own target value and interpolation method for a DoubleAnimationUsingKeyFrames.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrame.#ctor">
      <summary>Provides base class initialization behavior for DoubleKeyFrame-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrame.KeyTime">
      <summary>Gets or sets the time at which the key frame's target Value should be reached.</summary>
      <returns>The time at which the key frame's current value should be equal to its Value property. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrame.Value">
      <summary>Gets or sets the key frame's target value.</summary>
      <returns>The key frame's target value, which is the value of this key frame at its specified KeyTime. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrame.KeyTimeProperty">
      <summary>Identifies the KeyTime dependency property.</summary>
      <returns>The identifier for the KeyTime dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrame.ValueProperty">
      <summary>Identifies the Value dependency property.</summary>
      <returns>The identifier for the Value dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection">
      <summary>Represents a collection of DoubleKeyFrame objects that can be individually accessed by index. DoubleKeyFrameCollection is the value of the DoubleAnimationUsingKeyFrames.KeyFrames property.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Add(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Append(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Contains(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.CopyTo(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.GetAt(System.UInt32)">
      <summary>Returns the DoubleKeyFrame located at the specified index.</summary>
      <returns>The DoubleKeyFrame value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Animation.DoubleKeyFrame[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Remove(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.ReplaceAll(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)">
      <summary>Sets the value at the specified index to the DoubleKeyFrame value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection.#ctor">
      <summary>Initializes a new instance of the DoubleKeyFrameCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation">
      <summary>Represents the preconfigured animation that applies to item elements being dragged.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation.#ctor">
      <summary>Initializes a new instance of the DragItemThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation">
      <summary>Represents the preconfigured animation that applies to the elements underneath an element being dragged.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation.#ctor">
      <summary>Initializes a new instance of the DragOverThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation.Direction">
      <summary>Gets or sets the direction that the target should translate, when the animation is active.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation.ToOffset">
      <summary>Gets or sets the distance by which the target is translated when the animation is active.</summary>
      <returns>The offset, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation.DirectionProperty">
      <summary>Identifies the Direction dependency property.</summary>
      <returns>The identifier for the Direction dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation.ToOffsetProperty">
      <summary>Identifies the ToOffset dependency property.</summary>
      <returns>The identifier for the ToOffset dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation">
      <summary>Represents the preconfigured animation that applies to potential drop target elements.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation.#ctor">
      <summary>Initializes a new instance of the DropTargetItemThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame">
      <summary>Associates easing functions with a ColorAnimationUsingKeyFrames key-frame animation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame.#ctor">
      <summary>Initializes a new instance of the EasingColorKeyFrame class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame.EasingFunction">
      <summary>Gets or sets the easing function that is applied to the key frame.</summary>
      <returns>The easing function that is applied to the key frame.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame.EasingFunctionProperty">
      <summary>Identifies the EasingFunction dependency property.</summary>
      <returns>The identifier for the EasingFunction dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame">
      <summary>Associates an easing function with a DoubleAnimationUsingKeyFrames key-frame animation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame.#ctor">
      <summary>Initializes a new instance of the EasingDoubleKeyFrame class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame.EasingFunction">
      <summary>Gets or sets the easing function that is applied to the key frame.</summary>
      <returns>The easing function that is applied to the key frame.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame.EasingFunctionProperty">
      <summary>Identifies the EasingFunction dependency property.</summary>
      <returns>The identifier for the EasingFunction dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.EasingFunctionBase">
      <summary>Provides the base class for all the easing functions.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingFunctionBase.EasingMode">
      <summary>Gets or sets a value that specifies how the animation interpolates.</summary>
      <returns>One of the enumeration values that specifies how the animation interpolates. The default is EaseOut.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.EasingFunctionBase.Ease(System.Double)">
      <summary>Transforms normalized time to control the pace of an animation.</summary>
      <returns>A double that represents the transformed progress.</returns>
      <param name="normalizedTime">Normalized time (progress) of the animation.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingFunctionBase.EasingModeProperty">
      <summary>Identifies the EasingMode dependency property.</summary>
      <returns>The identifier for the EasingMode dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame">
      <summary>Associates an easing function with a PointAnimationUsingKeyFrames key-frame animation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame.#ctor">
      <summary>Initializes a new instance of the EasingPointKeyFrame class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame.EasingFunction">
      <summary>Gets or sets the easing function that is applied to the key frame.</summary>
      <returns>The easing function that is applied to the key frame.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame.EasingFunctionProperty">
      <summary>Identifies the EasingFunction dependency property.</summary>
      <returns>The identifier for the EasingFunction dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition">
      <summary>Provides the animated transition behavior for an edge UI transition.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition.#ctor">
      <summary>Initializes a new instance of the EdgeUIThemeTransition class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition.Edge">
      <summary>Gets or sets the edge position to use for the transition.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition.EdgeProperty">
      <summary>Identifies the Edge dependency property.</summary>
      <returns>The identifier for the Edge dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ElasticEase">
      <summary>Represents an easing function that creates an animation that resembles a spring oscillating back and forth until it comes to rest.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ElasticEase.#ctor">
      <summary>Initializes a new instance of the ElasticEase class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ElasticEase.Oscillations">
      <summary>Gets or sets the number of times the target slides back and forth over the animation destination.</summary>
      <returns>The number of times the target slides back and forth over the animation destination. This value must be greater than or equal to 0. The default is 3.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ElasticEase.Springiness">
      <summary>Gets or sets the stiffness of the spring. The smaller the Springiness value is, the stiffer the spring and the faster the elasticity decreases in intensity over each oscillation.</summary>
      <returns>A positive number that specifies the stiffness of the spring. The default value is 3.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ElasticEase.OscillationsProperty">
      <summary>Identifies the Oscillations dependency property.</summary>
      <returns>The identifier for the Oscillations dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ElasticEase.SpringinessProperty">
      <summary>Identifies the Springiness dependency property.</summary>
      <returns>The identifier for the Springiness dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition">
      <summary>Provides the animated transition behavior on controls when they first appear. You can use this on individual objects or on containers of objects. In the latter case, child elements will animate into view in sequence rather than all at the same time.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition.#ctor">
      <summary>Initializes a new instance of the EntranceThemeTransition class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition.FromHorizontalOffset">
      <summary>Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active.</summary>
      <returns>The horizontal offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition.FromVerticalOffset">
      <summary>Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.</summary>
      <returns>The vertical offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition.IsStaggeringEnabled">
      <summary>Gets or sets a value that determines whether the transition staggers rendering of multiple items, or renders all items at once.</summary>
      <returns>true if the animation staggers rendering of multiple items. false if the animation renders all items at once.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition.FromHorizontalOffsetProperty">
      <summary>Identifies the FromHorizontalOffset dependency property.</summary>
      <returns>The identifier for the FromHorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition.FromVerticalOffsetProperty">
      <summary>Identifies the FromVerticalOffset dependency property.</summary>
      <returns>The identifier for the FromVerticalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.EntranceThemeTransition.IsStaggeringEnabledProperty">
      <summary>Identifies the IsStaggeringEnabled dependency property.</summary>
      <returns>The identifier for the IsStaggeringEnabled dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ExponentialEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using an exponential formula.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ExponentialEase.#ctor">
      <summary>Initializes a new instance of the ExponentialEase class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ExponentialEase.Exponent">
      <summary>Gets or sets the exponent used to determine the interpolation of the animation.</summary>
      <returns>The exponent used to determine the interpolation of the animation. The default is 2.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ExponentialEase.ExponentProperty">
      <summary>Identifies the Exponent dependency property.</summary>
      <returns>The identifier for the Exponent dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation">
      <summary>Represents the preconfigured opacity animation that applies to controls when they are first shown.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation.#ctor">
      <summary>Initializes a new instance of the FadeInThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation">
      <summary>Represents the preconfigured opacity animation that applies to controls when they are removed from the UI or hidden.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation.#ctor">
      <summary>Initializes a new instance of the FadeOutThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.KeySpline">
      <summary>Represents a spline key frame to define animation progress.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeySpline.#ctor">
      <summary>Initializes a new instance of the KeySpline class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.KeySpline.ControlPoint1">
      <summary>Gets or sets the first control point used to define a Bezier curve that describes a KeySpline.</summary>
      <returns>The first control point used to define a Bezier curve that describes a KeySpline.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.KeySpline.ControlPoint2">
      <summary>Gets or sets the second control point used to define a Bezier curve that describes a KeySpline.</summary>
      <returns>The second control point used to define a Bezier curve that describes a KeySpline.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.KeyTimeHelper">
      <summary>Provides utility methods for working with KeyTime values. C# and Microsoft Visual Basic code should use members of KeyTime instead.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTimeHelper.FromTimeSpan(Windows.Foundation.TimeSpan)">
      <summary>Generates a new KeyTime with initial data based on the specified TimeSpan. C# and Microsoft Visual Basic code should use FromTimeSpan instead.</summary>
      <returns>The generated KeyTime value.</returns>
      <param name="timeSpan">The TimeSpan data value to establish.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.LinearColorKeyFrame">
      <summary>Animates from the Color value of the previous key frame to its own Value using linear interpolation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.LinearColorKeyFrame.#ctor">
      <summary>Initializes a new instance of the LinearColorKeyFrame class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.LinearDoubleKeyFrame">
      <summary>Animates from the Double value of the previous key frame to its own Value using linear interpolation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.LinearDoubleKeyFrame.#ctor">
      <summary>Initializes a new instance of the LinearDoubleKeyFrame class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.LinearPointKeyFrame">
      <summary>Animates from the Point value of the previous key frame to its own Value, using linear interpolation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.LinearPointKeyFrame.#ctor">
      <summary>Initializes a new instance of the LinearPointKeyFrame class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames">
      <summary>Animates the value of an Object property along a set of KeyFrames over a specified Duration.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames.#ctor">
      <summary>Initializes a new instance of the ObjectAnimationUsingKeyFrames class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames.EnableDependentAnimation">
      <summary>Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.</summary>
      <returns>true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames.KeyFrames">
      <summary>Gets the collection of ObjectKeyFrame objects that define the animation.</summary>
      <returns>The collection of ObjectKeyFrame objects that define the animation. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames.EnableDependentAnimationProperty">
      <summary>Identifies the EnableDependentAnimation dependency property.</summary>
      <returns>The identifier for the EnableDependentAnimation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame">
      <summary>Defines an animation segment with its own target value and interpolation method for an ObjectAnimationUsingKeyFrames.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.#ctor">
      <summary>Provides base class initialization behavior for ObjectKeyFrame-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.KeyTime">
      <summary>Gets or sets the time at which the key frame's target Value should be reached.</summary>
      <returns>The time at which the key frame's current value should be equal to its Value property. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.Value">
      <summary>Gets or sets the key frame's target value.</summary>
      <returns>The key frame's target value, which is the value of this key frame at its specified KeyTime. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.KeyTimeProperty">
      <summary>Identifies the KeyTime dependency property.</summary>
      <returns>The identifier for the KeyTime dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.ValueProperty">
      <summary>Identifies the Value dependency property.</summary>
      <returns>The identifier for the Value dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection">
      <summary>Represents a collection of ObjectKeyFrame objects that can be individually accessed by index. ObjectKeyFrameCollection is the value of the ObjectAnimationUsingKeyFrames.KeyFrames property.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Add(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Append(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Contains(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.CopyTo(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The ObjectKeyFrame value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Animation.ObjectKeyFrame[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Remove(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.ReplaceAll(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)">
      <summary>Sets the value at the specified index to the ObjectKeyFrame value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.#ctor">
      <summary>Initializes a new instance of the ObjectKeyFrameCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo">
      <summary>Provides parameter info for the Frame.Navigate method. Controls how the transition animation runs during the navigation action.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo.GetNavigationStateCore">
      <summary>When implemented in a derived class, gets the navigation state string that is reported for navigation actions through Frame.Navigate and similar API.</summary>
      <returns>The string to use for navigation state info.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo.SetNavigationStateCore(System.String)">
      <summary>When implemented in a derived class, sets the navigation state string that is passed for navigation actions through Frame.Navigate and similar API.</summary>
      <param name="navigationState">The string to use for navigation state info.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo.#ctor">
      <summary>Initializes a new instance of the NavigationTransitionInfo class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PaneThemeTransition">
      <summary>Provides the animated transition behavior for a panning UI transition.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PaneThemeTransition.Edge">
      <summary>Gets or sets the edge position to use for the transition.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PaneThemeTransition.EdgeProperty">
      <summary>Identifies the Edge dependency property.</summary>
      <returns>The identifier for the Edge dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PaneThemeTransition.#ctor">
      <summary>Initializes a new instance of the PaneThemeTransition class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PointAnimation">
      <summary>Animates the value of a Point property between two target values using linear interpolation over a specified Duration.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointAnimation.#ctor">
      <summary>Initializes a new instance of the PointAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.By">
      <summary>Gets or sets the total amount by which the animation changes its starting value.</summary>
      <returns>The total amount by which the animation changes its starting value. The default is null. If you are programming using C# or Microsoft Visual Basic, the type of this property is projected as Point? (a nullable Point).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.EasingFunction">
      <summary>Gets or sets the easing function you are applying to the animation.</summary>
      <returns>The easing function you are applying to the animation. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.EnableDependentAnimation">
      <summary>Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.</summary>
      <returns>true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.From">
      <summary>Gets or sets the animation's starting value.</summary>
      <returns>The starting value of the animation. The default is null. If you are programming using C# or Microsoft Visual Basic, the type of this property is projected as Point? (a nullable Point).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.To">
      <summary>Gets or sets the animation's ending value.</summary>
      <returns>The ending value of the animation. The default is null. If you are programming using C# or Microsoft Visual Basic, the type of this property is projected as Point? (a nullable Point).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.ByProperty">
      <summary>Identifies the By dependency property.</summary>
      <returns>The identifier for the By dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.EasingFunctionProperty">
      <summary>Identifies the EasingFunction dependency property.</summary>
      <returns>The identifier for the EasingFunction dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.EnableDependentAnimationProperty">
      <summary>Identifies the EnableDependentAnimation dependency property.</summary>
      <returns>The identifier for the EnableDependentAnimation dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.FromProperty">
      <summary>Identifies the From dependency property.</summary>
      <returns>The identifier for the From dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimation.ToProperty">
      <summary>Identifies the To dependency property.</summary>
      <returns>The identifier for the To dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames">
      <summary>Animates the value of a Point property along a set of KeyFrames.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames.#ctor">
      <summary>Initializes a new instance of the PointAnimationUsingKeyFrames class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames.EnableDependentAnimation">
      <summary>Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.</summary>
      <returns>true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case. The default is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames.KeyFrames">
      <summary>Gets the collection of PointKeyFrame objects that define the animation.</summary>
      <returns>The collection of PointKeyFrame objects that define the animation. The default is an empty collection.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames.EnableDependentAnimationProperty">
      <summary>Identifies the EnableDependentAnimation dependency property.</summary>
      <returns>The identifier for the EnableDependentAnimation dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation">
      <summary>Represents a preconfigured animation that runs when a user taps down on an item or element.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The name of the control element being targeted.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation.#ctor">
      <summary>Initializes a new instance of the PointerDownThemeAnimation class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation">
      <summary>Represents a preconfigured animation that runs after a user taps down on an item or element and the tap action is released.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation.#ctor">
      <summary>Initializes a new instance of the PointerDownThemeAnimation class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PointKeyFrame">
      <summary>Defines an animation segment with its own target value and interpolation method for a PointAnimationUsingKeyFrames.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrame.#ctor">
      <summary>Provides base class initialization behavior for PointKeyFrame-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrame.KeyTime">
      <summary>Gets or sets the time at which the key frame's target Value should be reached.</summary>
      <returns>The time at which the key frame's current value should be equal to its Value property. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrame.Value">
      <summary>Gets or sets the key frame's target value.</summary>
      <returns>The key frame's target value, which is the value of this key frame at its specified KeyTime. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrame.KeyTimeProperty">
      <summary>Identifies the KeyTime dependency property.</summary>
      <returns>The identifier for the KeyTime dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrame.ValueProperty">
      <summary>Identifies the Value dependency property.</summary>
      <returns>The identifier for the Value dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection">
      <summary>Represents a collection of PointKeyFrame objects that can be individually accessed by index. PointKeyFrameCollection is the value of the PointAnimation.KeyFrames property.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Add(Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Append(Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Contains(Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.CopyTo(Windows.UI.Xaml.Media.Animation.PointKeyFrame[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The PointKeyFrame value at the specified index.</returns>
      <param name="index">The integer index of the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Animation.PointKeyFrame[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.PointKeyFrame,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to insert the value.</param>
      <param name="value">The value to insert.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Remove(Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.ReplaceAll(Windows.UI.Xaml.Media.Animation.PointKeyFrame[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Animation.PointKeyFrame)">
      <summary>Sets the value at the specified index to the PointKeyFrame value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.#ctor">
      <summary>Initializes a new instance of the PointKeyFrameCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation">
      <summary>Represents the preconfigured animation that applies to pop-in components of controls (for example, tooltip-like UI on an object) as they appear. This animation combines opacity and translation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation.#ctor">
      <summary>Initializes a new instance of the PopInThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation.FromHorizontalOffset">
      <summary>Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active.</summary>
      <returns>The horizontal offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation.FromVerticalOffset">
      <summary>Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.</summary>
      <returns>The vertical offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation.FromHorizontalOffsetProperty">
      <summary>Identifies the FromHorizontalOffset dependency property.</summary>
      <returns>The identifier for the FromHorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation.FromVerticalOffsetProperty">
      <summary>Identifies the FromVerticalOffset dependency property.</summary>
      <returns>The identifier for the FromVerticalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopInThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation">
      <summary>Represents the preconfigured animation that applies to pop-in components of controls (for example, tooltip-like UI on an object) as they are closed/removed. This animation combines opacity and translation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation.#ctor">
      <summary>Initializes a new instance of the PopOutThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PopupThemeTransition">
      <summary>Provides the animated transition behavior that applies to pop-in components of controls (for example, tooltip-like UI on an object) as they appear.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopupThemeTransition.FromHorizontalOffset">
      <summary>Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active.</summary>
      <returns>The horizontal offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopupThemeTransition.FromVerticalOffset">
      <summary>Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.</summary>
      <returns>The vertical offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopupThemeTransition.FromHorizontalOffsetProperty">
      <summary>Identifies the FromHorizontalOffset dependency property.</summary>
      <returns>The identifier for the FromHorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PopupThemeTransition.FromVerticalOffsetProperty">
      <summary>Identifies the FromVerticalOffset dependency property.</summary>
      <returns>The identifier for the FromVerticalOffset dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PopupThemeTransition.#ctor">
      <summary>Initializes a new instance of the PopUpThemeTransition class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.PowerEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = t p where p is equal to the Power property.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.PowerEase.#ctor">
      <summary>Initializes a new instance of the PowerEase class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PowerEase.Power">
      <summary>Gets or sets the exponential power of the animation interpolation. For example, a value of 7 creates an animation interpolation curve that follows the formula f(t) = t 7.</summary>
      <returns>The exponential power of the animation interpolation. This value must be greater or equal to 0. The default is 2.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.PowerEase.PowerProperty">
      <summary>Identifies the Power dependency property.</summary>
      <returns>The identifier for the Power dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.QuadraticEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = t2</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.QuadraticEase.#ctor">
      <summary>Initializes a new instance of the QuadraticEase class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.QuarticEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = t4.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.QuarticEase.#ctor">
      <summary>Initializes a new instance of the QuarticEase class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.QuinticEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = t5.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.QuinticEase.#ctor">
      <summary>Initializes a new instance of the QuinticEase class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ReorderThemeTransition">
      <summary>Provides the animated transition behavior for when list-view controls items change order. Typically this is due to a drag-drop operation. Different controls and themes potentially have varying characteristics for the animations involved.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.ReorderThemeTransition.#ctor">
      <summary>Initializes a new instance of the ReorderThemeTransition class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper">
      <summary>Provides basic utility methods for processing RepeatBehavior values. C# and Microsoft Visual Basic code should use members of RepeatBehavior instead.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.Forever">
      <summary>Gets a static RepeatBehavior that represents the special Forever value. C# and Microsoft Visual Basic code should use Forever instead.</summary>
      <returns>A static RepeatBehavior that represents the special Forever value.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.Equals(Windows.UI.Xaml.Media.Animation.RepeatBehavior,Windows.UI.Xaml.Media.Animation.RepeatBehavior)">
      <summary>Determines whether two RepeatBehavior values have equivalent values. C# and Microsoft Visual Basic code should use the equality operator instead.</summary>
      <returns>true if target and value hold equivalent values; otherwise, false.</returns>
      <param name="target">The first RepeatBehavior to compare.</param>
      <param name="value">The second RepeatBehavior to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.FromCount(System.Double)">
      <summary>Creates a new RepeatBehavior based on a repeat count. This corresponds to the intx form when provided as XAML attribute value. C# and Microsoft Visual Basic code should use RepeatBehavior(Double) instead.</summary>
      <returns>The created RepeatBehavior, which has a RepeatBehaviorType of Count.</returns>
      <param name="count">The number of times that the target animation should repeat.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.FromDuration(Windows.Foundation.TimeSpan)">
      <summary>Creates a new RepeatBehavior based on a timespan. C# and Microsoft Visual Basic code should use RepeatBehavior(TimeSpan) instead.</summary>
      <returns>The created RepeatBehavior, which has a RepeatBehaviorType value of Duration.</returns>
      <param name="duration">The time span that declares the desired repeat behavior.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.GetHasCount(Windows.UI.Xaml.Media.Animation.RepeatBehavior)">
      <summary>Returns whether a specified RepeatBehavior has a RepeatBehaviorType of Count and a nonzero Count value. C# and Microsoft Visual Basic code should use HasCount instead.</summary>
      <returns>true if target has a RepeatBehaviorType of Count and a nonzero Count value. Otherwise, false.</returns>
      <param name="target">The RepeatBehavior to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.GetHasDuration(Windows.UI.Xaml.Media.Animation.RepeatBehavior)">
      <summary>Returns whether a specified RepeatBehavior has a RepeatBehaviorType of Duration and a nonzero Duration value. C# and Microsoft Visual Basic code should use HasDuration instead.</summary>
      <returns>true if target has a RepeatBehaviorType of Duration and a nonzero Duration value. Otherwise, false.</returns>
      <param name="target">The RepeatBehavior to evaluate.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation">
      <summary>Use to animate an object that is being repositioned.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation.#ctor">
      <summary>Initializes a new instance of the RepositionThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation.FromHorizontalOffset">
      <summary>Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active.</summary>
      <returns>The horizontal offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation.FromVerticalOffset">
      <summary>Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.</summary>
      <returns>The vertical offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation.FromHorizontalOffsetProperty">
      <summary>Identifies the FromHorizontalOffset dependency property.</summary>
      <returns>The identifier for the FromHorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation.FromVerticalOffsetProperty">
      <summary>Identifies the FromVerticalOffset dependency property.</summary>
      <returns>The identifier for the FromVerticalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.RepositionThemeTransition">
      <summary>Reacts to layout moves when no context is set and a trigger of move is passed.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepositionThemeTransition.#ctor">
      <summary>Initializes a new instance of the RepositionThemeTransition class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SineEase">
      <summary>Represents an easing function that creates an animation that accelerates and/or decelerates using a sine formula.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SineEase.#ctor">
      <summary>Initializes a new instance of the SineEase class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame">
      <summary>Animates from the Color value of the previous key frame to its own Value using splined interpolation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame.#ctor">
      <summary>Initializes a new instance of the SplineColorKeyFrame class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame.KeySpline">
      <summary>Gets or sets the two control points that define animation progress for this key frame.</summary>
      <returns>The two control points that specify the cubic Bezier curve that defines the progress of the key frame.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame.KeySplineProperty">
      <summary>Identifies the KeySpline dependency property.</summary>
      <returns>The identifier for the KeySpline dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame">
      <summary>Animates from the Double value of the previous key frame to its own Value using splined interpolation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame.#ctor">
      <summary>Initializes a new instance of the SplineDoubleKeyFrame class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame.KeySpline">
      <summary>Gets or sets the two control points that define animation progress for this key frame.</summary>
      <returns>The two control points that specify the cubic Bezier curve that defines the progress of the key frame.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame.KeySplineProperty">
      <summary>Identifies the KeySpline dependency property.</summary>
      <returns>The identifier for the KeySpline dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame">
      <summary>Animates from the Point value of the previous key frame to its own Value using splined interpolation.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame.#ctor">
      <summary>Initializes a new instance of the SplinePointKeyFrame class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame.KeySpline">
      <summary>Gets or sets the two control points that define animation progress for this key frame.</summary>
      <returns>The two control points that specify the cubic Bezier curve that defines the progress of the key frame.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame.KeySplineProperty">
      <summary>Identifies the KeySpline dependency property.</summary>
      <returns>The identifier for the KeySpline dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation">
      <summary>Represents the preconfigured animation that reveals a target UI using a split animation.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ClosedLength">
      <summary>Gets or sets the initial size of the target element in the animation direction.</summary>
      <returns>The initial size of the target in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ClosedTarget">
      <summary>Gets or sets the UI element that specifies the initial clip size.</summary>
      <returns>The the UI element that specifies the initial clip size.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ClosedTargetName">
      <summary>Gets or sets the identifying name of the UI element that specifies the initial clip size.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTarget">
      <summary>Gets or sets the UI element that will be translated. Typically this is a child/part of the element identified by OpenedTargetName or OpenedTarget.</summary>
      <returns>The UI element that will be translated.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTargetName">
      <summary>Gets or sets the identifying name of the UI element that will be translated. Typically this is a child/part of the element identified by OpenedTargetName.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTranslationDirection">
      <summary>Gets or sets a value that determines which direction the content should translate when the animation runs.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTranslationOffset">
      <summary>Gets or sets the pixels to translate by when the animation runs.</summary>
      <returns>A distance in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OffsetFromCenter">
      <summary>Gets or sets an offset from the center of the opened target.</summary>
      <returns>An offset in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OpenedLength">
      <summary>Gets or sets the final size of the target UI element.</summary>
      <returns>The final size. If left unset, the value defaults to the size of the opened target.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OpenedTarget">
      <summary>Gets or sets the UI element that will be clipped.</summary>
      <returns>The UI element that will be clipped.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OpenedTargetName">
      <summary>Gets or sets the identifying name of the UI element that will be clipped.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ClosedLengthProperty">
      <summary>Identifies the ClosedLength dependency property.</summary>
      <returns>The identifier for the ClosedLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ClosedTargetNameProperty">
      <summary>Identifies the ClosedTargetName dependency property.</summary>
      <returns>The identifier for the ClosedTargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ClosedTargetProperty">
      <summary>Identifies the ClosedTarget dependency property.</summary>
      <returns>The identifier for the ClosedTarget dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTargetNameProperty">
      <summary>Identifies the ContentTargetName dependency property.</summary>
      <returns>The identifier for the ContentTargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTargetProperty">
      <summary>Identifies the ContentTarget dependency property.</summary>
      <returns>The identifier for the ContentTarget dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTranslationDirectionProperty">
      <summary>Identifies the ContentTranslationDirection dependency property.</summary>
      <returns>The identifier for the ContentTranslationDirection dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.ContentTranslationOffsetProperty">
      <summary>Identifies the ContentTranslationOffset dependency property.</summary>
      <returns>The identifier for the ContentTranslationOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OffsetFromCenterProperty">
      <summary>Identifies the OffsetFromCenter dependency property.</summary>
      <returns>The identifier for the OffsetFromCenter dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OpenedLengthProperty">
      <summary>Identifies the OpenedLength dependency property.</summary>
      <returns>The identifier for the OpenedLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OpenedTargetNameProperty">
      <summary>Identifies the OpenedTargetName dependency property.</summary>
      <returns>The identifier for the OpenedTargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.OpenedTargetProperty">
      <summary>Identifies the OpenedTarget dependency property.</summary>
      <returns>The identifier for the OpenedTarget dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation.#ctor">
      <summary>Initializes a new instance of the SplitOpenThemeAnimation class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation">
      <summary>Represents the preconfigured animation that conceals a target UI using a split animation.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ClosedLength">
      <summary>Gets or sets the initial size of the target element in the animation direction.</summary>
      <returns>The initial size of the target in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ClosedTarget">
      <summary>Gets or sets the UI element that specifies the initial clip size.</summary>
      <returns>The UI element that specifies the initial clip size.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ClosedTargetName">
      <summary>Gets or sets the identifying name of the UI element that specifies the initial clip size.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTarget">
      <summary>Gets or sets the UI element that will be translated. Typically this is a child/part of the element identified by OpenedTargetName or OpenedTarget.</summary>
      <returns>The UI element that will be translated.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTargetName">
      <summary>Gets or sets the identifying name of the UI element that will be translated. Typically this is a child/part of the element identified by OpenedTargetName.</summary>
      <returns>The name of the UI element that will be translated.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTranslationDirection">
      <summary>Gets or sets a value that determines which direction the content should translate when the animation runs.</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTranslationOffset">
      <summary>Gets or sets the pixels to translate by when the animation runs.</summary>
      <returns>A distance in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OffsetFromCenter">
      <summary>Gets or sets an offset from the center of the opened target.</summary>
      <returns>An offset in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OpenedLength">
      <summary>Gets or sets the final size of the target UI element.</summary>
      <returns>The final size. If left unset, the value defaults to the size of the opened target.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OpenedTarget">
      <summary>Gets or sets the UI element that will be clipped.</summary>
      <returns>The UI element that will be clipped.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OpenedTargetName">
      <summary>Gets or sets the identifying name of the UI element that will be clipped.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ClosedLengthProperty">
      <summary>Identifies the ClosedLength dependency property.</summary>
      <returns>The identifier for the ClosedLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ClosedTargetNameProperty">
      <summary>Identifies the ClosedTargetName dependency property.</summary>
      <returns>The identifier for the ClosedTargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ClosedTargetProperty">
      <summary>Identifies the ClosedTarget dependency property.</summary>
      <returns>The identifier for the ClosedTarget dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTargetNameProperty">
      <summary>Identifies the ContentTargetName dependency property.</summary>
      <returns>The identifier for the ContentTargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTargetProperty">
      <summary>Identifies the ContentTarget dependency property.</summary>
      <returns>The identifier for the ContentTarget dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTranslationDirectionProperty">
      <summary>Identifies the ContentTranslationDirection dependency property.</summary>
      <returns>The identifier for the ContentTranslationDirection dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.ContentTranslationOffsetProperty">
      <summary>Identifies the ContentTranslationOffset dependency property.</summary>
      <returns>The identifier for the ContentTranslationOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OffsetFromCenterProperty">
      <summary>Identifies the OffsetFromCenter dependency property.</summary>
      <returns>The identifier for the OffsetFromCenter dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OpenedLengthProperty">
      <summary>Identifies the OpenedLength dependency property.</summary>
      <returns>The identifier for the OpenedLength dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OpenedTargetNameProperty">
      <summary>Identifies the OpenedTargetName dependency property.</summary>
      <returns>The identifier for the OpenedTargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.OpenedTargetProperty">
      <summary>Identifies the OpenedTarget dependency property.</summary>
      <returns>The identifier for the OpenedTarget dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation.#ctor">
      <summary>Initializes a new instance of the SplitCloseThemeAnimation class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.Storyboard">
      <summary>Controls animations with a timeline, and provides object and property targeting information for its child animations.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.#ctor">
      <summary>Initializes a new instance of the Storyboard class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Storyboard.TargetName">
      <summary>Gets or sets the name of the object to animate.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Storyboard.TargetProperty">
      <summary>Gets or sets the property that should be animated.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Storyboard.Children">
      <summary>Gets the collection of child Timeline objects.</summary>
      <returns>The collection of child Timeline objects. The default is an empty collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.Begin">
      <summary>Initiates the set of animations associated with the storyboard.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.GetCurrentState">
      <summary>Gets the clock state of the Storyboard.</summary>
      <returns>One of the enumeration values. Can be: Active, Filling, or Stopped.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.GetCurrentTime">
      <summary>Gets the current animation clock time of the Storyboard.</summary>
      <returns>The current animation time of the Storyboard per the running animation clock, or null if the animation clock is Stopped.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.GetTargetName(Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Gets the value of the Storyboard.TargetName XAML attached property from a target element.</summary>
      <returns>The Storyboard.TargetName value of the target element.</returns>
      <param name="element">The target element from which to get the value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.GetTargetProperty(Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Gets the value of the Storyboard.TargetProperty XAML attached property from a target element.</summary>
      <returns>The Storyboard.TargetProperty value of the target element.</returns>
      <param name="element">The target element from which to get the value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.Pause">
      <summary>Pauses the animation clock associated with the storyboard.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.Resume">
      <summary>Resumes the animation clock, or run-time state, associated with the storyboard.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.Seek(Windows.Foundation.TimeSpan)">
      <summary>Moves the storyboard to the specified animation position. The storyboard performs the requested seek when the next clock tick occurs.</summary>
      <param name="offset">A positive or negative time value that describes the amount by which the timeline should move forward or backward from the beginning of the animation.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.SeekAlignedToLastTick(Windows.Foundation.TimeSpan)">
      <summary>Moves the storyboard to the specified animation position immediately (synchronously).</summary>
      <param name="offset">A positive or negative time value that describes the amount by which the timeline should move forward or backward from the beginning of the animation.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.SetTarget(Windows.UI.Xaml.Media.Animation.Timeline,Windows.UI.Xaml.DependencyObject)">
      <summary>Causes the specified Timeline to target the specified object.</summary>
      <param name="timeline">The timeline that targets the specified dependency object.</param>
      <param name="target">The actual instance of the object to target.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.SetTargetName(Windows.UI.Xaml.Media.Animation.Timeline,System.String)">
      <summary>Sets the value of the Storyboard.TargetName XAML attached property for a target element.</summary>
      <param name="element">The target element to set the value for.</param>
      <param name="name">The Storyboard.TargetName value of the target element to set. This should correspond to an existing Name or x:Name value on the UI element that the animation targets.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.SetTargetProperty(Windows.UI.Xaml.Media.Animation.Timeline,System.String)">
      <summary>Sets the value of the Storyboard.TargetProperty XAML attached property for a target element.</summary>
      <param name="element">The target element for which to set the value.</param>
      <param name="path">The Storyboard.TargetProperty value of the target element to set. This specifies a qualification path that is used by an internal type conversion in order to target the dependency property where the animation applies. See Remarks.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.SkipToFill">
      <summary>Advances the current time of the storyboard's clock to the end of its active period.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Storyboard.Stop">
      <summary>Stops the storyboard.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Storyboard.TargetNameProperty">
      <summary>Identifies the Storyboard.TargetName XAML attached property.</summary>
      <returns>The identifier for the Storyboard.TargetName XAML attached property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Storyboard.TargetPropertyProperty">
      <summary>Identifies the Storyboard.TargetProperty XAML attached property.</summary>
      <returns>The identifier for the Storyboard.TargetProperty XAML attached property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation">
      <summary>Represents the preconfigured animation that applies to controls when an element slides back into its layout slot after a Swipe interaction.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation.#ctor">
      <summary>Initializes a new instance of the SwipeBackThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation.FromHorizontalOffset">
      <summary>Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active.</summary>
      <returns>The horizontal offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation.FromVerticalOffset">
      <summary>Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.</summary>
      <returns>The vertical offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation.FromHorizontalOffsetProperty">
      <summary>Identifies the FromHorizontalOffset dependency property.</summary>
      <returns>The identifier for the FromHorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation.FromVerticalOffsetProperty">
      <summary>Identifies the FromHorizontalOffset dependency property.</summary>
      <returns>The identifier for the FromHorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation">
      <summary>Represents the preconfigured animation that indicates that a Swipe gesture is now possible.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation.#ctor">
      <summary>Initializes a new instance of the SwipeHintThemeAnimation class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation.TargetName">
      <summary>Gets or sets the reference name of the control element being targeted.</summary>
      <returns>The reference name. This is typically the x:Name of the relevant element as declared in XAML.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation.ToHorizontalOffset">
      <summary>Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active.</summary>
      <returns>The horizontal offset translation, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation.ToVerticalOffset">
      <summary>Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.</summary>
      <returns>The vertical offset, in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation.TargetNameProperty">
      <summary>Identifies the TargetName dependency property.</summary>
      <returns>The identifier for the TargetName dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation.ToHorizontalOffsetProperty">
      <summary>Identifies the ToHorizontalOffset dependency property.</summary>
      <returns>The identifier for the ToHorizontalOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation.ToVerticalOffsetProperty">
      <summary>Identifies the ToVerticalOffset dependency property.</summary>
      <returns>The identifier for the ToVerticalOffset dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.Timeline">
      <summary>Defines a duration and other behavior properties for a Windows Runtime animation. Timeline is the base class for Storyboard and all the Windows Runtime animation types, including those from the animation library and those used for custom animations in visual states or page-level XAML.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.Timeline.#ctor">
      <summary>Provides base class initialization behavior for Timeline-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.AllowDependentAnimations">
      <summary>Gets or sets a value that determines whether dependent animations should be permitted to run, throughout the app.</summary>
      <returns>true if animations can run in the app for dependent animation cases. Otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.AutoReverse">
      <summary>Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration.</summary>
      <returns>true if the timeline plays in reverse at the end of each iteration; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.BeginTime">
      <summary>Gets or sets the time at which this Timeline should begin.</summary>
      <returns>The start time of the time line. The default value is zero. If you are programming using C# or Visual Basic, the parameter type of this parameter is projected as System.TimeSpan? (a nullable System.TimeSpan).</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.Duration">
      <summary>Gets or sets the length of time for which this timeline plays, not counting repetitions.</summary>
      <returns>The timeline's simple duration: the amount of time this timeline takes to complete a single forward iteration. The default value is a Duration that evaluates as Automatic.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.FillBehavior">
      <summary>Gets or sets a value that specifies how the animation behaves after it reaches the end of its active period.</summary>
      <returns>A value that specifies how the timeline behaves after it reaches the end of its active period but its parent is inside its active or fill period. The default value is HoldEnd.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.RepeatBehavior">
      <summary>Gets or sets the repeating behavior of this timeline.</summary>
      <returns>An iteration Count that specifies the number of times the timeline should play, a TimeSpan value that specifies the total length of this timeline's active period, or the special value Forever, which specifies that the timeline should repeat indefinitely. The default value is a RepeatBehavior with a Count value of 1, which indicates that the timeline plays once.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.SpeedRatio">
      <summary>Gets or sets the rate, relative to its parent, at which time progresses for this Timeline.</summary>
      <returns>A finite value greater than 0 that specifies the rate at which time progresses for this timeline, relative to the speed of the timeline's parent. If this timeline is a root timeline, specifies the default timeline speed. The value is expressed as a factor where 1 represents normal speed, 2 is double speed, 0.5 is half speed, and so on. The default value is 1.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Media.Animation.Timeline.Completed">
      <summary>Occurs when the Storyboard object has completed playing.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.AutoReverseProperty">
      <summary>Identifies the AutoReverse dependency property.</summary>
      <returns>The identifier for the AutoReverse dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.BeginTimeProperty">
      <summary>Identifies the BeginTime dependency property.</summary>
      <returns>The identifier for the BeginTime dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.DurationProperty">
      <summary>Identifies the Duration dependency property.</summary>
      <returns>The identifier for the Duration dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.FillBehaviorProperty">
      <summary>Identifies the FillBehavior dependency property.</summary>
      <returns>The identifier for the FillBehavior dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.RepeatBehaviorProperty">
      <summary>Identifies the RepeatBehavior dependency property.</summary>
      <returns>The identifier for the RepeatBehavior dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.Timeline.SpeedRatioProperty">
      <summary>Identifies for the SpeedRatio dependency property.</summary>
      <returns>The identifier for the SpeedRatio dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.TimelineCollection">
      <summary>Represents a collection of Timeline objects (specific type animations). A TimelineCollection is the value of the Storyboard.Children property.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.Add(Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.Append(Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.Contains(Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.CopyTo(Windows.UI.Xaml.Media.Animation.Timeline[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TimelineCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.GetAt(System.UInt32)">
      <summary>Returns the Timeline located at the specified index.</summary>
      <returns>The Timeline value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Animation.Timeline[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.IndexOf(Windows.UI.Xaml.Media.Animation.Timeline,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.IndexOf(Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TimelineCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TimelineCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.Remove(Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.ReplaceAll(Windows.UI.Xaml.Media.Animation.Timeline[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Animation.Timeline)">
      <summary>Sets the value at the specified index to the Timeline value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TimelineCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TimelineCollection.#ctor">
      <summary>Initializes a new instance of the TimelineCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.Transition">
      <summary>Represents a visual behavior that occurs when a control is affected by a predefined action or state change. These may be applied to individual elements using the Transitions property, or applied to the children of a Panel using the ChildrenTransitions property.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.TransitionCollection">
      <summary>Represents a collection of Transition objects. Each Transition object represents a different transition animation, part of the Windows Runtime animation library.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.Add(Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.Append(Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Adds a new item to the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.Clear">
      <summary>Removes all items from the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.Contains(Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.CopyTo(Windows.UI.Xaml.Media.Animation.Transition[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TransitionCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.First">
      <summary>Returns the iterator for iteration over the items in the collection.</summary>
      <returns>The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.GetAt(System.UInt32)">
      <summary>Returns the item located at the specified index.</summary>
      <returns>The Transition value at the specified index.</returns>
      <param name="index">The integer index for the value to retrieve.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.GetMany(System.UInt32,Windows.UI.Xaml.Media.Animation.Transition[])">
      <summary>Retrieves multiple elements in a single pass through the iterator.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The index from which to start retrieval.</param>
      <param name="items">Provides the destination for the result. Size the initial array size as a capacity in order to specify how many results should be retrieved.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.GetView">
      <summary>Gets an immutable view into the collection.</summary>
      <returns>An object representing the immutable collection view.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.IndexOf(Windows.UI.Xaml.Media.Animation.Transition,System.UInt32@)">
      <summary>Retrieves the index of the specified item.</summary>
      <returns>true if an item with the specified value was found; otherwise, false.</returns>
      <param name="value">The value to find in the collection.</param>
      <param name="index">The index of the item to find, if found.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.IndexOf(Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.Insert(System.Int32,Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Inserts the specified item at the specified index.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TransitionCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TransitionCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.Remove(Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.RemoveAt(System.UInt32)">
      <summary>Removes the item at the specified index.</summary>
      <param name="index">The index position of the item to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.RemoveAtEnd">
      <summary>Removes the last item in the collection.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.ReplaceAll(Windows.UI.Xaml.Media.Animation.Transition[])">
      <summary>Initially clears the collection, then inserts the provided array as new items.</summary>
      <param name="items">The new collection items.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Animation.Transition)">
      <summary>Sets the value at the specified index to the Transition value specified.</summary>
      <param name="index">The index at which to set the value.</param>
      <param name="value">The value to set.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.TransitionCollection.Size">
      <summary>Gets the size (count) of the collection.</summary>
      <returns>The count of items in the collection.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.TransitionCollection.#ctor">
      <summary>Initializes a new instance of the TransitionCollection class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.ClockState">
      <summary>Describes the potential states of an animation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.ClockState.Active">
      <summary>The current animation changes in direct relation to the animation of its parent.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.ClockState.Filling">
      <summary>The animation continues and does not change in relation to the animation of its parent.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.ClockState.Stopped">
      <summary>The animation is stopped.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.EasingMode">
      <summary>Specifies how the animation associated with an easing function interpolates.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.EasingMode.EaseOut">
      <summary>Interpolation follows 100% interpolation minus the output of the formula associated with the easing function.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.EasingMode.EaseIn">
      <summary>Interpolation follows the mathematical formula associated with the easing function.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.EasingMode.EaseInOut">
      <summary>Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.FillBehavior">
      <summary>Specifies how a Timeline behaves when it is outside its active period but its parent is inside its active or hold period.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.FillBehavior.HoldEnd">
      <summary>After it reaches the end of its active period, the timeline holds its progress until the end of its parent's active and hold periods.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.FillBehavior.Stop">
      <summary>The timeline stops if it is outside its active period while its parent is inside its active period.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.RepeatBehaviorType">
      <summary>Specifies the repeat mode that a RepeatBehavior raw value represents.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.RepeatBehaviorType.Count">
      <summary>The RepeatBehavior represents a case where the timeline should repeat for a fixed number of complete runs.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.RepeatBehaviorType.Duration">
      <summary>The RepeatBehavior represents a case where the timeline should repeat for a time duration, which might result in an animation terminating part way through.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.RepeatBehaviorType.Forever">
      <summary>The RepeatBehavior represents a case where the timeline should repeat indefinitely.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.KeyTime">
      <summary>Specifies when a particular key frame should take place during an animation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.KeyTime.TimeSpan">
      <summary>The time component of this KeyTime.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.KeyTime.TimeSpan">
      <summary>Gets the time when the key frame ends, expressed as a time relative to the beginning of the animation.</summary>
      <returns>The time when the key frame ends, expressed as a time relative to the beginning of the animation.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a KeyTime.</summary>
      <returns>true if value is equal to this KeyTime; otherwise, false.</returns>
      <param name="value">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.Equals(Windows.UI.Xaml.Media.Animation.KeyTime)">
      <summary>Compares two KeyTime structures for equality.</summary>
      <returns>true if both KeyTime structures contain the same values; otherwise, false.</returns>
      <param name="value">The KeyTime structure to compare to this KeyTime.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.Equals(Windows.UI.Xaml.Media.Animation.KeyTime,Windows.UI.Xaml.Media.Animation.KeyTime)">
      <summary>Compares two KeyTime structures for equality, as a static helper method.</summary>
      <returns>true if both KeyTime structures contain the same values; otherwise, false.</returns>
      <param name="keyTime1">The first KeyTime structure to compare.</param>
      <param name="keyTime2">The first KeyTime structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.FromTimeSpan(System.TimeSpan)">
      <summary>Creates a new KeyTime, using the supplied TimeSpan.</summary>
      <returns>A new KeyTime, initialized to the value of timeSpan.</returns>
      <param name="timeSpan">The value of the new KeyTime.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.ToString()">
      <summary>Converts a KeyTime to a String representation.</summary>
      <returns>A String representation of this KeyTime.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.op_Equality(Windows.UI.Xaml.Media.Animation.KeyTime,Windows.UI.Xaml.Media.Animation.KeyTime)">
      <summary>Compares two KeyTime structures for equality.</summary>
      <returns>true if all values of keyTime1 and keyTime2 are equal; otherwise, false.</returns>
      <param name="keyTime1">The first KeyTime structure to compare.</param>
      <param name="keyTime2">The second KeyTime structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.op_Implicit(System.TimeSpan)">
      <summary>Implicitly converts a TimeSpan to a KeyTime.</summary>
      <returns>The created KeyTime.</returns>
      <param name="timeSpan">The TimeSpan vale to convert.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.KeyTime.op_Inequality(Windows.UI.Xaml.Media.Animation.KeyTime,Windows.UI.Xaml.Media.Animation.KeyTime)">
      <summary>Compares two KeyTime structures for inequality.</summary>
      <returns>true if keyTime1 and keyTime2 have different values; false if keyTime1 and keyTime2 have the same values.</returns>
      <param name="keyTime1">The first KeyTime structure to compare.</param>
      <param name="keyTime2">The second KeyTime structure to compare.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior">
      <summary>Describes how a Timeline repeats its simple duration.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Count">
      <summary>The number of times a Timeline should repeat.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Duration">
      <summary>The time span for which a Timeline should repeat.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Type">
      <summary>The mode or type of repeat behavior that this instance represents, as a value of the enumeration.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.#ctor(System.Double)">
      <summary>Initializes a new instance of the RepeatBehavior structure with the specified iteration count.</summary>
      <param name="count">A number greater than or equal to 0 that specifies the number of iterations for an animation.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.#ctor(System.TimeSpan)">
      <summary>Initializes a new instance of the RepeatBehavior structure with the specified repeat duration.</summary>
      <param name="duration">The total length of time that the Timeline should play (its active duration).</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Count">
      <summary>Gets or sets the number of times that a Timeline should repeat.</summary>
      <returns>The number of iterations to repeat.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Duration">
      <summary>Gets or sets the total length of time that a Timeline should play.</summary>
      <returns>The total length of time that a Timeline should play.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Forever">
      <summary>Gets a RepeatBehavior that specifies an infinite number of repetitions.</summary>
      <returns>A RepeatBehavior that specifies an infinite number of repetitions.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepeatBehavior.HasCount">
      <summary>Gets a value that indicates whether the repeat behavior has a specified iteration count.</summary>
      <returns>true if the instance represents an iteration count; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepeatBehavior.HasDuration">
      <summary>Gets a value that indicates whether the repeat behavior has a specified repeat duration.</summary>
      <returns>true if the instance represents a repeat duration; otherwise, false.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Type">
      <summary>Gets or sets one of the RepeatBehaviorType values that describes the way behavior repeats.</summary>
      <returns>The type of repeat behavior.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a RepeatBehavior.</summary>
      <returns>true if value is equal to this RepeatBehavior; otherwise, false.</returns>
      <param name="value">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Equals(Windows.UI.Xaml.Media.Animation.RepeatBehavior)">
      <summary>Compares two RepeatBehavior structures for equality.</summary>
      <returns>true if both RepeatBehavior structures contain the same values; otherwise, false.</returns>
      <param name="repeatBehavior">The RepeatBehavior structure to compare to this RepeatBehavior.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.Equals(Windows.UI.Xaml.Media.Animation.RepeatBehavior,Windows.UI.Xaml.Media.Animation.RepeatBehavior)">
      <summary>Compares two RepeatBehavior structures for equality, as a static helper method.</summary>
      <returns>true if both RepeatBehavior structures contain the same values; otherwise, false.</returns>
      <param name="repeatBehavior1">The first RepeatBehavior structure to compare.</param>
      <param name="repeatBehavior2">The first RepeatBehavior structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.ToString()">
      <summary>Converts a RepeatBehavior to a String representation.</summary>
      <returns>A String representation of this RepeatBehavior.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.ToString(System.IFormatProvider)">
      <summary>Creates a String representation of this RepeatBehavior.</summary>
      <returns>A string representation of the current RepeatBehavior that is determined by the specified format provider.</returns>
      <param name="provider">Culture-specific formatting information.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.op_Equality(Windows.UI.Xaml.Media.Animation.RepeatBehavior,Windows.UI.Xaml.Media.Animation.RepeatBehavior)">
      <summary>Compares two RepeatBehavior structures for equality.</summary>
      <returns>true if all values of repeatBehavior1 and repeatBehavior2 are equal; otherwise, false.</returns>
      <param name="repeatBehavior1">The first RepeatBehavior structure to compare.</param>
      <param name="repeatBehavior2">The second RepeatBehavior structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Animation.RepeatBehavior.op_Inequality(Windows.UI.Xaml.Media.Animation.RepeatBehavior,Windows.UI.Xaml.Media.Animation.RepeatBehavior)">
      <summary>Compares two RepeatBehavior structures for inequality.</summary>
      <returns>true if repeatBehavior1 and repeatBehavior2 have different values; false if repeatBehavior1 and repeatBehavior2 have the same values.</returns>
      <param name="repeatBehavior1">The first RepeatBehavior structure to compare.</param>
      <param name="repeatBehavior2">The second RepeatBehavior structure to compare.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Media.Imaging">
      <summary>Provides types related to imaging and obtaining resources and source files for bitmap images.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.BitmapImage">
      <summary>Provides the practical object source type for the Image.Source and ImageBrush.ImageSource properties. You can define a BitmapImage by using a Uniform Resource Identifier (URI) that references an image source file, or by calling SetSourceAsync and supplying a stream.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.BitmapImage.#ctor">
      <summary>Initializes a new instance of the BitmapImage class.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.BitmapImage.#ctor(Windows.Foundation.Uri)">
      <summary>Initializes a new instance of the BitmapImage class, using the supplied Uniform Resource Identifier (URI).</summary>
      <param name="uriSource">A reference to the image source file.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.CreateOptions">
      <summary>Gets or sets the BitmapCreateOptions for a BitmapImage.</summary>
      <returns>The BitmapCreateOptions used for this BitmapImage. The default is None. With this default, a BitmapImage uses cached content when it is available. For a BitmapImage that is created by referencing an image source file by Uniform Resource Identifier (URI), the Uniform Resource Identifier (URI) controls the internal caching scheme.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.DecodePixelHeight">
      <summary>Gets or sets the height to use for image decoding operations.</summary>
      <returns>The height (in pixels) to use for image decoding operations.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.DecodePixelType">
      <summary>Gets or sets a value that determines how DecodePixelWidth and DecodePixelHeight values are interpreted for decoding operations.</summary>
      <returns>A value of the enumeration. The default is Physical.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.DecodePixelWidth">
      <summary>Gets or sets the width to use for image decoding operations.</summary>
      <returns>The width (in pixels) to use for image decoding operations.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.UriSource">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the graphics source file that generated this BitmapImage.</summary>
      <returns>An object describing the Uniform Resource Identifier (URI) of the graphics source file that generated this BitmapImage.</returns>
    </member>
    <member name="E:Windows.UI.Xaml.Media.Imaging.BitmapImage.DownloadProgress">
      <summary>Occurs when a significant change has occurred in the download progress of the BitmapImage content.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Media.Imaging.BitmapImage.ImageFailed">
      <summary>Occurs when there is an error associated with image retrieval or format.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Media.Imaging.BitmapImage.ImageOpened">
      <summary>Occurs when the image source is downloaded and decoded with no failure. You can use this event to determine the size of an image before rendering it.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.CreateOptionsProperty">
      <summary>Identifies the CreateOptions dependency property.</summary>
      <returns>The identifier for the CreateOptions dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.DecodePixelHeightProperty">
      <summary>Identifies the DecodePixelHeight dependency property.</summary>
      <returns>The identifier for the DecodePixelHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.DecodePixelTypeProperty">
      <summary>Identifies the DecodePixelType dependency property.</summary>
      <returns>The identifier for the DecodePixelType dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.DecodePixelWidthProperty">
      <summary>Identifies the DecodePixelWidth dependency property.</summary>
      <returns>The identifier for the DecodePixelWidth dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapImage.UriSourceProperty">
      <summary>Identifies the UriSource dependency property.</summary>
      <returns>The identifier for the UriSource dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.BitmapSource">
      <summary>Provides a source object for properties that use a bitmap.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.BitmapSource.#ctor">
      <summary>Provides base class initialization behavior for BitmapSource-derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapSource.PixelHeight">
      <summary>Gets the height of the bitmap in pixels.</summary>
      <returns>The height of the bitmap in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapSource.PixelWidth">
      <summary>Gets the width of the bitmap in pixels.</summary>
      <returns>The width of the bitmap in pixels.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.BitmapSource.SetSource(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Sets the source image for a BitmapSource by accessing a stream. Most callers should use SetSourceAsync instead.</summary>
      <param name="streamSource">The stream source that sets the image source value.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.BitmapSource.SetSourceAsync(Windows.Storage.Streams.IRandomAccessStream)">
      <summary>Sets the source image for a BitmapSource by accessing a stream and processing the result asynchronously.</summary>
      <returns>An asynchronous handler called when the operation is complete.</returns>
      <param name="streamSource">The stream source that sets the image source value.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapSource.PixelHeightProperty">
      <summary>Identifies the PixelHeight dependency property.</summary>
      <returns>The identifier for the PixelHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.BitmapSource.PixelWidthProperty">
      <summary>Identifies the PixelWidth dependency property.</summary>
      <returns>The identifier for the PixelWidth dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.DownloadProgressEventArgs">
      <summary>Provides event data for the DownloadProgress event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.DownloadProgressEventArgs.Progress">
      <summary>Gets download progress as a value that is between 0 and 100.</summary>
      <returns>The download progress. A value of 0 indicates no progress; 100 indicates that the download is complete.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap">
      <summary>Represents an image source that can be populated with the combined contents of a XAML visual tree.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.GetPixelsAsync">
      <summary>Retrieves the previously rendered RenderTargetBitmap image as a buffered stream of bytes in BGRA8 format.</summary>
      <returns>When this method returns, an IBuffer stream that contains bytes. This is the binary data for the image and can be converted to a byte array in BGRA8 format</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.PixelHeight">
      <summary>Gets the height of the rendered bitmap in pixels.</summary>
      <returns>The height of the rendered bitmap in pixels.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.PixelWidth">
      <summary>Gets the width of the rendered bitmap in pixels.</summary>
      <returns>The width of the rendered bitmap in pixels.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.RenderAsync(Windows.UI.Xaml.UIElement)">
      <summary>Renders a snapshot of a UIElement visual tree to an image source.</summary>
      <returns>When this method returns, an IAsyncAction object that can be used to control the asynchronous operation.</returns>
      <param name="element">A UIElement that represents the visual tree fragment to render.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.RenderAsync(Windows.UI.Xaml.UIElement,System.Int32,System.Int32)">
      <summary>Renders a snapshot of a UIElement visual tree to an image source. Specify values for scaledWidth and scaledHeight to alter the original source's rendering dimension.</summary>
      <returns>When this method returns, an IAsyncAction object that can be used to control the asynchronous operation.</returns>
      <param name="element">A UIElement that represents the visual tree fragment to render.</param>
      <param name="scaledWidth">Specifies the target width at which to render. The default is 0. scaledWidth and/or scaledHeight can be optional; see Remarks.</param>
      <param name="scaledHeight">Specifies the target height at which to render. The default is 0. scaledWidth and/or scaledHeight can be optional; see Remarks.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.PixelHeightProperty">
      <summary>Identifies the PixelHeight dependency property.</summary>
      <returns>The identifier for the PixelHeight dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.PixelWidthProperty">
      <summary>Identifies the PixelWidth dependency property.</summary>
      <returns>The identifier for the PixelWidth dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap.#ctor">
      <summary>Initializes a new instance of the RenderTargetBitmap class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.SurfaceImageSource">
      <summary>Provides Microsoft DirectX shared surfaces to draw into and then composes the bits into app content.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.SurfaceImageSource.#ctor(System.Int32,System.Int32)">
      <summary>Initializes a new instance of the SurfaceImageSource class, specifying the size of the drawing area.</summary>
      <param name="pixelWidth">Width of the drawing area in pixels.</param>
      <param name="pixelHeight">Height of the drawing area in pixels.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.SurfaceImageSource.#ctor(System.Int32,System.Int32,System.Boolean)">
      <summary>Initializes a new instance of the SurfaceImageSource class, specifying the size of the drawing area, and whether opacity is expected to be always full opacity. Use this with isOpaque=true if SurfaceImageSource should not support transparency; this can increase performance.</summary>
      <param name="pixelWidth">Width of the drawing area in pixels.</param>
      <param name="pixelHeight">Height of the drawing area in pixels.</param>
      <param name="isOpaque">true if the area should render opaque. false to render with possible alpha transparency. A value of true can provide a performance benefit if the content is not transparent.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.VirtualSurfaceImageSource">
      <summary>Extends SurfaceImageSource to support scenarios when the content is potentially larger than what can fit on screen and the content must be virtualized to render optimally.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.VirtualSurfaceImageSource.#ctor(System.Int32,System.Int32)">
      <summary>Initializes a new instance of the VirtualSurfaceImageSource class, specifying the size of the drawing area.</summary>
      <param name="pixelWidth">Width of the drawing area in pixels.</param>
      <param name="pixelHeight">Height of the drawing area in pixels.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.VirtualSurfaceImageSource.#ctor(System.Int32,System.Int32,System.Boolean)">
      <summary>Initializes a new instance of the VirtualSurfaceImageSource class, specifying the size of the drawing area.</summary>
      <param name="pixelWidth">Width of the drawing area in pixels.</param>
      <param name="pixelHeight">Height of the drawing area in pixels.</param>
      <param name="isOpaque">true if the area should render opaque. false to render with possible alpha transparency.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.WriteableBitmap">
      <summary>Provides a BitmapSource that can be written to and updated.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.WriteableBitmap.#ctor(System.Int32,System.Int32)">
      <summary>Initializes a new instance of the WriteableBitmap class.</summary>
      <param name="pixelWidth">The width of the bitmap in pixels.</param>
      <param name="pixelHeight">The height of the bitmap in pixels.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Imaging.WriteableBitmap.PixelBuffer">
      <summary>Gets an access for the direct buffer where each pixel of the WriteableBitmap is written to.</summary>
      <returns>A reference to the pixel buffer.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Imaging.WriteableBitmap.Invalidate">
      <summary>Requests a draw or redraw of the entire bitmap.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.DownloadProgressEventHandler">
      <summary>Represents the method that will handle the DownloadProgress event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.BitmapCreateOptions">
      <summary>Specifies initialization options for a bitmap image.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Imaging.BitmapCreateOptions.None">
      <summary>No options are specified.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Imaging.BitmapCreateOptions.IgnoreImageCache">
      <summary>Loads images without using an existing image cache. This option should be selected only when images in a cache need to be refreshed.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Imaging.DecodePixelType">
      <summary>Provides values that can be used for decoding operations to optimize for logical versus physical pixels in the source image file.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Imaging.DecodePixelType.Physical">
      <summary>Use a physical pixel value.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Imaging.DecodePixelType.Logical">
      <summary>Use a logical pixel value.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Media.Media3D">
      <summary>Contains types that support matrix/perspective transformation.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Media3D.Matrix3DHelper">
      <summary>Provides static utilities for Matrix3D. C# and Microsoft Visual Basic code should use members of Matrix3D instead.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3DHelper.Identity">
      <summary>Gets a static constructed Matrix3D where the values established are representative of an Identity transform. C# and Microsoft Visual Basic code should use Identity instead.</summary>
      <returns>A static constructed Matrix3D where the values established are representative of an Identity transform.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3DHelper.FromElements(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>Defines a new Matrix3D value, using element values for each of the possible values of a Matrix3D structure. C# and Microsoft Visual Basic code should use Matrix3D constructor instead.</summary>
      <returns>The created Matrix3D.</returns>
      <param name="m11">The value to set for M11 of the Matrix3D.</param>
      <param name="m12">The value to set for M12 of the Matrix3D..</param>
      <param name="m13">The value to set for M13 of the Matrix3D.</param>
      <param name="m14">The value to set for M14 of the Matrix3D.</param>
      <param name="m21">The value to set for M21 of the Matrix3D.</param>
      <param name="m22">The value to set for M22 of the Matrix3D.</param>
      <param name="m23">The value to set for M23 of the Matrix3D.</param>
      <param name="m24">The value to set for M24 of the Matrix3D.</param>
      <param name="m31">The value to set for M31 of the Matrix3D.</param>
      <param name="m32">The value to set for M32 of the Matrix3D.</param>
      <param name="m33">The value to set for M33 of the Matrix3D.</param>
      <param name="m34">The value to set for M34 of the Matrix3D.</param>
      <param name="offsetX">The value to set for OffsetX (row 4, column 1) of the Matrix3D.</param>
      <param name="offsetY">The value to set for OffsetY (row 4, column 2) of the Matrix3D.</param>
      <param name="offsetZ">The value to set for OffsetZ (row 4, column 3) of the Matrix3D.</param>
      <param name="m44">The value to set for M44 of the Matrix3D.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3DHelper.GetHasInverse(Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Returns whether the provided Matrix3D is invertible. C# and Microsoft Visual Basic code should use HasInverse instead.</summary>
      <returns>true if the Matrix3D has an inverse; otherwise, false.</returns>
      <param name="target">The target Matrix3D to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3DHelper.GetIsIdentity(Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Returns whether the provided Matrix3D represents an Identity transform. C# and Microsoft Visual Basic code should use IsIdentity instead.</summary>
      <returns>true if the Matrix3D represents an Identity transform; otherwise, false.</returns>
      <param name="target">The target Matrix3D to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3DHelper.Invert(Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Returns a potentially new Matrix3D value that represents the inversion of the provided Matrix3D. C# and Microsoft Visual Basic code should use Invert instead.</summary>
      <returns>The inversion result Matrix3D.</returns>
      <param name="target">The target Matrix3D to evaluate.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3DHelper.Multiply(Windows.UI.Xaml.Media.Media3D.Matrix3D,Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Multiplies the specified matrices. C# and Microsoft Visual Basic code should use the multiplication operator instead.</summary>
      <returns>A new Matrix3D that is the result of multiplication.</returns>
      <param name="matrix1">The first matrix to multiply.</param>
      <param name="matrix2">The second matrix to multiply.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Media.Media3D.Matrix3D">
      <summary>Represents a 4 × 4 matrix that is used for transformations in a 3-D space.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M11">
      <summary>The value of the first row and first column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M12">
      <summary>The value of the first row and second column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M13">
      <summary>The value of the first row and third column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M14">
      <summary>The value of the first row and fourth column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M21">
      <summary>The value of the second row and first column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M22">
      <summary>The value of the second row and second column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M23">
      <summary>The value of the second row and third column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M24">
      <summary>The value of the second row and fourth column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M31">
      <summary>The value of the third row and first column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M32">
      <summary>The value of the third row and second column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M33">
      <summary>The value of the third row and third column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M34">
      <summary>The value of the third row and fourth column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.OffsetX">
      <summary>The value of the fourth row and first column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.OffsetY">
      <summary>The value of the fourth row and second column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.OffsetZ">
      <summary>The value of the fourth row and third column of this Matrix3D.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Media.Media3D.Matrix3D.M44">
      <summary>The value of the fourth row and fourth column of this Matrix3D.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>Initializes a new instance of the Matrix3D class.</summary>
      <param name="m11">The value of the (1,1) field of the new matrix.</param>
      <param name="m12">The value of the (1,2) field of the new matrix.</param>
      <param name="m13">The value of the (1,3) field of the new matrix.</param>
      <param name="m14">The value of the (1,4) field of the new matrix.</param>
      <param name="m21">The value of the (2,1) field of the new matrix.</param>
      <param name="m22">The value of the (2,2) field of the new matrix.</param>
      <param name="m23">The value of the (2,3) field of the new matrix.</param>
      <param name="m24">The value of the (2,4) field of the new matrix.</param>
      <param name="m31">The value of the (3,1) field of the new matrix.</param>
      <param name="m32">The value of the (3,2) field of the new matrix.</param>
      <param name="m33">The value of the (3,3) field of the new matrix.</param>
      <param name="m34">The value of the (3,4) field of the new matrix.</param>
      <param name="offsetX">The value of the X offset field of the new matrix.</param>
      <param name="offsetY">The value of the Y offset field of the new matrix.</param>
      <param name="offsetZ">The value of the Z offset field of the new matrix.</param>
      <param name="m44">The value of the (4,4) field of the new matrix.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.HasInverse">
      <summary>Gets a value that indicates whether this Matrix3D is invertible.</summary>
      <returns>true if the Matrix3D has an inverse; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.Identity">
      <summary>Changes a Matrix3D structure into an identity Matrix3D.</summary>
      <returns>The identity Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.IsIdentity">
      <summary>Determines whether this Matrix3D structure is an identity Matrix3D.</summary>
      <returns>true if the Matrix3D is an identity Matrix3D; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M11">
      <summary>Gets or sets the value of the first row and first column of this Matrix3D.</summary>
      <returns>The value of the first row and first column of this Matrix3D structure.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M12">
      <summary>Gets or sets the value of the first row and second column of this Matrix3D.</summary>
      <returns>The value of the first row and second column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M13">
      <summary>Gets or sets the value of the first row and third column of this Matrix3D.</summary>
      <returns>The value of the first row and third column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M14">
      <summary>Gets or sets the value of the first row and fourth column of this Matrix3D.</summary>
      <returns>The value of the first row and fourth column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M21">
      <summary>Gets or sets the value of the second row and first column of this Matrix3D.</summary>
      <returns>The value of the second row and first column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M22">
      <summary>Gets or sets the value of the second row and second column of this Matrix3D.</summary>
      <returns>The value of the second row and second column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M23">
      <summary>Gets or sets the value of the second row and third column of this Matrix3D.</summary>
      <returns>The value of the second row and third column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M24">
      <summary>Gets or sets the value of the second row and fourth column of this Matrix3D.</summary>
      <returns>The value of the second row and fourth column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M31">
      <summary>Gets or sets the value of the third row and first column of this Matrix3D.</summary>
      <returns>The value of the third row and first column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M32">
      <summary>Gets or sets the value of the third row and second column of this Matrix3D.</summary>
      <returns>The value of the third row and second column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M33">
      <summary>Gets or sets the value of the third row and third column of this Matrix3D.</summary>
      <returns>The value of the third row and third column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M34">
      <summary>Gets or sets the value of the third row and fourth column of this Matrix3D.</summary>
      <returns>The value of the third row and fourth column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.M44">
      <summary>Gets or sets the value of the fourth row and fourth column of this Matrix3D.</summary>
      <returns>The value of the fourth row and fourth column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.OffsetX">
      <summary>Gets or sets the value of the fourth row and first column of this Matrix3D.</summary>
      <returns>The value of the fourth row and first column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.OffsetY">
      <summary>Gets or sets the value of the fourth row and second column of this Matrix3D.</summary>
      <returns>The value of the fourth row and second column of this Matrix3D.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Media.Media3D.Matrix3D.OffsetZ">
      <summary>Gets or sets the value of the fourth row and third column of this Matrix3D.</summary>
      <returns>The value of the fourth row and third column of this Matrix3D.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.Invert">
      <summary>Inverts this Matrix3D structure.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to a Matrix3D.</summary>
      <returns>true if o is equal to this Matrix3D; otherwise, false.</returns>
      <param name="o">Object to check for equality.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.Equals(Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Compares two Matrix3D structures for equality.</summary>
      <returns>true if both Matrix3D structures contain the same values; otherwise, false.</returns>
      <param name="value">The Matrix3D structure to compare to this Matrix3D.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.GetHashCode()">
      <summary>Gets a hash code for this object.</summary>
      <returns>The hash code identifier.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.ToString()">
      <summary>Converts a Matrix3D to a String representation.</summary>
      <returns>A String representation of this Matrix3D.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.ToString(System.IFormatProvider)">
      <summary>Creates a String representation of this Matrix3D.</summary>
      <returns>A string representation of the current Matrix3D that is determined by the specified format provider.</returns>
      <param name="provider">Culture-specific formatting information.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.op_Equality(Windows.UI.Xaml.Media.Media3D.Matrix3D,Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Compares two Matrix3D structures for equality.</summary>
      <returns>true if all values of matrix1 and matrix2 are equal; otherwise, false.</returns>
      <param name="matrix1">The first Matrix3D structure to compare.</param>
      <param name="matrix2">The second Matrix3D structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.op_Inequality(Windows.UI.Xaml.Media.Media3D.Matrix3D,Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Compares two Matrix3D structures for inequality.</summary>
      <returns>true if matrix1 and matrix2 have different values; false if matrix1 and matrix2 have the same values.</returns>
      <param name="matrix1">The first Matrix3D structure to compare.</param>
      <param name="matrix2">The second Matrix3D structure to compare.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Media.Media3D.Matrix3D.op_Multiply(Windows.UI.Xaml.Media.Media3D.Matrix3D,Windows.UI.Xaml.Media.Media3D.Matrix3D)">
      <summary>Multiplies the specified matrices.</summary>
      <returns>The Matrix3D that is the result of the operation.</returns>
      <param name="matrix1">The first Matrix3D structure.</param>
      <param name="matrix2">The second Matrix3D structure.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Navigation">
      <summary>Provides types that support navigation events as initiated by the Page and Frame classes.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs">
      <summary>Provides data for the OnNavigatingFrom callback that can be used to cancel a navigation request from origination.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs.Cancel">
      <summary>Specifies whether a pending navigation should be canceled.</summary>
      <returns>true to cancel the pending cancelable navigation; false to continue with navigation.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs.NavigationMode">
      <summary>Gets the value of the mode parameter from the originating Navigate call.</summary>
      <returns>The value of the mode parameter from the originating Navigate call.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs.NavigationTransitionInfo">
      <summary>Gets a value that indicates the animated transition associated with the navigation.</summary>
      <returns>Info about the animated transition.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs.Parameter">
      <summary>Gets the navigation parameter associated with this navigation.</summary>
      <returns>The navigation parameter.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs.SourcePageType">
      <summary>Gets the value of the SourcePageType parameter from the originating Navigate call.</summary>
      <returns>The value of the SourcePageType parameter from the originating Navigate call.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigationEventArgs">
      <summary>Provides data for navigation methods and event handlers that cannot cancel the navigation request.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationEventArgs.Content">
      <summary>Gets the root node of the target page's content.</summary>
      <returns>The root node of the target page's content.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationEventArgs.NavigationMode">
      <summary>Gets a value that indicates the direction of movement during navigation</summary>
      <returns>A value of the enumeration.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationEventArgs.NavigationTransitionInfo">
      <summary>Gets a value that indicates the animated transition associated with the navigation.</summary>
      <returns>Info about the animated transition.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationEventArgs.Parameter">
      <summary>Gets any Parameter object passed to the target page for the navigation.</summary>
      <returns>An object that potentially passes parameters to the navigation target. May be null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationEventArgs.SourcePageType">
      <summary>Gets the data type of the source page.</summary>
      <returns>The data type of the source page, represented as namespace.type or simply type.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationEventArgs.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) of the target.</summary>
      <returns>A value that represents the Uniform Resource Identifier (URI).</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigationFailedEventArgs">
      <summary>Provides event data for the WebView.NavigationFailed and Frame.NavigationFailed events.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationFailedEventArgs.Exception">
      <summary>Gets the result code for the exception that is associated with the failed navigation.</summary>
      <returns>A system exception result code.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationFailedEventArgs.Handled">
      <summary>Gets or sets a value that indicates whether the failure event has been handled.</summary>
      <returns>true if the failure event is handled; false if the failure event is not yet handled.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.NavigationFailedEventArgs.SourcePageType">
      <summary>Gets the data type of the target page.</summary>
      <returns>The data type of the target page, represented as namespace.type or simply type.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.LoadCompletedEventHandler">
      <summary>Represents the method that will handle the LoadCompleted event.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigatedEventHandler">
      <summary>Represents the method that will handle the Navigated event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigatingCancelEventHandler">
      <summary>Represents the method to use as the OnNavigatingFrom callback override.</summary>
      <param name="sender">The object where the method is implemented.</param>
      <param name="e">Event data that is passed through the callback.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigationFailedEventHandler">
      <summary>Represents a method that will handle the WebView.NavigationFailed and Frame.NavigationFailed events.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigationStoppedEventHandler">
      <summary>Provides event data for the NavigationStopped event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigationCacheMode">
      <summary>Specifies caching characteristics for a page involved in a navigation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Navigation.NavigationCacheMode.Disabled">
      <summary>The page is never cached and a new instance of the page is created on each visit.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Navigation.NavigationCacheMode.Required">
      <summary>The page is cached and the cached instance is reused for every visit regardless of the cache size for the frame.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Navigation.NavigationCacheMode.Enabled">
      <summary>The page is cached, but the cached instance is discarded when the size of the cache for the frame is exceeded.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.NavigationMode">
      <summary>Specifies the navigation stack characteristics of a navigation.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Navigation.NavigationMode.New">
      <summary>Navigation is to a new instance of a page (not going forward or backward in the stack).</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Navigation.NavigationMode.Back">
      <summary>Navigation is going backward in the stack.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Navigation.NavigationMode.Forward">
      <summary>Navigation is going forward in the stack.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Navigation.NavigationMode.Refresh">
      <summary>Navigation is to the current page (perhaps with different data).</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Navigation.PageStackEntry">
      <summary>Represents an entry in the BackStack or ForwardStack of a Frame.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Navigation.PageStackEntry.#ctor(Windows.UI.Xaml.Interop.TypeName,System.Object,Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo)">
      <summary>Initializes a new instance of the PageStackEntry class.</summary>
      <param name="sourcePageType">The type of page associated with the navigation entry.</param>
      <param name="parameter">The navigation parameter associated with the navigation entry.</param>
      <param name="navigationTransitionInfo">Info about the animated transition associated with the navigation entry.</param>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.PageStackEntry.NavigationTransitionInfo">
      <summary>Gets a value that indicates the animated transition associated with the navigation entry.</summary>
      <returns>Info about the animated transition.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.PageStackEntry.Parameter">
      <summary>Gets the navigation parameter associated with this navigation entry.</summary>
      <returns>The navigation parameter.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.PageStackEntry.SourcePageType">
      <summary>Gets the type of page associated with this navigation entry.</summary>
      <returns>The page type of the navigation entry.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Navigation.PageStackEntry.SourcePageTypeProperty">
      <summary>Identifies the SourcePageType dependency property.</summary>
      <returns>The identifier for the SourcePageType dependency property.</returns>
    </member>
    <member name="N:Windows.UI.Xaml.Printing">
      <summary>Provides a basic printing support framework for applications.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.AddPagesEventArgs">
      <summary>Provides event data for the AddPages event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Printing.AddPagesEventArgs.PrintTaskOptions">
      <summary>Gets the PrintTaskOptions for the pages added.</summary>
      <returns>An object that manages the options for print tasks.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.AddPagesEventArgs.#ctor">
      <summary>Initializes a new instance of the AddPagesEventArgs class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.GetPreviewPageEventArgs">
      <summary>Provides event data for the GetPreviewPage event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Printing.GetPreviewPageEventArgs.PageNumber">
      <summary>Gets the page number of the potentially repaginated page involved in the preview.</summary>
      <returns>The page number of the potentially repaginated page.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.GetPreviewPageEventArgs.#ctor">
      <summary>Initializes a new instance of the GetPreviewPageEventArgs class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.PaginateEventArgs">
      <summary>Provides event data for the Paginate event.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Printing.PaginateEventArgs.CurrentPreviewPageNumber">
      <summary>Gets the 1-based page number of the current preview page.</summary>
      <returns>The page number.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Printing.PaginateEventArgs.PrintTaskOptions">
      <summary>Gets the PrintTaskOptions for the pages involved in the event occurrence.</summary>
      <returns>An object that manages the options for print tasks.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.PaginateEventArgs.#ctor">
      <summary>Initializes a new instance of the PaginateEventArgs class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.PrintDocument">
      <summary>Defines a reusable object that sends output to a printer.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Printing.PrintDocument.DocumentSource">
      <summary>Gets a document source reference for this PrintDocument.</summary>
      <returns>An object representing the document source.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Printing.PrintDocument.DocumentSourceProperty">
      <summary>Identifies the DocumentSource dependency property.</summary>
      <returns>The identifier for the DocumentSource dependency property.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.PrintDocument.AddPage(Windows.UI.Xaml.UIElement)">
      <summary>Adds a XAML root visual element to the print list.</summary>
      <param name="pageVisual">The root visual element of the page to add to the print list.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.PrintDocument.AddPagesComplete">
      <summary>Indicates that the application will not add more pages to the print list, and that the print list is ready to be released.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.PrintDocument.SetPreviewPageCount(System.Int32,Windows.UI.Xaml.Printing.PreviewPageCountType)">
      <summary>Sets the number of pages prepared for print preview and added to the print list.</summary>
      <param name="count">The number of pages included in the preview.</param>
      <param name="type">A value of the enumeration that specifies how to determine the page count.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.PrintDocument.SetPreviewPage(System.Int32,Windows.UI.Xaml.UIElement)">
      <summary>Sets the specified print page as the current print preview page.</summary>
      <param name="pageNumber">The sequence number of the page to preview.</param>
      <param name="pageVisual">The root visual object for the requested print page.</param>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.PrintDocument.InvalidatePreview">
      <summary>References the low-level print preview dialog API and invalidates the current print preview.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Printing.PrintDocument.#ctor">
      <summary>Initializes a new instance of the PrintDocument class.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Printing.PrintDocument.AddPages">
      <summary>Occurs when the PrintManager requests the final collection of pages to send to the printer.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Printing.PrintDocument.GetPreviewPage">
      <summary>Occurs when the PrintManager requests a particular print page to be shown in the preview window.</summary>
    </member>
    <member name="E:Windows.UI.Xaml.Printing.PrintDocument.Paginate">
      <summary>Occurs when the PrintManager requests the collection of print pages to be shown in the preview window.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.AddPagesEventHandler">
      <summary>Represents the method that will handle the AddPages event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.GetPreviewPageEventHandler">
      <summary>Represents the method that will handle the GetPreviewPage event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.PaginateEventHandler">
      <summary>Represents the method that will handle the Paginate event.</summary>
      <param name="sender">The object where the handler is attached.</param>
      <param name="e">Event data for the event.</param>
    </member>
    <member name="T:Windows.UI.Xaml.Printing.PreviewPageCountType">
      <summary>Describes the basis of the page count.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Printing.PreviewPageCountType.Final">
      <summary>Page count is based on final print job total.</summary>
    </member>
    <member name="F:Windows.UI.Xaml.Printing.PreviewPageCountType.Intermediate">
      <summary>Page count is based on an intermediate total.</summary>
    </member>
    <member name="N:Windows.UI.Xaml.Resources">
      <summary>Contains CustomXamlResourceLoader, which enables loading of custom resource dictionaries as sources.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Resources.CustomXamlResourceLoader">
      <summary>Enables loading of custom resource dictionaries as sources. Override GetResource to provide the logic that a XAML parser can use to look up the necessary resources at load time.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Resources.CustomXamlResourceLoader.#ctor">
      <summary>Initializes a new instance of the CustomXamlResourceLoader class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Resources.CustomXamlResourceLoader.Current">
      <summary>Returns the active CustomXamlResourceLoader instance.</summary>
      <returns>The active CustomXamlResourceLoader instance.</returns>
    </member>
    <member name="M:Windows.UI.Xaml.Resources.CustomXamlResourceLoader.GetResource(System.String,System.String,System.String,System.String)">
      <summary>When overridden in a derived class, specifies the logic of resource lookup for this CustomXamlResourceLoader. Given a resource ID and some type information about the expected result, returns the requested resource.</summary>
      <returns>The retrieved resource.</returns>
      <param name="resourceId">The string-form key of the resource to get.</param>
      <param name="objectType">The expected type of the resource.</param>
      <param name="propertyName">The name of the property that serves as the key in the custom resource lookup logic.</param>
      <param name="propertyType">The type of the property that serves as the key, with type represented as a string.</param>
    </member>
    <member name="N:Windows.UI.Xaml.Shapes">
      <summary>Defines basic shapes that are intended for decorative rendering or for compositing non-interactive parts of controls.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Shapes.Ellipse">
      <summary>Draws an ellipse.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Shapes.Ellipse.#ctor">
      <summary>Initializes a new instance of the Ellipse class.</summary>
    </member>
    <member name="T:Windows.UI.Xaml.Shapes.Line">
      <summary>Draws a straight line between two points.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Shapes.Line.#ctor">
      <summary>Initializes a new instance of the Line class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.X1">
      <summary>Gets or sets the x-coordinate of the Line start point.</summary>
      <returns>The x-coordinate for the start point of the line, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.X2">
      <summary>Gets or sets the x-coordinate of the Line end point.</summary>
      <returns>The x-coordinate for the end point of the line, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.Y1">
      <summary>Gets or sets the y-coordinate of the Line start point.</summary>
      <returns>The y-coordinate for the start point of the line, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.Y2">
      <summary>Gets or sets the y-coordinate of the Line end point.</summary>
      <returns>The y-coordinate for the end point of the line, in pixels. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.X1Property">
      <summary>Identifies the X1 dependency property.</summary>
      <returns>The identifier for the X1 dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.X2Property">
      <summary>Identifies the X2 dependency property.</summary>
      <returns>The identifier for the X2 dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.Y1Property">
      <summary>Identifies the Y1 dependency property.</summary>
      <returns>The identifier for the Y1 dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Line.Y2Property">
      <summary>Identifies the Y2 dependency property.</summary>
      <returns>The identifier for the Y2 dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Shapes.Path">
      <summary>Draws a series of connected lines and curves. The line and curve dimensions are declared through the Data property, and can be specified either with a path-specific mini-language, or with an object model.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Shapes.Path.#ctor">
      <summary>Initializes a new instance of the Path class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Path.Data">
      <summary>Gets or sets a Geometry that specifies the shape to be drawn.</summary>
      <returns>A description of the shape to be drawn.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Path.DataProperty">
      <summary>Identifies the Data dependency property.</summary>
      <returns>The identifier for the Data dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Shapes.Polygon">
      <summary>Draws a polygon, which is a connected series of lines that form a closed shape.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Shapes.Polygon.#ctor">
      <summary>Initializes a new instance of the Polygon class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polygon.FillRule">
      <summary>Gets or sets a value that specifies how the interior fill of the shape is determined.</summary>
      <returns>A value of the enumeration. The default is EvenOdd.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polygon.Points">
      <summary>Gets or sets a collection that contains the vertex points of the polygon.</summary>
      <returns>A collection of Point structures that describes the vertex points of the polygon. The default is null. The value can be expressed as a string for XAML or type conversion.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polygon.FillRuleProperty">
      <summary>Identifies the FillRule dependency property.</summary>
      <returns>The identifier for the FillRule dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polygon.PointsProperty">
      <summary>Identifies the Points dependency property.</summary>
      <returns>The identifier for the Points dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Shapes.Polyline">
      <summary>Draws a series of connected straight lines.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Shapes.Polyline.#ctor">
      <summary>Initializes a new instance of the Polyline class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polyline.FillRule">
      <summary>Gets or sets a value that specifies how the interior fill of the shape is determined.</summary>
      <returns>A value of the enumeration that specifies the fill behavior. The default is EvenOdd.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polyline.Points">
      <summary>Gets or sets a collection that contains the vertex points of the Polyline.</summary>
      <returns>A collection of Point structures that describes the vertex points of the Polyline. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polyline.FillRuleProperty">
      <summary>Identifies the FillRule dependency property.</summary>
      <returns>The identifier for the FillRule dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Polyline.PointsProperty">
      <summary>Identifies the Points dependency property.</summary>
      <returns>The identifier for the Points dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Shapes.Rectangle">
      <summary>Draws a rectangle shape, which can have a stroke and a fill.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Shapes.Rectangle.#ctor">
      <summary>Initializes a new instance of the Rectangle class.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Rectangle.RadiusX">
      <summary>Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle.</summary>
      <returns>The x-axis radius of the ellipse that is used to round the corners of the rectangle.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Rectangle.RadiusY">
      <summary>Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.</summary>
      <returns>The y-axis radius of the ellipse that is used to round the corners of the rectangle. The default is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Rectangle.RadiusXProperty">
      <summary>Identifies the RadiusX dependency property.</summary>
      <returns>The identifier for the RadiusX dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Rectangle.RadiusYProperty">
      <summary>Identifies the RadiusY dependency property.</summary>
      <returns>The identifier for the RadiusY dependency property.</returns>
    </member>
    <member name="T:Windows.UI.Xaml.Shapes.Shape">
      <summary>Provides a base class for shape elements, such as Ellipse, Polygon, and Rectangle.</summary>
    </member>
    <member name="M:Windows.UI.Xaml.Shapes.Shape.#ctor">
      <summary>Provides base class initialization behavior for Shape derived classes.</summary>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.Fill">
      <summary>Gets or sets the Brush that specifies how to paint the interior of the shape.</summary>
      <returns>A Brush that describes how the shape's interior is painted. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.GeometryTransform">
      <summary>Gets a value that represents a Transform that is applied to the geometry of a Shape before it is drawn.</summary>
      <returns>A Transform that is applied to the geometry of a Shape before it is drawn.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.Stretch">
      <summary>Gets or sets a Stretch enumeration value that describes how the shape fills its allocated space.</summary>
      <returns>One of the Stretch enumeration values. The default value at run time depends on the type of Shape.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.Stroke">
      <summary>Gets or sets the Brush that specifies how the Shape outline is painted.</summary>
      <returns>A Brush that specifies how the Shape outline is painted. The default is null.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeDashArray">
      <summary>Gets or sets a collection of Double values that indicates the pattern of dashes and gaps that is used to outline shapes.</summary>
      <returns>A collection of Double values that specifies the pattern of dashes and gaps.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeDashCap">
      <summary>Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.</summary>
      <returns>One of the enumeration values for PenLineCap. The default is Flat.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeDashOffset">
      <summary>Gets or sets a value that specifies the distance within the dash pattern where a dash begins.</summary>
      <returns>A value that represents the distance within the dash pattern where a dash begins. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeEndLineCap">
      <summary>Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line.</summary>
      <returns>One of the enumeration values for PenLineCap. The default is Flat.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeLineJoin">
      <summary>Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape.</summary>
      <returns>A value of the PenLineJoin enumeration that specifies the join appearance. The default value is Miter.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeMiterLimit">
      <summary>Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element.</summary>
      <returns>The limit on the ratio of the miter length to the StrokeThickness of a Shape element. This value is always a positive number that is greater than or equal to 1.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeStartLineCap">
      <summary>Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.</summary>
      <returns>A value of the PenLineCap enumeration that specifies the shape at the start of a Stroke. The default is Flat.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeThickness">
      <summary>Gets or sets the width of the Shape stroke outline.</summary>
      <returns>The width of the Shape outline, in pixels. The default value is 0.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.FillProperty">
      <summary>Identifies the Fill dependency property.</summary>
      <returns>The identifier for the Fill dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StretchProperty">
      <summary>Identifies the Stretch dependency property.</summary>
      <returns>The identifier for the Stretch dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeDashArrayProperty">
      <summary>Identifies the StrokeDashArray dependency property.</summary>
      <returns>The identifier for the StrokeDashArray dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeDashCapProperty">
      <summary>Identifies the StrokeDashCap dependency property.</summary>
      <returns>The identifier for the StrokeDashCap dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeDashOffsetProperty">
      <summary>Identifies the StrokeDashOffset dependency property.</summary>
      <returns>The identifier for the StrokeDashOffset dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeEndLineCapProperty">
      <summary>Identifies the StrokeEndLineCap dependency property.</summary>
      <returns>The identifier for the StrokeEndLineCap dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeLineJoinProperty">
      <summary>Identifies the StrokeLineJoin dependency property.</summary>
      <returns>The identifier for the StrokeLineJoin dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeMiterLimitProperty">
      <summary>Identifies the StrokeMiterLimit dependency property.</summary>
      <returns>The identifier for the StrokeMiterLimit dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeProperty">
      <summary>Identifies the Stroke dependency property.</summary>
      <returns>The identifier for the Stroke dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeStartLineCapProperty">
      <summary>Identifies the StrokeStartLineCap dependency property.</summary>
      <returns>The identifier for the StrokeStartLineCap dependency property.</returns>
    </member>
    <member name="P:Windows.UI.Xaml.Shapes.Shape.StrokeThicknessProperty">
      <summary>Identifies the StrokeThickness dependency property.</summary>
      <returns>The identifier for the StrokeThickness dependency property.</returns>
    </member>
    <member name="N:Windows.Web">
      <summary>Provides information on errors resulting from web service operations.</summary>
    </member>
    <member name="T:Windows.Web.IUriToStreamResolver">
      <summary>Provides a method to translate a URI to a content stream for use by the WebView.NavigateToLocalStreamUri method.</summary>
    </member>
    <member name="M:Windows.Web.IUriToStreamResolver.UriToStreamAsync(Windows.Foundation.Uri)">
      <summary>Translates a URI to a content stream for use by the WebView.NavigateToLocalStreamUri method.</summary>
      <returns>When this method returns, the content stream.</returns>
      <param name="uri">The URI to translate.</param>
    </member>
    <member name="T:Windows.Web.WebError">
      <summary>Provides error status resulting from a web service operation.</summary>
    </member>
    <member name="M:Windows.Web.WebError.GetStatus(System.Int32)">
      <summary>Gets a WebErrorStatus value based on an error encountered by a web service operation.</summary>
      <returns>The error status value for a web service operation.</returns>
      <param name="hresult">The error encountered by a web service operation represented as an hResult.</param>
    </member>
    <member name="T:Windows.Web.WebErrorStatus">
      <summary>Defines errors encountered during operations involving web services, such as authentication, proxy configuration, and destination URIs.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Unknown">
      <summary>An unknown error has occurred.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.CertificateCommonNameIsIncorrect">
      <summary>The SSL certificate common name does not match the web address.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.CertificateExpired">
      <summary>The SSL certificate has expired.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.CertificateContainsErrors">
      <summary>The SSL certificate contains errors.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.CertificateRevoked">
      <summary>The SSL certificate has been revoked.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.CertificateIsInvalid">
      <summary>The SSL certificate is invalid.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.ServerUnreachable">
      <summary>The server is not responding.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Timeout">
      <summary>The connection has timed out.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.ErrorHttpInvalidServerResponse">
      <summary>The server returned an invalid or unrecognized response.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.ConnectionAborted">
      <summary>The connection was aborted.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.ConnectionReset">
      <summary>The connection was reset.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Disconnected">
      <summary>The connection was ended.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.HttpToHttpsOnRedirection">
      <summary>Redirected from a location to a secure location.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.HttpsToHttpOnRedirection">
      <summary>Redirected from a secure location to an unsecure location.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.CannotConnect">
      <summary>Cannot connect to destination.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.HostNameNotResolved">
      <summary>Could not resolve provided host name.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.OperationCanceled">
      <summary>The operation was canceled.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.RedirectFailed">
      <summary>The request redirect failed.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.UnexpectedStatusCode">
      <summary>An unexpected status code indicating a failure was received.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.UnexpectedRedirection">
      <summary>A request was unexpectedly redirected.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.UnexpectedClientError">
      <summary>An unexpected client-side error has occurred.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.UnexpectedServerError">
      <summary>An unexpected server-side error has occurred.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.MultipleChoices">
      <summary>The requested URL represents a high level grouping of which lower level selections need to be made.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.MovedPermanently">
      <summary>This and all future requests should be directed to the given URI.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Found">
      <summary>The resource was found but is available in a location different from the one included in the request.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.SeeOther">
      <summary>The response to the request can be found under another URI using a GET method.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.NotModified">
      <summary>Indicates the resource has not been modified since last requested.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.UseProxy">
      <summary>The requested resource must be accessed through the proxy given by the Location field.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.TemporaryRedirect">
      <summary>The requested resource resides temporarily under a different URI.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.BadRequest">
      <summary>The request cannot be fulfilled due to bad syntax.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Unauthorized">
      <summary>Authentication has failed or credentials have not yet been provided.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.PaymentRequired">
      <summary>Reserved.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Forbidden">
      <summary>The server has refused the request.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.NotFound">
      <summary>The requested resource could not be found but may be available again in the future.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.MethodNotAllowed">
      <summary>A request was made of a resource using a request method not supported by that resource.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.NotAcceptable">
      <summary>The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.ProxyAuthenticationRequired">
      <summary>The client must first authenticate itself with the proxy.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.RequestTimeout">
      <summary>The server timed out waiting for the request.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Conflict">
      <summary>Indicates that the request could not be processed because of conflict in the request.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.Gone">
      <summary>Indicates that the resource requested is no longer available and will not be available again.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.LengthRequired">
      <summary>The request did not specify the length of its content, which is required by the requested resource.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.PreconditionFailed">
      <summary>The server does not meet one of the preconditions that the requester put on the request.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.RequestEntityTooLarge">
      <summary>The request is larger than the server is willing or able to process.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.RequestUriTooLong">
      <summary>Provided URI length exceeds the maximum length the server can process.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.UnsupportedMediaType">
      <summary>The request entity has a media type which the server or resource does not support.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.RequestedRangeNotSatisfiable">
      <summary>The client has asked for a portion of the file, but the server cannot supply that portion.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.ExpectationFailed">
      <summary>The server cannot meet the requirements of the Expect request-header field.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.InternalServerError">
      <summary>A generic error message, given when no more specific message is suitable.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.NotImplemented">
      <summary>The server either does not recognize the request method, or it lacks the ability to fulfill the request.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.BadGateway">
      <summary>The server was acting as a gateway or proxy and received an invalid response from the upstream server.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.ServiceUnavailable">
      <summary>The server is currently unavailable.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.GatewayTimeout">
      <summary>The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.</summary>
    </member>
    <member name="F:Windows.Web.WebErrorStatus.HttpVersionNotSupported">
      <summary>The server does not support the HTTP protocol version used in the request.</summary>
    </member>
    <member name="N:Windows.Web.AtomPub">
      <summary>Enables HTTP CRUD access to Web resources using the AtomPub protocol. The AtomPub sample demonstrates this implementation.</summary>
    </member>
    <member name="T:Windows.Web.AtomPub.AtomPubClient">
      <summary>Encapsulates the methods needed to implement the AtomPub protocol which enables HTTP CRUD access to Web resources using the Atom 1.0 wire format.</summary>
      <capability type="internetClient">Required to access the Internet.</capability>
      <capability type="privateNetworkClientServer">Required to access home and work networks (Intranet).</capability>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.#ctor">
      <summary>Creates a new AtomPubClient object.</summary>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.#ctor(Windows.Security.Credentials.PasswordCredential)">
      <summary>Creates a new AtomPubClient object with the credential to use when making requests to the server. Initially, a 'username/password' tuple. However, for domain credentials, the username must be in 'domain\user form'.</summary>
      <param name="serverCredential">The specified security credentials.</param>
    </member>
    <member name="P:Windows.Web.AtomPub.AtomPubClient.BypassCacheOnRetrieve">
      <summary>Gets or sets a Boolean value that specifies whether to bypass the cache when retrieving the feed.</summary>
      <returns>TRUE if the cache should be bypassed; otherwise FALSE.</returns>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.CancelAsyncOperations">
      <summary>Cancels any in-progress asynchronous operations, causing them to fail (asynchronously) with an error code indicating cancellation.</summary>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.CreateMediaResourceAsync(Windows.Foundation.Uri,System.String,System.String,Windows.Storage.Streams.IInputStream)">
      <summary>Creates a new media resource in the specified collection.</summary>
      <returns>The object that is used to create the resource asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="uri">The Uniform Resource Identifier (URI) of the specified collection in which the new resource should be created.</param>
      <param name="mediaType">The type for the media resource.</param>
      <param name="description">The description of the new resource that is turned into the Slug: header of the POST request.</param>
      <param name="mediaStream">Specifies the IInputStream to use as the media resource.</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.CreateResourceAsync(Windows.Foundation.Uri,System.String,Windows.Web.Syndication.SyndicationItem)">
      <summary>Creates a new Entry resource in the specified collection.</summary>
      <returns>The object that is used to create the resource asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="uri">The Uri of the specified collection in which the new resource should be created.</param>
      <param name="description">The description of the new resource that is turned into the Slug: header of the POST request.</param>
      <param name="item">The new resource to be created.</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.DeleteResourceAsync(Windows.Foundation.Uri)">
      <summary>Deletes an existing Entry or Media Link resource.</summary>
      <returns>The object that is used to delete the resource asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="uri">The Uri of the resource to be deleted.</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.DeleteResourceItemAsync(Windows.Web.Syndication.SyndicationItem)">
      <summary>Deletes an existing Entry or Media Link resource. This differs from the DeleteResourceAsync method in that the SyndicationItem object that represents the resource to be deleted is specified instead of the Uri.</summary>
      <returns>The object that is used to delete the resource asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="item">The resource to be deleted.</param>
    </member>
    <member name="P:Windows.Web.AtomPub.AtomPubClient.MaxResponseBufferSize">
      <summary>Gets or sets the maximum number of bytes to buffer when receiving a response from a server.</summary>
      <returns>Maximum size and default is UInt32.MaxValue.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.AtomPubClient.ProxyCredential">
      <summary>Gets or sets the credentials to use when making requests via a proxy.</summary>
      <returns>The PasswordCredential to use.</returns>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.RetrieveFeedAsync(Windows.Foundation.Uri)">
      <summary>Starts an asynchronous operation to download the syndication feed from the given URI. This method instantiates a SyndicationFeed object from the feed string, which can be in one of the formats specified in SyndicationFormat.</summary>
      <returns>Contains the results of the operation.</returns>
      <param name="uri">The URI from which the feed is downloaded.</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.RetrieveMediaResourceAsync(Windows.Foundation.Uri)">
      <summary>Retrieves a media link resource from the specified Uniform Resource Identifier (URI).</summary>
      <returns>The object used to retrieve the media resource and report the progress and completion status of the operation.</returns>
      <param name="uri">The Uniform Resource Identifier (URI) for the media resource.</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.RetrieveResourceAsync(Windows.Foundation.Uri)">
      <summary>Retrieves an Entry resource or Media Link resource from the specified Uniform Resource Identifier (URI).</summary>
      <returns>The object that is used to retrieve the resource asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="uri">The specified Uniform Resource Identifier (URI).</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.RetrieveServiceDocumentAsync(Windows.Foundation.Uri)">
      <summary>Retrieves a service document from the specified Uri.</summary>
      <returns>The object that is used to retrieve the service document asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="uri">The specified Uri.</param>
    </member>
    <member name="P:Windows.Web.AtomPub.AtomPubClient.ServerCredential">
      <summary>Gets or sets the credentials to use when making requests to the server.</summary>
      <returns>Initially, this value is a username/password tuple. For domain credentials, the username is in domain\user form.</returns>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.SetRequestHeader(System.String,System.String)">
      <summary>Sets an HTTP header for the request. This method can be called multiple times to set multiple headers. When the same header is set multiple times, the values will be concatenated and separated by ,.</summary>
      <param name="name">The name of the header.</param>
      <param name="value">The value of the header.</param>
    </member>
    <member name="P:Windows.Web.AtomPub.AtomPubClient.Timeout">
      <summary>Gets or sets the maximum amount of time, in milliseconds, to wait for any of the asynchronous operations to complete. If the operation is not complete within this amount of time, it will fail with a status code indicating that it timed out.</summary>
      <returns>Default value is 30000 (30 seconds). A value of UInt32.MaxValue indicates that the syndication client will wait indefinitely for a response.</returns>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.UpdateMediaResourceAsync(Windows.Foundation.Uri,System.String,Windows.Storage.Streams.IInputStream)">
      <summary>Updates a media link resource from the specified Uniform Resource Identifier (URI).</summary>
      <returns>Completion status or error codes.</returns>
      <param name="uri">The Uniform Resource Identifier (URI) of the resource to be updated.</param>
      <param name="mediaType">The media type of the resource.</param>
      <param name="mediaStream">The IInputStream of the media that is updating the media resource.</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.UpdateResourceAsync(Windows.Foundation.Uri,Windows.Web.Syndication.SyndicationItem)">
      <summary>Updates an existing Entry or Media Link resource.</summary>
      <returns>The object that is used to update the resource asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="uri">The Uniform Resource Identifier (URI) of the resource to be updated.</param>
      <param name="item">The resource to be updated.</param>
    </member>
    <member name="M:Windows.Web.AtomPub.AtomPubClient.UpdateResourceItemAsync(Windows.Web.Syndication.SyndicationItem)">
      <summary>Updates an existing Entry or Media Link resource. This differs from the UpdateResourceAsync method in that the EditUri property of the specified SyndicationItem object is used as the Uri of the resource to be updated.</summary>
      <returns>The object that is used to update the resource asynchronously and to report the progress and completion status of the operation.</returns>
      <param name="item">The resource to be updated.</param>
    </member>
    <member name="T:Windows.Web.AtomPub.ResourceCollection">
      <summary>Encapsulates one or more collections within a workspace.</summary>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.Accepts">
      <summary>Gets or sets the collection of app:accept elements.</summary>
      <returns>The collection of accept elements.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.AttributeExtensions">
      <summary>Gets the list of attributes of the element.</summary>
      <returns>The list of attributes.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.BaseUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The Uniform Resource Identifier (URI) for the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.Categories">
      <summary>Gets the collection of atom:category elements within the app:categories element.</summary>
      <returns>The collection of categories.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements.</returns>
    </member>
    <member name="M:Windows.Web.AtomPub.ResourceCollection.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, and all the attributes and child elements including foreign markups.</summary>
      <returns>The XML document.</returns>
      <param name="format">The format of the element. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</param>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The language of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.NodeName">
      <summary>Gets or sets the local name of the element. It must be valid according to XML 1.0.</summary>
      <returns>The name of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace name.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this attribute is NULL.</summary>
      <returns>The node value.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.Title">
      <summary>Gets the atom:title element under the app:collection element.</summary>
      <returns>The collection of title elements.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ResourceCollection.Uri">
      <summary>Gets the Uniform Resource Identifier (URI) representing the href attribute of the app:collection element. This is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute when it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property will be Null.</summary>
      <returns>The Uniform Resource Identifier (URI) of the resource collection.</returns>
    </member>
    <member name="T:Windows.Web.AtomPub.ServiceDocument">
      <summary>Encapsulates a service document.</summary>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.AttributeExtensions">
      <summary>Gets the list of attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.BaseUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The base Uniform Resource Identifier (URI) for the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements.</returns>
    </member>
    <member name="M:Windows.Web.AtomPub.ServiceDocument.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, and all the attributes and child elements including foreign markups.</summary>
      <returns>The XML document.</returns>
      <param name="format">The format of the element. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</param>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The language of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.NodeName">
      <summary>Gets or sets the local name of the element. It must be valid according to XML 1.0.</summary>
      <returns>The local name of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this attribute is NULL.</summary>
      <returns>The text for the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.ServiceDocument.Workspaces">
      <summary>Gets the collection of app:workspace elements in the service document.</summary>
      <returns>The collection of workspace elements.</returns>
    </member>
    <member name="T:Windows.Web.AtomPub.Workspace">
      <summary>Encapsulates a workspace in a service document.</summary>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.AttributeExtensions">
      <summary>Gets the list of attributes of the element.</summary>
      <returns>The list of attributes.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.BaseUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The base Uniform Resource Identifier (URI) for the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.Collections">
      <summary>Gets the read-only collection of app:collection elements within the app:workspace element.</summary>
      <returns>The collection of collection elements.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements.</returns>
    </member>
    <member name="M:Windows.Web.AtomPub.Workspace.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, and all the attributes and child elements including foreign markups.</summary>
      <returns>The XML document.</returns>
      <param name="format">The format for the element. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</param>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The language of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.NodeName">
      <summary>Gets or sets the local name of the element. It must be valid according to XML 1.0.</summary>
      <returns>The name of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this attribute is NULL.</summary>
      <returns>The text of the element.</returns>
    </member>
    <member name="P:Windows.Web.AtomPub.Workspace.Title">
      <summary>Gets the atom:title element under the app:workspace element.</summary>
      <returns>The text of the title.</returns>
    </member>
    <member name="N:Windows.Web.Http">
      <summary>Provides a modern HTTP client API for Windows Store app.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpBufferContent">
      <summary>Provides HTTP content that uses a buffer.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.Close">
      <summary>Closes the HttpBufferContent instance and releases allocated resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.BufferAllAsync">
      <summary>Serialize the HttpBufferContent into memory as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpBufferContent.Headers">
      <summary>Get a collection of content headers set on the HttpBufferContent.</summary>
      <returns>A collection of content headers set on the HttpBufferContent.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.ReadAsBufferAsync">
      <summary>Serialize the HttpBufferContent to a buffer as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.ReadAsInputStreamAsync">
      <summary>Serialize the HttpBufferContent and return an input stream that represents the content as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.ReadAsStringAsync">
      <summary>Serialize the HttpBufferContent to a String as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.ToString">
      <summary>Returns a string that represents the current HttpBufferContent object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.TryComputeLength(System.UInt64@)">
      <summary>Computes the HttpBufferContent length in bytes.</summary>
      <returns>true if length is a valid length; otherwise, false.</returns>
      <param name="length">The length in bytes of the HttpBufferContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.WriteToStreamAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Write the HttpBufferContent to an output stream as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
      <param name="outputStream">The output stream to write to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.#ctor(Windows.Storage.Streams.IBuffer)">
      <summary>Initializes a new instance of the HttpBufferContent class with the specified buffer.</summary>
      <param name="content">The content used to initialize the HttpBufferContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpBufferContent.#ctor(Windows.Storage.Streams.IBuffer,System.UInt32,System.UInt32)">
      <summary>Initializes a new instance of the HttpBufferContent class with an offset and count of bytes from the specified buffer.</summary>
      <param name="content">The content used to initialize the HttpBufferContent.</param>
      <param name="offset">The offset in bytes from the beginning of the content buffer to initialize the HttpBufferContent.</param>
      <param name="count">The count of bytes in the content buffer to initialize the HttpBufferContent.</param>
    </member>
    <member name="T:Windows.Web.Http.HttpClient">
      <summary>Sends HTTP requests and receives HTTP responses from a resource identified by a URI.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.Close">
      <summary>Closes the HttpClient instance and releases allocated resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpClient.DefaultRequestHeaders">
      <summary>Gets a collection of headers that should be sent with each request.</summary>
      <returns>The headers that should be sent with each request.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.DeleteAsync(Windows.Foundation.Uri)">
      <summary>Send a DELETE request to the specified Uri as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri the request is sent to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.GetAsync(Windows.Foundation.Uri)">
      <summary>Send a GET request to the specified Uri as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri to which the request is to be sent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.GetAsync(Windows.Foundation.Uri,Windows.Web.Http.HttpCompletionOption)">
      <summary>Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri the request is sent to.</param>
      <param name="completionOption">An HTTP completion option value that indicates when the operation should be considered completed.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.GetBufferAsync(Windows.Foundation.Uri)">
      <summary>Send a GET request to the specified Uri and return the response body as a buffer in an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri the request is sent to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.GetInputStreamAsync(Windows.Foundation.Uri)">
      <summary>Send a GET request to the specified Uri and return the response body as a stream in an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri the request is sent to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.GetStringAsync(Windows.Foundation.Uri)">
      <summary>Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri the request is sent to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.PostAsync(Windows.Foundation.Uri,Windows.Web.Http.IHttpContent)">
      <summary>Send a POST request to the specified Uri as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri the request is sent to.</param>
      <param name="content">The HTTP request content to send to the server.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.PutAsync(Windows.Foundation.Uri,Windows.Web.Http.IHttpContent)">
      <summary>Send a PUT request to the specified Uri as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="uri">The Uri the request is sent to.</param>
      <param name="content">The HTTP request content to send to the server.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.SendRequestAsync(Windows.Web.Http.HttpRequestMessage)">
      <summary>Send an HTTP request as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="request">The HTTP request message to send.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.SendRequestAsync(Windows.Web.Http.HttpRequestMessage,Windows.Web.Http.HttpCompletionOption)">
      <summary>Send an HTTP request with an HTTP completion option as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="request">The HTTP request message to send.</param>
      <param name="completionOption">A value that indicates whether the HttpClient operation is considered completed when all of the response is read, or when just the headers are read.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.ToString">
      <summary>Returns a string that represents the current HttpClient object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.#ctor(Windows.Web.Http.Filters.IHttpFilter)">
      <summary>Initializes a new instance of the HttpClient class with a specific filter for handling HTTP response messages.</summary>
      <param name="filter">The HTTP filter to use for handling response messages.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpClient.#ctor">
      <summary>Initializes a new instance of the HttpClient class.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpCompletionOption">
      <summary>Indicates whether asynchronous HttpClient operations are considered completed when all of the response is read, or when just the headers are read.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpCompletionOption.ResponseContentRead">
      <summary>The operation should complete after reading the entire response including the content.This is the default value.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpCompletionOption.ResponseHeadersRead">
      <summary>The operation should complete as soon as a response is available and headers are read. The content is not read yet.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpCookie">
      <summary>Provides a set of properties and methods to manage an HTTP cookie.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpCookie.Domain">
      <summary>Get the domain for which the HttpCookie is valid.</summary>
      <returns>The domain for which the HttpCookie is valid.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpCookie.Expires">
      <summary>Get or set the expiration date and time for the HttpCookie.</summary>
      <returns>The expiration date and time for the HttpCookie.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpCookie.Name">
      <summary>Get the token that represents the HttpCookie name.</summary>
      <returns>The token that represents the HttpCookie name.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpCookie.HttpOnly">
      <summary>Get or set a value that controls whether a script or other active content can access this HttpCookie.</summary>
      <returns>Whether a script or other active content can access this HttpCookie.true if a script or other active content cannot access this HTTP cookie; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpCookie.Path">
      <summary>Get the URI path component to which the HttpCookie applies.</summary>
      <returns>The URI path component to which the HttpCookie applies.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpCookie.Secure">
      <summary>Get or set the security level for the HttpCookie.</summary>
      <returns>The security level for the HttpCookie.true if the client is only to return the cookie in subsequent requests if those requests use HTTPS; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpCookie.ToString">
      <summary>Returns a string that represents the current HttpCookie object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpCookie.Value">
      <summary>Get or set the value for the HttpCookie.</summary>
      <returns>The value for the HttpCookie.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpCookie.#ctor(System.String,System.String,System.String)">
      <summary>Initializes a new instance of the HttpCookie class with a specified name, domain, and path.</summary>
      <param name="name">The name for the HttpCookie</param>
      <param name="domain">The domain for which the HttpCookie is valid.</param>
      <param name="path">The URIs to which the HttpCookie applies.</param>
    </member>
    <member name="T:Windows.Web.Http.HttpCookieCollection">
      <summary>Provides a collection container for instances of the HttpCookie class.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpCookieCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieCollection.First">
      <summary>Retrieves an iterator to the first HttpCookie item in the HttpCookieCollection.</summary>
      <returns>An iterator to the first HttpCookie item in the HttpCookieCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpCookie at the specified index from the HttpCookieCollection.</summary>
      <returns>The HTTP cookie at the specified index from the HttpCookieCollection.</returns>
      <param name="index">The zero-based index of a specified item in the HttpCookieCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieCollection.GetMany(System.UInt32,Windows.Web.Http.HttpCookie[])">
      <summary>Retrieves the HttpCookie items that start at the specified index in the HttpCookieCollection.</summary>
      <returns>The number of HttpCookie items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpCookie items in the HttpCookieCollection.</param>
      <param name="items">The HttpCookie items that start at startIndex in the HttpCookieCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieCollection.IndexOf(Windows.Web.Http.HttpCookie,System.UInt32@)">
      <summary>Retrieves the index of an HttpCookie in the HttpCookieCollection.</summary>
      <returns>Indicates whether the item is found.true if the HttpCookie item is found; otherwise, false.</returns>
      <param name="value">The HttpCookie to find in the HttpCookieCollection.</param>
      <param name="index">The index of the HttpCookie in the HttpCookieCollection.If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="P:Windows.Web.Http.HttpCookieCollection.Item(System.Int32)">
      <summary>Gets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpCookieCollection.Size">
      <summary>Gets the number of cookies in the HttpCookieCollection.</summary>
      <returns>The number of cookies in the HttpCookieCollection.</returns>
    </member>
    <member name="T:Windows.Web.Http.HttpCookieManager">
      <summary>Add or delete an HttpCookie or view the cookies associated with an app.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieManager.DeleteCookie(Windows.Web.Http.HttpCookie)">
      <summary>Delete an HttpCookie from the cookies associated with an app.</summary>
      <param name="cookie">The HttpCookie to delete.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieManager.GetCookies(Windows.Foundation.Uri)">
      <summary>Gets an HttpCookieCollection that contains the HttpCookie instances that are associated with a specific URI.</summary>
      <returns>The HttpCookieCollection that contains the HttpCookie instances that are associated with a specific URI.</returns>
      <param name="uri">The URI of the HttpCookie instances desired.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieManager.SetCookie(Windows.Web.Http.HttpCookie)">
      <summary>Add or change an HttpCookie in the cookies associated with an app that is sent on future requests.</summary>
      <returns>true if the HttpCookie replaced an existing cookie; otherwise false.</returns>
      <param name="cookie">The HttpCookie to change or add.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpCookieManager.SetCookie(Windows.Web.Http.HttpCookie,System.Boolean)">
      <summary>Add or change an HttpCookie in the cookies associated with an app.</summary>
      <returns>true if the HttpCookie replaced an existing cookie; otherwise false.</returns>
      <param name="cookie">The HttpCookie to change or add.</param>
      <param name="thirdParty">A value that indicates whether the HttpCookie is a third party HTTP cookie.</param>
    </member>
    <member name="T:Windows.Web.Http.HttpFormUrlEncodedContent">
      <summary>Provides HTTP content that uses name/value data encoded with the application/x-www-form-urlencoded MIME type.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.BufferAllAsync">
      <summary>Serialize the HttpFormUrlEncodedContent into memory as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.Close">
      <summary>Closes the HttpFormUrlEncodedContent instance and releases allocated resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpFormUrlEncodedContent.Headers">
      <summary>Get a collection of content headers set on the HttpFormUrlEncodedContent.</summary>
      <returns>A collection of content headers set on the HttpFormUrlEncodedContent.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.ReadAsBufferAsync">
      <summary>Serialize the HttpFormUrlEncodedContent to a buffer as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.ReadAsInputStreamAsync">
      <summary>Serialize the HttpFormUrlEncodedContent and return an input stream that represents the content as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.ReadAsStringAsync">
      <summary>Serialize the HttpFormUrlEncodedContent to a String as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.ToString">
      <summary>Returns a string that represents the current HttpFormUrlEncodedContent object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.TryComputeLength(System.UInt64@)">
      <summary>Computes the HttpFormUrlEncodedContent length in bytes.</summary>
      <returns>true if length is a valid length; otherwise, false.</returns>
      <param name="length">The length in bytes of the HttpFormUrlEncodedContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.WriteToStreamAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Write the HttpFormUrlEncodedContent to an output stream as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
      <param name="outputStream">The output stream to write to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpFormUrlEncodedContent.#ctor(Windows.Foundation.Collections.IIterable`1)">
      <summary>Initializes a new instance of the HttpFormUrlEncodedContent class with the specified content.</summary>
      <param name="content">The content used to initialize the HttpFormUrlEncodedContent.</param>
    </member>
    <member name="T:Windows.Web.Http.HttpMethod">
      <summary>Retrieves standard HTTP methods such as GET and POST and creates new HTTP methods.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Delete">
      <summary>Gets the HTTP DELETE method.</summary>
      <returns>The HTTP DELETE method.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Get">
      <summary>Gets the HTTP GET method.</summary>
      <returns>The HTTP GET method.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Head">
      <summary>Gets the HTTP HEAD method.</summary>
      <returns>The HTTP HEAD method.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Method">
      <summary>Gets the HTTP method.</summary>
      <returns>An HTTP method represented as a String.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Options">
      <summary>Gets the HTTP OPTIONS method.</summary>
      <returns>The HTTP OPTIONS method.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Patch">
      <summary>Gets the HTTP PATCH method,</summary>
      <returns>The HTTP PATCH method.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Post">
      <summary>Gets the HTTP POST method.</summary>
      <returns>The HTTP POST method.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMethod.Put">
      <summary>Gets the HTTP PUT method.</summary>
      <returns>The HTTP PUT method.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMethod.ToString">
      <summary>Returns a string that represents the current HttpMethod object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMethod.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpMethod class with a specific HTTP method.</summary>
      <param name="method">The HTTP method.</param>
    </member>
    <member name="T:Windows.Web.Http.HttpMultipartContent">
      <summary>Provides HTTP content that uses the multipart/* MIME type.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.Add(Windows.Web.Http.IHttpContent)">
      <summary>Add HTTP content to the HttpMultipartContent instance.</summary>
      <param name="content">The HTTP content to add to HttpMultipartContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.BufferAllAsync">
      <summary>Serialize the HttpMultipartContent into memory as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.Close">
      <summary>Closes the HttpMultipartContent instance and releases allocated resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.First">
      <summary>Gets an object that can be used to enumerate the contents in the HttpMultipartContent object.</summary>
      <returns>An object that can be used to enumerate the contents in the HttpMultipartContent object.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMultipartContent.Headers">
      <summary>Get a collection of content headers set on the HttpMultipartContent.</summary>
      <returns>A collection of content headers set on the HttpMultipartContent.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.ReadAsBufferAsync">
      <summary>Serialize the HttpMultipartContent to a buffer as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.ReadAsInputStreamAsync">
      <summary>Serialize the HttpMultipartContent and return an input stream that represents the content as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.ReadAsStringAsync">
      <summary>Serialize the HttpMultipartContent to a String as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.ToString">
      <summary>Returns a string that represents the current HttpMultipartContent object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.TryComputeLength(System.UInt64@)">
      <summary>Determines whether the HttpMultipartContent has a valid length in bytes.</summary>
      <returns>true if length is a valid length; otherwise, false.</returns>
      <param name="length">The length in bytes of the HttpMultipartContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.WriteToStreamAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Write the HttpMultipartContent to an output stream as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
      <param name="outputStream">The output stream to write to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpMultipartContent class with the specified MIME subtype.</summary>
      <param name="subtype">The MIME subtype of the multipart content.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpMultipartContent class with the specified MIME subtype and boundary string.</summary>
      <param name="subtype">The MIME subtype of the multipart content.</param>
      <param name="boundary">The boundary string for the multipart content.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartContent.#ctor">
      <summary>Initializes a new instance of the HttpMultipartContent class.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpMultipartFormDataContent">
      <summary>Provides HTTP content that uses the multipart/form-data MIME type.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.Add(Windows.Web.Http.IHttpContent)">
      <summary>Add HTTP content to the HttpMultipartFormDataContent instance.</summary>
      <param name="content">The HTTP content to add to HttpMultipartFormDataContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.Add(Windows.Web.Http.IHttpContent,System.String)">
      <summary>Add HTTP content with a specified name to the HttpMultipartFormDataContent instance.</summary>
      <param name="content">The HTTP content to add to HttpMultipartFormDataContent.</param>
      <param name="name">The name for the HTTP content to add to HttpMultipartFormDataContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.Add(Windows.Web.Http.IHttpContent,System.String,System.String)">
      <summary>Add HTTP content with a specified name from a file to the HttpMultipartFormDataContent instance.</summary>
      <param name="content">The HTTP content to add to HttpMultipartFormDataContent.</param>
      <param name="name">The name for the HTTP content to add to HttpMultipartFormDataContent.</param>
      <param name="fileName">The file name for the HTTP content to add to HttpMultipartFormDataContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.BufferAllAsync">
      <summary>Serialize the HttpMultipartFormDataContent into memory as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.Close">
      <summary>Closes the HttpMultipartFormDataContent instance and releases allocated resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.First">
      <summary>Gets an object that can be used to enumerate the contents in the HttpMultipartFormDataContent object.</summary>
      <returns>An object that can be used to enumerate the contents in the HttpMultipartFormDataContent object.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpMultipartFormDataContent.Headers">
      <summary>Get a collection of content headers set on the HttpMultipartFormDataContent.</summary>
      <returns>A collection of content headers set on the HttpMultipartFormDataContent.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.ReadAsBufferAsync">
      <summary>Serialize the HttpMultipartFormDataContent to a buffer as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.ReadAsInputStreamAsync">
      <summary>Serialize the HttpMultipartFormDataContent and return an input stream that represents the content as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.ReadAsStringAsync">
      <summary>Serialize the HttpMultipartFormDataContent to a String as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.ToString">
      <summary>Returns a string that represents the current HttpMultipartFormDataContent object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.TryComputeLength(System.UInt64@)">
      <summary>Determines whether the HttpMultipartFormDataContent has a valid length in bytes.</summary>
      <returns>true if length is a valid length; otherwise, false.</returns>
      <param name="length">The length in bytes of the HttpMultipartFormDataContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.WriteToStreamAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Write the HttpMultipartFormDataContent to an output stream as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
      <param name="outputStream">The output stream to write to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpMultipartFormDataContent class with the specified boundary string.</summary>
      <param name="boundary">The boundary string for the multipart content.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpMultipartFormDataContent.#ctor">
      <summary>Initializes a new instance of the HttpMultipartFormDataContent class.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpProgress">
      <summary>Contains status information on the progress of an HttpClient operation.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgress.Stage">
      <summary>The step in the progress of an HTTP connection.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgress.BytesSent">
      <summary>The total number of bytes sent. This value includes bytes sent as request headers. If the operation was restarted, this value may be smaller than in the previous progress report.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgress.TotalBytesToSend">
      <summary>The total number of data bytes to send.If the number is unknown, this value is 0.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgress.BytesReceived">
      <summary>The total number of bytes received. This value includes bytes received as response headers. If the operation was restarted, this value may be smaller than in the previous progress report.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgress.TotalBytesToReceive">
      <summary>The total number of data bytes to receive.If the number is unknown, this value is 0.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgress.Retries">
      <summary>The number of retries.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpProgressStage">
      <summary>Indicates the step in the progress for an HTTP connection.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.None">
      <summary>A default value that should not be encountered.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.DetectingProxy">
      <summary>The system starts to detect a proxy. This step may not occur depending on the system configuration.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.ResolvingName">
      <summary>The system is resolving the hostname for the HTTP connection.This step may not occur if the hostname doesn't need to be resolved.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.ConnectingToServer">
      <summary>The socket used for the HTTP connection is connecting to the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.NegotiatingSsl">
      <summary>The HTTP connection to the server is negotiating SSL.If the SSL negotiation fails, then this will be the last step that occurs on the HTTP connection.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.SendingHeaders">
      <summary>HTTP headers are being sent to the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.SendingContent">
      <summary>HTTP content is being sent to the server. This step may not occur if there is no content to send.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.WaitingForResponse">
      <summary>The HTTP client is waiting for a response from the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.ReceivingHeaders">
      <summary>The HTTP client is receiving headers from the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpProgressStage.ReceivingContent">
      <summary>The HTTP client is receiving content from the server.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpRequestMessage">
      <summary>Represents an HTTP request message including headers.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpRequestMessage.Close">
      <summary>Closes the HttpRequestMessage instance and releases allocated resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpRequestMessage.Content">
      <summary>Gets or sets the HTTP content to send to the server on the HttpRequestMessage object.</summary>
      <returns>The HTTP content to send to the server on the HttpRequestMessage object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpRequestMessage.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpRequestMessage.Headers">
      <summary>Gets the collection of the HTTP request headers associated with the HttpRequestMessage.</summary>
      <returns>The collection of HTTP request headers associated with the HttpRequestMessage.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpRequestMessage.Method">
      <summary>Gets or sets the HTTP method to be performed on the request URI.</summary>
      <returns>The HTTP method to be performed on the request URI.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpRequestMessage.Properties">
      <summary>Gets a set of properties on the HttpRequestMessage instance that are for use by the developer.</summary>
      <returns>A set of properties on the HttpRequestMessage instance that are for use by the developer.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpRequestMessage.RequestUri">
      <summary>Gets or sets the Uri used for the HttpRequestMessage object.</summary>
      <returns>The Uri used for the HTTP request.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpRequestMessage.ToString">
      <summary>Returns a string that represents the current HttpRequestMessage object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpRequestMessage.TransportInformation">
      <summary>Get information about the underlying transport socket used by an HTTP connection.</summary>
      <returns>Information about the underlying transport socket used by an HTTP connection.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpRequestMessage.#ctor(Windows.Web.Http.HttpMethod,Windows.Foundation.Uri)">
      <summary>Initializes a new instance of the HttpRequestMessage class with an HTTP method and a request Uri.</summary>
      <param name="method">The HTTP method to perform</param>
      <param name="uri">The Uri to request.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpRequestMessage.#ctor">
      <summary>Initializes a new instance of the HttpRequestMessage class.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpResponseMessage">
      <summary>Represents an HTTP response message including headers, the status code, and data.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpResponseMessage.Close">
      <summary>Closes the HttpResponseMessage instance and releases allocated resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.Content">
      <summary>Gets or sets the content of the HTTP response message on the HttpResponseMessage object.</summary>
      <returns>The content of the HTTP response message on the HttpResponseMessage object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpResponseMessage.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpResponseMessage.EnsureSuccessStatusCode">
      <summary>Throws an exception if the IsSuccessStatusCode property for the HTTP response is false.</summary>
      <returns>The HTTP response if the request was successful.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.Headers">
      <summary>Gets the collection of HTTP response headers associated with the HttpResponseMessage that were sent by the server.</summary>
      <returns>The collection of HTTP response headers.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.IsSuccessStatusCode">
      <summary>Gets a value that indicates whether the HTTP response was successful.</summary>
      <returns>A value that indicates if the HTTP response was successful. true if HttpStatusCode was in the Successful range (200-299); otherwise false.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.ReasonPhrase">
      <summary>Gets or sets the reason phrase which typically is sent by servers together with the status code.</summary>
      <returns>The reason phrase sent by the server.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.RequestMessage">
      <summary>Gets or sets the request message which led to this response message.</summary>
      <returns>The request message which led to this response message.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.Source">
      <summary>Gets the source of the data received in the HttpResponseMessage.</summary>
      <returns>The source of the data received in the HttpResponseMessage.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.StatusCode">
      <summary>Gets or sets the status code of the HTTP response.</summary>
      <returns>The status code of the HTTP response.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpResponseMessage.ToString">
      <summary>Returns a string that represents the current HttpResponseMessage object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpResponseMessage.Version">
      <summary>Gets or sets the HTTP protocol version used on the HttpResponseMessage object.</summary>
      <returns>The HTTP protocol version. The default is 1.1.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpResponseMessage.#ctor(Windows.Web.Http.HttpStatusCode)">
      <summary>Initializes a new instance of the HttpResponseMessage class with a specific HttpStatusCode.</summary>
      <param name="statusCode">The status code of the HTTP response.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpResponseMessage.#ctor">
      <summary>Initializes a new instance of the HttpResponseMessage class.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpResponseMessageSource">
      <summary>Indicates the source of the data received in the HttpResponseMessage.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpResponseMessageSource.None">
      <summary>A default value that should not be returned under normal circumstances.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpResponseMessageSource.Cache">
      <summary>The data was from the local cache.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpResponseMessageSource.Network">
      <summary>The data was received over the network.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpStatusCode">
      <summary>Contains the values of status codes defined for HTTP in the response to an HTTP request.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.None">
      <summary>The client request was successful.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Continue">
      <summary>The client should continue with its request.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.SwitchingProtocols">
      <summary>The HTTP protocol version or protocol is being changed.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Processing">
      <summary>The server has received a Web Distributed Authoring and Versioning (WebDAV) request and is processing the request.This status code is an HTTP extension used with WebDAV. It can only be returned if the client HTTP request included the DAV header in the request. This status code is documented in IETF RFC 2518.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Ok">
      <summary>The request succeeded and that the requested information is in the response. This is the most common status code to receive.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Created">
      <summary>The request resulted in a new resource created before the response was sent.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Accepted">
      <summary>The request has been accepted for further processing.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NonAuthoritativeInformation">
      <summary>The returned meta-information is from a cached copy instead of the origin server and therefore may be incorrect.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NoContent">
      <summary>The request has been successfully processed and that the response is intentionally blank.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.ResetContent">
      <summary>The client should reset (not reload) the current resource.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.PartialContent">
      <summary>The response is a partial response as requested by a GET request that includes a byte range.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.MultiStatus">
      <summary>The response provides status for multiple independent operations. Specific error messages appear in the body of the multi- status response. This status code is an HTTP extension used with Web Distributed Authoring and Versioning (WebDAV). This status code is documented in IETF RFC 4918.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.AlreadyReported">
      <summary>Some of the results of the requested operation were already reported.This status code is an HTTP extension used with Web Distributed Authoring and Versioning (WebDAV). It can only be returned if the client HTTP request included the DAV header in the request. This status code is documented in IETF RFC 5842.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.IMUsed">
      <summary>The server has fulfilled a GET request for the resource and the response is the result of one or more actions applied to the current instance. This status code is documented in IETF RFC 3229.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.MultipleChoices">
      <summary>The requested information has multiple representations. The default action is to treat this status as a redirect and follow the contents of the Location header associated with this response.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.MovedPermanently">
      <summary>The requested information has been moved to the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Found">
      <summary>The requested information is located at the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will use the GET method.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.SeeOther">
      <summary>Automatically redirects the client to the URI specified in the Location header as the result of a POST. The request to the resource specified by the Location header will be made with the GET method.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NotModified">
      <summary>The client's cached copy is up to date. The contents of the resource are not transferred.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.UseProxy">
      <summary>The request should use the proxy server at the URI specified in the Location header.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.TemporaryRedirect">
      <summary>The request information is located at the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will also use the POST method.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.PermanentRedirect">
      <summary>The target resource has been assigned a new permanent URI and any future references to this resource should use one of the returned URIs specified in the Location header. This status code is documented in IETF draft draft-reschke-http-status-308.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.BadRequest">
      <summary>The request could not be understood by the server. This status code is sent when no other error is applicable, or if the exact error is unknown or does not have its own error code.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Unauthorized">
      <summary>The requested resource requires authentication. The WWW-Authenticate header contains the details of how to perform the authentication.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.PaymentRequired">
      <summary>This code is reserved for future use.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Forbidden">
      <summary>The server refuses to fulfill the request.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NotFound">
      <summary>The requested resource does not exist on the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.MethodNotAllowed">
      <summary>The HTTP method in the request is not allowed on the requested resource.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NotAcceptable">
      <summary>The client has indicated with Accept headers that it will not accept any of the available representations of the resource.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.ProxyAuthenticationRequired">
      <summary>The requested proxy requires authentication. The Proxy-Authenticate header contains the details of how to perform the authentication.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.RequestTimeout">
      <summary>The client did not send a request within the time the server was expecting the request.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Conflict">
      <summary>The request could not be carried out because of a conflict on the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Gone">
      <summary>The requested resource is no longer available.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.LengthRequired">
      <summary>The required Content-Length header is missing.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.PreconditionFailed">
      <summary>A condition set for this request failed, and the request cannot be carried out. Conditions are set with conditional request headers like If-Match, If-None-Match, or If-Unmodified-Since.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.RequestEntityTooLarge">
      <summary>The request is too large for the server to process.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.RequestUriTooLong">
      <summary>The URI is too long.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.UnsupportedMediaType">
      <summary>The request is an unsupported type.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.RequestedRangeNotSatisfiable">
      <summary>The range of data requested from the resource cannot be returned, either because the beginning of the range is before the beginning of the resource, or the end of the range is after the end of the resource.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.ExpectationFailed">
      <summary>An expectation given in an Expect header could not be met by the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.UnprocessableEntity">
      <summary>The server understands the content type of the request entity and the syntax of the request entity is correct, but the server was unable to process the contained instructions. This status code is an HTTP extension used with Web Distributed Authoring and Versioning (WebDAV). This status code is documented in IETF RFC 4918.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.Locked">
      <summary>The source or destination resource of a method is locked. This response should contain an appropriate precondition or post-condition code.This status code is an HTTP extension used with Web Distributed Authoring and Versioning (WebDAV). This status code is documented in IETF RFC 4918.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.FailedDependency">
      <summary>The method could not be performed on the resource because the requested action depended on another action and that action failed.This status code is an HTTP extension used with Web Distributed Authoring and Versioning (WebDAV). This status code is documented in IETF RFC 4918.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.UpgradeRequired">
      <summary>The client should switch to a different protocol such as TLS/1.0.This status code is documented in IETF RFC 2917.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.PreconditionRequired">
      <summary>The origin server requires the request to be conditional. This status code is documented in IETF RFC 6585.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.TooManyRequests">
      <summary>The user has sent too many requests in a given amount of time. The response should include details explaining the condition, and may include a Retry-After header indicating how long to wait before making a new request. This status code is documented in IETF RFC 6585.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.InternalServerError">
      <summary>A generic error has occurred on the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NotImplemented">
      <summary>The server does not support the requested function.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.BadGateway">
      <summary>An intermediate proxy server received a bad response from another proxy or the origin server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.ServiceUnavailable">
      <summary>The server is temporarily unavailable, usually due to high load or maintenance.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.GatewayTimeout">
      <summary>An intermediate proxy server timed out while waiting for a response from another proxy or the origin server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.HttpVersionNotSupported">
      <summary>The requested HTTP version is not supported by the server.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.VariantAlsoNegotiates">
      <summary>The server has an internal configuration error. The chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process. This status code is documented in IETF RFC 2295.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.InsufficientStorage">
      <summary>The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request. This condition is considered to be temporary. This status code is an HTTP extension used with Web Distributed Authoring and Versioning (WebDAV). This status code is documented in IETF RFC 4918.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.LoopDetected">
      <summary>The server terminated an operation because it encountered an infinite loop while processing a request. This status indicates that the entire operation failed. This status code is an HTTP extension used with Web Distributed Authoring and Versioning (WebDAV). It can only be returned if the client HTTP request included the DAV header in the request. This status code is documented in IETF RFC 5842.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NotExtended">
      <summary>The policy for accessing the resource has not been met in the request.This status code is documented in IETF RFC 2774.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpStatusCode.NetworkAuthenticationRequired">
      <summary>The server indicates that the client needs to authenticate to gain network access.
The response should contain a link to a resource that allows the user to submit credentials. This status code is documented in IETF RFC 6585.</summary>
    </member>
    <member name="T:Windows.Web.Http.HttpStreamContent">
      <summary>Provides HTTP content that uses a stream.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.BufferAllAsync">
      <summary>Serialize the HttpStreamContent into memory as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.Close">
      <summary>Closes the HttpStreamContent instance and releases allocated resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpStreamContent.Headers">
      <summary>Get a collection of content headers set on the HttpStreamContent.</summary>
      <returns>A collection of content headers set on the HttpStreamContent.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.ReadAsBufferAsync">
      <summary>Serialize the HttpStreamContent to a buffer as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.ReadAsInputStreamAsync">
      <summary>Serialize the HttpStreamContent and return an input stream that represents the content as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.ReadAsStringAsync">
      <summary>Serialize the HttpStreamContent to a String as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.ToString">
      <summary>Returns a string that represents the current HttpStreamContent object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.TryComputeLength(System.UInt64@)">
      <summary>Determines whether the HttpStreamContent has a valid length in bytes.</summary>
      <returns>true if length is a valid length; otherwise, false.</returns>
      <param name="length">The length in bytes of the HttpStreamContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.WriteToStreamAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Write the HttpStreamContent to an output stream as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
      <param name="outputStream">The output stream to write to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpStreamContent.#ctor(Windows.Storage.Streams.IInputStream)">
      <summary>Initializes a new instance of the HttpStreamContent class with the specified content.</summary>
      <param name="content">The content used to initialize the HttpStreamContent.</param>
    </member>
    <member name="T:Windows.Web.Http.HttpStringContent">
      <summary>Provides HTTP content that uses a string.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.Close">
      <summary>Closes the HttpStringContent instance and releases allocated resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.BufferAllAsync">
      <summary>Serialize the HttpStringContent into memory as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpStringContent.Headers">
      <summary>Get a collection of content headers set on the HttpStringContent.</summary>
      <returns>A collection of content headers set on the HttpStringContent.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.ReadAsBufferAsync">
      <summary>Serialize the HttpStringContent to a buffer as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.ReadAsInputStreamAsync">
      <summary>Serialize the HttpStringContent and return an input stream that represents the content as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.ReadAsStringAsync">
      <summary>Serialize the HttpStringContent to a String as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.ToString">
      <summary>Returns a string that represents the current HttpStringContent object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.TryComputeLength(System.UInt64@)">
      <summary>Compute the HttpStringContent length in bytes.</summary>
      <returns>true if length is a valid length; otherwise, false.
The return value should never be false.</returns>
      <param name="length">The length in bytes of the HttpStringContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.WriteToStreamAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Write the HttpStringContent to an output stream as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
      <param name="outputStream">The output stream to write to.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpStringContent class with the specified content.</summary>
      <param name="content">The content used to initialize the HttpStringContent.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.#ctor(System.String,Windows.Storage.Streams.UnicodeEncoding)">
      <summary>Initializes a new instance of the HttpStringContent class with the specified content and encoding.</summary>
      <param name="content">The content used to initialize the HttpStringContent.</param>
      <param name="encoding">The encoding to use for the content.</param>
    </member>
    <member name="M:Windows.Web.Http.HttpStringContent.#ctor(System.String,Windows.Storage.Streams.UnicodeEncoding,System.String)">
      <summary>Initializes a new instance of the HttpStringContent class with the specified content, encoding, and media type.</summary>
      <param name="content">The content used to initialize the HttpStringContent.</param>
      <param name="encoding">The encoding to use for the content.</param>
      <param name="mediaType">The media type to use for the content.</param>
    </member>
    <member name="T:Windows.Web.Http.HttpTransportInformation">
      <summary>Provides information about the underlying transport used by the HTTP connection.</summary>
    </member>
    <member name="P:Windows.Web.Http.HttpTransportInformation.ServerCertificate">
      <summary>Gets the certificate from the server with the SSL information.</summary>
      <returns>The certificate from the server with the SSL information.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpTransportInformation.ServerCertificateErrorSeverity">
      <summary>Gets the category of an error on an SSL connection.</summary>
      <returns>The category of error on an SSL connection.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpTransportInformation.ServerCertificateErrors">
      <summary>Gets the list of errors that occurred making an SSL connection.</summary>
      <returns>The list of errors that occurred making an SSL connection.</returns>
    </member>
    <member name="P:Windows.Web.Http.HttpTransportInformation.ServerIntermediateCertificates">
      <summary>Gets the intermediate certificates sent by the server during SSL negotiation on this HttpTransportInformation object.</summary>
      <returns>The set of certificates sent by the server during SSL negotiation on this HttpTransportInformation object.</returns>
    </member>
    <member name="M:Windows.Web.Http.HttpTransportInformation.ToString">
      <summary>Returns a string that represents the current HttpTransportInformation object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="T:Windows.Web.Http.HttpVersion">
      <summary>Represents the HTTP protocol version.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpVersion.None">
      <summary>This value may be returned by third party filters.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpVersion.Http10">
      <summary>HTTP 1.0.</summary>
    </member>
    <member name="F:Windows.Web.Http.HttpVersion.Http11">
      <summary>HTTP 1.1.</summary>
    </member>
    <member name="T:Windows.Web.Http.IHttpContent">
      <summary>Provides a base interface for an HTTP entity body and content headers.</summary>
    </member>
    <member name="M:Windows.Web.Http.IHttpContent.BufferAllAsync">
      <summary>Serialize the HTTP content into memory as an asynchronous operation.</summary>
      <returns>The object that represents the asynchronous operation.</returns>
    </member>
    <member name="P:Windows.Web.Http.IHttpContent.Headers">
      <summary>Get a collection of content headers set on the IHttpContent.</summary>
      <returns>A collection of content headers set on the IHttpContent.</returns>
    </member>
    <member name="M:Windows.Web.Http.IHttpContent.ReadAsBufferAsync">
      <summary>Serialize the HTTP content to a buffer as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.IHttpContent.ReadAsInputStreamAsync">
      <summary>Serialize the HTTP content and return an input stream that represents the content as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.IHttpContent.ReadAsStringAsync">
      <summary>Serialize the HTTP content to a String as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
    </member>
    <member name="M:Windows.Web.Http.IHttpContent.TryComputeLength(System.UInt64@)">
      <summary>Determines whether the HTTP content has a valid length in bytes.</summary>
      <returns>true if length is a valid length; otherwise, false.</returns>
      <param name="length">The length in bytes of the HTTP content.</param>
    </member>
    <member name="M:Windows.Web.Http.IHttpContent.WriteToStreamAsync(Windows.Storage.Streams.IOutputStream)">
      <summary>Write the HTTP content to an output stream as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="outputStream">The output stream to write to.</param>
    </member>
    <member name="N:Windows.Web.Http.Filters">
      <summary>Provides classes to send HTTP requests and an interface to create filters to target HTTP and REST services in Windows Store app.</summary>
    </member>
    <member name="T:Windows.Web.Http.Filters.HttpBaseProtocolFilter">
      <summary>The base protocol filter for an HttpClient instance.</summary>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.AllowAutoRedirect">
      <summary>Get or set a value that indicates whether the HttpBaseProtocolFilter should follow redirection responses.</summary>
      <returns>A value that indicates whether the HttpBaseProtocolFilter should follow redirection responses.This value is true if the if HttpBaseProtocolFilter should follow redirection responses; otherwise false. The default value is true.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.AllowUI">
      <summary>Get or set a value that indicates whether the HttpBaseProtocolFilter can prompt for user credentials when requested by the server.</summary>
      <returns>A value that indicates whether HttpBaseProtocolFilter can prompt for user credentials when requested by the server.This value is true if HttpBaseProtocolFilter can prompt for user credentials when requested; otherwise false. The default value is true.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.AutomaticDecompression">
      <summary>Gets or sets a value that indicates whether the HttpBaseProtocolFilter can automatically decompress the HTTP content response.</summary>
      <returns>A value that indicates whether HttpBaseProtocolFilter can automatically decompress the HTTP content response. This value is true if the if HttpBaseProtocolFilter can automatically decompress the HTTP content response; otherwise false. The default value is true.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.CacheControl">
      <summary>Get or set the read and write cache control behavior to be used on the HttpBaseProtocolFilter object.</summary>
      <returns>The cache control behavior to be used on the HttpBaseProtocolFilter object.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.ClientCertificate">
      <summary>Get or set the client SSL certificate that will be sent to the server if the server requests a client certificate.</summary>
      <returns>The client SSl certificate.</returns>
    </member>
    <member name="M:Windows.Web.Http.Filters.HttpBaseProtocolFilter.Close">
      <summary>Closes the HttpBaseProtocolFilter instance and releases allocated resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.CookieManager">
      <summary>Get the HttpCookieManager with the cookies associated with an app.</summary>
      <returns>The HttpCookieManager object that contains the cookies associated with an app.</returns>
    </member>
    <member name="M:Windows.Web.Http.Filters.HttpBaseProtocolFilter.Dispose">
      <summary>Performs tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.IgnorableServerCertificateErrors">
      <summary>Get a vector of SSL server certificate errors that the app might subsequently choose to ignore.</summary>
      <returns>A vector of SSL server certificate errors that the app might subsequently choose to ignore.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.MaxConnectionsPerServer">
      <summary>Get or set the maximum number of TCP connections allowed per HTTP server by the HttpBaseProtocolFilter object.</summary>
      <returns>The maximum number of connections allowed per HTTP server.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.ProxyCredential">
      <summary>Get or set the credentials to be used to negotiate with an HTTP proxy.</summary>
      <returns>The credentials to be used to negotiate with an HTTP proxy.</returns>
    </member>
    <member name="M:Windows.Web.Http.Filters.HttpBaseProtocolFilter.SendRequestAsync(Windows.Web.Http.HttpRequestMessage)">
      <summary>Send an HTTP request using the HttpBaseProtocolFilter as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="request">The HTTP request message to send.</param>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.ServerCredential">
      <summary>Get or set the credentials to be used to authenticate with an HTTP server.</summary>
      <returns>The credentials to be used to authenticate with an HTTP server.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpBaseProtocolFilter.UseProxy">
      <summary>Get or set a value that indicates whether the HttpBaseProtocolFilter can use a proxy for sending HTTP requests.</summary>
      <returns>A value that indicates whether HttpBaseProtocolFilter can use a proxy to send HTTP requests.This value is true if HttpBaseProtocolFilter can use a proxy to send requests; otherwise false. The default value is true to allow proxies to be used.</returns>
    </member>
    <member name="M:Windows.Web.Http.Filters.HttpBaseProtocolFilter.#ctor">
      <summary>Initializes a new instance of the HttpBaseProtocolFilter class.</summary>
    </member>
    <member name="T:Windows.Web.Http.Filters.HttpCacheControl">
      <summary>Provides control of the local HTTP cache for responses to HTTP requests by methods in the Windows.Web.Http and Windows.Web.Http.Filters namespaces.</summary>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpCacheControl.ReadBehavior">
      <summary>Get or set the read behavior to use for cache control on the HttpCacheControl object.</summary>
      <returns>The read behavior to use for cache control.</returns>
    </member>
    <member name="P:Windows.Web.Http.Filters.HttpCacheControl.WriteBehavior">
      <summary>Get or set the write behavior to use for cache control on the HttpCacheControl object.</summary>
      <returns>The read behavior to use for cache control.</returns>
    </member>
    <member name="T:Windows.Web.Http.Filters.HttpCacheReadBehavior">
      <summary>Indicates if read requests by class methods in the Windows.Web.Http and Windows.Web.Http.Filters namespaces use the local HTTP cache for the response.</summary>
    </member>
    <member name="F:Windows.Web.Http.Filters.HttpCacheReadBehavior.Default">
      <summary>Always use the cache algorithm specified in RFC 2616 by the IETF to optimize network bandwidth.</summary>
    </member>
    <member name="F:Windows.Web.Http.Filters.HttpCacheReadBehavior.MostRecent">
      <summary>Use the local HTTP cache if possible but always ask the server if more recent content is available. The server returns an HTTP status code of 200 (OK) or 304 (Not Modified) when the local content is the most recent.</summary>
    </member>
    <member name="F:Windows.Web.Http.Filters.HttpCacheReadBehavior.OnlyFromCache">
      <summary>Only use data from the local HTTP cache. This is the offline behavior.</summary>
    </member>
    <member name="T:Windows.Web.Http.Filters.HttpCacheWriteBehavior">
      <summary>Indicates if content returned by requests used by class methods in the Windows.Web.Http and Windows.Web.Http.Filters namespaces is written to the local HTTP cache.</summary>
    </member>
    <member name="F:Windows.Web.Http.Filters.HttpCacheWriteBehavior.Default">
      <summary>Use the default behavior of WinInet. This usually results in writing the response to the local HTTP cache.</summary>
    </member>
    <member name="F:Windows.Web.Http.Filters.HttpCacheWriteBehavior.NoCache">
      <summary>Never write the response to the local HTTP cache.</summary>
    </member>
    <member name="T:Windows.Web.Http.Filters.IHttpFilter">
      <summary>An interface used to implement custom filters for an HttpClient instance.</summary>
    </member>
    <member name="M:Windows.Web.Http.Filters.IHttpFilter.SendRequestAsync(Windows.Web.Http.HttpRequestMessage)">
      <summary>Send an HTTP request on the IHttpFilter instance as an asynchronous operation.</summary>
      <returns>The object representing the asynchronous operation.</returns>
      <param name="request">The HTTP request message to send.</param>
    </member>
    <member name="N:Windows.Web.Http.Headers">
      <summary>Provides support for HTTP headers used by the Windows.Web.Http namespace for Windows Store app that target HTTP services.</summary>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection">
      <summary>Represents the value of the Cache-Control HTTP header on HTTP content associated with an HTTP request or response.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Adds a new HttpNameValueHeaderValue item to the end of the collection.</summary>
      <param name="value">The HttpNameValueHeaderValue object to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpNameValueHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpNameValueHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpNameValueHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpNameValueHeaderValue items in the collection. The iterator points to the first HttpNameValueHeaderValue item in the HttpCacheDirectiveHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpNameValueHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpNameValueHeaderValue at the specified index in the HttpCacheDirectiveHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the HttpCacheDirectiveHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpNameValueHeaderValue[])">
      <summary>Retrieves the HttpNameValueHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of HttpNameValueHeaderValue items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpNameValueHeaderValue items in the HttpCacheDirectiveHeaderValueCollection.</param>
      <param name="items">An array of HttpNameValueHeaderValue items that start at startIndex in the HttpCacheDirectiveHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpCacheDirectiveHeaderValueCollection.</summary>
      <returns>The view of the HttpCacheDirectiveHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpNameValueHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpNameValueHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpNameValueHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpNameValueHeaderValue to find in the HttpCacheDirectiveHeaderValueCollection.</param>
      <param name="index">The index of the HttpNameValueHeaderValue in the HttpCacheDirectiveHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Inserts an HttpNameValueHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.MaxAge">
      <summary>Gets or sets the value of the max-age directive in the Cache-Control HTTP header.</summary>
      <returns>The value of the max-age directive in the Cache-Control HTTP header.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.MaxStale">
      <summary>Gets or sets the value of the max-stale directive in the Cache-Control HTTP header.</summary>
      <returns>the value of the max-stale directive in the Cache-Control HTTP header.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.MinFresh">
      <summary>Gets or sets the value of the min-fresh directive in the Cache-Control HTTP header.</summary>
      <returns>The value of the min-fresh directive in the Cache-Control HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpCacheDirectiveHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpCacheDirectiveHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpNameValueHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpNameValueHeaderValue[])">
      <summary>Replaces all the HttpNameValueHeaderValue items in the collection with the specified HttpNameValueHeaderValue items.</summary>
      <param name="items">The collection of HttpNameValueHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpNameValueHeaderValue)">
      <summary>Sets the HttpNameValueHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpNameValueHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.SharedMaxAge">
      <summary>Gets or sets the value of the s-maxage directive in the Cache-Control HTTP header.</summary>
      <returns>The value of the s-maxage directive in the Cache-Control HTTP header.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.Size">
      <summary>Gets the number of HttpNameValueHeaderValue objects in the collection.</summary>
      <returns>The number of HttpNameValueHeaderValue objects in the HttpCacheDirectiveHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpCacheDirectiveHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpCacheDirectiveHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpChallengeHeaderValue">
      <summary>Represents authentication information used in the Proxy-Authenticate and WWW-Authenticate HTTP header values.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpChallengeHeaderValue.Parameters">
      <summary>Gets the credentials that contain the authentication information of the user agent for the resource being requested.</summary>
      <returns>The credentials that contain the authentication information.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpChallengeHeaderValue instance.</summary>
      <returns>An HttpChallengeHeaderValue instance.</returns>
      <param name="input">A string that represents authentication header value information.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpChallengeHeaderValue.Scheme">
      <summary>Gets the scheme to use for authentication.</summary>
      <returns>The scheme to use for authentication.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpChallengeHeaderValue.Token">
      <summary>The SPNEGO token to use with the Negotiate protocol scheme.</summary>
      <returns>The SPNEGO token.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpChallengeHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpChallengeHeaderValue@)">
      <summary>Determines whether a string is valid HttpChallengeHeaderValue information.</summary>
      <returns>true if input is valid HttpChallengeHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="challengeHeaderValue">The HttpChallengeHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpChallengeHeaderValue class with the scheme to use for authorization.</summary>
      <param name="scheme">The scheme to use for authorization.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValue.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpChallengeHeaderValue class with the scheme to use for authorization and the SPNEGO token.</summary>
      <param name="scheme">The scheme to use for authorization.</param>
      <param name="token">The SPNEGO token to use with the Negotiate protocol scheme.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection">
      <summary>Represents the value of the Proxy-Authenticate or WWW-Authenticate HTTP header on an HTTP response.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Adds a new HttpChallengeHeaderValue item to the end of the collection.</summary>
      <param name="value">The HttpChallengeHeaderValue object to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Clear">
      <summary>Removes all HttpChallengeHeaderValue objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpChallengeHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpChallengeHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpChallengeHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpChallengeHeaderValue items in the collection. The iterator points to the first HttpChallengeHeaderValue item in the HttpChallengeHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpChallengeHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpChallengeHeaderValue at the specified index in the HttpChallengeHeaderValueCollection</returns>
      <param name="index">The zero-based index of a specified item in the HttpChallengeHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpChallengeHeaderValue[])">
      <summary>Retrieves the HttpChallengeHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of HttpChallengeHeaderValue items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpChallengeHeaderValue items in the HttpChallengeHeaderValueCollection.</param>
      <param name="items">An array of HttpChallengeHeaderValue items that start at startIndex in the HttpChallengeHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpChallengeHeaderValueCollection.</summary>
      <returns>The view of the HttpChallengeHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpChallengeHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpChallengeHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpChallengeHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpChallengeHeaderValue to find in the HttpChallengeHeaderValueCollection.</param>
      <param name="index">The index of the HttpChallengeHeaderValue in the HttpChallengeHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Inserts an HttpChallengeHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpChallengeHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpChallengeHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpChallengeHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpChallengeHeaderValue[])">
      <summary>Replaces all the HttpChallengeHeaderValue items in the collection with the specified HttpChallengeHeaderValue items.</summary>
      <param name="items">The collection of HttpChallengeHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpChallengeHeaderValue)">
      <summary>Sets the HttpChallengeHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpChallengeHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.Size">
      <summary>Gets the number of HttpChallengeHeaderValue objects in the collection.</summary>
      <returns>The number of HttpChallengeHeaderValue objects in the HttpChallengeHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpChallengeHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpChallengeHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue">
      <summary>Represents connection information used in the Connection HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpConnectionOptionHeaderValue instance.</summary>
      <returns>An HttpConnectionOptionHeaderValue instance.</returns>
      <param name="input">A string that represents the connection information in the Connection HTTP header.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue.Token">
      <summary>Gets the value of the connection-token in the Connection HTTP header.</summary>
      <returns>The value of the connection-token in the Connection HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpConnectionOptionHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue@)">
      <summary>Determines whether a string is valid HttpConnectionOptionHeaderValue information.</summary>
      <returns>true if input is valid HttpConnectionOptionHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="connectionOptionHeaderValue">The HttpConnectionOptionHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpConnectionOptionHeaderValue class.</summary>
      <param name="token">The value of the connection-token to use.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection">
      <summary>Represents the value of the Connection HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Adds a new HttpConnectionOptionHeaderValue item to the end of the collection.</summary>
      <param name="value">The HttpConnectionOptionHeaderValue object to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Clear">
      <summary>Removes all HttpConnectionOptionHeaderValue objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpConnectionOptionHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpConnectionOptionHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpConnectionOptionHeaderValue items in the collection. The iterator points to the first HttpConnectionOptionHeaderValue item in the HttpConnectionOptionHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpConnectionOptionHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpConnectionOptionHeaderValue at the specified index in the HttpConnectionOptionHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the HttpConnectionOptionHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue[])">
      <summary>Retrieves the HttpConnectionOptionHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of HttpConnectionOptionHeaderValue items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpConnectionOptionHeaderValue items in the HttpConnectionOptionHeaderValueCollection.</param>
      <param name="items">An array of HttpConnectionOptionHeaderValue items that start at startIndex in the HttpConnectionOptionHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpConnectionOptionHeaderValueCollection.</summary>
      <returns>The view of the HttpConnectionOptionHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpConnectionOptionHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpConnectionOptionHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpConnectionOptionHeaderValue to find in the HttpConnectionOptionHeaderValueCollection.</param>
      <param name="index">The index of the HttpConnectionOptionHeaderValue in the HttpConnectionOptionHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Inserts an HttpConnectionOptionHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpConnectionOptionHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpConnectionOptionHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpConnectionOptionHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue[])">
      <summary>Replaces all the HttpConnectionOptionHeaderValue items in the collection with the specified HttpConnectionOptionHeaderValue items.</summary>
      <param name="items">The collection of HttpConnectionOptionHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue)">
      <summary>Sets the HttpConnectionOptionHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpConnectionOptionHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.Size">
      <summary>Gets the number of HttpConnectionOptionHeaderValue objects in the collection.</summary>
      <returns>The number of HttpConnectionOptionHeaderValue objects in the HttpConnectionOptionHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpConnectionOptionHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpConnectionOptionHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpContentCodingHeaderValue">
      <summary>Represents content encoding information used in the Content-Encoding HTTP header on HTTP content in a request or a response.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingHeaderValue.ContentCoding">
      <summary>Gets the value of the content-coding information used in the Content-Encoding HTTP header.</summary>
      <returns>The value of the content-coding characteristic in the Content-Encoding HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpContentCodingHeaderValue instance.</summary>
      <returns>An HttpContentCodingHeaderValue instance.</returns>
      <param name="input">A string that represents the content coding information in the Content-Encoding HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpContentCodingHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpContentCodingHeaderValue@)">
      <summary>Determines whether a string is valid HttpContentCodingHeaderValue information.</summary>
      <returns>true if input is valid HttpContentCodingHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="contentCodingHeaderValue">The HttpContentCodingHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpContentCodingHeaderValue class.</summary>
      <param name="contentCoding">The value of the content-coding to use.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection">
      <summary>Represents the value of the Content-Encoding HTTP header on HTTP content in a request or a response.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Adds a new HttpContentCodingHeaderValue item to the end of the collection.</summary>
      <param name="value">The HttpContentCodingHeaderValue object to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpContentCodingHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpContentCodingHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpContentCodingHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpContentCodingHeaderValue items in the collection. The iterator points to the first HttpContentCodingHeaderValue item in the HttpContentCodingHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpContentCodingHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpContentCodingHeaderValue at the specified index in the HttpContentCodingHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the HttpContentCodingHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpContentCodingHeaderValue[])">
      <summary>Retrieves the HttpContentCodingHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of HttpContentCodingHeaderValue items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpContentCodingHeaderValue items in the HttpContentCodingHeaderValueCollection.</param>
      <param name="items">An array of HttpContentCodingHeaderValue items that start at startIndex in the HttpContentCodingHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpContentCodingHeaderValueCollection.</summary>
      <returns>The view of the HttpContentCodingHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpContentCodingHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpContentCodingHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpContentCodingHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpContentCodingHeaderValue to find in the HttpContentCodingHeaderValueCollection.</param>
      <param name="index">The index of the HttpContentCodingHeaderValue in the HttpContentCodingHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Inserts an HttpContentCodingHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpContentCodingHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpContentCodingHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpContentCodingHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpContentCodingHeaderValue[])">
      <summary>Replaces all the HttpContentCodingHeaderValue items in the collection with the specified HttpContentCodingHeaderValue items.</summary>
      <param name="items">The HttpContentCodingHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpContentCodingHeaderValue)">
      <summary>Sets the HttpContentCodingHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpContentCodingHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.Size">
      <summary>Gets the number of HttpContentCodingHeaderValue objects in the collection.</summary>
      <returns>The number of HttpContentCodingHeaderValue objects in the HttpContentCodingHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpContentCodingHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpContentCodingHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue">
      <summary>Represents accept encoding information used in the Accept-Encoding HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.ContentCoding">
      <summary>Gets the value of the content-coding characteristic in the Accept-Encoding HTTP header.</summary>
      <returns>The value of the content-coding characteristic in the Accept-Encoding HTTP header.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.Quality">
      <summary>Gets the value of the qvalue attribute in the Accept-Encoding HTTP header.</summary>
      <returns>The value of the qvalue attribute in the Accept-Encoding HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpContentCodingWithQualityHeaderValue instance.</summary>
      <returns>An HttpContentCodingWithQualityHeaderValue instance.</returns>
      <param name="input">A string that represents the content coding information in the Accept-Encoding HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpContentCodingHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue@)">
      <summary>Determines whether a string is valid HttpContentCodingWithQualityHeaderValue information.</summary>
      <returns>true if input is valid HttpContentCodingWithQualityHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="contentCodingWithQualityHeaderValue">The HttpContentCodingWithQualityHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpContentCodingHeaderValue class with content-coding information.</summary>
      <param name="contentCoding">The value of the content-coding to use.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.#ctor(System.String,System.Double)">
      <summary>Initializes a new instance of the HttpContentCodingHeaderValue class with content-coding information and a qvalue.</summary>
      <param name="contentCoding">The value of the content-coding information to use.</param>
      <param name="quality">The value of the qvalue to use.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection">
      <summary>Represents the value of the Accept-Encoding HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Adds a new HttpContentCodingWithQualityHeaderValue item to the end of the collection.</summary>
      <param name="value">The HttpContentCodingWithQualityHeaderValue object to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpContentCodingWithQualityHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpContentCodingWithQualityHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpContentCodingWithQualityHeaderValue items in the collection. The iterator points to the first HttpContentCodingWithQualityHeaderValue item in the HttpContentCodingWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpContentCodingWithQualityHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpContentCodingWithQualityHeaderValue at the specified index in the HttpContentCodingWithQualityHeaderValueCollection .</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue[])">
      <summary>Retrieves the HttpContentCodingWithQualityHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of HttpContentCodingWithQualityHeaderValue items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpContentCodingWithQualityHeaderValue items in the HttpContentCodingWithQualityHeaderValueCollection.</param>
      <param name="items">An array of HttpContentCodingWithQualityHeaderValue items that start at startIndex in the HttpContentCodingWithQualityHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpContentCodingWithQualityHeaderValueCollection.</summary>
      <returns>The view of the HttpContentCodingWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpContentCodingWithQualityHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpContentCodingWithQualityHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpContentCodingWithQualityHeaderValue to find in the HttpContentCodingWithQualityHeaderValueCollection.</param>
      <param name="index">The index of the HttpContentCodingWithQualityHeaderValue in the HttpContentCodingWithQualityHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Inserts an HttpContentCodingWithQualityHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpContentCodingWithQualityHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpContentCodingWithQualityHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpContentCodingWithQualityHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue[])">
      <summary>Replaces all the HttpContentCodingWithQualityHeaderValue items in the collection with the specified HttpContentCodingWithQualityHeaderValue items.</summary>
      <param name="items">The HttpContentCodingWithQualityHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue)">
      <summary>Sets the HttpContentCodingWithQualityHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpContentCodingWithQualityHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.Size">
      <summary>Gets the number of HttpContentCodingWithQualityHeaderValue objects in the collection.</summary>
      <returns>The number of HttpContentCodingWithQualityHeaderValue objects in the HttpContentCodingWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpContentCodingWithQualityHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpContentCodingWithQualityHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue">
      <summary>Represents the value of the Content-Disposition HTTP header on HTTP content in a request or a response.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.DispositionType">
      <summary>Gets or sets the value of the disposition-type information in the Content-Disposition HTTP header.</summary>
      <returns>The value of the disposition-type characteristic in the Content-Disposition HTTP header.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.FileName">
      <summary>Gets or sets the value of the filename-parm information in the Content-Disposition HTTP header for a single file.</summary>
      <returns>A suggested filename.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.FileNameStar">
      <summary>Gets or sets the value of the filename-parm characteristic in the Content-Disposition HTTP header for multiple files.</summary>
      <returns>A suggested filename of the form filename*.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.Name">
      <summary>Gets or sets the name for a content body part in the Content-Disposition HTTP header.</summary>
      <returns>The name for the content body part.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.Parameters">
      <summary>Gets a set of parameters included in the Content-Disposition HTTP header.</summary>
      <returns>A set of parameters.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpContentDispositionHeaderValue instance.</summary>
      <returns>An HttpContentDispositionHeaderValue instance.</returns>
      <param name="input">A string that represents the content disposition information in the Content-Disposition HTTP header.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.Size">
      <summary>Gets or sets the approximate size, in bytes, of the file used in the Content-Disposition HTTP header.</summary>
      <returns>The approximate size, in bytes.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpContentDispositionHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpContentDispositionHeaderValue@)">
      <summary>Determines whether a string is valid HttpContentDispositionHeaderValue information.</summary>
      <returns>true if input is valid HttpContentDispositionHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="contentDispositionHeaderValue">The HttpContentDispositionHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpContentDispositionHeaderValue class with content-coding information for use in the Content-Disposition HTTP header.</summary>
      <param name="dispositionType">The value of the disposition-type information to be used in the Content-Disposition HTTP header.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpContentHeaderCollection">
      <summary>Provides a collection of the HTTP headers associated with content on an HTTP request or response.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Add(System.Collections.Generic.KeyValuePair(System.String,System.String))">
      <summary>Adds a new key-value pair to the HttpContentHeaderCollection.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Add(System.String,System.String)">
      <summary>Adds an item to the HttpContentHeaderCollection.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Append(System.String,System.String)">
      <summary>Adds a new item to the end of the HttpContentHeaderCollection.</summary>
      <param name="name">The name of the value to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Clear">
      <summary>Removes all objects from the HttpContentHeaderCollection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Contains(KeyValuePair(System.String,System.String))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the HttpContentHeaderCollection.</summary>
      <returns>true if an item with that key exists in the HttpContentHeaderCollection; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the HttpContentHeaderCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the HttpContentHeaderCollection.</summary>
      <returns>true if an item with that key exists in the HttpContentHeaderCollection; otherwise, false.</returns>
      <param name="key">The key to check for in the HttpContentHeaderCollection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentDisposition">
      <summary>Gets or sets the HttpContentDispositionHeaderValue object that represents the value of an HTTP Content-Disposition header on the HTTP content.</summary>
      <returns>The object that represent the value of HTTP Content-Disposition header on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentEncoding">
      <summary>Gets the HttpContentCodingHeaderValueCollection of HttpContentCodingHeaderValue objects that represent the value of an HTTP Content-Encoding header on the HTTP content.</summary>
      <returns>The collection of HttpContentCodingHeaderValue objects that represent the value of an HTTP Content-Encoding header on the HTTP content. An empty collection means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentLanguage">
      <summary>Gets the HttpLanguageHeaderValueCollection of objects that represent the value of an HTTP Content-Language header on the HTTP content.</summary>
      <returns>The collection of objects that represent the value of an HTTP Content-Language header on the HTTP content. An empty collection means that the header is absent</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentLength">
      <summary>Gets or sets the value of the HTTP Content-Length header on the HTTP content.</summary>
      <returns>The value of the HTTP Content-Length header value on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentLocation">
      <summary>Gets or sets the value of the HTTP Content-Location header on the HTTP content.</summary>
      <returns>The value of the HTTP Content-Location header on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentMD5">
      <summary>Gets or sets the value of an HTTP Content-MD5 header on the HTTP content.</summary>
      <returns>The value of the HTTP Content-MD5 header on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentRange">
      <summary>Gets or sets the HttpContentRangeHeaderValue object that represent the value of an HTTP Content-Range header on the HTTP content.</summary>
      <returns>The object that represent the value of the HTTP Content-Range header on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentType">
      <summary>Gets or sets the HttpMediaTypeHeaderValue object that represent the value of an HTTP Content-Type header on the HTTP content.</summary>
      <returns>The object that represent the value of an HTTP Content-Type header on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.String)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.Expires">
      <summary>Gets or sets the DateTime object that represents the value of an HTTP Expires header on the HTTP content.</summary>
      <returns>The object that represents the value of an HTTP Expires header on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.First">
      <summary>Retrieves an iterator to the first item in the HttpContentHeaderCollection.</summary>
      <returns>An object that can be used to enumerate the items in the collection. The iterator points to the first item in the HttpContentHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.GetView">
      <summary>Returns an immutable view of the HttpContentHeaderCollection.</summary>
      <returns>The view of the HttpContentHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.HasKey(System.String)">
      <summary>Determines whether the HttpContentHeaderCollection contains the specified key.</summary>
      <returns>true if the key is found; otherwise, false.</returns>
      <param name="key">The key associated with the item to locate.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Insert(System.String,System.String)">
      <summary>Inserts or replaces an item in the HttpContentHeaderCollection with the specified key and value.</summary>
      <returns>true if an item with the specified key is an existing item that was replaced; otherwise false.</returns>
      <param name="key">The key of the item to be inserted.</param>
      <param name="value">The value of the item to insert.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.Keys">
      <summary>Gets an ICollection object containing the keys of the HttpContentHeaderCollection.</summary>
      <returns>The ICollection of all keys in this HttpContentHeaderCollection.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.LastModified">
      <summary>Gets or sets the DateTime object that represents the value of an HTTP Last-Modified header on the HTTP content.</summary>
      <returns>The object that represents the value of an HTTP Last-Modified header on the HTTP content. A null value means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Lookup(System.String)">
      <summary>Lookup an item in the HttpContentHeaderCollection.</summary>
      <returns>The value of the item if found.</returns>
      <param name="key">The key of the item to lookup.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Remove(System.String)">
      <summary>Removes a specific object from the HttpContentHeaderCollection .</summary>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Remove(System.Collections.Generic.KeyValuePair(System.String,System.String))">
      <summary>Removes a specific key-value pair from the HttpContentHeaderCollection.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the HttpContentHeaderCollection.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.Size">
      <summary>Gets the number of objects in the HttpContentHeaderCollection.</summary>
      <returns>The number of objects in the HttpContentHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.ToString">
      <summary>Returns a string that represents the current HttpContentHeaderCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.TryAppendWithoutValidation(System.String,System.String)">
      <summary>Try to append the specified item to the HttpContentHeaderCollection without validation.</summary>
      <returns>true if the item was appended; otherwise false.</returns>
      <param name="name">The name of the item to append.</param>
      <param name="value">The value of the item to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.TryGetValue(System.String,@System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the HttpContentHeaderCollection. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the HttpContentHeaderCollection; otherwise, false.</returns>
      <param name="key">The key to check for in the HttpContentHeaderCollection.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the HttpContentHeaderCollection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentHeaderCollection.Values">
      <summary>Gets an ICollection object containing the values of the HttpContentHeaderCollection .</summary>
      <returns>The ICollection of all values in this HttpContentHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentHeaderCollection.#ctor">
      <summary>Initializes a new instance of the HttpContentHeaderCollection class.</summary>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpContentRangeHeaderValue">
      <summary>Represents the value of the Content-Range HTTP header on HTTP content in a request or a response.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.Unit">
      <summary>Gets or sets the value of the range units used in the Content-Range HTTP header.</summary>
      <returns>The range units used.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.FirstBytePosition">
      <summary>Gets the position at which to start sending data in the Content-Range HTTP header.</summary>
      <returns>The position, in bytes, at which to start sending data.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.LastBytePosition">
      <summary>Gets the position at which to stop sending data in the Content-Range HTTP header.</summary>
      <returns>The position at which to stop sending data.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.Length">
      <summary>Gets the length of the full content entity body in the Content-Range HTTP header.</summary>
      <returns>The length of the full content entity body.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpContentRangeHeaderValue instance.</summary>
      <returns>An HttpContentRangeHeaderValue instance.</returns>
      <param name="input">A string that represents the content range information in the Content-Range HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpContentRangeHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpContentRangeHeaderValue@)">
      <summary>Determines whether a string is valid HttpContentRangeHeaderValue information.</summary>
      <returns>true if input is valid HttpContentRangeHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="contentRangeHeaderValue">The HttpContentRangeHeaderValue version of the string.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.Unit">
      <summary>Gets or sets the value of the range units used in the Content-Range HTTP header.</summary>
      <returns>The range units used.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.#ctor(System.UInt64)">
      <summary>Initializes a new instance of the HttpContentRangeHeaderValue class with a content length.</summary>
      <param name="length">The length, in bytes, of the full content entity body.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.#ctor(System.UInt64,System.UInt64)">
      <summary>Initializes a new instance of the HttpContentRangeHeaderValue class with a start and stop position.</summary>
      <param name="from">The position, in bytes, at which to start sending data.</param>
      <param name="to">The position, in bytes, at which to stop sending data.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.#ctor(System.UInt64,System.UInt64,System.UInt64)">
      <summary>Initializes a new instance of the HttpContentRangeHeaderValue class with a start and stop position and a content length.</summary>
      <param name="from">The position, in bytes, at which to start sending data.</param>
      <param name="to">The position, in bytes, at which to stop sending data.</param>
      <param name="length">The length, in bytes, of the full content entity body.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpCookiePairHeaderValue">
      <summary>Represents cookie information used in the Cookie HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCookiePairHeaderValue.Name">
      <summary>Gets a token that represents the cookie name used in the Cookie HTTP header.</summary>
      <returns>A token that represents the cookie name.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpCookiePairHeaderValue instance.</summary>
      <returns>An HttpCookiePairHeaderValue instance.</returns>
      <param name="input">A string that represents the cookie name and value in the Cookie HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpCookiePairHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpCookiePairHeaderValue@)">
      <summary>Determines whether a string is valid HttpCookiePairHeaderValue information.</summary>
      <returns>true if input is valid HttpCookiePairHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="cookiePairHeaderValue">The HttpCookiePairHeaderValue version of the string.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCookiePairHeaderValue.Value">
      <summary>Gets or sets a value for the cookie used in the Cookie HTTP header.</summary>
      <returns>A value for the cookie.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpCookiePairHeaderValue class. with a cookie name.</summary>
      <param name="name">A token that represents the cookie name.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValue.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpCookiePairHeaderValue class. with a cookie name and a value for the cookie.</summary>
      <param name="name">A token that represents the cookie name.</param>
      <param name="value">A value for the cookie.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection">
      <summary>Represents the value of the Cookie HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Adds a new HttpCookiePairHeaderValue item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpCookiePairHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpCookiePairHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpCookiePairHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpCookiePairHeaderValue items in the collection. The iterator points to the first HttpCookiePairHeaderValue item in the HttpCookiePairHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpCookiePairHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpCookiePairHeaderValue at the specified index in the HttpCookiePairHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpCookiePairHeaderValue[])">
      <summary>Retrieves the HttpCookiePairHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of HttpCookiePairHeaderValue items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpCookiePairHeaderValue items in the HttpCookiePairHeaderValueCollection.</param>
      <param name="items">An array of HttpCookiePairHeaderValue items that start at startIndex in the HttpCookiePairHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpCookiePairHeaderValueCollection.</summary>
      <returns>The view of the HttpCookiePairHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpCookiePairHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpCookiePairHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpCookiePairHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpCookiePairHeaderValue to find in the HttpCookiePairHeaderValueCollection.</param>
      <param name="index">The index of the HttpCookiePairHeaderValue in the HttpCookiePairHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Inserts an HttpCookiePairHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpCookiePairHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpCookiePairHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpCookiePairHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpCookiePairHeaderValue[])">
      <summary>Replaces all the HttpCookiePairHeaderValue items in the collection with the specified HttpCookiePairHeaderValue items.</summary>
      <param name="items">The HttpCookiePairHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpCookiePairHeaderValue)">
      <summary>Sets the HttpCookiePairHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpCookiePairHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.Size">
      <summary>Gets the number of HttpCookiePairHeaderValue objects in the collection.</summary>
      <returns>The number of HttpCookiePairHeaderValue objects in the HttpCookiePairHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpCookiePairHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpCookiePairHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpCredentialsHeaderValue">
      <summary>Represents the value of the Authorization or Proxy-Authorization HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.Parameters">
      <summary>Gets a set of name/value pairs included in the Authorization or Proxy-Authorization HTTP header.</summary>
      <returns>A set of name/value pairs.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpCredentialsHeaderValue instance.</summary>
      <returns>An HttpCredentialsHeaderValue instance.</returns>
      <param name="input">A string that represents the credential information in the Authorization or Proxy-Authorization HTTP header.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.Scheme">
      <summary>Gets the scheme to use for authentication.</summary>
      <returns>The scheme to use for authentication.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.Token">
      <summary>Gets the user token information used in the Authorization or Proxy-Authorization HTTP header.</summary>
      <returns>The user token information in the Authorization or Proxy-Authorization HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpCredentialsHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpCredentialsHeaderValue@)">
      <summary>Determines whether a string is valid HttpCredentialsHeaderValue information.</summary>
      <returns>true if input is valid HttpCredentialsHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="credentialsHeaderValue">The HttpCredentialsHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpCredentialsHeaderValue class with the scheme to use for authentication.</summary>
      <param name="scheme">The scheme to use for authentication.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpCredentialsHeaderValue class with the scheme and user token information to use for authentication.</summary>
      <param name="scheme">The scheme to use for authentication.</param>
      <param name="token">The user token information to use for authentication.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue">
      <summary>Represents the value of the Retry-After HTTP header on an HTTP response.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue.Date">
      <summary>Gets the value of the HTTP-date information used in the Retry-After HTTP header.</summary>
      <returns>The value of the HTTP-date information.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue.Delta">
      <summary>Gets the value of the delta-seconds information used in the Retry-After HTTP header.</summary>
      <returns>The value of the delta-seconds information.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpDateOrDeltaHeaderValue instance.</summary>
      <returns>An HttpDateOrDeltaHeaderValue instance.</returns>
      <param name="input">A string that represents the HTTP-date or delta-seconds information in the Retry-After HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpDateOrDeltaHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue@)">
      <summary>Determines whether a string is valid HttpDateOrDeltaHeaderValue information.</summary>
      <returns>true if input is valid HttpDateOrDeltaHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="dateOrDeltaHeaderValue">The HttpDateOrDeltaHeaderValue version of the string.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpExpectationHeaderValue">
      <summary>Represents a token for a particular server behavior required by the client that is used in the Expect HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpExpectationHeaderValue.Name">
      <summary>Gets or sets a token that represents a name for a server behavior used in the Expect HTTP header.</summary>
      <returns>A token that represents the name for a server behavior.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpExpectationHeaderValue.Parameters">
      <summary>Gets a set of parameters for a server behavior included in the Expect HTTP header.</summary>
      <returns>A set of parameters for a server behavior.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpExpectationHeaderValue instance.</summary>
      <returns>An HttpExpectationHeaderValue instance.</returns>
      <param name="input">A string that represents the information in the Expect HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpExpectationHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpExpectationHeaderValue@)">
      <summary>Determines whether a string is valid HttpCredentialsHeaderValue information.</summary>
      <returns>true if input is valid HttpExpectationHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="expectationHeaderValue">The HttpExpectationHeaderValue version of the string.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpExpectationHeaderValue.Value">
      <summary>Gets or sets a value for a server behavior used in the Expect HTTP header.</summary>
      <returns>A value for a server behavior used in the Expect HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpExpectationHeaderValue class with a name.</summary>
      <param name="name">A token that represents a name used in the Expect HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValue.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpExpectationHeaderValue class with a name and value for the name.</summary>
      <param name="name">A token that represents a name used in the Expect HTTP header.</param>
      <param name="value">A value for the name used in the Expect HTTP header.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection">
      <summary>Represents the value of the Expect HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Adds a new HttpExpectationHeaderValue item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpExpectationHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpExpectationHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpExpectationHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpExpectationHeaderValue items in the collection. The iterator points to the first HttpExpectationHeaderValue item in the HttpExpectationHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpExpectationHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpExpectationHeaderValue at the specified index in the HttpExpectationHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpExpectationHeaderValue[])">
      <summary>Retrieves the HttpExpectationHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpExpectationHeaderValue items in the HttpExpectationHeaderValueCollection.</param>
      <param name="items">An array of HttpExpectationHeaderValue items that start at startIndex in the HttpExpectationHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpExpectationHeaderValueCollection.</summary>
      <returns>The view of the HttpExpectationHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpExpectationHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpExpectationHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpExpectationHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpExpectationHeaderValue to find in the HttpExpectationHeaderValueCollection.</param>
      <param name="index">The index of the HttpExpectationHeaderValue in the HttpExpectationHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Inserts an HttpExpectationHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpExpectationHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpExpectationHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpExpectationHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpExpectationHeaderValue[])">
      <summary>Replaces all the HttpExpectationHeaderValue items in the collection with the specified HttpExpectationHeaderValue items.</summary>
      <param name="items">The HttpExpectationHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpExpectationHeaderValue)">
      <summary>Sets the HttpExpectationHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpExpectationHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.Size">
      <summary>Gets the number of HttpExpectationHeaderValue objects in the collection.</summary>
      <returns>The number of HttpExpectationHeaderValue objects in the HttpExpectationHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpExpectationHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpExpectationHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection">
      <summary>Represents the value of the Content-Language HTTP header on HTTP content in a request or a response.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Add(Windows.Globalization.Language)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Append(Windows.Globalization.Language)">
      <summary>Adds a new Language item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Contains(Windows.Globalization.Language)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.CopyTo(Windows.Globalization.Language[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of Language items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first Language item in the collection.</summary>
      <returns>An object that can be used to enumerate the Language items in the collection. The iterator points to the first Language item in the HttpLanguageHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the Language item at the specified index in the collection.</summary>
      <returns>The Language item at the specified index in the HttpLanguageHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.GetMany(System.UInt32,Windows.Globalization.Language[])">
      <summary>Retrieves the Language items that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the Language items in the HttpLanguageHeaderValueCollection.</param>
      <param name="items">An array of Language items that start at startIndex in the HttpLanguageHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpLanguageHeaderValueCollection.</summary>
      <returns>The view of the HttpLanguageHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.IndexOf(Windows.Globalization.Language,System.UInt32@)">
      <summary>Retrieves the index of a Language in the collection.</summary>
      <returns>Indicates whether the item is found. true if the Language item is found; otherwise, false.</returns>
      <param name="value">The item to find in the HttpLanguageHeaderValueCollection.</param>
      <param name="index">The index of the Language item in the HttpLanguageHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.IndexOf(Windows.Globalization.Language)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Insert(System.Int32,Windows.Globalization.Language)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.InsertAt(System.UInt32,Windows.Globalization.Language)">
      <summary>Inserts a Language into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpLanguageHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Remove(Windows.Globalization.Language)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpLanguageHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last Language item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.ReplaceAll(Windows.Globalization.Language[])">
      <summary>Replaces all the Language items in the collection with the specified Language items.</summary>
      <param name="items">The Language items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.SetAt(System.UInt32,Windows.Globalization.Language)">
      <summary>Sets the Language at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the Language.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.Size">
      <summary>Gets the number of Language objects in the collection.</summary>
      <returns>the number of Language objects in the HttpLanguageHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpLanguageHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpLanguageHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue">
      <summary>Represents accept language information used in the Accept-Language HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.LanguageRange">
      <summary>Gets the value of the language-range information from the HttpLanguageRangeWithQualityHeaderValue used in the Accept-Language HTTP header.</summary>
      <returns>The value of the language-range information.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.Quality">
      <summary>Gets the value of the qvalue or quality factor from the HttpLanguageRangeWithQualityHeaderValue used in the Accept-Language HTTP header.</summary>
      <returns>The value of the qvalue or quality factor.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpLanguageRangeWithQualityHeaderValue instance.</summary>
      <returns>An HttpLanguageRangeWithQualityHeaderValue instance.</returns>
      <param name="input">A string that represents the language-range and quality factor information used in the Accept-Encoding HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpLanguageRangeWithQualityHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue@)">
      <summary>Determines whether a string is valid HttpLanguageRangeWithQualityHeaderValue information.</summary>
      <returns>true if input is valid HttpLanguageRangeWithQualityHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="languageRangeWithQualityHeaderValue">The HttpLanguageRangeWithQualityHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpLanguageRangeWithQualityHeaderValue class with language-range information.</summary>
      <param name="languageRange">The value of the language-range information used in the Accept-Language HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.#ctor(System.String,System.Double)">
      <summary>Initializes a new instance of the HttpLanguageRangeWithQualityHeaderValue class with language-range and quality information.</summary>
      <param name="languageRange">The value of the language-range information used in the Accept-Language HTTP header.</param>
      <param name="quality">The value of the qvalue or quality factor used in the Accept-Language HTTP header.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection">
      <summary>Represents the value of the Accept-Language HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Adds a new HttpLanguageRangeWithQualityHeaderValue item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpLanguageRangeWithQualityHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpLanguageRangeWithQualityHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpLanguageRangeWithQualityHeaderValue items in the collection. The iterator points to the first HttpLanguageRangeWithQualityHeaderValue item in the HttpLanguageRangeWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpLanguageRangeWithQualityHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpLanguageRangeWithQualityHeaderValue at the specified index in the HttpLanguageRangeWithQualityHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue[])">
      <summary>Retrieves the HttpLanguageRangeWithQualityHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpLanguageRangeWithQualityHeaderValue items in the HttpLanguageRangeWithQualityHeaderValueCollection.</param>
      <param name="items">An array of HttpLanguageRangeWithQualityHeaderValue items that start at startIndex in the HttpLanguageRangeWithQualityHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpLanguageRangeWithQualityHeaderValueCollection.</summary>
      <returns>The view of the HttpLanguageRangeWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpLanguageRangeWithQualityHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpLanguageRangeWithQualityHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpLanguageRangeWithQualityHeaderValue to find in the HttpLanguageRangeWithQualityHeaderValueCollection.</param>
      <param name="index">The index of the HttpLanguageRangeWithQualityHeaderValue in the HttpLanguageRangeWithQualityHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Inserts an HttpLanguageRangeWithQualityHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpLanguageRangeWithQualityHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpLanguageRangeWithQualityHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpLanguageRangeWithQualityHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue[])">
      <summary>Replaces all the HttpLanguageRangeWithQualityHeaderValue items in the collection with the specified HttpLanguageRangeWithQualityHeaderValue items.</summary>
      <param name="items">The HttpLanguageRangeWithQualityHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue)">
      <summary>Sets the HttpLanguageRangeWithQualityHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpLanguageRangeWithQualityHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.Size">
      <summary>Gets the number of HttpLanguageRangeWithQualityHeaderValue objects in the collection.</summary>
      <returns>The number of HttpLanguageRangeWithQualityHeaderValue objects in the HttpLanguageRangeWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpLanguageRangeWithQualityHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpLanguageRangeWithQualityHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue">
      <summary>Represents the value of the Content-Type HTTP header on the HTTP content in a request or a response.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.MediaType">
      <summary>Gets or sets the media-type of the entity-body used in the Content-Type HTTP header.</summary>
      <returns>The media-type of the entity-body.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.CharSet">
      <summary>Gets or sets the character set of the entity-body used in the Content-Type HTTP header.</summary>
      <returns>The character set of the entity-body.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.Parameters">
      <summary>Gets a set of parameters included in the Content-Type HTTP header.</summary>
      <returns>A set of parameters.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpMediaTypeHeaderValue instance.</summary>
      <returns>An HttpMediaTypeHeaderValue instance.</returns>
      <param name="input">A string that represents the media-type and character set information used in the Content-Type HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpMediaTypeHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpMediaTypeHeaderValue@)">
      <summary>Determines whether a string is valid HttpMediaTypeHeaderValue information.</summary>
      <returns>true if input is valid HttpMediaTypeHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="mediaTypeHeaderValue">The HttpMediaTypeHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpMediaTypeHeaderValue class.</summary>
      <param name="mediaType">The media-type of the entity-body used in the Content-Type HTTP header.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue">
      <summary>Represents accept information used in the Accept HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.CharSet">
      <summary>Gets or sets the character set of the content to accept that is used in the Accept HTTP header.</summary>
      <returns>The character set of the entity-body.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.MediaType">
      <summary>Gets or sets the media-type of the content to accept that is used in the Accept HTTP header.</summary>
      <returns>The media-type of the entity-body.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.Parameters">
      <summary>Gets a set of parameters included in the Accept HTTP header.</summary>
      <returns>A set of parameters.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpMediaTypeWithQualityHeaderValue instance.</summary>
      <returns>An HttpMediaTypeWithQualityHeaderValue instance.</returns>
      <param name="input">A string that represents the media-type, character set, and quality information used in the Accept HTTP header.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.Quality">
      <summary>Get or set the qvalue or quality used in the Accept HTTP header.</summary>
      <returns>The qvalue or quality.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpMediaTypeWithQualityHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue@)">
      <summary>Determines whether a string is valid HttpMediaTypeWithQualityHeaderValue information.</summary>
      <returns>true if input is valid HttpMediaTypeWithQualityHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="mediaTypeWithQualityHeaderValue">The HttpMediaTypeWithQualityHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpMediaTypeHeaderValue class with a media type.</summary>
      <param name="mediaType">The media-type of the entity-body to accept that is used in the Accept HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue.#ctor(System.String,System.Double)">
      <summary>Initializes a new instance of the HttpMediaTypeHeaderValue class with a media type and quality.</summary>
      <param name="mediaType">The media-type of the entity-body to accept that is used in the Accept HTTP header.</param>
      <param name="quality">The qvalue or quality.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection">
      <summary>Represents the value of the Accept HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Adds a new item to the end of the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Adds a new HttpMediaTypeWithQualityHeaderValue item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Contains(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index in the destination array.</summary>
      <param name="array">The one-dimensional Array of HttpMediaTypeWithQualityHeaderValue items that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Count">
      <summary>Gets the number of elements that are contained in the collection.</summary>
      <returns>The number of elements that are contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpMediaTypeWithQualityHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpMediaTypeWithQualityHeaderValue items in the collection. The iterator points to the first HttpMediaTypeWithQualityHeaderValue item in the HttpMediaTypeWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpMediaTypeWithQualityHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpMediaTypeWithQualityHeaderValue at the specified index in the HttpMediaTypeWithQualityHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue[])">
      <summary>Retrieves the HttpMediaTypeWithQualityHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpMediaTypeWithQualityHeaderValue items in the HttpMediaTypeWithQualityHeaderValueCollection.</param>
      <param name="items">An array of HttpMediaTypeWithQualityHeaderValue items that start at startIndex in the HttpMediaTypeWithQualityHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpMediaTypeWithQualityHeaderValueCollection.</summary>
      <returns>The view of the HttpMediaTypeWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpMediaTypeWithQualityHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpMediaTypeWithQualityHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpMediaTypeWithQualityHeaderValue to find in the HttpMediaTypeWithQualityHeaderValueCollection.</param>
      <param name="index">The index of the HttpMediaTypeWithQualityHeaderValue in the HttpMediaTypeWithQualityHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Inserts an HttpMediaTypeWithQualityHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element
at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpMediaTypeWithQualityHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Removes a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpMediaTypeWithQualityHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpMediaTypeWithQualityHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue[])">
      <summary>Replaces all the HttpMediaTypeWithQualityHeaderValue items in the collection with the specified HttpMediaTypeWithQualityHeaderValue items.</summary>
      <param name="items">The HttpMediaTypeWithQualityHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue)">
      <summary>Sets the HttpMediaTypeWithQualityHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpMediaTypeWithQualityHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.Size">
      <summary>Gets the number of HttpMediaTypeWithQualityHeaderValue objects in the collection.</summary>
      <returns>The number of HttpMediaTypeWithQualityHeaderValue objects in the HttpMediaTypeWithQualityHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpMediaTypeWithQualityHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpMediaTypeWithQualityHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection">
      <summary>Represents the value of the Allow HTTP header on an HTTP response.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Add(Windows.Web.Http.HttpMethod)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Append(Windows.Web.Http.HttpMethod)">
      <summary>Adds a new HttpMethod item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Contains(Windows.Web.Http.HttpMethod)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.CopyTo(Windows.Web.Http.HttpMethod[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpMethod item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpMethod items in the collection. The iterator points to the first HttpMethod item in the HttpMethodHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpMethod at the specified index in the collection.</summary>
      <returns>The HttpMethod at the specified index in the HttpMethodHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.HttpMethod[])">
      <summary>Retrieves the HttpMethod items that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpMethod items in the HttpMethodHeaderValueCollection.</param>
      <param name="items">An array of HttpMethod items that start at startIndex in the HttpMethodHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpMethodHeaderValueCollection.</summary>
      <returns>The view of the HttpMethodHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.IndexOf(Windows.Web.Http.HttpMethod,System.UInt32@)">
      <summary>Retrieves the index of an HttpMethod in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpMethod item is found; otherwise, false.</returns>
      <param name="value">The HttpMethod to find in the HttpMethodHeaderValueCollection.</param>
      <param name="index">The index of the HttpMethod in the HttpMethodHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.IndexOf(Windows.Web.Http.HttpMethod)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Insert(System.Int32,Windows.Web.Http.HttpMethod)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.HttpMethod)">
      <summary>Inserts an HttpMethod into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpMethodHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Remove(Windows.Web.Http.HttpMethod)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpMethodHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpMethod item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.ReplaceAll(Windows.Web.Http.HttpMethod[])">
      <summary>Replaces all the HttpMethod items in the collection with the specified HttpMethod items.</summary>
      <param name="items">The HttpMethod items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.HttpMethod)">
      <summary>Sets the HttpMethod at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpMethod.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.Size">
      <summary>Gets the number of HttpMethod objects in the collection.</summary>
      <returns>The number of HttpMethod objects in the HttpMethodHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpMethodHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpMethodHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpNameValueHeaderValue">
      <summary>Represents name and value information used in a number of HTTP headers.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpNameValueHeaderValue.Name">
      <summary>Gets the name used in the HttpNameValueHeaderValue object.</summary>
      <returns>The name used in the HttpNameValueHeaderValue object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpNameValueHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpNameValueHeaderValue instance.</summary>
      <returns>An HttpNameValueHeaderValue instance.</returns>
      <param name="input">A string that represents the name and value.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpNameValueHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpNameValueHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpNameValueHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpNameValueHeaderValue@)">
      <summary>Determines whether a string is valid HttpNameValueHeaderValue information.</summary>
      <returns>true if input is valid HttpNameValueHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="nameValueHeaderValue">The HttpNameValueHeaderValue version of the string.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpNameValueHeaderValue.Value">
      <summary>Gets or sets the value associated with a name used in the HttpNameValueHeaderValue object.</summary>
      <returns>The value associated with a name used in the HttpNameValueHeaderValue object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpNameValueHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpNameValueHeaderValue class. with a name.</summary>
      <param name="name">The name to be used.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpNameValueHeaderValue.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpNameValueHeaderValue class. with a name and value.</summary>
      <param name="name">The name to be used.</param>
      <param name="value">The value to associate with the name.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpProductHeaderValue">
      <summary>Represents product information used by the HttpProductHeaderValue and HttpProductInfoHeaderValueCollection classes in the User-Agent HTTP header.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductHeaderValue.Name">
      <summary>Gets a token that represents the name of the product to be used in the User-Agent HTTP header.</summary>
      <returns>The name of the product token</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductHeaderValue.Version">
      <summary>Gets a token that represents the version of the product to be used in the User-Agent HTTP header.</summary>
      <returns>The version of the product token.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpProductHeaderValue instance.</summary>
      <returns>An HttpProductHeaderValue instance.</returns>
      <param name="input">A string that represents the product name and version.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpProductHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpProductHeaderValue@)">
      <summary>Determines whether a string is valid HttpProductHeaderValue information.</summary>
      <returns>true if input is valid HttpProductHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="productHeaderValue">The HttpProductHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpProductHeaderValue class with a product name.</summary>
      <param name="productName">The name of the product token used in the User-Agent HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductHeaderValue.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpProductHeaderValue class with a product name and a product version.</summary>
      <param name="productName">The name of the product token used in the User-Agent HTTP header.</param>
      <param name="productVersion">The version of the product token used in the User-Agent HTTP header.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpProductInfoHeaderValue">
      <summary>Represents product information used in the User-Agent HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductInfoHeaderValue.Comment">
      <summary>Gets the product comment from the HttpProductInfoHeaderValue used in the User-Agent HTTP header.</summary>
      <returns>The product comment used in the User-Agent HTTP header.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductInfoHeaderValue.Product">
      <summary>Gets the product from the HttpProductInfoHeaderValue used in the User-Agent HTTP header.</summary>
      <returns>The product name and version used in the User-Agent HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpProductInfoHeaderValue instance.</summary>
      <returns>An HttpProductInfoHeaderValue instance.</returns>
      <param name="input">A string that represents the product information.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpProductInfoHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpProductInfoHeaderValue@)">
      <summary>Determines whether a string is valid HttpProductInfoHeaderValue information.</summary>
      <returns>true if input is valid HttpProductInfoHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="productInfoHeaderValue">The HttpProductInfoHeaderValue version of the string.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpProductInfoHeaderValue class with a product comment.</summary>
      <param name="productComment">The product comment used in the User-Agent HTTP header.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValue.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the HttpProductInfoHeaderValue class with a product name and version.</summary>
      <param name="productName">The name of the product token used in the User-Agent HTTP header.</param>
      <param name="productVersion">The version of the product token used in the User-Agent HTTP header.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection">
      <summary>Represents the value of the User-Agent HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpProductInfoHeaderValue)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpProductInfoHeaderValue)">
      <summary>Adds a new HttpProductInfoHeaderValue item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpProductInfoHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpProductInfoHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpProductInfoHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpProductInfoHeaderValue items in the collection. The iterator points to the first HttpProductInfoHeaderValue item in the HttpProductInfoHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpProductInfoHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpProductInfoHeaderValue at the specified index in the HttpProductInfoHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpProductInfoHeaderValue[])">
      <summary>Retrieves the HttpProductInfoHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpProductInfoHeaderValue items in the HttpProductInfoHeaderValueCollection.</param>
      <param name="items">An array of HttpProductInfoHeaderValue items that start at startIndex in the HttpProductInfoHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpProductInfoHeaderValueCollection.</summary>
      <returns>The view of the HttpProductInfoHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpProductInfoHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpProductInfoHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpProductInfoHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpProductInfoHeaderValue to find in the HttpProductInfoHeaderValueCollection.</param>
      <param name="index">The index of the HttpProductInfoHeaderValue in the HttpProductInfoHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.IndexOf(HttpProductInfoHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Insert(System.Int32,HttpProductInfoHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpProductInfoHeaderValue)">
      <summary>Inserts an HttpProductInfoHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpProductInfoHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpProductInfoHeaderValue)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpMethodHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpProductInfoHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpProductInfoHeaderValue[])">
      <summary>Replaces all the HttpProductInfoHeaderValue items in the collection with the specified HttpProductInfoHeaderValue items.</summary>
      <param name="items">The HttpProductInfoHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpProductInfoHeaderValue)">
      <summary>Sets the HttpProductInfoHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpProductInfoHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.Size">
      <summary>Gets the number of HttpProductInfoHeaderValue objects in the collection.</summary>
      <returns>The number of HttpProductInfoHeaderValue objects in the HttpProductInfoHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpProductInfoHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpProductInfoHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpRequestHeaderCollection">
      <summary>Provides a collection of the HTTP headers associated with an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Accept">
      <summary>Gets the HttpMediaTypeWithQualityHeaderValueCollection of HttpMediaTypeWithQualityHeaderValue objects that represent the value of an Accept HTTP header on an HTTP request.</summary>
      <returns>The collection of HttpMediaTypeWithQualityHeaderValue objects that represent the value of an Accept HTTP header. An empty collection means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.AcceptEncoding">
      <summary>Gets the HttpContentCodingWithQualityHeaderValueCollection of HttpContentCodingWithQualityHeaderValue objects that represent the value of an Accept-Encoding HTTP header on an HTTP request.</summary>
      <returns>The collection of HttpContentCodingWithQualityHeaderValue objects that represent the value of an Accept-Encoding HTTP header. An empty collection means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.AcceptLanguage">
      <summary>Gets the HttpLanguageRangeWithQualityHeaderValueCollection of HttpLanguageRangeWithQualityHeaderValue objects that represent the value of an Accept-Language HTTP header on an HTTP request.</summary>
      <returns>The collection of HttpLanguageRangeWithQualityHeaderValue objects that represent the value of an Accept-Language HTTP header. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Add(System.String,System.String)">
      <summary>Adds an item to the HttpRequestHeaderCollection.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Add(System.Collections.Generic.KeyValuePair(System.String,System.String))">
      <summary>Adds a new key-value pair to the HttpRequestHeaderCollection.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Append(System.String,System.String)">
      <summary>Adds a new item to the end of the HttpRequestHeaderCollection.</summary>
      <param name="name">The name of the value to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Authorization">
      <summary>Gets or sets the HttpCredentialsHeaderValue object that represents the value of an Authorization HTTP header on an HTTP request.</summary>
      <returns>The value of an Authorization HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.CacheControl">
      <summary>Gets the HttpCacheDirectiveHeaderValueCollection that represents the value of a Cache-Control HTTP header on an HTTP request.</summary>
      <returns>The object that represents the value of a Cache-Control HTTP header. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Clear">
      <summary>Removes all objects from the HttpRequestHeaderCollection.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Connection">
      <summary>Gets the HttpConnectionOptionHeaderValueCollection of HttpConnectionOptionHeaderValue objects that represent the value of a Connection HTTP header on an HTTP request.</summary>
      <returns>The collection of HttpConnectionOptionHeaderValue objects that represent the HTTP Connection header. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Contains(KeyValuePair(System.String,System.String))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the HttpRequestHeaderCollection.</summary>
      <returns>true if an item with that key exists in the HttpRequestHeaderCollection; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the HttpRequestHeaderCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the HttpRequestHeaderCollection.</summary>
      <returns>true if an item with that key exists in the HttpRequestHeaderCollection; otherwise, false.</returns>
      <param name="key">The key to check for in the HttpRequestHeaderCollection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Cookie">
      <summary>Gets the HttpCookiePairHeaderValueCollection of HttpCookiePairHeaderValue objects that represent the value of an Cookie HTTP header sent on an HTTP request.</summary>
      <returns>The collection of HttpCookiePairHeaderValue objects that represent the HTTP cookies in a Cookie HTTP header. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.String)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Date">
      <summary>Gets or sets the DateTime object that represents the value of a Date HTTP header on an HTTP request.</summary>
      <returns>The object that represents the value of a Date HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Expect">
      <summary>Gets the HttpExpectationHeaderValueCollection of HttpExpectationHeaderValue objects that represent the value of an Expect HTTP header on an HTTP request.</summary>
      <returns>The collection of HttpExpectationHeaderValue objects that represent the value of an Expect HTTP header on an HTTP request. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.First">
      <summary>Retrieves an iterator to the first item in the HttpRequestHeaderCollection.</summary>
      <returns>An object that can be used to enumerate the items in the collection. The iterator points to the first item in the HttpRequestHeaderCollection.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.From">
      <summary>Gets or sets the String that represents the value of a From HTTP header on an HTTP request.</summary>
      <returns>The value of a From HTTP header on an HTTP request. An empty string means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.GetView">
      <summary>Returns an immutable view of the HttpRequestHeaderCollection.</summary>
      <returns>The view of the HttpRequestHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.HasKey(System.String)">
      <summary>Determines whether the HttpRequestHeaderCollection contains the specified key.</summary>
      <returns>true if the key is found; otherwise, false.</returns>
      <param name="key">The key associated with the item to locate.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Host">
      <summary>Gets or sets the HostName that represents the value of a Host HTTP header on an HTTP request.</summary>
      <returns>The HostName that represents the value of a Host HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.IfModifiedSince">
      <summary>Gets or sets the DateTime object that represents the value of an If-Modified-Since HTTP header on an HTTP request.</summary>
      <returns>The DateTime object that represents the value of an If-Modified-Since HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.IfUnmodifiedSince">
      <summary>Gets or sets the DateTime object that represents the value of an If-Unmodified-Since HTTP header on an HTTP request.</summary>
      <returns>The DateTime object that represents the value of an If-Unmodified-Since HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Insert(System.String,System.String)">
      <summary>Inserts or replaces an item in the HttpRequestHeaderCollection with the specified key and value.</summary>
      <returns>true if an item with the specified key is an existing item that was replaced; otherwise false.</returns>
      <param name="key">The key of the item to be inserted.</param>
      <param name="value">The value of the item to insert.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Keys">
      <summary>Gets an ICollection object containing the keys of the HttpRequestHeaderCollection.</summary>
      <returns>The ICollection of all keys in this HttpRequestHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Lookup(System.String)">
      <summary>Lookup an item in the HttpRequestHeaderCollection.</summary>
      <returns>The value of the item if found.</returns>
      <param name="key">The key of the item to lookup.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.MaxForwards">
      <summary>Gets or sets an integer value that represents the value of a Max-Forwards HTTP header on an HTTP request.</summary>
      <returns>An integer value that represents the value of a Max-Forwards HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.ProxyAuthorization">
      <summary>Gets or sets the HttpCredentialsHeaderValue object that represent the value of a Proxy-Authorization HTTP header on an HTTP request.</summary>
      <returns>The object that represent the value of a Proxy-Authorization HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Referer">
      <summary>Gets or sets the Uri that represents the value of a Referer HTTP header on an HTTP request.</summary>
      <returns>The object that represents the value of a Referer HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Remove(System.String)">
      <summary>Removes a specific object from the HttpRequestHeaderCollection.</summary>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the HttpRequestHeaderCollection.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Remove(System.Collections.Generic.KeyValuePair(System.String,System.String))">
      <summary>Removes a specific key-value pair from the HttpRequestHeaderCollection.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Size">
      <summary>Gets the number of objects in the HttpRequestHeaderCollection.</summary>
      <returns>The number of objects in the HttpRequestHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.ToString">
      <summary>Returns a string that represents the current HttpRequestHeaderCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.TransferEncoding">
      <summary>Gets the HttpTransferCodingHeaderValueCollection of HttpTransferCodingHeaderValue objects that represent the value of a Transfer-Encoding HTTP header on an HTTP request.</summary>
      <returns>The collection of HttpTransferCodingHeaderValue objects that represent the value of a Transfer-Encoding HTTP header on an HTTP request. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.TryAppendWithoutValidation(System.String,System.String)">
      <summary>Try to append the specified item to the HttpRequestHeaderCollection without validation.</summary>
      <returns>true if the item was appended; otherwise false.</returns>
      <param name="name">The name of the item to append.</param>
      <param name="value">The value of the item to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.TryGetValue(System.String,@System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the HttpRequestHeaderCollection. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the HttpRequestHeaderCollection; otherwise, false.</returns>
      <param name="key">The key to check for in the HttpRequestHeaderCollection.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the HttpRequestHeaderCollection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.UserAgent">
      <summary>Gets the HttpProductInfoHeaderValueCollection of HttpProductInfoHeaderValue objects that represent the value of a User-Agent HTTP header on an HTTP request.</summary>
      <returns>The collection of HttpProductInfoHeaderValue objects that represent the value of a User-Agent HTTP header on an HTTP request. An empty collection means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Values">
      <summary>Gets an ICollection object containing the values of the HttpRequestHeaderCollection .</summary>
      <returns>The ICollection of all values in this HttpRequestHeaderCollection.</returns>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpResponseHeaderCollection">
      <summary>Provides a collection of the HTTP headers associated with an HTTP response.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Add(System.String,System.String)">
      <summary>Adds an item to the HttpResponseHeaderCollection.</summary>
      <param name="key">The key of the item to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Add(System.Collections.Generic.KeyValuePair(System.String,System.String))">
      <summary>Adds a new key-value pair to the HttpResponseHeaderCollection.</summary>
      <param name="item">The key-value pair to add.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Age">
      <summary>Gets or sets the TimeSpan object that represents the value of an Age HTTP header on an HTTP response.</summary>
      <returns>The object that represents the value of an Age HTTP header on an HTTP response. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Allow">
      <summary>Gets the HttpMethodHeaderValueCollection of HttpMethod objects that represent the value of an Allow HTTP header on an HTTP response.</summary>
      <returns>The collection of HttpMethod objects that represent the value of an Allow HTTP header on an HTTP response. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Append(System.String,System.String)">
      <summary>Adds a new item to the end of the HttpResponseHeaderCollection.</summary>
      <param name="name">The name of the value to add.</param>
      <param name="value">The item value to add.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.CacheControl">
      <summary>Gets the HttpCacheDirectiveHeaderValueCollection of objects that represent the value of a Cache-Control HTTP header on an HTTP response.</summary>
      <returns>The collection of objects that represent the value of a Cache-Control HTTP header on an HTTP response. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Connection">
      <summary>Gets the HttpConnectionOptionHeaderValueCollection of HttpConnectionOptionHeaderValue objects that represent the value of a Connection HTTP header on an HTTP response.</summary>
      <returns>The collection of HttpConnectionOptionHeaderValue objects that represent the value of a Connection HTTP header. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Contains(KeyValuePair(System.String,System.String))">
      <summary>Returns a value that indicates whether a specified key-value pair exists in the HttpResponseHeaderCollection.</summary>
      <returns>true if an item with that key exists in the HttpResponseHeaderCollection; otherwise, false.</returns>
      <param name="key">The key-value pair to check for in the HttpResponseHeaderCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.ContainsKey(System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the HttpResponseHeaderCollection.</summary>
      <returns>true if an item with that key exists in the HttpResponseHeaderCollection; otherwise, false.</returns>
      <param name="key">The key to check for in the HttpResponseHeaderCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.CopyTo(System.Collections.Generic.KeyValuePair(System.String,System.String)[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Date">
      <summary>Gets or sets the DateTime object that represents the value of a Date HTTP header on an HTTP response.</summary>
      <returns>The object that represents the value of a Date HTTP header on an HTTP request. A null value means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.First">
      <summary>Retrieves an iterator to the first item in the HttpResponseHeaderCollection.</summary>
      <returns>An object that can be used to enumerate the items in the collection. The iterator points to the first item in the HttpResponseHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.GetView">
      <summary>Returns an immutable view of the HttpResponseHeaderCollection.</summary>
      <returns>The view of the HttpResponseHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.HasKey(System.String)">
      <summary>Determines whether the HttpResponseHeaderCollection contains the specified key.</summary>
      <returns>true if the key is found; otherwise, false.</returns>
      <param name="key">The key associated with the item to locate.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Insert(System.String,System.String)">
      <summary>Inserts or replaces an item in the HttpResponseHeaderCollection with the specified key and value.</summary>
      <returns>true if an item with the specified key is an existing item that was replaced; otherwise false.</returns>
      <param name="key">The key of the item to be inserted.</param>
      <param name="value">The value of the item to insert.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.IsReadOnly">
      <summary>Gets a value indicating whether the dictionary is read-only.</summary>
      <returns>true if the dictionary is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Item(System.String)">
      <summary>Gets or sets the element value at the
specified key index.</summary>
      <returns>The element value
at the specified key index.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Keys">
      <summary>Gets an ICollection object containing the keys of the HttpResponseHeaderCollection.</summary>
      <returns>The ICollection of all keys in this HttpResponseHeaderCollection.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Location">
      <summary>Gets or sets the Uri that represents the value or a Location HTTP header on an HTTP response.</summary>
      <returns>The object that represents the value of a Location HTTP header on an HTTP response. A null value means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Lookup(System.String)">
      <summary>Lookup an item in the HttpResponseHeaderCollection.</summary>
      <returns>The value of the item if found.</returns>
      <param name="key">The key of the item to lookup.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.ProxyAuthenticate">
      <summary>Gets the HttpChallengeHeaderValueCollection of HttpChallengeHeaderValue objects that represent the value of a Proxy-Authenticate HTTP header on an HTTP response.</summary>
      <returns>The collection of HttpChallengeHeaderValue objects that represent the value of a Proxy-Authenticate HTTP header on an HTTP response. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Remove(System.String)">
      <summary>Removes a specific object from the HttpResponseHeaderCollection.</summary>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Remove(System.String,@System.Boolean)">
      <summary>Removes a specific item from the HttpResponseHeaderCollection.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key of the item to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Remove(System.Collections.Generic.KeyValuePair(System.String,System.String))">
      <summary>Removes a specific key-value pair from the HttpResponseHeaderCollection.</summary>
      <returns>true if the item was removed, otherwise false.</returns>
      <param name="key">The key-value pair to remove.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.RetryAfter">
      <summary>Gets or sets the HttpDateOrDeltaHeaderValue object that represent the value of a Retry-After HTTP header on an HTTP response.</summary>
      <returns>The object that represents the value of a Retry-After HTTP header on an HTTP response. A null value means that the header is absent.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Size">
      <summary>Gets the number of objects in the HttpResponseHeaderCollection.</summary>
      <returns>The number of objects in the HttpResponseHeaderCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.ToString">
      <summary>Returns a string that represents the current HttpResponseHeaderCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.TransferEncoding">
      <summary>Gets the HttpTransferCodingHeaderValueCollection of HttpTransferCodingHeaderValue objects that represent the value of a Transfer-Encoding HTTP header on an HTTP response.</summary>
      <returns>The collection of HttpTransferCodingHeaderValue objects that represent the value of a Transfer-Encoding HTTP header on an HTTP response. An empty collection means that the header is absent.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.TryAppendWithoutValidation(System.String,System.String)">
      <summary>Try to append the specified item to the HttpResponseHeaderCollection without validation.</summary>
      <returns>true if the item was appended; otherwise false.</returns>
      <param name="name">The name of the item to append.</param>
      <param name="value">The value of the item to append.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpResponseHeaderCollection.TryGetValue(System.String,@System.String)">
      <summary>Returns a value that indicates whether a specified key exists in the HttpResponseHeaderCollection. If an item with that key exists, the item is retrieved as an out parameter.</summary>
      <returns>true if an item with that key exists in the HttpResponseHeaderCollection; otherwise, false.</returns>
      <param name="key">The key to check for in the HttpResponseHeaderCollection.</param>
      <param name="value">The item, if it exists. Contains null if the item does not exist in the HttpResponseHeaderCollection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.Values">
      <summary>Gets an ICollection object containing the values of the HttpResponseHeaderCollection .</summary>
      <returns>The ICollection of all values in this HttpResponseHeaderCollection.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpResponseHeaderCollection.WwwAuthenticate">
      <summary>Gets the HttpChallengeHeaderValueCollection of HttpChallengeHeaderValue objects that represent the value of a WWW-Authenticate HTTP header on an HTTP response.</summary>
      <returns>The collection of HttpChallengeHeaderValue objects that represent the value of a WWW-Authenticate HTTP header on an HTTP response. An empty collection means that the header is absent.</returns>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpTransferCodingHeaderValue">
      <summary>Represents transfer coding information used in the Transfer-Encoding HTTP header on an HTTP request.</summary>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpTransferCodingHeaderValue.Parameters">
      <summary>Gets a set of parameters used in the Transfer-Encoding HTTP header.</summary>
      <returns>A set of name/value parameters used in the Transfer-Encoding HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValue.Parse(System.String)">
      <summary>Converts a string to an HttpTransferCodingHeaderValue instance.</summary>
      <returns>An HttpProductInfoHeaderValue instance.</returns>
      <param name="input">A string that represents the transfer-coding information.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValue.ToString">
      <summary>Returns a string that represents the current HttpTransferCodingHeaderValue object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpTransferCodingHeaderValue@)">
      <summary>Determines whether a string is valid HttpTransferCodingHeaderValue information.</summary>
      <returns>true if input is valid HttpTransferCodingHeaderValue information; otherwise, false.</returns>
      <param name="input">The string to validate.</param>
      <param name="transferCodingHeaderValue">The HttpTransferCodingHeaderValue version of the string.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpTransferCodingHeaderValue.Value">
      <summary>Gets the transfer-coding
value used in the Transfer-Encoding HTTP header.</summary>
      <returns>The transfer-coding
value (transfer-coding name) used in the Transfer-Encoding HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValue.#ctor(System.String)">
      <summary>Initializes a new instance of the HttpProductInfoHeaderValue class.</summary>
      <param name="input">The transfer-coding information to initialize the HttpProductInfoHeaderValue object.</param>
    </member>
    <member name="T:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection">
      <summary>Represents the value of the Transfer-Encoding HTTP header on an HTTP request.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Add(Windows.Web.Http.Headers.HttpTransferCodingHeaderValue)">
      <summary>Adds a new item to the collection.</summary>
      <param name="item">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Append(Windows.Web.Http.Headers.HttpTransferCodingHeaderValue)">
      <summary>Adds a new HttpTransferCodingHeaderValue item to the end of the collection.</summary>
      <param name="value">The new item to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpTransferCodingHeaderValue)">
      <summary>Determines whether an element is in the collection.</summary>
      <returns>true if the item was found in the collection; otherwise, false.</returns>
      <param name="item">The item to find in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.CopyTo(Windows.Web.Http.Headers.HttpTransferCodingHeaderValue[],System.Int32)">
      <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
      <param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Count">
      <summary>Gets the number of elements contained in the collection.</summary>
      <returns>The number of elements contained in the collection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.First">
      <summary>Retrieves an iterator to the first HttpTransferCodingHeaderValue item in the collection.</summary>
      <returns>An object that can be used to enumerate the HttpTransferCodingHeaderValue items in the collection. The iterator points to the first HttpTransferCodingHeaderValue item in the HttpTransferCodingHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.GetAt(System.UInt32)">
      <summary>Returns the HttpTransferCodingHeaderValue at the specified index in the collection.</summary>
      <returns>The HttpTransferCodingHeaderValue at the specified index in the HttpTransferCodingHeaderValueCollection.</returns>
      <param name="index">The zero-based index of a specified item in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.GetMany(System.UInt32,Windows.Web.Http.Headers.HttpTransferCodingHeaderValue[])">
      <summary>Retrieves the HttpTransferCodingHeaderValue items that start at the specified index in the collection.</summary>
      <returns>The number of items retrieved.</returns>
      <param name="startIndex">The zero-based index of the start of the HttpTransferCodingHeaderValue items in the HttpTransferCodingHeaderValueCollection.</param>
      <param name="items">An array of HttpTransferCodingHeaderValue items that start at startIndex in the HttpTransferCodingHeaderValueCollection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.GetView">
      <summary>Returns an immutable view of the HttpTransferCodingHeaderValueCollection.</summary>
      <returns>The view of the HttpTransferCodingHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.IndexOf(Windows.Web.Http.Headers.HttpTransferCodingHeaderValue,System.UInt32@)">
      <summary>Retrieves the index of an HttpTransferCodingHeaderValue in the collection.</summary>
      <returns>Indicates whether the item is found. true if the HttpTransferCodingHeaderValue item is found; otherwise, false.</returns>
      <param name="value">The HttpTransferCodingHeaderValue to find in the HttpTransferCodingHeaderValueCollection.</param>
      <param name="index">The index of the HttpTransferCodingHeaderValue in the HttpTransferCodingHeaderValueCollection. If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.IndexOf(HttpTransferCodingHeaderValue)">
      <summary>Determines the index of a specific item in the collection.</summary>
      <returns>The index of item if found in the collection; otherwise, -1.</returns>
      <param name="item">The object to locate in the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Insert(System.Int32,HttpTransferCodingHeaderValue)">
      <summary>Inserts an item into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which item should be inserted.</param>
      <param name="item">The object to insert into the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpTransferCodingHeaderValue)">
      <summary>Inserts an HttpTransferCodingHeaderValue into the collection at the specified index.</summary>
      <param name="index">The zero-based index at which value should be inserted.</param>
      <param name="value">The object to insert into the collection.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.IsReadOnly">
      <summary>Gets a value indicating whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Item(System.Int32)">
      <summary>Gets or sets the element at the specified index.</summary>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.ParseAdd(System.String)">
      <summary>Parses and adds an entry to the HttpTransferCodingHeaderValueCollection.</summary>
      <param name="input">The entry to add.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Remove(Windows.Web.Http.Headers.HttpTransferCodingHeaderValue)">
      <summary>Removes the first occurrence of a specific object from the collection.</summary>
      <returns>true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.</returns>
      <param name="item">The object to remove from the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.RemoveAt(System.UInt32)">
      <summary>Removes the entry at the specified index from the HttpTransferCodingHeaderValueCollection.</summary>
      <param name="index">The index of the entry to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.RemoveAt(System.Int32)">
      <summary>Removes the element at the specified index of the collection.</summary>
      <param name="index">The zero-based index of the element to remove.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.RemoveAtEnd">
      <summary>Removes the last HttpTransferCodingHeaderValue item from the collection.</summary>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.ReplaceAll(Windows.Web.Http.Headers.HttpTransferCodingHeaderValue[])">
      <summary>Replaces all the HttpTransferCodingHeaderValue items in the collection with the specified HttpTransferCodingHeaderValue items.</summary>
      <param name="items">The HttpTransferCodingHeaderValue items to add to the collection.</param>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.SetAt(System.UInt32,Windows.Web.Http.Headers.HttpTransferCodingHeaderValue)">
      <summary>Sets the HttpTransferCodingHeaderValue at the specified index in the collection.</summary>
      <param name="index">The zero-based index at which to set the HttpTransferCodingHeaderValue.</param>
      <param name="value">The item to set.</param>
    </member>
    <member name="P:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.Size">
      <summary>Gets the number of HttpTransferCodingHeaderValue objects in the collection.</summary>
      <returns>The number of HttpTransferCodingHeaderValue objects in the HttpTransferCodingHeaderValueCollection.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.ToString">
      <summary>Returns a string that represents the current HttpTransferCodingHeaderValueCollection object.</summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.TryParseAdd(System.String)">
      <summary>Tries to parse and add the specified item to the HttpTransferCodingHeaderValueCollection.</summary>
      <returns>true if the item successfully parsed and was added; otherwise false.</returns>
      <param name="input">The item to parse and add.</param>
    </member>
    <member name="N:Windows.Web.Syndication">
      <summary>Manages syndication feeds.</summary>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationAttribute">
      <summary>Represents a custom attribute not defined in the specification.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationAttribute.Name">
      <summary>Gets the name of the syndication attribute.</summary>
      <returns>The atom:name element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationAttribute.Namespace">
      <summary>Gets the namespace of the attribute.</summary>
      <returns>The namespace of the attribute.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationAttribute.Value">
      <summary>Gets or sets the value of the attribute.</summary>
      <returns>The value of the attribute.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationAttribute.#ctor">
      <summary>Creates a new SyndicationAttribute object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationAttribute.#ctor(System.String,System.String,System.String)">
      <summary>Creates a new SyndicationAttribute object with the specified Name, Namespace, and Value property values.</summary>
      <param name="attributeName">The name of the attribute.</param>
      <param name="attributeNamespace">The namespace of the attribute.</param>
      <param name="attributeValue">The value of the attribute.</param>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationCategory">
      <summary>Represents the category of a feed or an item. This class encapsulates information in the /rss/channel/item/category element in RSS 2.0 or the atom:category element in Atom 1.0.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationCategory.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.Label">
      <summary>Gets or sets the label for the category. This property represents the label attribute on atom:category. It provides a label for display in end-user applications.</summary>
      <returns>The label attribute on atom:category.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.Scheme">
      <summary>Gets or sets the scheme of the category. This property represents the scheme attribute on atom:category or the domain attribute on the category element in RSS 2.0.</summary>
      <returns>The scheme attribute on atom:category or the domain attribute on the category element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationCategory.Term">
      <summary>Gets or sets a string that identifies the category. This property represents the required term attribute on atom:category or the text content of the category element in RSS 2.0.</summary>
      <returns>The required term attribute on atom:category or the text content of the category element in RSS 2.0.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationCategory.#ctor">
      <summary>Creates a SyndicationCategory object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationCategory.#ctor(System.String)">
      <summary>Creates a SyndicationCategory object with the specified term property.</summary>
      <param name="term">A string that identifies the category. This parameter represents the required term attribute on atom:category or the text content of the category element in RSS 2.0.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationCategory.#ctor(System.String,System.String,System.String)">
      <summary>Creates SyndicationCategory object with the specified property values.</summary>
      <param name="term">A string that identifies the category.</param>
      <param name="scheme">The scheme of the category.</param>
      <param name="label">A label for display in end-user applications.</param>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationClient">
      <summary>Implements the ISyndicationClient interface which retrieves feeds from a URI asynchronously.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationClient.BypassCacheOnRetrieve">
      <summary>Gets or sets a Boolean value that specifies whether to bypass the cache when retrieving the feed.</summary>
      <returns>TRUE if the cache should be bypassed; otherwise FALSE.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationClient.MaxResponseBufferSize">
      <summary>Gets or sets the maximum number of bytes to buffer when receiving a response from a server.</summary>
      <returns>Maximum size and default is UInt32.MaxValue.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationClient.ProxyCredential">
      <summary>Gets or sets the credentials to use when making requests via a proxy.</summary>
      <returns>The PasswordCredential to use.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationClient.RetrieveFeedAsync(Windows.Foundation.Uri)">
      <summary>Starts an asynchronous operation to download the syndication feed from the given URI. This method instantiates a SyndicationFeed object from the feed string, which can be in one of the formats specified in SyndicationFormat.</summary>
      <returns>Contains the results of the operation.</returns>
      <param name="uri">The URI from which the feed is downloaded.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationClient.ServerCredential">
      <summary>Gets or sets the credentials to use when making requests to the server.</summary>
      <returns>Initally, this value is a username/password tuple. For domain credentials, the username is in domain\user form.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationClient.SetRequestHeader(System.String,System.String)">
      <summary>Sets an HTTP header for the request. This method can be called multiple times to set multiple headers. When the same header is set multiple times, the values will be concatenated and separated by ,.</summary>
      <param name="name">The name of the header.</param>
      <param name="value">The value of the header.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationClient.#ctor">
      <summary>Creates a new SyndicationClient object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationClient.#ctor(Windows.Security.Credentials.PasswordCredential)">
      <summary>Creates a new SyndicationClient object with authentication credentials.</summary>
      <param name="serverCredential">Credentials for user authentication.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationClient.Timeout">
      <summary>Gets or sets the maximum amount of time, in milliseconds, to wait for any of the asynchronous operations to complete. If the operation is not complete within this amount of time, it will fail with a status code indicating that it timed out.</summary>
      <returns>Default value is 30000 (30 seconds). A value of UInt32.MaxValue indicates that the syndication client will wait indefinitely for a response.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationContent">
      <summary>Represents feed content including Text, HTML, XHTML, URL, and XML. This object encapsulates the atom:content element in Atom 1.0 and can contain a link to external content.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationContent.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.SourceUri">
      <summary>Gets or sets the URI to the content. This property represents the src attribute on atom:content.</summary>
      <returns>The src attribute on atom:content.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.Text">
      <summary>Gets the syndication content.</summary>
      <returns>The text of the syndication content.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.Type">
      <summary>Gets or sets the type of the content.</summary>
      <returns>This value can be text, html, xhtml or other media types.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationContent.Xml">
      <summary>Gets or sets the XML content.</summary>
      <returns>The XML content within the atom:content element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationContent.#ctor">
      <summary>Creates a new SyndicationContent object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationContent.#ctor(System.String,Windows.Web.Syndication.SyndicationTextType)">
      <summary>Creates a new SyndicationContent object with the specified Text and Type property values.</summary>
      <param name="text">The text of the content.</param>
      <param name="type">The type of the content.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationContent.#ctor(Windows.Foundation.Uri)">
      <summary>Creates a new SyndicationContent object with the specified Uri property value.</summary>
      <param name="sourceUri">The Uri value.</param>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationError">
      <summary>Represents an error encountered during a Syndication operation</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationError.GetStatus(System.Int32)">
      <summary>Gets the specific error using the returned HRESULT value. Possible values are defined by SyndicationErrorStatus.</summary>
      <returns>The error encountered.</returns>
      <param name="hresult">An HRESULT returned during the operation.</param>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationFeed">
      <summary>Contains information about a feed. This class encapsulates the information in the /rss/channel element in RSS 2.0 or the atom:feed element in Atom 1.0.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Authors">
      <summary>Gets the authors of an item. This property represents the collection of all the atom:author elements under atom:entry.</summary>
      <returns>The collection of all the atom:author elements under atom:entry.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Categories">
      <summary>Gets a collection of categories of the feed. This property represents the collection of all the atom:category elements under atom:feed.</summary>
      <returns>The collection of all atom:category elements under atom:feed.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Contributors">
      <summary>Gets a collection of the contributors of the feed. This property represents the collection of all the atom:contributor elements under atom:feed.</summary>
      <returns>The collection of all atom:contributor elements under atom:feed.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.FirstUri">
      <summary>Gets the first Uniform Resource Identifier (URI) in a sequence. This property represents the atom:link element with attribute rel="first".</summary>
      <returns>The atom:link element with attribute rel="first". This property is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute, if it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property will be null because the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Generator">
      <summary>Gets or sets the generator of the feed. This property represents the atom:generator element or the generator element in RSS 2.0.</summary>
      <returns>The atom:generator element or the generator element in RSS 2.0.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationFeed.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.IconUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) for the image for the feed. This property represents the atom:icon element.</summary>
      <returns>The atom:icon element. It is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute, if it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property will be null because the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Id">
      <summary>Gets or sets the identifier for the syndication feed.</summary>
      <returns>The atom:Id element or the guid element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.ImageUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the logo for the feed. This property represents the atom:logo element or image/uri element in RSS 2.0.</summary>
      <returns>The atom:logo element or image/uri element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Items">
      <summary>Gets the collection of items in the feed. This property represents the collection of atom:entry elements or a collection of item elements in RSS 2.0.</summary>
      <returns>The collection of atom:entry elements or a collection of item elements in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.LastUpdatedTime">
      <summary>Gets or sets the time the feed was last modified. This property represents the /rss/channel/lastBuildDate or atom:updated element.</summary>
      <returns>The /rss/channel/lastBuildDate or atom:updated element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.LastUri">
      <summary>Gets the last Uniform Resource Identifier (URI) in the sequence. This property represents the atom:link element with attribute rel="last".</summary>
      <returns>The atom:link element with attribute rel="last". It is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute, if it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property will be null because the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Links">
      <summary>Gets the links associated with the feed. This property represents a collection of the atom:link elements under atom:feed. In RSS 2.0, this maps to the link element.</summary>
      <returns>A collection of the atom:link elements under atom:feed. In RSS 2.0 this maps to the link element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationFeed.Load(System.String)">
      <summary>Initializes the object from the given feed string, which can be in either RSS 2.0 or Atom 1.0 format.</summary>
      <param name="feed">The feed string, which can be in either RSS 2.0 or Atom 1.0 format.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationFeed.LoadFromXml(Windows.Data.Xml.Dom.XmlDocument)">
      <summary>Initializes the SyndicationFeed object from the given DOM object, which can contain XML content in either RSS 2.0 or Atom 1.0 format.</summary>
      <param name="feedDocument">The DOM object which contains XML content in either RSS 2.0 or Atom 1.0 format.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.NextUri">
      <summary>Gets the next Uniform Resource Identifier (URI) in the sequence. This property represents the atom:link element with attribute rel="next".</summary>
      <returns>The atom:link element with attribute rel="next". It is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute, if it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property will be null because the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.PreviousUri">
      <summary>Gets the previous Uniform Resource Identifier (URI) in the sequence. This property represents the atom:link element with attribute rel="previous".</summary>
      <returns>The atom:link element with attribute rel="previous". It is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute, if it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property will be null because the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Rights">
      <summary>Gets or sets information about the rights for the feed. This property represents the atom:rights element or the copyright element in RSS 2.0.</summary>
      <returns>The atom:rights element or the copyright element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.SourceFormat">
      <summary>Gets the format of the source document. If the object is not loaded from a document, this property will return SyndicationFormat_Atom10.</summary>
      <returns>The format of the source document or SyndicationFormat_Atom10.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Subtitle">
      <summary>Gets or sets the subtitle of the feed. This property represents the atom:subtitle element or the description element in RSS 2.0.</summary>
      <returns>The atom:subtitle element or the description element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationFeed.Title">
      <summary>Gets or sets the title of the syndication feed.</summary>
      <returns>The atom:title element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationFeed.#ctor">
      <summary>Creates a new SyndicationFeed object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationFeed.#ctor(System.String,System.String,Windows.Foundation.Uri)">
      <summary>Creates a new SyndicationFeed object with a Title, Subtitle, and Uri.</summary>
      <param name="title">The Title of the syndication feed.</param>
      <param name="subtitle">The Subtitle of the syndication feed.</param>
      <param name="uri">The Uri value.</param>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationGenerator">
      <summary>Describes the agent or the tool used to generate the feed. This class encapsulates information in the /rss/channel/generator element in RSS 2.0 or the /atom:feed/atom:generator element in Atom 1.0.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationGenerator.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationGenerator.#ctor">
      <summary>Creates a new SyndicationGenerator object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationGenerator.#ctor(System.String)">
      <summary>Creates a new SyndicationGenerator object with the specified Text property value.</summary>
      <param name="text">Identifies the generator. This parameter represents the text content in the atom:generator element or the generator element in RSS 2.0.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.Text">
      <summary>Gets or sets the text that identifies the generator.</summary>
      <returns>The text content in the atom:generator element or the generator element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.Uri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the syndication generator.</summary>
      <returns>The href attribute on atom:link.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationGenerator.Version">
      <summary>Gets or sets the version of the generator.</summary>
      <returns>The version attribute on atom:generator.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationItem">
      <summary>Represents an item in the feed. This class encapsulates information in the /rss/channel/item element in RSS 2.0 or the atom:entry element in Atom 1.0.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Authors">
      <summary>Gets the authors of an item. This property represents the collection of all the atom:author elements under atom:entry.</summary>
      <returns>The collection of all the atom:author elements under atom:entry.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Categories">
      <summary>Gets a collection of categories of the feed. This property represents the collection of all the atom:category elements under atom:feed.</summary>
      <returns>The collection of all atom:category elements under atom:feed.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.CommentsUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the comments for the item. This property represents the /rss/channel/item/comments element.</summary>
      <returns>The /rss/channel/item/comments element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Content">
      <summary>Gets or sets the content of the item.</summary>
      <returns>The content of the item.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Contributors">
      <summary>Gets a collection of the contributors of the feed. This property represents the collection of all the atom:contributor elements under atom:feed.</summary>
      <returns>The collection of all atom:contributor elements under atom:feed.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.EditMediaUri">
      <summary>Gets the Uniform Resource Identifier (URI) of an editable media resource.</summary>
      <returns>The atom:link element with the attribute rel="edit-media".</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.EditUri">
      <summary>Gets the Uniform Resource Identifier (URI) of an editable resource.</summary>
      <returns>The atom:linkelement with rel="edit".</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.ETag">
      <summary>Gets an ETag HTTP header.</summary>
      <returns>An Etag HTTP header.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationItem.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Id">
      <summary>Gets or sets the identifier for the syndication feed.</summary>
      <returns>The atom:Id element or the guid element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.ItemUri">
      <summary>Gets the Uniform Resource Identifier (URI) of this item. AtomPubClient creates this property after new resource is created.</summary>
      <returns>The Uniform Resource Identifier (URI) of the item.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.LastUpdatedTime">
      <summary>Gets or sets the most recent time the item was modified. This property represents the atom:updated element.</summary>
      <returns>The atom:updated element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Links">
      <summary>Gets the links contained in the item.</summary>
      <returns>The collection of all the atom:link elements under atom:entry.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationItem.Load(System.String)">
      <summary>Initializes the object from the given feed string, which can be in either RSS 2.0 or Atom 1.0 format.</summary>
      <param name="item">The feed string, which can be in either RSS 2.0 or Atom 1.0 format.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationItem.LoadFromXml(Windows.Data.Xml.Dom.XmlDocument)">
      <summary>Initializes the object from the given DOM object, which can contain XML content in either RSS 2.0 or Atom 1.0 format.</summary>
      <param name="itemDocument">The DOM object, which can contain XML content in either RSS 2.0 or Atom 1.0 format.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.PublishedDate">
      <summary>Gets or sets the date the item was published.</summary>
      <returns>The atom:published element under atom:entry or the pubDate element under item element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Rights">
      <summary>Gets or sets information about the rights of an item. This property represents the atom:rights element.</summary>
      <returns>The atom:rights element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Source">
      <summary>Gets or sets the source feed of the item. This property represents the atom:source element or the source element in RSS 2.0.</summary>
      <returns>The atom:source element or the source element in RSS 2.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Summary">
      <summary>Gets or sets a summary of the item.</summary>
      <returns>The atom:summary element or the description element in RSS 2.0.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationItem.#ctor">
      <summary>Creates a new SyndicationItem object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationItem.#ctor(System.String,Windows.Web.Syndication.SyndicationContent,Windows.Foundation.Uri)">
      <summary>Creates a new SyndicationItem object with a title, content, and URI.</summary>
      <param name="title">Title of the new item.</param>
      <param name="content">The content for this feed item.</param>
      <param name="uri">The URI associated with this item.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationItem.Title">
      <summary>Gets or sets the title of the item.</summary>
      <returns>The atom:title element.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationLink">
      <summary>Represents a link within a syndication feed or item. This class encapsulates information in the /rss/channel/link or /rss/channel/item/link element in RSS 2.0 or the atom:link element in Atom 1.0.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationLink.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.Length">
      <summary>Gets or sets the length of the linked resource, in bytes.</summary>
      <returns>The length attribute on atom:length.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.MediaType">
      <summary>Gets or sets the media type of the linked resource. The string must have the pattern .+/.+.</summary>
      <returns>The type attribute on atom:link.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.Relationship">
      <summary>Gets or sets the relationship type of the link.</summary>
      <returns>The rel attribute on atom:link.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.ResourceLanguage">
      <summary>Gets or sets the language of the resource pointed to by the Uri property. This property represents the hreflang attribute on atom:link. It must adhere to the pattern defined by RFC 3066.</summary>
      <returns>The language of the resource.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationLink.#ctor">
      <summary>Creates a new SyndicationLink object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationLink.#ctor(Windows.Foundation.Uri)">
      <summary>Creates a new SyndicationLink with a Uri.</summary>
      <param name="uri">The Uri value.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationLink.#ctor(Windows.Foundation.Uri,System.String,System.String,System.String,System.UInt32)">
      <summary>Creates a new SyndicationLink object with a Uri, Relationship, Title, MediaType, and Length.</summary>
      <param name="uri">The Uri value.</param>
      <param name="relationship">The relationship type.</param>
      <param name="title">The title of the syndication link.</param>
      <param name="mediaType">The MediaType of the syndication link.</param>
      <param name="length">The length, in bytes, of the syndication link.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.Title">
      <summary>Gets or sets the title of the syndication link.</summary>
      <returns>The atom:title element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationLink.Uri">
      <summary>Gets or sets the URI of the linked resource.</summary>
      <returns>The href attribute on atom:link.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationNode">
      <summary>Implements the ISyndicationNode interface which represents a generic XML syndication element.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationNode.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationNode.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationNode.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationNode.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationNode.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationNode.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationNode.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationNode.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationNode.#ctor">
      <summary>Creates a new SyndicationNode object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationNode.#ctor(System.String,System.String,System.String)">
      <summary>Creates a new SyndicationNode object with the specified NodeName, NodeNamespace, and NodeValue property values.</summary>
      <param name="nodeName">The local name of the element. It must be valid according to XML 1.0.</param>
      <param name="nodeNamespace">The namespace of the element.</param>
      <param name="nodeValue">The text content of the element. If the element contains only child elements, this parameter is NULL.</param>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationPerson">
      <summary>Represents an author or contributor of syndication content.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.Email">
      <summary>Gets or sets the email address of the person.</summary>
      <returns>The atom:email element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationPerson.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.Name">
      <summary>Gets the name of the syndication person.</summary>
      <returns>The atom:name element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationPerson.#ctor">
      <summary>Creates a SyndicationPerson object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationPerson.#ctor(System.String)">
      <summary>Creates a SyndicationPerson object with the specified Name property value.</summary>
      <param name="name">The name of the SyndicationPerson. This parameter represents the atom:name element.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationPerson.#ctor(System.String,System.String,Windows.Foundation.Uri)">
      <summary>Creates a SyndicationPerson object with the specified Name, Email, and Uri property values.</summary>
      <param name="name">The name of the SyndicationPerson. This parameter represents the atom:name element.</param>
      <param name="email">Gets or sets the email address of the person. This property represents the atom:email element.</param>
      <param name="uri">Gets or sets the Uniform Resource Identifier (URI) of the person. This property represents the atom:uri element. It is the absolute URI resolved against the xml:base attribute, if it is present. If the href attribute is a relative URI string and there is no xml:base attribute, this property is NULL because relative URI is not supported by the runtime URI class.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationPerson.Uri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the person. This property represents the atom:uri element. It is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute, if it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property is NULL because the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.</summary>
      <returns>The Uniform Resource Identifier (URI) of the person.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationText">
      <summary>Implements the ISyndicationText interface that encapsulates elements in RSS 2.0 or Atom 1.0 that can have either text, HTML, or XHTML. In Atom 1.0, this object maps to an atomTextConstruct in the schema, which can be atom:title, atom:subtitle, atom:rights, or atom:summary elements.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationText.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationText.#ctor">
      <summary>Creates a new SyndicationText object.</summary>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationText.#ctor(System.String)">
      <summary>Creates a new SyndicationText object with the specified Text property value.</summary>
      <param name="text">The content of a text content construct like atom:title.</param>
    </member>
    <member name="M:Windows.Web.Syndication.SyndicationText.#ctor(System.String,Windows.Web.Syndication.SyndicationTextType)">
      <summary>Creates a new SyndicationText object with the specified Text and Type property values.</summary>
      <param name="text">The content of a text content construct like atom:title.</param>
      <param name="type">The type of the content. This value can be text, html, and xhtml.</param>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.Text">
      <summary>Gets the content of a text content construct like atom:title.</summary>
      <returns>The text content.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.Type">
      <summary>Gets or sets the type of the content.</summary>
      <returns>This value can be text, html, xhtml or other media types.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.SyndicationText.Xml">
      <summary>Gets or sets the XML content.</summary>
      <returns>The XML content within the atom:content element.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.RetrievalProgress">
      <summary>Contains progress information for a data retrieval operation.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.RetrievalProgress.BytesRetrieved">
      <summary>The number of bytes that have been received in this data retrieval operation.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.RetrievalProgress.TotalBytesToRetrieve">
      <summary>The total number of bytes to be received during this data retrieval operation.</summary>
    </member>
    <member name="T:Windows.Web.Syndication.TransferProgress">
      <summary>Contains progress information for a data transfer operation.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.TransferProgress.BytesSent">
      <summary>The number of bytes sent.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.TransferProgress.TotalBytesToSend">
      <summary>The total number of bytes that will be sent during the transfer operation.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.TransferProgress.BytesRetrieved">
      <summary>The number of bytes received.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.TransferProgress.TotalBytesToRetrieve">
      <summary>The total number of bytes that will be received during the transfer operation.</summary>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationErrorStatus">
      <summary>Defines errors encountered during a Syndication operation.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationErrorStatus.Unknown">
      <summary>An unknown error has occurred.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationErrorStatus.MissingRequiredElement">
      <summary>A required element is missing.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationErrorStatus.MissingRequiredAttribute">
      <summary>A required attribute is missing.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationErrorStatus.InvalidXml">
      <summary>The provided XML is not valid.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationErrorStatus.UnexpectedContent">
      <summary>An unexpected error was encountered with the content.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationErrorStatus.UnsupportedFormat">
      <summary>The content is not presented in a supported format.</summary>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationFormat">
      <summary>Specifies the syndication formats supported by the API.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationFormat.Atom10">
      <summary>The API supports the Atom 1.0 format.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationFormat.Rss20">
      <summary>The API supports the RSS 2.0 format.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationFormat.Rss10">
      <summary>The API supports the RSS 1.0 format.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationFormat.Rss092">
      <summary>The API supports the RSS 0.92 format.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationFormat.Rss091">
      <summary>The API supports the RSS 0.91 format.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationFormat.Atom03">
      <summary>The API supports the Atom 0.3 format.</summary>
    </member>
    <member name="T:Windows.Web.Syndication.SyndicationTextType">
      <summary>Specifies the text types supported for syndication content.</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationTextType.Text">
      <summary>Plain text</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationTextType.Html">
      <summary>HTML (escaped markup)</summary>
    </member>
    <member name="F:Windows.Web.Syndication.SyndicationTextType.Xhtml">
      <summary>XML (not escaped)</summary>
    </member>
    <member name="T:Windows.Web.Syndication.ISyndicationClient">
      <summary>Encapsulates the data and methods needed to retrieve feeds from a URI asynchronously. It supports authentication.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationClient.BypassCacheOnRetrieve">
      <summary>Gets or sets a Boolean that indicates whether cache will be bypassed when retrieving the feed.</summary>
      <returns>TRUE if the cache should be bypassed; otherwise FALSE.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationClient.MaxResponseBufferSize">
      <summary>Gets or sets the maximum number of bytes to buffer when receiving a response from a server.</summary>
      <returns>Maximum size and default is UInt32.MaxValue.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationClient.ProxyCredential">
      <summary>Gets or sets the credentials to use when making requests using a proxy.</summary>
      <returns>Initially, this value is a username/password tuple. For domain credentials, the username is in domain\user form.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.ISyndicationClient.RetrieveFeedAsync(Windows.Foundation.Uri)">
      <summary>Initiates an asynchronous operation to download the syndication feed from the given URI. This method instantiates a SyndicationFeed object from the feed string, which can be in one of the formats specified in SyndicationFormat.</summary>
      <returns>Contains the results of the operation.</returns>
      <param name="uri">The URI from which the feed is downloaded.</param>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationClient.ServerCredential">
      <summary>Gets or sets the credentials to use when making requests to the server.</summary>
      <returns>Initally, this value is a username/password tuple. For domain credentials, the username is in domain\user form.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.ISyndicationClient.SetRequestHeader(System.String,System.String)">
      <summary>Sets an HTTP header for the request. This method can be called multiple times to set multiple headers. When the same header is set multiple times, the values will be concatenated and separated by ,.</summary>
      <param name="name">The name of the header.</param>
      <param name="value">The value of the header.</param>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationClient.Timeout">
      <summary>Gets or sets the maximum amount of time, in milliseconds, to wait for any of the asynchronous operations to complete. If the operation is not complete within this amount of time, it will fail with a status code indicating that it timed out.</summary>
      <returns>Default value is 30000 (30 seconds). A value of UInt32.MaxValue indicates that the syndication client will wait indefinitely for a response.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.ISyndicationNode">
      <summary>Represents a generic syndication XML element extension.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationNode.AttributeExtensions">
      <summary>Gets the list of custom attributes of the element.</summary>
      <returns>A list of attributes of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationNode.BaseUri">
      <summary>Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.</summary>
      <returns>The xml:base attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationNode.ElementExtensions">
      <summary>Gets the list of child elements within the element.</summary>
      <returns>The list of child elements within the element.</returns>
    </member>
    <member name="M:Windows.Web.Syndication.ISyndicationNode.GetXmlDocument(Windows.Web.Syndication.SyndicationFormat)">
      <summary>Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.</summary>
      <returns>The DOM object that represents this element, and all the attributes and child elements, including foreign markups.</returns>
      <param name="format">The format of the data.</param>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationNode.Language">
      <summary>Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.</summary>
      <returns>The xml:lang attribute on the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationNode.NodeName">
      <summary>Gets or sets the local name of the element.</summary>
      <returns>The local name of the element. Must be valid according to XML 1.0.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationNode.NodeNamespace">
      <summary>Gets or sets the namespace of the element.</summary>
      <returns>The namespace of the element.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationNode.NodeValue">
      <summary>Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.</summary>
      <returns>The text content of the element.</returns>
    </member>
    <member name="T:Windows.Web.Syndication.ISyndicationText">
      <summary>Represents text, HTML, or XHTML content. This interface encapsulates elements in RSS 2.0 or Atom 1.0 that can have either text, HTML, or XHTML content. In Atom 1.0 this interface maps to an atomTextConstruct in the schema, which can be element atom:title, atom:subtitle, atom:rights or atom:summary.</summary>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationText.Text">
      <summary>Gets or sets the content of a text content construct like atom:title.</summary>
      <returns>The text content.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationText.Type">
      <summary>Gets or sets the type of the content.</summary>
      <returns>This value can be text, html, xhtml or other media types.</returns>
    </member>
    <member name="P:Windows.Web.Syndication.ISyndicationText.Xml">
      <summary>Gets or sets the XML content.</summary>
      <returns>The XML content within the atom:content element.</returns>
    </member>
  </members>
</doc>