This commit is contained in:
Meik
2026-03-05 09:56:57 +01:00
parent 838e6b1ee1
commit 4013fa8e32
827 changed files with 743038 additions and 0 deletions

View File

@@ -0,0 +1,473 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract</name>
</assembly>
<members>
<member name="T:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview">
<summary>**Deprecated.** Defines the list of supported feature data types.</summary>
<deprecated type="deprecate">Use TensorKind instead of FeatureElementKindPreview. For more info, see MSDN.</deprecated>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Boolean">
<summary>Feature element is of type Boolean.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Complex128">
<summary>Feature element is of type Complex128.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Complex64">
<summary>Feature element is of type Complex64.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Double">
<summary>Feature element is of type Double.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Float">
<summary>Feature element is of type Float.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Float16">
<summary>Feature element is of type Float16.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int16">
<summary>Feature element is of type Int16.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int32">
<summary>Feature element is of type Int32.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int64">
<summary>Feature element is of type Int64.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int8">
<summary>Feature element is of type Int8.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.String">
<summary>Feature element is of type String.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt16">
<summary>Feature element is of type UInt16.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt32">
<summary>Feature element is of type UInt32.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt64">
<summary>Feature element is of type UInt64.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt8">
<summary>Feature element is of type UInt8.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Undefined">
<summary>
</summary>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview">
<summary>**Deprecated.** Represents the variable descriptor information.</summary>
<deprecated type="deprecate">Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.Description">
<summary>**Deprecated.** Gets the description of the variable.</summary>
<returns>The description of the variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.IsRequired">
<summary>**Deprecated.** Gets whether the variable is required or optional.</summary>
<returns>True if the variable is required; otherwise false.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.ModelFeatureKind">
<summary>**Deprecated.** Gets the data type of the variable.</summary>
<returns>The data type of the variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.Name">
<summary>**Deprecated.** Gets the name of the variable.</summary>
<returns>The name of the variable.</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview">
<summary>**Deprecated.** Represents the image descriptor information.</summary>
<deprecated type="deprecate">Use ImageFeatureDescriptor instead of ImageVariableDescriptorPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.BitmapPixelFormat">
<summary>**Deprecated.** Gets the pixel format of the image.</summary>
<returns>Pixel format of the image.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Description">
<summary>**Deprecated.** Gets the description of the image variable.</summary>
<returns>The description of the image variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Height">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.IsRequired">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.ModelFeatureKind">
<summary>**Deprecated.** Gets the data type of the variable.</summary>
<returns>The data type of the variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Name">
<summary>**Deprecated.** Gets the name of the image variable.</summary>
<returns>The name of the image variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Width">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview">
<summary>**Deprecated.** Represents the inference options for controlling the evaluation of a model.</summary>
<deprecated type="deprecate">Use LearningModelSession instead of InferencingOptionsPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.IsTracingEnabled">
<summary>**Deprecated.** Gets or sets whether tracing is enabled during model evaluation.</summary>
<returns>True if tracing is enabled; otherwise false. The default value is false.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.MaxBatchSize">
<summary>**Deprecated.** Gets or sets the maximum batch size for model evaluation.</summary>
<returns>The maximum batch size. Preview API only supports batching size of 1.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.MinimizeMemoryAllocation">
<summary>**Deprecated.** Gets or sets whether to minimize memory allocation after model evaluation.</summary>
<returns>True if minimizing memory allocation during evaluation; otherwise false. The default is false.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.PreferredDeviceKind">
<summary>**Deprecated.** Gets or sets the preferred device that the evaluation will be performed on.</summary>
<returns>The preferred device. The default value is LearningDeviceAny.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.ReclaimMemoryAfterEvaluation">
<summary>**Deprecated.** Gets or sets whether to reclaim allocated memory after the model evaluation.</summary>
<returns>True if reclaiming allocated memory after evaluation; otherwise false. The default value is false.</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview">
<summary>**Deprecated.** Represents the associations between model inputs and variable instances.</summary>
<deprecated type="deprecate">Use LearningModelBinding instead of LearningModelBindingPreview. For more info, see MSDN.</deprecated>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.#ctor(Windows.AI.MachineLearning.Preview.LearningModelPreview)">
<summary>
</summary>
<deprecated type="deprecate">Use ILearningModelBindingFactory instead of ILearningModelBindingPreviewFactory. For more info, see MSDN.</deprecated>
<param name="model">
</param>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Size">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Bind(System.String,System.Object)">
<summary>**Deprecated.** Binds a single input or output feature to a defined variable.</summary>
<deprecated type="deprecate">Use ILearningModelBinding instead of ILearningModelBindingPreview. For more info, see MSDN.</deprecated>
<param name="name">The name of the input/output feature.</param>
<param name="value">The value of the input/output feature.</param>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Bind(System.String,System.Object,Windows.Foundation.Collections.IPropertySet)">
<summary>
</summary>
<deprecated type="deprecate">Use ILearningModelBinding instead of ILearningModelBindingPreview. For more info, see MSDN.</deprecated>
<param name="name">
</param>
<param name="value">
</param>
<param name="metadata">
</param>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Clear">
<summary>**Deprecated.** Clears all bound variables.</summary>
<deprecated type="deprecate">Use ILearningModelBinding instead of ILearningModelBindingPreview. For more info, see MSDN.</deprecated>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.First">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.HasKey(System.String)">
<summary>
</summary>
<param name="key">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Lookup(System.String)">
<summary>
</summary>
<param name="key">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Split(Windows.Foundation.Collections.IMapView{System.String,System.Object}@,Windows.Foundation.Collections.IMapView{System.String,System.Object}@)">
<summary>
</summary>
<param name="first">
</param>
<param name="second">
</param>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview">
<summary>**Deprecated.** Represents the metadata and property descriptions for the provided model.</summary>
<deprecated type="deprecate">Use LearningModel instead of LearningModelDescriptionPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Author">
<summary>**Deprecated.** Gets the author information from the model.</summary>
<returns>The author information from the model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Description">
<summary>**Deprecated.** Gets the custom description of the model.</summary>
<returns>The custom description of the model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Domain">
<summary>**Deprecated.** Gets the domain information for the model.</summary>
<returns>The domain information for the model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.InputFeatures">
<summary>**Deprecated.** Gets the input descriptions for the model.</summary>
<returns>The input descriptions for the model, keyed by name of input.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Metadata">
<summary>**Deprecated.** Gets the metadata from the model.</summary>
<returns>The metadata for the provided model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Name">
<summary>**Deprecated.** Gets the name of the model.</summary>
<returns>The name of the model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.OutputFeatures">
<summary>**Deprecated.** Gets the output descriptions of the model.</summary>
<returns>The output descriptions for the model, keyed by the name of the output.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Version">
<summary>**Deprecated.** Gets the version information of the model.</summary>
<returns>The version information of the model.</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview">
<summary>**Deprecated.** Defines the list of constants representing Windows Machine Learning supported device kinds.</summary>
<deprecated type="deprecate">Use LearningModelDeviceKind instead of LearningModelDeviceKindPreview. For more info, see MSDN.</deprecated>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceAny">
<summary>The defualt value. Any device.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceCpu">
<summary>A central processor.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceDsp">
<summary>A digital signal proccesor.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceFpga">
<summary>A field-programmable gate array.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceGpu">
<summary>A graphics processor.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceNpu">
<summary>A neural processor.</summary>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelEvaluationResultPreview">
<summary>**Deprecated.** Gets the set of output predictions and corresponding probabilities correlated to the model evaluation.</summary>
<deprecated type="deprecate">Use LearningModelEvaluationResult instead of LearningModelEvaluationResultPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelEvaluationResultPreview.CorrelationId">
<summary>**Deprecated.** Gets the value to correlate the output results with the evaluation call.</summary>
<returns>The value to correlate the output results with the evaluation call.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelEvaluationResultPreview.Outputs">
<summary>**Deprecated.** Gets the set of features representing the output prediction along with probabilities.</summary>
<returns>The set of features representing the output prediction and probabilities.</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview">
<summary>**Deprecated.** Defines the list of data types for a model feature</summary>
<deprecated type="deprecate">Use LearningModelFeatureKind instead of LearningModelFeatureKindPreview. For more info, see MSDN.</deprecated>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Image">
<summary>The feature type is an Image.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Map">
<summary>The feature type is a Map.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Sequence">
<summary>The feature type is a Sequence.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Tensor">
<summary>The feature type is a Tensor.</summary>
</member>
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Undefined">
<summary>The feature type is Undefined.</summary>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelPreview">
<summary>**Deprecated.** Represents a machine learning model.</summary>
<deprecated type="deprecate">Use LearningModel instead of LearningModelPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelPreview.Description">
<summary>**Deprecated.** Gets the descriptive metadata for the trained machine learning model.</summary>
<returns>The descriptive metadata for the machine learning model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelPreview.InferencingOptions">
<summary>**Deprecated.** Gets or sets the inferencing options for the evaluation of a model.</summary>
<returns>The inferencing options for the evaluation of a model.</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.EvaluateAsync(Windows.AI.MachineLearning.Preview.LearningModelBindingPreview,System.String)">
<summary>
</summary>
<deprecated type="deprecate">Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.</deprecated>
<param name="binding">
</param>
<param name="correlationId">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.EvaluateFeaturesAsync(Windows.Foundation.Collections.IMap{System.String,System.Object},System.String)">
<summary>**Deprecated.** Asynchronously evaluates names variable instances as the inputs and outputs for the model.</summary>
<deprecated type="deprecate">Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.</deprecated>
<param name="features">The features to bind as inputs.</param>
<param name="correlationId">The value to correlate the evaluation with the output results.</param>
<returns>The evaluation result.</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.LoadModelFromStorageFileAsync(Windows.Storage.IStorageFile)">
<summary>**Deprecated.** Asynchronously loads a model from file storage.</summary>
<deprecated type="deprecate">Use ILearningModelStatics instead of ILearningModelPreviewStatics. For more info, see MSDN.</deprecated>
<param name="modelFile">The location of the model file.</param>
<returns>Returns a LearningModelPreview.</returns>
</member>
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.LoadModelFromStreamAsync(Windows.Storage.Streams.IRandomAccessStreamReference)">
<summary>**Deprecated.** Asynchronously loads a model from a provided stream.</summary>
<deprecated type="deprecate">Use ILearningModelStatics instead of ILearningModelPreviewStatics. For more info, see MSDN.</deprecated>
<param name="modelStream">The file stream for the model.</param>
<returns>Returns a LearningModelPreview.</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview">
<summary>
</summary>
<deprecated type="deprecate">Use ILearningModelFeatureDescriptor instead of LearningModelVariableDescriptorPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.Description">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.IsRequired">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.ModelFeatureKind">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.Name">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract">
<summary>
</summary>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview">
<summary>**Deprecated.** Represents the map variable descriptor information.</summary>
<deprecated type="deprecate">Use MapFeatureDescriptor instead of MapVariableDescriptorPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.Description">
<summary>**Deprecated.** Gets the description map variable.</summary>
<returns>The description of the map variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.Fields">
<summary>**Deprecated.** Gets the data type of the field of the map variable.</summary>
<returns>The data type of the field of the map variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.IsRequired">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.KeyKind">
<summary>**Deprecated.** Gets the data type of the key for the map variable.</summary>
<returns>The data type of the key.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.ModelFeatureKind">
<summary>**Deprecated.** Gets the data type of the variable.</summary>
<returns>The data type of the variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.Name">
<summary>**Deprecated.** Gets the name of the map variable.</summary>
<returns>The name of the map variable. This must be unique across all variables in the model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.ValidIntegerKeys">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.ValidStringKeys">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview">
<summary>**Deprecated.** Represents a sequence variable's descriptor information.</summary>
<deprecated type="deprecate">Use SequenceFeatureDescriptor instead of SequenceVariableDescriptorPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.Description">
<summary>**Deprecated.** Gets the description of the sequence variable.</summary>
<returns>The description of the sequence variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.ElementType">
<summary>**Deprecated.** Gets the type of the sequence variable.</summary>
<returns>The type of the sequence variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.IsRequired">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.ModelFeatureKind">
<summary>**Deprecated.** Gets the data type of the variable.</summary>
<returns>The data type of the variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.Name">
<summary>**Deprecated.** Gets the name of the sequence variable.</summary>
<returns>The name of the sequence variable. This must be unique across all variables in the model.</returns>
</member>
<member name="T:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview">
<summary>**Deprecated.** Represents a Tensor variable's descriptor information.</summary>
<deprecated type="deprecate">Use TensorFeatureDescriptor instead of TensorVariableDescriptorPreview. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.DataType">
<summary>**Deprecated.** Gets the type of the tensor data.</summary>
<returns>The type of the tensor data.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.Description">
<summary>**Deprecated.** Gets the description of the tensor.</summary>
<returns>The description of the tensor.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.IsRequired">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.ModelFeatureKind">
<summary>**Deprecated.** Gets the data type of the variable.</summary>
<returns>The data type of the variable.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.Name">
<summary>**Deprecated.** Gets the name of the tensor.</summary>
<returns>The name of the tensor. This must be unique across all variables in the model.</returns>
</member>
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.Shape">
<summary>**Deprecated.** Gets the n-dimensional shape of the tensor.</summary>
<returns>The n-dimensional shape of the tensor.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,187 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Activation.ActivatedEventsContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Activation.ActivatedEventsContract">
<summary>
</summary>
</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.IPrint3DWorkflowActivatedEventArgs">
<summary>Provides information about an event that occurs when the app is launched as a workflow for three-dimensional printing.</summary>
</member>
<member name="P:Windows.ApplicationModel.Activation.IPrint3DWorkflowActivatedEventArgs.Workflow">
<summary>Gets the workflow that the app should use for three-dimensional printing.</summary>
<returns>The workflow that the app should use for three-dimensional printing.</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.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="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.ViewSwitcher">
<summary>Gets the view switcher object that allows you to set the view for the application.</summary>
<returns>Use the ActivationViewSwitcher to show or switch the view in response to the activation. The value will be **null** in hosted scenarios such as Share and File Picker activations.</returns>
</member>
<member name="T:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs">
<summary>Provides information about an event that occurs when the app is launched as a 3D printing workflow.</summary>
</member>
<member name="P:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs.Kind">
<summary>Gets the activation type.</summary>
<returns>The ActivationKind.Print3DWorkflow enumeration value.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs.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.Print3DWorkflowActivatedEventArgs.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.Print3DWorkflowActivatedEventArgs.Workflow">
<summary>Gets a customized printing experience for a 3D printer.</summary>
<returns>The customized printing experience for a 3D printer.</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.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.WebUIPrint3DWorkflowActivatedEventArgs">
<summary>Represents the arguments related to activating a 3D print workflow.</summary>
</member>
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.ActivatedOperation">
<summary>Gets the activated operation.</summary>
<returns>The activated operation.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.Kind">
<summary>Gets the kind of activation.</summary>
<returns>The kind of activation.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.PreviousExecutionState">
<summary>Gets the previous execution state.</summary>
<returns>The previous state.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.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.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.Workflow">
<summary>Gets the print workflow.</summary>
<returns>The print workflow.</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>
</members>
</doc>

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Activation.ActivationCameraSettingsContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Activation.ActivationCameraSettingsContract">
<summary>
</summary>
</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.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.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>
</members>
</doc>

View File

@@ -0,0 +1,468 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Activation.ContactActivatedEventsContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Activation.ContactActivatedEventsContract">
<summary>
</summary>
</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.IContactActivatedEventArgs">
<summary>Provides information about an activated event that is raised 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.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>
</members>
</doc>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract">
<summary>
</summary>
</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. The user entered this text into the search box of the search pane.</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>
</members>
</doc>

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract</name>
</assembly>
<members>
<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.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.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.Denied">
<summary>The user has denied 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="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.BackgroundAlarmApplicationContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,163 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Calls.Background.CallsBackgroundContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Background.PhoneTrigger">
<summary>Represents a phone event that triggers a background task.</summary>
</member>
<member name="M:Windows.ApplicationModel.Background.PhoneTrigger.#ctor(Windows.ApplicationModel.Calls.Background.PhoneTriggerType,System.Boolean)">
<summary>Initializes a new instance of the PhoneTrigger class.</summary>
<param name="type">Specifies the type of phone event.</param>
<param name="oneShot">Indicates if the trigger is a one-shot notification. If you weren't subscribed when a one-shot notification was sent, you get nothing. If you weren't connected when you fired a one-shot notification, nothing happens.</param>
</member>
<member name="P:Windows.ApplicationModel.Background.PhoneTrigger.OneShot">
<summary>Gets a Boolean value indicating if the trigger is a one-shot notification.</summary>
<returns>A Boolean value indicating if the trigger is a one-shot notification.</returns>
</member>
<member name="P:Windows.ApplicationModel.Background.PhoneTrigger.TriggerType">
<summary>Gets the type of phone event indicated by the trigger.</summary>
<returns>The type of phone event indicated by the trigger.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.CallsBackgroundContract">
<summary>
</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason">
<summary>Provides the reason why a phone call was rejected.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason.InCallBlockingList">
<summary>The call was rejected because it was in the blocking list.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason.PrivateNumber">
<summary>The call was rejected because it was a private number and private numbers are blocked.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason.UnknownNumber">
<summary>The call was rejected because it was an unknown number and unknown numbers are blocked.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails">
<summary>Used to provide the details about a call that was just blocked.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails.CallBlockedReason">
<summary>Gets the reason why a phone call was blocked.</summary>
<returns>The reason for blocking the phone call.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails.LineId">
<summary>Gets the ID of the phone call that was just blocked.</summary>
<returns>The ID of the blocked phone call.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails.PhoneNumber">
<summary>Gets the phone number of the blocked call.</summary>
<returns>The phone number of the call that was blocked.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails">
<summary>Used to provide the origin details of the phone call.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails.PhoneNumber">
<summary>Gets the phone number for the origin of the phone call.</summary>
<returns>The phone number of the phone call origin.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails.RequestId">
<summary>Gets the unique identifier for this phone call.</summary>
<returns>The unique identifier for this phone call.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails">
<summary>Used to provide the details about a change to the properties of a phone line.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails.ChangeType">
<summary>Gets a PhoneLineChangeKind value that indicates if the phone line was added, removed, or changed.</summary>
<returns>A PhoneLineChangeKind value that indicates if the phone line was added, removed, or changed.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails.LineId">
<summary>Gets the ID of the phone line that was added, removed, or changed.</summary>
<returns>The ID of the phone line that was added, removed, or changed.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails.HasLinePropertyChanged(Windows.ApplicationModel.Calls.Background.PhoneLineProperties)">
<summary>Checks a phone line against a set of flags to see if any of the specified properties of the phone line have changed.</summary>
<param name="lineProperty">A set of flags which indicate the phone line properties to query for changes.</param>
<returns>Returns true if any of the properties indicated by the *lineProperty* parameter have changed on the phone line.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind">
<summary>Indicates the type of change for a background phone line change trigger.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind.Added">
<summary>A new phone line was added.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind.PropertiesChanged">
<summary>A phone line has updated properties.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind.Removed">
<summary>A phone line was removed.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneLineProperties">
<summary>Indicates a set of property flags that are part of a phone line changed trigger. Multiple properties can be set at one time.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.BrandingOptions">
<summary>The branding options for the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.CanDial">
<summary>The ability to dial outgoing calls on the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.CellularDetails">
<summary>The cellular details for the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.DisplayColor">
<summary>The preferred display color for the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.DisplayName">
<summary>The user assigned friendly name of the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.NetworkName">
<summary>The name of the current network that is being used by the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.NetworkState">
<summary>The current network status of the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.None">
<summary>No property.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.Transport">
<summary>The transport (cellular or voice over IP) for the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.Voicemail">
<summary>The voice mail account associated with the phone line.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails">
<summary>Used to provide the details about a new voice mail message on a phone line.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails.LineId">
<summary>Gets the ID of the phone line for which the new voice mail arrived.</summary>
<returns>The ID of the phone line for the new voice mail.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails.OperatorMessage">
<summary>Gets the optional voice mail changed message set by an operator when they send a voice mail changed SMS.</summary>
<returns>The optional voice mail changed message set by an operator when they send a voice mail changed SMS. If the message exists, it is displayed on the voice mail toast if the toast is displayed.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails.VoicemailCount">
<summary>Gets the new count of voice mail messages for the phone line.</summary>
<returns>The current count of voice mail messages.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneTriggerType">
<summary>Indicates a type of event for a phone trigger.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.AirplaneModeDisabledForEmergencyCall">
<summary>Airplane mode on a phone line was disabled so the phone could make an emergency call.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.CallBlocked">
<summary>The call was blocked.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.CallHistoryChanged">
<summary>The call history has changed.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.CallOriginDataRequest">
<summary>A request was made for the origin of the phone call.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.LineChanged">
<summary>The PhoneLineProperties have changed.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.NewVoicemailMessage">
<summary>The system received a new voice mail message or the voice mail count went to 0.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,460 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Calls.CallsPhoneContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Calls.CallsPhoneContract">
<summary>
</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.CellularDtmfMode">
<summary>Indicates the type of dual tone multi-frequency (DTMF) used by a cellular phone.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.CellularDtmfMode.Burst">
<summary>Tones are sent in a burst fashion.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.CellularDtmfMode.Continuous">
<summary>Tones are sent in a continuous fashion, meaning the tone should only stop when the button is released.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint">
<summary>The available audio endpoints you can use for dialing a phone call.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint.Bluetooth">
<summary>A Bluetooth connection.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint.Default">
<summary>The default audio endpoint for the phone.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint.Speakerphone">
<summary>A speaker phone.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneCallBlocking">
<summary>Controls the blocking of phone numbers as they are received.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneCallBlocking.BlockPrivateNumbers">
<summary>Gets or sets whether the PhoneCallBlocking instance should block private numbers.</summary>
<returns>**True** if the PhoneCallBlocking instance should block private numbers, **false** otherwise.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneCallBlocking.BlockUnknownNumbers">
<summary>Gets or sets whether the PhoneCallBlocking instance should block unknown numbers.</summary>
<returns>**True** if the PhoneCallBlocking instance should block unknown numbers, **false** otherwise.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallBlocking.SetCallBlockingListAsync(Windows.Foundation.Collections.IIterable{System.String})">
<summary>Sets the list of numbers that should be blocked.</summary>
<param name="phoneNumberList">A list of numbers that should be blocked.</param>
<returns>**True** if the operation was successful, otherwise **false**.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneCallManager">
<summary>Provides the ability to query the call status and launch phone calls.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneCallManager.IsCallActive">
<summary>Gets a value that indicates whether an active call is in progress on the device.</summary>
<returns>True if an active call is in progress on the device; otherwise false.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneCallManager.IsCallIncoming">
<summary>Gets a value that indicates if a call is incoming on the device.</summary>
<returns>True if a call is incoming on the device; otherwise false.</returns>
</member>
<member name="E:Windows.ApplicationModel.Calls.PhoneCallManager.CallStateChanged">
<summary>Occurs when the basic call state of the device changes.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallManager.RequestStoreAsync">
<summary>Retrieves a PhoneCallStore.</summary>
<returns>A PhoneCallStore object that contains information about the phone lines available on the device.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallManager.ShowPhoneCallSettingsUI">
<summary>Launches the call settings UI.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallManager.ShowPhoneCallUI(System.String,System.String)">
<summary>Launches the built-in phone call UI with the specified phone number and display name.</summary>
<param name="phoneNumber">A phone number.</param>
<param name="displayName">A display name.</param>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneCallMedia">
<summary>The types of media available in a phone call.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneCallMedia.Audio">
<summary>The phone call supports audio only.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneCallMedia.AudioAndRealTimeText">
<summary>The phone call supports audio and realtime text.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneCallMedia.AudioAndVideo">
<summary>The phone call supports audio and video.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneCallStore">
<summary>Represents a collection of information about the phone lines available on a device.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallStore.GetDefaultLineAsync">
<summary>Gets the line ID for the current default phone line.</summary>
<returns>An asynchronous operation that returns the line ID upon successful completion.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallStore.IsEmergencyPhoneNumberAsync(System.String)">
<summary>Checks to see if a phone number connects to a known emergency services provider.</summary>
<param name="number">The phone number to check to see if it is a known emergency number.</param>
<returns>An asynchronous operation that returns a boolean on successful completion . True indicates that the phone number connects to a known emergency services provider.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallStore.RequestLineWatcher">
<summary>Retrieves an instance of the PhoneLineWatcher class for the device.</summary>
<returns>An instance of the PhoneLineWatcher class for the device.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilities">
<summary>Provides access to the video call capabilities for a PhoneLine instance.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilities.IsVideoCallingCapable">
<summary>Gets whether this PhoneLine instance supports video calls.</summary>
<returns>**True** if the PhoneLine instance supports video calls, **false** if it does not.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilitiesManager">
<summary>Enables an application to get the PhoneCallVideoCapabilities for a PhoneLine instance.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilitiesManager.GetCapabilitiesAsync(System.String)">
<summary>Asynchronously gets the video capabilities for a PhoneLine instance.</summary>
<param name="phoneNumber">The PhoneLine instance to query.</param>
<returns>The PhoneCallVideoCapabilities for the PhoneLine instance queried.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneDialOptions">
<summary>Represents options for dialing a call.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneDialOptions.#ctor">
<summary>Creates a new instance of the class</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.AudioEndpoint">
<summary>Gets or sets the audio endpoint requested for a dial.</summary>
<returns>The audio endpoint requested for a dial.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.Contact">
<summary>Gets or sets the address book contact associated with a dial request.</summary>
<returns>The address book contact associated with a dial request.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.ContactPhone">
<summary>Gets or sets the phone number property of the address book contact that is associated with the dial request.</summary>
<returns>The phone number property of the address book contact associated with the dial request.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.DisplayName">
<summary>Gets or sets the name of the party being dialed. This value is displayed if the number being dialed does not have a party name with a matching number in the user's address book.</summary>
<returns>The name of the party being dialed.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.Media">
<summary>Gets or Sets the type or types of media requested for a dial.</summary>
<returns>The type or types of media requested for a dial.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.Number">
<summary>Gets or sets the phone number to dial.</summary>
<returns>The phone number to dial.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLine">
<summary>Represents a phone line.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.CanDial">
<summary>Gets a boolean value which indicates if the phone line can be used to place outgoing calls.</summary>
<returns>True if the phone line can place outgoing calls; otherwise false.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.CellularDetails">
<summary>Gets details for the cellular component specific components for the PhoneLine instance. This property is NULL for VoIP phone lines.</summary>
<returns>Details for the PhoneLine instance.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.DisplayColor">
<summary>Gets the preferred display color of the phone line.</summary>
<returns>The preferred display color of the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.DisplayName">
<summary>Gets the user assigned friendly name for the phone line.</summary>
<returns>The user assigned friendly name for the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.Id">
<summary>Gets the ID of the phone line. The ID is persistent across devices and reboots.</summary>
<returns>The ID of the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.LineConfiguration">
<summary>Gets extra configuration information about this PhoneLine instance.</summary>
<returns>The extra information for this phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.NetworkName">
<summary>Gets the name of the current network that is being used by the phone line.</summary>
<returns>The name of the current network that is being used by the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.NetworkState">
<summary>Gets the current network status of the phone line.</summary>
<returns>The current network status of the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.SupportsTile">
<summary>Gets a value that indicates if the phone line supports being pinned as a live tile.</summary>
<returns>True if the phone line supports being pinned as a live tile; otherwise false.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.Transport">
<summary>Gets the transport for the phone line.</summary>
<returns>The transport for the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.VideoCallingCapabilities">
<summary>Gets whether video calling is supported over this phone line.</summary>
<returns>**True** if video calling is supported, **false** if it is not.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.Voicemail">
<summary>Gets the voice mail data associated with the PhoneLine instance.</summary>
<returns>The voice mail data.</returns>
</member>
<member name="E:Windows.ApplicationModel.Calls.PhoneLine.LineChanged">
<summary>Occurs when and properties for the associated PhoneLine instance change. This can occur when meta data changes like the voice mail count, the network state, or the cellular details.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.Dial(System.String,System.String)">
<summary>Place a phone call on the phone line. The caller must be in the foreground.</summary>
<param name="number">The number to dial.</param>
<param name="displayName">The display name of the party receiving the phone call. This parameter is optional.</param>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.DialWithOptions(Windows.ApplicationModel.Calls.PhoneDialOptions)">
<summary>Place a phone call on the phone line, allowing the caller to specify additional dial options. The caller must be in the foreground.</summary>
<param name="options">The additional dial options for the phone call.</param>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.FromIdAsync(System.Guid)">
<summary>This static method asynchronously retrieves a PhoneLine object that represents a specific phone line on the device based on the line ID.</summary>
<param name="lineId">The line ID of the phone line to retrieve.</param>
<returns>An asynchronous operation that returns a PhoneLine object that represents a specific phone line on the device based on the line ID.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.IsImmediateDialNumberAsync(System.String)">
<summary>Check if a number should be dialed immediately from the dialer without requiring the user to press the call button.</summary>
<param name="number">The phone number to check for immediate dialing.</param>
<returns>An asynchronous boolean response. True indicates that the number should be dialed immediately.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLineCellularDetails">
<summary>Provides detailed interaction with the cellular components of a phone line.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.IsModemOn">
<summary>Indicates if the modem for this phone line is on.</summary>
<returns>True if the modem is on; otherwise false.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.RegistrationRejectCode">
<summary>Gets the registration reject code for the phone line.</summary>
<returns>The registration reject code for the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.SimSlotIndex">
<summary>Get the slot index of the SIM card associated with a cellular phone line.</summary>
<returns>The slot index of the SIM card associated with a cellular phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.SimState">
<summary>Gets the state of the SIM card associated with a cellular phone line.</summary>
<returns>The state of the SIM card associated with a cellular phone line.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.GetNetworkOperatorDisplayText(Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation)">
<summary>Retrieves the appropriate connection string to display to the user.</summary>
<param name="location">The location where the text string is needed. This affects the format of the returned string.</param>
<returns>The text string to display in the given location.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLineConfiguration">
<summary>A collection of properties providing information about a phone line.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineConfiguration.ExtendedProperties">
<summary>Gets the extended properties for this phone line.</summary>
<returns>A map of key-value pairs containing the extended properties of the phone line.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineConfiguration.IsVideoCallingEnabled">
<summary>Gets whether video calls are enabled over this phone line.</summary>
<returns>**True** if video calls are supported, otherwise **false**.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation">
<summary>The possible locations for displaying network operator information to the user.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.Default">
<summary>The default value.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.Dialer">
<summary>The dialer UI.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.InCallUI">
<summary>The UI when the user as actively in a call.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.Tile">
<summary>The phone tile.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLineTransport">
<summary>The transport used by a particular phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineTransport.Cellular">
<summary>The phone line uses a cellular transport.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineTransport.VoipApp">
<summary>The phone line uses a voice over IP transport.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLineWatcher">
<summary>Represents a class that monitors for new/removed/updated phone lines on the device and notifies listeners about any changes.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineWatcher.Status">
<summary>Get the current status of the PhoneLineWatcher instance.</summary>
<returns>The current status of the PhoneLineWatcher.</returns>
</member>
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.EnumerationCompleted">
<summary>Occurs when the PhoneLineWatcher instance completes an enumeration of all the phone lines on the device.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.LineAdded">
<summary>Occurs when the PhoneLineWatcher instance detects a new phone line on the device.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.LineRemoved">
<summary>Occurs when the PhoneLineWatcher instance detects that a phone line has been removed from the device.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.LineUpdated">
<summary>Occurs when the PhoneLineWatcher instance detects that a phone line has been updated on the device.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.Stopped">
<summary>Occurs when the PhoneLineWatcher instance stops monitoring the device for changes to the phone lines.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneLineWatcher.Start">
<summary>Starts listening for changes to the phone lines on the device.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneLineWatcher.Stop">
<summary>Stops listening for changes to the phone lines on the device.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLineWatcherEventArgs">
<summary>Represents a class that contains the information about which phone line was added, removed, or updated.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneLineWatcherEventArgs.LineId">
<summary>Gets the ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.</summary>
<returns>The ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus">
<summary>The current status of the PhoneLineWatcher.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.Created">
<summary>The phone line watcher class is created.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.EnumerationCompleted">
<summary>The phone line watcher class just completed an enumeration of the phone lines on the device.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.Started">
<summary>The phone line watcher class is started.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.Stopped">
<summary>The phone line watcher class is stopped.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneNetworkState">
<summary>Describes the network registration status of a phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Denied">
<summary>Could not register the phone line with any available network.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Deregistered">
<summary>The phone line has been de-registered.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Home">
<summary>The phone line is registered and is on the carrier's home network.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.NoSignal">
<summary>Could not detect a signal on the phone line, or the phone line is limited to emergency calls only.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.RoamingDomestic">
<summary>The phone line is registered and is roaming domestically on another carrier's network.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.RoamingInternational">
<summary>The phone line is registered and is roaming internationally on another carrier's network.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Searching">
<summary>Searching for a network for the phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Unknown">
<summary>The registration status of the phone line is unknown.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneSimState">
<summary>The current state of the SIM card for a cellular phone line.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.Disabled">
<summary>The SIM card is disabled.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.Invalid">
<summary>The SIM card is not valid.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.NotInserted">
<summary>There is no SIM card inserted into the phone.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PinLocked">
<summary>The SIM card is locked and requires a PIN code to unlock.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PinNotRequired">
<summary>The SIM card does not require a PIN code.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PinUnlocked">
<summary>The SIM card is unlocked, but requires a PIN code to unlock again if it becomes locked.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PukLocked">
<summary>The SIM card is locked due to too many incorrect PIN entries, and requires a Personal Unlocking Key (PUK) to unlock.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.Unknown">
<summary>The SIM card state is unknown.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneVoicemail">
<summary>Represents the voice mail data associated with a PhoneLine instance.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneVoicemail.MessageCount">
<summary>Get the current count of voice mail messages associated with the PhoneLine instance. A value of -1 indicates an "indeterminate" number of messages.</summary>
<returns>The current count of voice mail messages.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneVoicemail.Number">
<summary>Gets the access number for the voice mail associated with the PhoneLine instance. The phone user can dial the access number to access the voice mail account.</summary>
<returns>The access number.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.PhoneVoicemail.Type">
<summary>Get the type of the voice mail associated with the PhoneLine instance.</summary>
<returns>The type of the voice mail account.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.PhoneVoicemail.DialVoicemailAsync">
<summary>Dials a call to the voice mail access number.</summary>
<returns>An asynchronous dial operation.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.PhoneVoicemailType">
<summary>The type of voice mail associated with a PhoneLine instance.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneVoicemailType.None">
<summary>The phone line has no voice mail.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneVoicemailType.Traditional">
<summary>The phone line has traditional voice mail.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.PhoneVoicemailType.Visual">
<summary>The phone line has visual voice mail.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin">
<summary>A collection of information about the origin of a phone call.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.#ctor">
<summary>Creates a new PhoneCallOrigin object.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.Category">
<summary>Gets or sets the category for the caller.</summary>
<returns>The caller's category. A couple of examples include "house agent" or "financial service."</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.CategoryDescription">
<summary>Gets or sets the description of the caller's Category.</summary>
<returns>The description of the caller's specific Category.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.DisplayName">
<summary>Gets or sets the display name for the PhoneCallOriginManager object.</summary>
<returns>The display name for the call origin manager.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.DisplayPicture">
<summary>Gets or sets the display picture for the PhoneCallOriginManager object.</summary>
<returns>The display picture for the caller's origin. This picture is displayed on the incoming call UI.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.Location">
<summary>Gets or sets the location of the caller.</summary>
<returns>The caller's location.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager">
<summary>Controls which application is responsible for determining the origin of incoming calls and sets the PhoneCallOrigin information.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.IsCurrentAppActiveCallOriginApp">
<summary>Checks to see if the current application is set as the default call origin application.</summary>
<returns>**True** if the current application is the default call origin application, otherwise **false**.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.RequestSetAsActiveCallOriginAppAsync">
<summary>Calls a dialog to set the current app as the default phone origin app.</summary>
<returns>Indicates whether the app was set as the default phone origin application.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.SetCallOrigin(System.Guid,Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin)">
<summary>Sets the call origin when a phone call comes in.</summary>
<param name="requestId">The unique identifier for this phone call. This is retrieved from the *targetId* of the PhoneCallOriginDataRequestTriggerDetails</param>
<param name="callOrigin">The call information for the incoming call.</param>
</member>
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.ShowPhoneCallOriginSettingsUI">
<summary>Opens the interface that enables the user to select the call origin application.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,257 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Calls.CallsVoipContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Calls.CallAnswerEventArgs">
<summary>Supports the AnswerRequested event of the VoipPhoneCall class.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.CallAnswerEventArgs.AcceptedMedia">
<summary>Gets the media types that the user selected when answering the call.</summary>
<returns>The media types that the user selected when answering the call.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.CallRejectEventArgs">
<summary>Supports the RejectRequested event of the VoipPhoneCall class.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.CallRejectEventArgs.RejectReason">
<summary>Gets the reason the incoming call was rejected.</summary>
<returns>The reason the incoming call was rejected.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.CallStateChangeEventArgs">
<summary>Supports the EndRequested, HoldRequested, and ResumeRequested events of the VoipPhoneCall class.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.CallStateChangeEventArgs.State">
<summary>Gets the current state of the VoIP call.</summary>
<returns>The current state of the VOIP call.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.CallsVoipContract">
<summary>
</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.MuteChangeEventArgs">
<summary>Supports the NotifyMuted and NotifyUnmuted events.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.MuteChangeEventArgs.Muted">
<summary>Gets whether the call is currently muted.</summary>
<returns>Whether the call is currently muted.</returns>
</member>
<member name="T:Windows.ApplicationModel.Calls.VoipCallCoordinator">
<summary>Allows an application to manage VoIP calls.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.VoipCallCoordinator.MuteStateChanged">
<summary>Raised when the mute status for the phone call changes.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.CancelUpgrade(System.Guid)">
<summary>Cancels the upgrade to a VoIP call.</summary>
<param name="callUpgradeGuid">The GUID for the VoIP call.</param>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.GetDefault">
<summary>Retrieves the default instance of the VoipCallCoordinator class.</summary>
<returns>The default call coordinator.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.NotifyMuted">
<summary>Notifies the system that the user has muted the call using the VoIP app's UI.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.NotifyUnmuted">
<summary>Notifies the system that the user has unmuted the call using the VoIP app's UI.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestIncomingUpgradeToVideoCall(System.String,System.String,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,Windows.Foundation.TimeSpan)">
<summary>Makes a request to the system for an incoming video call that will replace an existing call.</summary>
<param name="context">A string that is passed to the associated foreground app as a deep link. This might be a contact name or other data that can be used to populate the app's UI more quickly. The maximum length is 128 characters. This parameter must be non-null and must refer to a task defined in the app's manifest file.</param>
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="contactImage">The Uri of an image file associated with the caller to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 1 MB.</param>
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
<param name="brandingImage">The Uri of an image file that is a logo or icon of the VoIP service or application to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 128 KB.</param>
<param name="callDetails">A string indicating who the call is on behalf of. The maximum length is 128 characters.</param>
<param name="ringtone">The Uri of an audio file containing the ringtone for this call. The file type must be WMA or MP3. The maximum file size is 1 MB.</param>
<param name="ringTimeout">The time, in seconds, the system should wait for the user to answer or ignore the call before rejecting the call. The allowed range is 5 to 120 seconds. The default value is 30 seconds.</param>
<returns>The object representing the new incoming call.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewAppInitiatedCall(System.String,System.String,System.String,System.String,Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
<summary>Makes a request to the system for a new call object.</summary>
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
<param name="media">The media types of the new incoming call.</param>
<returns>The object representing the new initiated call.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewIncomingCall(System.String,System.String,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,Windows.ApplicationModel.Calls.VoipPhoneCallMedia,Windows.Foundation.TimeSpan)">
<summary>Makes a request to the system for a new incoming call.</summary>
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="contactImage">The Uri of an image file associated with the caller to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 1MB.</param>
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
<param name="brandingImage">The Uri of an image file that is a logo or icon of the VoIP service or application to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 128KB.</param>
<param name="callDetails">A string indicating who the call is on behalf of. The maximum length is 128 characters.</param>
<param name="ringtone">The Uri of an audio file containing the ringtone for this call. The file type must be WMA or MP3. The maximum file size is 1MB.</param>
<param name="media">The media types of the new incoming call.</param>
<param name="ringTimeout">The time, in seconds, the system should wait for the user to answer or ignore the call before rejecting the call. The allowed range is 5 to 120 seconds. The default value is 30 seconds.</param>
<returns>The object representing the new incoming call.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewIncomingCall(System.String,System.String,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,Windows.ApplicationModel.Calls.VoipPhoneCallMedia,Windows.Foundation.TimeSpan,System.String)">
<summary>Makes a request to the system for a new incoming call.</summary>
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
<param name="contactImage">The Uri of an image file associated with the caller to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 1MB.</param>
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
<param name="brandingImage">The Uri of an image file that is a logo or icon of the VoIP service or application to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 128KB.</param>
<param name="callDetails">A string indicating who the call is on behalf of. The maximum length is 128 characters.</param>
<param name="ringtone">The Uri of an audio file containing the ringtone for this call. The file type must be WMA or MP3. The maximum file size is 1MB.</param>
<param name="media">The media types of the new incoming call.</param>
<param name="ringTimeout">The time, in seconds, the system should wait for the user to answer or ignore the call before rejecting the call. The allowed range is 5 to 120 seconds. The default value is 30 seconds.</param>
<param name="contactRemoteId">The contact remote ID of the caller. The maximum length is 256 characters.</param>
<returns>The object representing the new incoming call.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewOutgoingCall(System.String,System.String,System.String,Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
<summary>Makes a request to the system for a new outgoing call.</summary>
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
<param name="contactName">The name or ID of the caller which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
<param name="serviceName">The name of the VoIP service which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
<param name="media">The object representing the new outgoing call.</param>
<returns>The object representing the new incoming call.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestOutgoingUpgradeToVideoCall(System.Guid,System.String,System.String,System.String)">
<summary>Makes a request of the system to create an outgoing video call that will replace an existing cellular call.</summary>
<param name="callUpgradeGuid">The GUID of the call.</param>
<param name="context">A string that is passed to the associated foreground app as a deep link. This might be a contact name or other data that can be used to populate the app's UI more quickly. The maximum length is 128 characters. This parameter must be non-null and must refer to a task defined in the app's manifest file.</param>
<param name="contactName">The name or ID of the caller which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
<param name="serviceName">The name of the VoIP service which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
<returns>The object representing the new outgoing call.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.ReserveCallResourcesAsync">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.ReserveCallResourcesAsync(System.String)">
<summary>Reserves the CPU and memory resources necessary for a VoIP call.</summary>
<param name="taskEntryPoint">The name of an application-defined class that performs the work of a background task. For more information, see TaskEntryPoint.</param>
<returns>The result of the reservation action.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.SetupNewAcceptedCall(System.String,System.String,System.String,System.String,Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
<summary>Sets up a newly accepted call.</summary>
<param name="context">Information that is passed to the VoIP app's foreground UI process. This might be the contact name, or other data that helps the UI display more quickly.</param>
<param name="contactName">The name or ID of the caller.</param>
<param name="contactNumber">The phone number (if applicable) of the caller.</param>
<param name="serviceName">The name of the service or application.</param>
<param name="media">The type of call (audio/video or audio only).</param>
<returns>Returns the call as a VoipPhoneCall object.</returns>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.TerminateCellularCall(System.Guid)">
<summary>Terminates a cellular call in order to upgrade to a VoIP call.</summary>
<param name="callUpgradeGuid">The GUID for the VoIP call.</param>
</member>
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCall">
<summary>Represents a VoIP phone call.</summary>
</member>
<member name="P:Windows.ApplicationModel.Calls.VoipPhoneCall.CallMedia">
<summary>Gets the media types used by the call.</summary>
<returns>The media types used by the call.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.VoipPhoneCall.ContactName">
<summary>Gets or sets contact name associated with the VoIP call.</summary>
<returns>The contact name associated with the VoIP call.</returns>
</member>
<member name="P:Windows.ApplicationModel.Calls.VoipPhoneCall.StartTime">
<summary>Gets or sets the start time associated with the VoIP call.</summary>
<returns>The start time associated with the call.</returns>
</member>
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.AnswerRequested">
<summary>Raised when the user answers an incoming call.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.EndRequested">
<summary>Raised to alert the VoIP app that the call should be ended.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.HoldRequested">
<summary>Raised to alert the VoIP app that the call should be placed on hold.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.RejectRequested">
<summary>Raised when a call has been rejected.</summary>
</member>
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.ResumeRequested">
<summary>Raised to indicate that a previously held VoIP call should be made active.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallAccepted(Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
<summary>Notifies the system that the VoIP call has been accepted.</summary>
<param name="media">The media types used by the call.</param>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallActive">
<summary>Notifies the system that the VoIP call is active.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallEnded">
<summary>Notifies the system that the call has ended.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallHeld">
<summary>Notifies the system that the call is currently on hold.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallReady">
<summary>When upgrading a call from cellular to video, notifies the system that the app is done setting up the audio and video streams for the video call so that the system can end the existing cellular call.</summary>
</member>
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.TryShowAppUI">
<summary>Brings the VOIP app's user interface into the foreground after accepting a call.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallMedia">
<summary>Specifies the media types used by a VoIP call.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallMedia.Audio">
<summary>The call uses audio.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallMedia.None">
<summary>The call uses no media.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallMedia.Video">
<summary>The call uses video.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason">
<summary>Specifies the reason that an incoming call was rejected.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.EmergencyCallExists">
<summary>An emergency call is in progress.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.InvalidCallState">
<summary>The call is in an invalid state.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.OtherIncomingCall">
<summary>Another incoming call was accepted.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.TimedOut">
<summary>The incoming call timed out.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.UserIgnored">
<summary>The user pressed a button to ignore the call.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus">
<summary>Indicates the result of attempting to reserve VoIP resources.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus.ResourcesNotAvailable">
<summary>The resources were not reserved because they are not available.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus.Success">
<summary>The resources have been reserved.</summary>
</member>
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallState">
<summary>Specifies the state of a VoIP call.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Active">
<summary>The call is active.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Ended">
<summary>The call has ended.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Held">
<summary>The call is on hold.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Incoming">
<summary>The call is incoming but not yet active.</summary>
</member>
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Outgoing">
<summary>The call is outgoing but not yet active.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Calls.LockScreenCallContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Calls.LockScreenCallContract">
<summary>
</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.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="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. This brief description is also called the call's accessible name; its form is "Video call with Jane Doe."</summary>
<returns>A brief description of the nature of the call, for example, "Video call with Jane Doe."</returns>
</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="M:Windows.ApplicationModel.Calls.LockScreenCallUI.Dismiss">
<summary>Removes the app from the lock screen UI.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Background.CommunicationBlockingAppSetAsActiveTrigger">
<summary>Represents a trigger to activate a communication blocking application when it is selected as the preferred blocking app.</summary>
</member>
<member name="M:Windows.ApplicationModel.Background.CommunicationBlockingAppSetAsActiveTrigger.#ctor">
<summary>Initializes a new instance of the CommunicationBlockingAppSetAsActiveTrigger.</summary>
</member>
<member name="T:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager">
<summary>The manager responsible for keeping track of blocked numbers and displaying the appropriate blocking user interfaces.</summary>
</member>
<member name="P:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.IsBlockingActive">
<summary>Gets whether or not blocking is currently enabled.</summary>
<returns>Determines if blocking is enabled.</returns>
</member>
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.IsBlockedNumberAsync(System.String)">
<summary>An asynchronous operation that returns whether or not a number is on the block list.</summary>
<param name="number">The number to check.</param>
<returns>Asynchronously returns whether or not the number is blocked.</returns>
</member>
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowBlockedCallsUI">
<summary>Displays the list of blocked calls.</summary>
</member>
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowBlockedMessagesUI">
<summary>Displays the list of blocked messages.</summary>
</member>
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowBlockNumbersUI(Windows.Foundation.Collections.IIterable{System.String})">
<summary>Launches a UI to block numbers if there as an active blocking app.</summary>
<param name="phoneNumbers">The list of numbers to add to the block list.</param>
<returns>Returns **true** if the active blocking app is launched, otherwise returns **false**.</returns>
</member>
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowUnblockNumbersUI(Windows.Foundation.Collections.IIterable{System.String})">
<summary>Launches the app to unblock numbers if there as an active blocking app.</summary>
<param name="phoneNumbers">The list of numbers to remove from the block list.</param>
<returns>Returns **true** if the active blocking app is launched, otherwise returns **false**.</returns>
</member>
<member name="T:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager">
<summary>Determines the application to use as a blocking application.</summary>
</member>
<member name="P:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager.IsCurrentAppActiveBlockingApp">
<summary>Indicates whether the current application is the active blocking application.</summary>
<returns>Value that tells whether the current application is the active blocking app.</returns>
</member>
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager.RequestSetAsActiveBlockingAppAsync">
<summary>Calls a dialog to set the current app as the default phone communication blocking application.</summary>
<returns>Indicates whether the app was set as the default phone origin application.</returns>
</member>
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager.ShowCommunicationBlockingSettingsUI">
<summary>Displays the UI to select the currently active blocking application.</summary>
</member>
<member name="T:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Preview.InkWorkspace.InkWorkspaceHostedAppManager">
<summary>Represents the manager for apps hosted in the Windws Ink Workspace.</summary>
</member>
<member name="M:Windows.ApplicationModel.Preview.InkWorkspace.InkWorkspaceHostedAppManager.GetForCurrentApp">
<summary>Retrieves a reference to the Ink Workspace manager for this app.</summary>
<returns>An Ink Workspace reference.</returns>
</member>
<member name="M:Windows.ApplicationModel.Preview.InkWorkspace.InkWorkspaceHostedAppManager.SetThumbnailAsync(Windows.Graphics.Imaging.SoftwareBitmap)">
<summary>Asynchronously sets the thumbnail image for the Ink Workspace app.</summary>
<param name="bitmap">An uncompressed bitmap.</param>
<returns>An asynchronous action that doesn't return anything.</returns>
</member>
<member name="T:Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Preview.Notes.PreviewNotesContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Preview.Notes.NotePlacementChangedPreviewEventArgs">
<summary>Represents information about the NotePlacementChanged event.</summary>
</member>
<member name="P:Windows.ApplicationModel.Preview.Notes.NotePlacementChangedPreviewEventArgs.ViewId">
<summary>The unique identifier of the note for which the NotePlacementChanged event was raised.</summary>
<returns>The note Id.</returns>
</member>
<member name="T:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview">
<summary>This class owns much of the functionality of the **Preview Notes** application feature (see Remarks).</summary>
</member>
<member name="P:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.IsScreenLocked">
<summary>Gets a value indicating whether the device's screen is currently locked.</summary>
<returns>**true** if screen is locked, **false** if unlocked.</returns>
</member>
<member name="E:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.NotePlacementChanged">
<summary>Indicates that a note's placement (dimensions and location) has changed.</summary>
</member>
<member name="E:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.NoteVisibilityChanged">
<summary>Indicates that a note's visibility state has changed.</summary>
</member>
<member name="E:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SystemLockStateChanged">
<summary>Indicates that the device's screen lock state has changed.</summary>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.GetForCurrentApp">
<summary>Returns an instance of NotesWindowManagerPreview, to be used for the majority of Preview Notes operations that an app may execute.</summary>
<returns>The app's designated instance of NotesWindowManagerPreview.</returns>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.GetNotePlacement(System.Int32)">
<summary>Gets the view placement of a given note, to be stored in program memory or on disk storage and then restored by the application at a later time.</summary>
<param name="noteViewId">The unique identifier of the note whose placement is to be retrieved.</param>
<returns>An array of bytes holding note placement data.</returns>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.HideNote(System.Int32)">
<summary>Sets a note's view to invisible and moves the focus to the next visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.</summary>
<param name="noteViewId">The unique identifier of the note to be hidden.</param>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetFocusToNextView">
<summary>Switches focus to the next visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.</summary>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetFocusToPreviousView">
<summary>Switches focus to the previous visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.</summary>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetNotesThumbnailAsync(Windows.Storage.Streams.IBuffer)">
<summary>Sets the thumbnail image for this application as it appears in the Windows Ink Workspace, in the Alt+TAB task switcher, or on hovering in the taskbar.</summary>
<param name="thumbnail">A byte array describing the thumbnail image and usage (see Remarks).</param>
<returns>This method does not return a value.</returns>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetThumbnailImageForTaskSwitcherAsync(Windows.Graphics.Imaging.SoftwareBitmap)">
<summary>Asynchronously sets the thumbnail image for this application as it appears in the Alt+TAB task switcher.</summary>
<param name="bitmap">A bitmap of the thumbnail image.</param>
<returns>Returns an **IAsyncAction** that indicates when the action has completed.</returns>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNote(System.Int32)">
<summary>Makes a note visible on the device screen.</summary>
<param name="noteViewId">The unique identifier of the note to be shown.</param>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteRelativeTo(System.Int32,System.Int32)">
<summary>Makes a note visible and places it adjacent to a specified "anchor" view.</summary>
<param name="noteViewId">The unique identifier of the note to be shown.</param>
<param name="anchorNoteViewId">The Id of the "anchor" view. If this value is 0 (not assigned to any view), the note will appear at the center of the screen.</param>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteRelativeTo(System.Int32,System.Int32,Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions)">
<summary>Makes a note visible and places it adjacent to a specified "anchor" view.</summary>
<param name="noteViewId">The unique identifier of the note to be shown.</param>
<param name="anchorNoteViewId">The Id of the "anchor" view. If this value is 0 (not assigned to any view), the note will appear at the center of the screen.</param>
<param name="options">Options for showing the note specified by the *noteViewId* parameter. For example, show the note with focus.</param>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement(System.Int32,Windows.Storage.Streams.IBuffer)">
<summary>Makes a note visible and sets its placement data (dimensions and location) as specified.</summary>
<param name="noteViewId">The unique identifier of the note to be shown.</param>
<param name="data">An array of bytes holding note placement data.</param>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement(System.Int32,Windows.Storage.Streams.IBuffer,Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions)">
<summary>Makes a note visible and sets its placement data (dimensions and location) as specified.</summary>
<param name="noteViewId">The unique identifier of the note to be shown.</param>
<param name="data">An array of bytes holding note placement data.</param>
<param name="options">Options for showing the note specified by the *noteViewId* parameter. For example, show the note with focus.</param>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.TrySetNoteSize(System.Int32,Windows.Foundation.Size)">
<summary>Resizes the specified note to the desired dimensions. If the given size is not recommended due to screen size/space issues, the note's size will not be changed.</summary>
<param name="noteViewId">The unique identifier of the note to be resized.</param>
<param name="size">The desired dimensions of the note (use raw pixels when constructing).</param>
<returns>**true** if the note was resized, **false** if it was not resized due to screen restrictions.</returns>
</member>
<member name="T:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions">
<summary>Provides options for how to show a note.</summary>
</member>
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions.#ctor">
<summary>Creates a new instance of the NotesWindowManagerPreviewShowNoteOptions class.</summary>
</member>
<member name="P:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions.ShowWithFocus">
<summary>Gets or sets a Boolean value that specifies if the note should be shown with focus.</summary>
<returns>If **true**, the note is shown with focus, otherwise **false**.</returns>
</member>
<member name="T:Windows.ApplicationModel.Preview.Notes.NoteVisibilityChangedPreviewEventArgs">
<summary>Represents information about the NoteVisibilityChanged event.</summary>
</member>
<member name="P:Windows.ApplicationModel.Preview.Notes.NoteVisibilityChangedPreviewEventArgs.IsVisible">
<summary>Indicates whether the note (specified by ViewId property) is visible on the device screen.</summary>
<returns>**true** if note is visible, **false** if note is hidden.</returns>
</member>
<member name="P:Windows.ApplicationModel.Preview.Notes.NoteVisibilityChangedPreviewEventArgs.ViewId">
<summary>The unique identifier of the note for which the NoteVisibilityChanged event was raised.</summary>
<returns>The note Id.</returns>
</member>
<member name="T:Windows.ApplicationModel.Preview.Notes.PreviewNotesContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Resources.Management.ResourceIndexerContract</name>
</assembly>
<members>
<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="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 IndexedResourceQualifier s.</summary>
<returns>A list of IndexedResourceQualifier s.</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="M:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.GetQualifierValue(System.String)">
<summary>Returns the value of a qualifier, given its name.</summary>
<param name="qualifierName">The name of the qualifier.</param>
<returns>The value of the qualifier.</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.</returns>
</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.EmbeddedData">
<summary>Reserved.</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.String">
<summary>The IndexedResourceCandidate is a string.</summary>
</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>
<deprecated type="deprecate">Use CreateResourceIndexer in mrmsupport.dll instead of ResourceIndexer. For more info, see MSDN.</deprecated>
</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>
<deprecated type="deprecate">Use CreateResourceIndexer in mrmsupport.dll instead of IResourceIndexerFactory. For more info, see MSDN.</deprecated>
<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>
<deprecated type="deprecate">Use CreateResourceIndexer in mrmsupport.dll instead of IResourceIndexerFactory2. For more info, see MSDN.</deprecated>
<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>
<deprecated type="deprecate">Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer. For more info, see MSDN.</deprecated>
<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>
<returns>A list of IndexedResourceCandidate objects found within *file*. This is an empty list if nothing is found.</returns>
</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>
<deprecated type="deprecate">Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer. For more info, see MSDN.</deprecated>
<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>
<returns>An IndexedResourceCandidate object that represents the indexed file resource.</returns>
</member>
<member name="T:Windows.ApplicationModel.Resources.Management.ResourceIndexerContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,197 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Search.SearchContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs">
<summary>Provides data for a querychanged event that is associated with a searchPane object.</summary>
<deprecated type="deprecate">ISearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
</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="T:Windows.ApplicationModel.Search.SearchContract">
<summary>
</summary>
</member>
<member name="T:Windows.ApplicationModel.Search.SearchPane">
<summary>Deprecated. Use the Windows.UI.Xaml.Controls.SearchBox (XAML) or the WinJS.UI.SearchBox (HTML) control instead. Represents and manages the search pane that opens when a user activates the Search charm.</summary>
<deprecated type="deprecate">SearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
</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="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="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="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="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="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="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="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="M:Windows.ApplicationModel.Search.SearchPane.GetForCurrentView">
<summary>Retrieves an instance of the search pane from which users can search within the app.</summary>
<deprecated type="deprecate">ISearchPaneStatics may be altered or unavailable for releases after Windows 10.</deprecated>
<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="M:Windows.ApplicationModel.Search.SearchPane.HideThisApplication">
<summary>Hides the current app's UI.</summary>
<deprecated type="deprecate">ISearchPaneStaticsWithHideThisApplication may be altered or unavailable for releases after Windows 10.</deprecated>
</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>
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
<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>
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="M:Windows.ApplicationModel.Search.SearchPane.Show(System.String)">
<summary>Shows the search pane with the specified initial query string.</summary>
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="query">The initial query string.</param>
</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>
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="query">The query text to show in the search pane's search box.</param>
<returns>True if the search box text was set successfully. Otherwise, false.</returns>
</member>
<member name="T:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs">
<summary>Provides data for a querychanged event that is associated with a searchPane object.</summary>
<deprecated type="deprecate">SearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
</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.SearchPaneQuerySubmittedEventArgs">
<summary>Provides data for a querysubmitted event that is associated with a searchPane instance.</summary>
<deprecated type="deprecate">SearchPaneQuerySubmittedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
</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.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.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>
<deprecated type="deprecate">SearchPaneResultSuggestionChosenEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
</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.SearchPaneSuggestionsRequest">
<summary>Stores suggestions and information about the request for suggestions.</summary>
<deprecated type="deprecate">SearchPaneSuggestionsRequest may be altered or unavailable for releases after Windows 10.</deprecated>
</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="M:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest.GetDeferral">
<summary>Retrieves an object that lets an app respond to a request for suggestions asynchronously.</summary>
<deprecated type="deprecate">ISearchPaneSuggestionsRequest may be altered or unavailable for releases after Windows 10.</deprecated>
<returns>An object that lets an app signal when it has fulfilled the request for search suggestions.</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. Apps should use a deferral if and only if they need to respond to a request for suggestions asynchronously.</summary>
<deprecated type="deprecate">SearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.</deprecated>
</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>
<deprecated type="deprecate">ISearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="T:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs">
<summary>Provides data for a suggestionsrequested event that is associated with a searchPane object.</summary>
<deprecated type="deprecate">SearchPaneSuggestionsRequestedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
</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>
<deprecated type="deprecate">SearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
</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>
</members>
</doc>

View File

@@ -0,0 +1,326 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.SocialInfo.SocialInfoContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem">
<summary>Represents the child item of a SocialFeedItem.</summary>
<deprecated type="deprecate">SocialFeedChildItem is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.#ctor">
<summary>Initializes a new instance of the SocialFeedChildItem class.</summary>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.Author">
<summary>Gets the author of the child item.</summary>
<returns>The author of the child item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.PrimaryContent">
<summary>Gets the primary SocialFeedContent object associated with the child item.</summary>
<returns>The primary SocialFeedContent object associated with the child item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.SecondaryContent">
<summary>Gets the secondary SocialFeedContent object associated with the child item.</summary>
<returns>The secondary SocialFeedContent object associated with the child item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.SharedItem">
<summary>Gets a social media item that was shared with the user by another user of the service.</summary>
<returns>A social media item that was shared with the user.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.TargetUri">
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this child item.</summary>
<returns>The Uniform Resource Identifier (URI) associated with the child item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.Thumbnails">
<summary>Gets a list of thumbnail images associated with the child item.</summary>
<returns>A list of thumbnail images associated with the child item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.Timestamp">
<summary>Gets or sets the timestamp for the child item.</summary>
<returns>The timestamp for the child item.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedContent">
<summary>Represents a social media message.</summary>
<deprecated type="deprecate">SocialFeedContent is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedContent.Message">
<summary>Gets or sets the social media message.</summary>
<returns>The social media message.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedContent.TargetUri">
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target of the content.</summary>
<returns>The Uniform Resource Identifier (URI) of the content.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedContent.Title">
<summary>Gets or sets the title of the content.</summary>
<returns>The title of the content.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedItem">
<summary>Represents a social media feed item.</summary>
<deprecated type="deprecate">SocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.SocialFeedItem.#ctor">
<summary>Initializes a new instance of the SocialFeedItem class.</summary>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Author">
<summary>Gets the author of the social media feed item.</summary>
<returns>The author of the social media feed item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.BadgeCountValue">
<summary>Gets or sets the number of unseen items displayed on the app badge.</summary>
<returns>The number of unseen items displayed on the app badge.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.BadgeStyle">
<summary>Gets or sets the badge style for the app.</summary>
<returns>The badge style for the app.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.ChildItem">
<summary>Gets or sets the child item associated with this social feed item.</summary>
<returns>The child item associated with this social feed item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.PrimaryContent">
<summary>Gets the primary SocialFeedContent object associated with the item.</summary>
<returns>The primary SocialFeedContent object associated with the item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.RemoteId">
<summary>Gets or sets the value used to identify this item on the provider's system.</summary>
<returns>The value used to identify this item on the provider's system.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.SecondaryContent">
<summary>Gets the secondary SocialFeedContent object associated with this item.</summary>
<returns>The secondary SocialFeedContent object associated with this item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.SharedItem">
<summary>Gets a social media item that was shared with the user by another user of the service.</summary>
<returns>A social media item that was shared with the user by another user of the service.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Style">
<summary>Gets or set the style of this item, such as photo or default.</summary>
<returns>The style of this item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.TargetUri">
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this item.</summary>
<returns>The Uniform Resource Identifier (URI) associated with this item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Thumbnails">
<summary>Gets a list of thumbnail images associated with this item.</summary>
<returns>A list of thumbnail images associated with this item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Timestamp">
<summary>Gets or sets the timestamp for this item.</summary>
<returns>The timestamp for this item.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle">
<summary>Defines the types of social media feed items.</summary>
<deprecated type="deprecate">SocialFeedItemStyle is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle.Default">
<summary>Default value</summary>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle.Photo">
<summary>A photo item</summary>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedKind">
<summary>Defines the types of social media feeds.</summary>
<deprecated type="deprecate">SocialFeedKind is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedKind.ContactFeed">
<summary>A contact feed</summary>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedKind.Dashboard">
<summary>A dashboard feed</summary>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedKind.HomeFeed">
<summary>A home feed</summary>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem">
<summary>Represents a social media item that was shared with the user by another user of the service.</summary>
<deprecated type="deprecate">SocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.#ctor">
<summary>Initializes a new instance of the SocialFeedSharedItem class.</summary>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.Content">
<summary>Gets the SocialFeedContent object associated with the shared item.</summary>
<returns>The SocialFeedContent object associated with the shared item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.OriginalSource">
<summary>Gets or sets the original Uniform Resource Identifier (URI) of the shared item.</summary>
<returns>The original Uniform Resource Identifier (URI) of the shared item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.TargetUri">
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this shared item.</summary>
<returns>The Uniform Resource Identifier (URI) associated with the shared item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.Thumbnail">
<summary>Gets or sets a thumbnail image associated with this shared item.</summary>
<returns>A thumbnail image associated with this shared item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.Timestamp">
<summary>Gets or sets the timestamp for this shared item.</summary>
<returns>The timestamp for this shared item.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode">
<summary>Defines the modes for updating a social media feed.</summary>
<deprecated type="deprecate">SocialFeedUpdateMode is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode.Append">
<summary>Append mode</summary>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode.Replace">
<summary>Replace mode</summary>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialInfoContract">
<summary>
</summary>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle">
<summary>Defines app badge types.</summary>
<deprecated type="deprecate">SocialItemBadgeStyle is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle.Hidden">
<summary>Hidden badge</summary>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle.Visible">
<summary>Visible badge</summary>
</member>
<member name="F:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle.VisibleWithCount">
<summary>Visible badge with an unseen items count displayed</summary>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail">
<summary>Represents a thumbnail image associated with a social media feed item.</summary>
<deprecated type="deprecate">SocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.#ctor">
<summary>Initializes a new instance of the SocialItemThumbnail class.</summary>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.BitmapSize">
<summary>Gets or sets the size of the thumbnail bitmap image.</summary>
<returns>The size of the thumbnail bitmap image.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.ImageUri">
<summary>Gets or sets the Uniform Resource Identifier (URI) to the image file for this thumbnail.</summary>
<returns>The Uniform Resource Identifier (URI) to the image file for this thumbnail.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.TargetUri">
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this thumbnail.</summary>
<returns>The Uniform Resource Identifier (URI) to the target item associated with this thumbnail.</returns>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.SetImageAsync(Windows.Storage.Streams.IInputStream)">
<summary>Asynchronously sets the image for this thumbnail from a local stream.</summary>
<deprecated type="deprecate">ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<param name="image">The image stream.</param>
<returns>An async action indicating that the operation has completed.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.SocialUserInfo">
<summary>Represents a user of a social media provider service.</summary>
<deprecated type="deprecate">SocialUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.DisplayName">
<summary>Gets or sets the name of the social media user, suitable for display.</summary>
<returns>The name of the social media user, suitable for display.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.RemoteId">
<summary>Gets or sets a value that identifies the user on the social media service.</summary>
<returns>A value that identifies the user on the social media service.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.TargetUri">
<summary>Gets or sets the Uniform Resource Identifier (URI) to the user on the social media system.</summary>
<returns>The Uniform Resource Identifier (URI) to the user on the social media system.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.UserName">
<summary>Gets or sets the username for the user on the social media service.</summary>
<returns>The username for the user on the social media service.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater">
<summary>Represents a task that can update dashboard items.</summary>
<deprecated type="deprecate">SocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.Content">
<summary>Gets a SocialFeedContent object which can be updated.</summary>
<returns>A SocialFeedContent object which can be updated.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.OwnerRemoteId">
<summary>Gets the ID that identifies the user on the provider's system.</summary>
<returns>The ID that identifies the user on the provider's system.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.TargetUri">
<summary>Gets or sets the uniform resource identifier (URI) that is navigated to when the user taps the item.</summary>
<returns>The URI that is navigated to when the user taps the item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.Thumbnail">
<summary>Gets or sets the thumbnail image for the dashboard item.</summary>
<returns>The thumbnail image for the dashboard item.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.Timestamp">
<summary>Gets or sets the timestamp for the update.</summary>
<returns>The timestamp for the update.</returns>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.CommitAsync">
<summary>Asynchronously submits the update after all the properties have been set.</summary>
<deprecated type="deprecate">ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<returns>An async action indicating that the operation has completed.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater">
<summary>Represents a task the can be used to update a social media feed.</summary>
<deprecated type="deprecate">SocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.Items">
<summary>Gets the list of social media feed items.</summary>
<returns>The list of social media feed items.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.Kind">
<summary>Gets the type of the social media feed.</summary>
<returns>The type of the social media feed.</returns>
</member>
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.OwnerRemoteId">
<summary>Gets the ID that identifies the user on the provider's system.</summary>
<returns>The ID that identifies the user on the provider's system.</returns>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.CommitAsync">
<summary>Asynchronously submits the update after all the properties have been set.</summary>
<deprecated type="deprecate">ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<returns>An async action indicating that the operation has completed.</returns>
</member>
<member name="T:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager">
<summary>Provides functionality for an app to use social media extensibility.</summary>
<deprecated type="deprecate">SocialInfoProviderManager is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.CreateDashboardItemUpdaterAsync(System.String)">
<summary>Creates a new SocialDashboardItemUpdater object that can be used as a task.</summary>
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<param name="ownerRemoteId">The ID that identifies the user on the provider's system.</param>
<returns>The newly created SocialDashboardItemUpdater object.</returns>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.CreateSocialFeedUpdaterAsync(Windows.ApplicationModel.SocialInfo.SocialFeedKind,Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode,System.String)">
<summary>Creates a new SocialFeedUpdater object that can be used as a task.</summary>
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<param name="kind">The type of the social media feed to create.</param>
<param name="mode">Specifies append or replace mode.</param>
<param name="ownerRemoteId">The ID that identifies the user on the provider's system.</param>
<returns>The newly created SocialFeedUpdater object.</returns>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.DeprovisionAsync">
<summary>Deprovisions an app from using social media extensibility.</summary>
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<returns>An async action indicating that the operation has completed.</returns>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.ProvisionAsync">
<summary>Provisions the app to use social media extensibility.</summary>
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<returns>A Boolean value indicating if the operation was successful.</returns>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.ReportNewContentAvailable(System.String,Windows.ApplicationModel.SocialInfo.SocialFeedKind)">
<summary>Alerts the system that new social media content is available from this app.</summary>
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<param name="contactRemoteId">The ID that identifies the user on the provider's system.</param>
<param name="kind">The type of the social media feed.</param>
</member>
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.UpdateBadgeCountValue(System.String,System.Int32)">
<summary>Updates the count value on the lock screen badge.</summary>
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<param name="itemRemoteId">Identifies the contact on the provider's system.</param>
<param name="newCount">The new count value to display on the badge.</param>
</member>
</members>
</doc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.StartupTaskContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.StartupTask">
<summary>Represents a UWP app, or a Desktop Bridge background task, that runs at system startup or when the user logs in to their device.</summary>
</member>
<member name="P:Windows.ApplicationModel.StartupTask.State">
<summary>Gets the state (enabled, disabled, or disabled by user) of the startup task.</summary>
<returns>The state of the startup task.</returns>
</member>
<member name="P:Windows.ApplicationModel.StartupTask.TaskId">
<summary>Gets the Id of the startup task.</summary>
<returns>The Id of the startup task.</returns>
</member>
<member name="M:Windows.ApplicationModel.StartupTask.Disable">
<summary>Disables the startup task.</summary>
</member>
<member name="M:Windows.ApplicationModel.StartupTask.GetAsync(System.String)">
<summary>Gets a startup task by Id.</summary>
<param name="taskId">The Id of the startup task to get.</param>
<returns>When this method completes, it returns the startup task with the given Id.</returns>
</member>
<member name="M:Windows.ApplicationModel.StartupTask.GetForCurrentPackageAsync">
<summary>Gets all startup tasks for the current app package.</summary>
<returns>When this method completes, it returns all startup tasks for the current app package.</returns>
</member>
<member name="M:Windows.ApplicationModel.StartupTask.RequestEnableAsync">
<summary>Requests that the startup task be enabled. If the task was disabled by the user using Task Manager, this method will not override their choice and the user must re-enable the task manually.</summary>
<returns>When this method completes, it returns the state of the startup task.</returns>
</member>
<member name="T:Windows.ApplicationModel.StartupTaskContract">
<summary>
</summary>
</member>
<member name="T:Windows.ApplicationModel.StartupTaskState">
<summary>Represents the state (enabled, disabled, or disabled by user) of a startup task.</summary>
</member>
<member name="F:Windows.ApplicationModel.StartupTaskState.Disabled">
<summary>The task is disabled.</summary>
</member>
<member name="F:Windows.ApplicationModel.StartupTaskState.DisabledByPolicy">
<summary>The task is disabled by the administrator or group policy. Platforms that don't support startup tasks also report **DisabledByPolicy**.</summary>
</member>
<member name="F:Windows.ApplicationModel.StartupTaskState.DisabledByUser">
<summary>The task was disabled by the user. It can only be re-enabled by the user.</summary>
</member>
<member name="F:Windows.ApplicationModel.StartupTaskState.Enabled">
<summary>The task is enabled.</summary>
</member>
<member name="F:Windows.ApplicationModel.StartupTaskState.EnabledByPolicy">
<summary>The task is enabled by the administrator or group policy.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.ApplicationModel.Wallet.WalletContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Activation.IWalletActionActivatedEventArgs">
<summary>Provides information to an app that was launched as the result of a wallet action.</summary>
</member>
<member name="P:Windows.ApplicationModel.Activation.IWalletActionActivatedEventArgs.ActionId">
<summary>Gets the ID of the action, such as the id of the verb, transaction and so on.</summary>
<returns>The ID of the action, such as the id of the verb, transaction and so on.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.IWalletActionActivatedEventArgs.ActionKind">
<summary>Gets the action that was performed on the WalletItem.</summary>
<returns>The action that was performed on the WalletItem.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.IWalletActionActivatedEventArgs.ItemId">
<summary>Gets the ID of the WalletItem on which the user performed the action.</summary>
<returns>The ID of the WalletItem on which the user performed the action.</returns>
</member>
<member name="T:Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs">
<summary>Provides information to an app that was launched as the result of a wallet action.</summary>
</member>
<member name="P:Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs.ActionId">
<summary>Gets the ID of the action, such as the id of the verb, transaction and so on.</summary>
<returns>The ID of the action, such as the id of the verb, transaction and so on.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs.ActionKind">
<summary>Gets the action that was performed on the WalletItem.</summary>
<returns>Gets the action that was performed on the WalletItem.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs.ItemId">
<summary>Gets the ID of the WalletItem on which the user performed the action.</summary>
<returns>The ID of the WalletItem on which the user performed the action.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs.Kind">
<summary>Gets the type of action that was performed on the WalletItem.</summary>
<returns>The type of action that was performed on the WalletItem.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs.PreviousExecutionState">
<summary>Gets the execution state of the app before it was activated.</summary>
<returns>The execution state of the app before it was activated.</returns>
</member>
<member name="P:Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs.SplashScreen">
<summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
<returns>The splash screen object which provides information about the transition from the splash screen to the activated app.</returns>
</member>
<member name="T:Windows.ApplicationModel.Wallet.WalletActionKind">
<summary>Represents the action that was taken on the item that caused your app to launch.</summary>
</member>
<member name="F:Windows.ApplicationModel.Wallet.WalletActionKind.Message">
<summary>A message was tapped.</summary>
</member>
<member name="F:Windows.ApplicationModel.Wallet.WalletActionKind.MoreTransactions">
<summary>The UI item "see more transactions" was tapped.</summary>
</member>
<member name="F:Windows.ApplicationModel.Wallet.WalletActionKind.OpenItem">
<summary>The item was opened.</summary>
</member>
<member name="F:Windows.ApplicationModel.Wallet.WalletActionKind.Transaction">
<summary>A transaction was tapped.</summary>
</member>
<member name="F:Windows.ApplicationModel.Wallet.WalletActionKind.Verb">
<summary>A verb was tapped.</summary>
</member>
<member name="T:Windows.ApplicationModel.Wallet.WalletContract">
<summary>
</summary>
</member>
<member name="T:Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs">
<summary>Provides information to an app that was launched as the result of a wallet action.</summary>
</member>
<member name="P:Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs.ActionId">
<summary>Gets the ID of the action, such as the id of the verb, transaction and so on.</summary>
<returns>The ID of the action, such as the id of the verb, transaction and so on.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs.ActionKind">
<summary>Gets the action that was performed on the WalletItem.</summary>
<returns>Gets the action that was performed on the WalletItem.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs.ActivatedOperation">
<summary>Gets the app activation operation.</summary>
<returns>The activated operation.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs.ItemId">
<summary>Gets the ID of the WalletItem on which the user performed the action.</summary>
<returns>The ID of the WalletItem on which the user performed the action.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs.Kind">
<summary>Gets the activation type.</summary>
<returns>One of the enumeration values.</returns>
</member>
<member name="P:Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs.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.WebUIWalletActionActivatedEventArgs.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>
</members>
</doc>

View File

@@ -0,0 +1,160 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.Custom.CustomDeviceContract</name>
</assembly>
<members>
<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.FromIdAsync(System.String,Windows.Devices.Custom.DeviceAccessMode,Windows.Devices.Custom.DeviceSharingMode)">
<summary>Creates a CustomDevice object asynchronously for the specified DeviceInformation.Id.</summary>
<param name="deviceId">The DeviceInformation.Id of the device .</param>
<param name="desiredAccess">The desired access.</param>
<param name="sharingMode">The sharing mode.</param>
<returns>Returns a custom device.</returns>
</member>
<member name="M:Windows.Devices.Custom.CustomDevice.GetDeviceSelector(System.Guid)">
<summary>Gets a device selector.</summary>
<param name="classGuid">The Device Interface Class GUID of the device interface to create a device selector for.</param>
<returns>The device selector.</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>
<param name="ioControlCode">The IO control code.</param>
<param name="inputBuffer">The input buffer.</param>
<param name="outputBuffer">The output buffer.</param>
<returns>The result of the async operation.</returns>
</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. A return value indicates whether the operation succeeded.</summary>
<param name="ioControlCode">The IO control code.</param>
<param name="inputBuffer">The input buffer.</param>
<param name="outputBuffer">The output buffer.</param>
<returns>**true** if the operation is successful; otherwise, **false**.</returns>
</member>
<member name="T:Windows.Devices.Custom.CustomDeviceContract">
<summary>
</summary>
</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.ReadWrite">
<summary>Read/write access.</summary>
</member>
<member name="F:Windows.Devices.Custom.DeviceAccessMode.Write">
<summary>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.Exclusive">
<summary>The device is exclusive.</summary>
</member>
<member name="F:Windows.Devices.Custom.DeviceSharingMode.Shared">
<summary>The device is shared.</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.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.ReadWrite">
<summary>Read/write mode.</summary>
</member>
<member name="F:Windows.Devices.Custom.IOControlAccessMode.Write">
<summary>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.IOControlCode">
<summary>Represents the control code.</summary>
</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="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="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>
</members>
</doc>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.Portable.PortableDeviceContract</name>
</assembly>
<members>
<member name="T:Windows.Devices.Portable.PortableDeviceContract">
<summary>
</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>
<param name="serviceType">The type of service to identify.</param>
<returns>The AQS string.</returns>
</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>
<param name="serviceId">The service identifier.</param>
<returns>The AQS string.</returns>
</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:</summary>
</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>
<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. For more information, see the Removable Storage sample.</param>
<returns>The storage folder object that represents the removable storage device and provides access to content on the device.</returns>
</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>
<returns>An AQS string for identifying storage devices.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.Printers.Extensions.ExtensionsContract</name>
</assembly>
<members>
<member name="T:Windows.Devices.Printers.Extensions.ExtensionsContract">
<summary>
</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>
<param name="deviceId">The device information ID for the print device.</param>
<returns>Pointer to the context.</returns>
</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="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.Cancel">
<summary>Called by the device app to cancel the client's request to save the print task configuration.</summary>
</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>
</members>
</doc>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.Printers.PrintersContract</name>
</assembly>
<members>
<member name="T:Windows.Devices.Printers.Print3DDevice">
<summary>Represents a 3D printer.</summary>
</member>
<member name="P:Windows.Devices.Printers.Print3DDevice.PrintSchema">
<summary>Gets the PrintSchema object for obtaining capabilities and print ticket information.</summary>
<returns>The PrintSchema object for obtaining capabilities and print ticket information.</returns>
</member>
<member name="M:Windows.Devices.Printers.Print3DDevice.FromIdAsync(System.String)">
<summary>Creates a Print3DDevice object that represents a 3D printer connected to the device.</summary>
<param name="deviceId">The device ID of the 3D printer.</param>
<returns>A Print3DDevice object that corresponds to the specified 3D printer.</returns>
</member>
<member name="M:Windows.Devices.Printers.Print3DDevice.GetDeviceSelector">
<summary>Gets an Advanced Query Syntax (AQS) string that can be used to find all 3D printers that are connected to the device.</summary>
<returns>An AQS string that can be used to find all 3D printers connected to the device.</returns>
</member>
<member name="T:Windows.Devices.Printers.PrintersContract">
<summary>
</summary>
</member>
<member name="T:Windows.Devices.Printers.PrintSchema">
<summary>Provides APIs to access a 3D printer's capabilities and print tickets.</summary>
</member>
<member name="M:Windows.Devices.Printers.PrintSchema.GetCapabilitiesAsync(Windows.Storage.Streams.IRandomAccessStreamWithContentType)">
<summary>Gets the 3D printer capabilities.</summary>
<param name="constrainTicket">The print ticket.</param>
<returns>An XML PrintCapabilities document containing 3D printer capabilities.</returns>
</member>
<member name="M:Windows.Devices.Printers.PrintSchema.GetDefaultPrintTicketAsync">
<summary>Gets the 3D printer's default print ticket.</summary>
<returns>An XML PrintTicket document containing the 3D printer's default print ticket.</returns>
</member>
<member name="M:Windows.Devices.Printers.PrintSchema.MergeAndValidateWithDefaultPrintTicketAsync(Windows.Storage.Streams.IRandomAccessStreamWithContentType)">
<summary>Creates a new print ticket by merging the users selection with the default print ticket and validating that it will work for the device.</summary>
<param name="deltaTicket">The delta print ticket, specifies the differences between the default print ticket and the user's selections.</param>
<returns>An XML PrintTicket document containing the suggested print ticket.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,554 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.Scanners.ScannerDeviceContract</name>
</assembly>
<members>
<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>
<param name="value">The file type.</param>
<returns>True if the specified file type is supported; otherwise False.</returns>
</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>
<param name="value">The auto crop mode of the image to scan.</param>
<returns>True if the device supports the *value* mode; otherwise False.</returns>
</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>
<param name="value">The color mode.</param>
<returns>True if the scanner can scan images in *value* mode; 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>
<param name="deviceId">The device information ID. See DeviceInformation.Id property.</param>
<returns>The ImageScanner object.</returns>
</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>
<param name="scanSource">The scan source.</param>
<returns>Returns True if the specified scan source supports preview; otherwise False.</returns>
</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>
<param name="value">The scan source.</param>
<returns>True if the scan source, Flatbed or Feeder, is available; otherwise False.</returns>
</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>
<param name="scanSource">The image scan source.</param>
<param name="storageFolder">The target folder location of the scanned file.</param>
<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>
</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>
<param name="scanSource">The image scan source.</param>
<param name="targetStream">The scanned image file.</param>
<returns>The progress of the scan and the scanned file format.</returns>
</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.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="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="M:Windows.Devices.Scanners.ImageScannerAutoConfiguration.IsFormatSupported(Windows.Devices.Scanners.ImageScannerFormat)">
<summary>Determines if the input scanner supports the specified file format.</summary>
<param name="value">The file type.</param>
<returns>True if the specified file type is supported; otherwise False.</returns>
</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.MultipleRegion">
<summary>Scan multiple scan regions into individual, separate images.</summary>
</member>
<member name="F:Windows.Devices.Scanners.ImageScannerAutoCroppingMode.SingleRegion">
<summary>Scan a single scan region 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.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="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="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="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="M:Windows.Devices.Scanners.ImageScannerFeederConfiguration.IsAutoCroppingModeSupported(Windows.Devices.Scanners.ImageScannerAutoCroppingMode)">
<summary>Returns whether the scanner's Feeder supports the specified ImageScannerAutoCroppingMode.</summary>
<param name="value">The auto crop mode of the image to scan.</param>
<returns>Indicates whether the device supports *value* mode.</returns>
</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>
<param name="value">The color mode.</param>
<returns>Indicates whether the scanner can scan images in *value* mode.</returns>
</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>
<param name="value">The file type.</param>
<returns>Indicates whether the specified file type is supported.</returns>
</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>
<param name="pageSize">The page size.</param>
<param name="pageOrientation">The page orientation.</param>
<returns>Indicates the scanner can scan with *pageSize* and *pageOrientation* values.</returns>
</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="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="M:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.IsAutoCroppingModeSupported(Windows.Devices.Scanners.ImageScannerAutoCroppingMode)">
<summary>Returns whether the scanner's Flatbed supports the specified ImageScannerAutoCroppingMode.</summary>
<param name="value">The auto crop mode of the image to scan.</param>
<returns>Indicates whether the device supports *value* mode.</returns>
</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>
<param name="value">The color mode.</param>
<returns>Indicates whether the scanner can scan images in *value* mode.</returns>
</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>
<param name="value">The file type.</param>
<returns>Indicates whether the specified file type is supported.</returns>
</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.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.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.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="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.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="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.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="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.ImageScannerScanSource">
<summary>The types of scan source for the scanning device.</summary>
</member>
<member name="F:Windows.Devices.Scanners.ImageScannerScanSource.AutoConfigured">
<summary>The scan source is automatically configured.</summary>
</member>
<member name="F:Windows.Devices.Scanners.ImageScannerScanSource.Default">
<summary>The default 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.Flatbed">
<summary>A Flatbed scan source.</summary>
</member>
<member name="T:Windows.Devices.Scanners.ScannerDeviceContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract</name>
</assembly>
<members>
<member name="T:Windows.ApplicationModel.Background.SmartCardTrigger">
<summary>Represents an event triggered by a smart card.</summary>
</member>
<member name="M:Windows.ApplicationModel.Background.SmartCardTrigger.#ctor(Windows.Devices.SmartCards.SmartCardTriggerType)">
<summary>Initializes a new instance of a SmartCardTrigger</summary>
<param name="triggerType">The trigger type.</param>
</member>
<member name="P:Windows.ApplicationModel.Background.SmartCardTrigger.TriggerType">
<summary>Gets the trigger type of a smart card trigger.</summary>
<returns>A SmartCardTriggerType.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract">
<summary>
</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardLaunchBehavior">
<summary>Specifies how a smart card app should be launched.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardLaunchBehavior.AboveLock">
<summary>Launch the app above the lock screen.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardLaunchBehavior.Default">
<summary>Default launch behavior.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardTriggerDetails">
<summary>Provides details about a smart card trigger.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardTriggerDetails.Emulator">
<summary>Gets the smart card emulator that caused the event to trigger.</summary>
<returns>The smart card emulator that caused the event to trigger.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardTriggerDetails.SmartCard">
<summary>Gets the smart card.</summary>
<returns>The smart card.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardTriggerDetails.SourceAppletId">
<summary>Gets the applet ID of the source of the smart card trigger.</summary>
<returns>The applet ID.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardTriggerDetails.TriggerData">
<summary>Gets the smart card trigger data.</summary>
<returns>The smart card trigger data.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardTriggerDetails.TriggerType">
<summary>Gets the smart card trigger type.</summary>
<returns>The smart card trigger type.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardTriggerDetails.TryLaunchCurrentAppAsync(System.String)">
<summary>Asynchronously attempts to launch the current smart card app, passing the specified arguments.</summary>
<param name="arguments">A string specifying the arguments to pass to the smart card app at launch.</param>
<returns>A Boolean value indicating if the app launched successfully.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardTriggerDetails.TryLaunchCurrentAppAsync(System.String,Windows.Devices.SmartCards.SmartCardLaunchBehavior)">
<summary>Asynchronously attempts to launch the current smart card app using the specified behavior, passing the specified arguments.</summary>
<param name="arguments">A string specifying the arguments to pass to the smart card app at launch.</param>
<param name="behavior">The behavior to use when launching the app.</param>
<returns>A Boolean value indicating if the app launched successfully.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardTriggerType">
<summary>Represents the valid smart card trigger types.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardTriggerType.EmulatorAppletIdGroupRegistrationChanged">
<summary>An applet ID group registration changed event.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardTriggerType.EmulatorHostApplicationActivated">
<summary>A host application activated event.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardTriggerType.EmulatorNearFieldEntry">
<summary>A field entry event.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardTriggerType.EmulatorNearFieldExit">
<summary>A field exit event.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardTriggerType.EmulatorTransaction">
<summary>A transaction event.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardTriggerType.ReaderCardAdded">
<summary>A reader card was added event.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,859 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.SmartCards.SmartCardEmulatorContract</name>
</assembly>
<members>
<member name="T:Windows.Devices.SmartCards.KnownSmartCardAppletIds">
<summary>A class that represents a selection of known smartcard applet IDs; exposing them via its properties.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.KnownSmartCardAppletIds.PaymentSystemEnvironment">
<summary>Gets the applet ID of the payment system environment (PSE) application.</summary>
<returns>An IBuffer containing the PSE applet ID.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.KnownSmartCardAppletIds.ProximityPaymentSystemEnvironment">
<summary>Gets the applet ID of the proximity payment system environment (PPSE) application.</summary>
<returns>An IBuffer containing the PPSE applet ID.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardActivationPolicyChangeResult">
<summary>Defines the return values for the RequestActivationPolicyChangeAsync method.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardActivationPolicyChangeResult.Allowed">
<summary>The policy change was allowed.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardActivationPolicyChangeResult.Denied">
<summary>The policy change was not allowed.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardAppletIdGroup">
<summary>A class that represents a digitized card, which may either be self-managed (Host Card Emulation) or backed by a physical embedded secure element (eSE). This class can also be thought of as defining a collection of smart card applet IDs.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardAppletIdGroup.#ctor">
<summary>Initializes a new instance of the SmartCardAppletIdGroup class.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardAppletIdGroup.#ctor(System.String,Windows.Foundation.Collections.IVector{Windows.Storage.Streams.IBuffer},Windows.Devices.SmartCards.SmartCardEmulationCategory,Windows.Devices.SmartCards.SmartCardEmulationType)">
<summary>Initializes a new instance of the SmartCardAppletIdGroup class using the specified parameters.</summary>
<param name="displayName">The name for this applet ID group.</param>
<param name="appletIds">The list of applet IDs.</param>
<param name="emulationCategory">The category of smart card to which the applet IDs apply, payment card or other.</param>
<param name="emulationType">The type of smart card to which the applet IDs apply, host card or UICC.</param>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.AppletIds">
<summary>Gets the collection of applet IDs.</summary>
<returns>The collection of applet IDs.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.AutomaticEnablement">
<summary>Gets or sets a Boolean value indicating if the operating system is permitted to enable this AppletIdGroup.</summary>
<returns>A Boolean value indicating if the operating system is permitted to enable this AppletIdGroup.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.Description">
<summary>Gets or sets an extended description of a smartcard to help make it easier to identify the smartcard. You could, for example, set this to the last four digits of a credit card number.</summary>
<returns>A string containing an extended description of a smartcard.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.DisplayName">
<summary>Sets or gets the name of this applet ID group.</summary>
<returns>The name of this applet ID group.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.Logo">
<summary>Gets or sets an image that represents the smartcard. This might, for example, mimic the physical appearance of a credit card.</summary>
<returns>An IRandomAccessStreamReference that provides access to a stream that contains an image that represents the smartcard.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.MaxAppletIds">
<summary>Gets the maximum number of permitted applet IDs.</summary>
<returns>The maximum number of permitted applet IDs.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.Properties">
<summary>Gets a (generic) property bag for a smartcard.</summary>
<returns>A ValueSet containing a (generic) property bag for a smartcard.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.SecureUserAuthenticationRequired">
<summary>Gets or sets a value indicating whether the smartcard requires the user to authenticate using secure biometrics before the smartcard will process a transaction (for example, the user taps their fingerprint to approve a payment). This property applies only to embedded secure element (eSE)-based applets.</summary>
<returns>`true` if the smartcard requires the user to authenticate using secure biometrics before the smartcard will process a transaction, otherwise `false`.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.SmartCardEmulationCategory">
<summary>Sets or gets the category of smart card to which the applet IDs apply, payment card or other.</summary>
<returns>The category of smart card to which the applet IDs apply, payment card or other.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroup.SmartCardEmulationType">
<summary>Sets or gets the type of smart card to which the applet IDs apply, host card or UICC.</summary>
<returns>The type of smart card to which the applet IDs apply, host card or UICC.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy">
<summary>Defines the valid values that can be passed to the RequestActivationPolicyChangeAsync method.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy.Disabled">
<summary>The activation policy is set to disabled.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy.Enabled">
<summary>The activation policy is set to enabled.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy.ForegroundOverride">
<summary>The activation policy is set to foreground override.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration">
<summary>Represents a registered group of applet IDs.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration.ActivationPolicy">
<summary>Gets the activation policy for the registered applet ID group.</summary>
<returns>The activation policy for the registered applet ID group.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration.AppletIdGroup">
<summary>Gets the registered group of applet IDs.</summary>
<returns>The registered group of applet IDs.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration.Id">
<summary>Gets a unique ID representing this applet ID group registration.</summary>
<returns>A unique ID representing this applet ID group registration.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration.SmartCardReaderId">
<summary>Gets the ID of any SmartCardReader associated with a secure element. You can pass this ID to SmartCardReader.FromIdAsync.</summary>
<returns>A string containing the ID of any SmartCardReader associated with a secure element.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration.RequestActivationPolicyChangeAsync(Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy)">
<summary>Attempts to asynchronously change the ActivationPolicy for this group of registered applet IDs.</summary>
<param name="policy">The new activation policy.</param>
<returns>Indicates if the policy change was allowed or denied.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration.SetAutomaticResponseApdusAsync(Windows.Foundation.Collections.IIterable{Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu})">
<summary>Sets a collection of SmartCardAutomaticResponseApdu objects containing the automatic responses to return for this SmartCardAppletIdGroupRegistration.</summary>
<param name="apdus">A collection of automatic responses.</param>
<returns>An asynchronous action that completes when the requested operation is done.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration.SetPropertiesAsync(Windows.Foundation.Collections.ValueSet)">
<summary>Asynchronously sets the value of SmartCardAppletIdGroup.Properties.</summary>
<param name="props">A ValueSet containing a (generic) property bag for a smartcard.</param>
<returns>An asynchronous property-setting action, which completes when the properties have been set.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu">
<summary>Represents the smart card automatic response Application Protocol Data Unit (APDU).</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.#ctor(Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)">
<summary>Initializes a new instance of the class.</summary>
<param name="commandApdu">The APDU command sent by the NFC reader.</param>
<param name="responseApdu">The response to the NFC reader.</param>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared">
<summary>Gets or sets a Boolean value indicating whether to continue with Automatic APDU processing if Cryptogram Materials cannot be prepared for use without user authorization.</summary>
<returns>The boolean value indicating whether to continue with Automatic APDU processing if Cryptogram Materials cannot be prepared for use without user authorization.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.AppletId">
<summary>Gets or sets the applet identifier for this APDU.</summary>
<returns>The applet identifier for this APDU.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.CommandApdu">
<summary>Gets or sets the command for this APDU.</summary>
<returns>The command for this APDU.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.CommandApduBitMask">
<summary>Gets or sets the bitmask for the APDU command.</summary>
<returns>The bitmask for the APDU command.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.InputState">
<summary>Gets and puts the input state.</summary>
<returns>The input state.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.OutputState">
<summary>Gets and puts the output state.</summary>
<returns>The output state.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.ResponseApdu">
<summary>Gets or sets the response from the Application Protocol Data Unit (APDU).</summary>
<returns>The response from the APDU.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu.ShouldMatchLength">
<summary>Gets or sets a Boolean value indicating whether the CommandApdu and incoming command should have exactly matching length.</summary>
<returns>A Boolean value indicating whether the CommandApdu and incoming command should have exactly matching length.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus">
<summary>Defines the status of the smart card readers automatic response.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus.None">
<summary>No status provided.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus.Success">
<summary>Read was a success.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus.UnknownError">
<summary>Read failed with an unidentified error.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm">
<summary>Defines the cryptogram generation algorithm for a cryptogram placement step.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.CbcMac">
<summary>Use the cipher block chaining message authentication code (CBC-MAC) algorithm.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.Cvc3MD">
<summary>Use the CVC3-MD algorithm.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.Cvc3Umd">
<summary>Use the CVC3-UMD algorithm.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.DecimalizedMsd">
<summary>Use the decimalized MSD algorithm.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.None">
<summary>Do not use any algorithm.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.RsaPkcs1">
<summary>Use the Public-Key Cryptography Standards 1 (PKCS) RSA algorithm.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.Sha1">
<summary>Use the SHA-1 algorithm.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.Sha256Hmac">
<summary>
</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.SignedDynamicApplicationData">
<summary>Use the signed dynamic application data algorithm.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramGenerator">
<summary>Represents the mechanism for providing hardware supported for secure payment applications and protocols.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.SupportedCryptogramAlgorithms">
<summary>Get the supported cryptogram algorithms.</summary>
<returns>The supported algorithms.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.SupportedCryptogramMaterialPackageConfirmationResponseFormats">
<summary>Gets the supported cryptogram material package confirmation response formats.</summary>
<returns>The supported cryptogram material package confirmation response formats.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.SupportedCryptogramMaterialPackageFormats">
<summary>Gets the supported cryptogram material package formats.</summary>
<returns>The supported cryptogram material package formats.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.SupportedCryptogramMaterialTypes">
<summary>Gets the supported cryptogram material types.</summary>
<returns>The supported cryptogram material types.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.SupportedSmartCardCryptogramStorageKeyCapabilities">
<summary>Gets the supported smart card cryptogram storage key capabilities.</summary>
<returns>The supported smart card cryptogram storage key capabilities.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.CreateCryptogramMaterialStorageKeyAsync(Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior,System.String,Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm,Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities)">
<summary>Generates a cryptogram storage key.</summary>
<param name="promptingBehavior">The user prompting behavior.</param>
<param name="storageKeyName">The name of the new storage key.</param>
<param name="algorithm">The encryption algorithm to use with the storage key.</param>
<param name="capabilities">The capabilities of the new storage key.</param>
<returns>An asynchronous operation that completes with an operation status after the attempt of creating a storage key.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.DeleteCryptogramMaterialPackageAsync(System.String)">
<summary>Deletes a cryptogram material package.</summary>
<param name="materialPackageName">The material package name.</param>
<returns>An asynchronous operation that completes with an operation status after the prompting behavior is completed.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.DeleteCryptogramMaterialStorageKeyAsync(System.String)">
<summary>Deletes the app's storage key and all of its stored packages.</summary>
<param name="storageKeyName">The name of the storage key.</param>
<returns>An asynchronous operation that completes with an operation status.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.GetAllCryptogramMaterialCharacteristicsAsync(Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior,System.String)">
<summary>Gets all the cryptogram material characteristics.</summary>
<param name="promptingBehavior">The prompting behavior.</param>
<param name="materialPackageName">The material package name.</param>
<returns>Returns an asynchronous operation that completes with the characteristics result.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.GetAllCryptogramMaterialPackageCharacteristicsAsync">
<summary>Gets all cryptogram material package characteristics.</summary>
<returns>Returns an asynchronous operation that completes with the package characteristics result.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.GetAllCryptogramMaterialPackageCharacteristicsAsync(System.String)">
<summary>Gets all the cryptogram material package characteristics.</summary>
<param name="storageKeyName">The storage key name.</param>
<returns>Returns an asynchronous operation that completes with the package characteristics result.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.GetAllCryptogramStorageKeyCharacteristicsAsync">
<summary>Gets all storage key characteristics.</summary>
<returns>Returns an asynchronous operation that completes with the characteristics result.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.GetSmartCardCryptogramGeneratorAsync">
<summary>Gets the smart card cryptogram generator.</summary>
<returns>An asynchronous operation that completes with a generator.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.ImportCryptogramMaterialPackageAsync(Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageFormat,System.String,System.String,Windows.Storage.Streams.IBuffer)">
<summary>Imports a cryptogram package.</summary>
<param name="format">The format of the package.</param>
<param name="storageKeyName">The name of the storage key.</param>
<param name="materialPackageName">The name of the package.</param>
<param name="cryptogramMaterialPackage">A buffer containing the cryptogram package data.</param>
<returns>An asynchronous operation that completes with an operation status after the attempt of importing a package.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.IsSupported">
<summary>Returns whether the SmartCardCryptogramGenerator is supported.</summary>
<returns>True if SmartCardCryptogramGenerator is supported.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.RequestCryptogramMaterialStorageKeyInfoAsync(Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior,System.String,Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType)">
<summary>Returns the public key and attestation information related to the cryptogram storage key.</summary>
<param name="promptingBehavior">The prompting behavior to display to the user for validation.</param>
<param name="storageKeyName">The name of the storage key.</param>
<param name="format">The format in which the public key of the storage key is to be returned.</param>
<returns>An asynchronous operation that returns the smart card cryptogram storage key information.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.RequestUnlockCryptogramMaterialForUseAsync(Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior)">
<summary>Requests that previously imported cryptogram material packages be readied for use.</summary>
<param name="promptingBehavior">The unlock prompting behavior.</param>
<returns>An asynchronous operation that completes with an operation status after the prompting behavior is completed.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.TryProvePossessionOfCryptogramMaterialPackageAsync(Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior,Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat,System.String,System.String,Windows.Storage.Streams.IBuffer)">
<summary>This method allows the payment app to query the cryptogram generator for proof of material package possession.</summary>
<param name="promptingBehavior">The prompting behavior to display to the user for validation.</param>
<param name="responseFormat">The format of the response.</param>
<param name="materialPackageName">The material package name.</param>
<param name="materialName">The material name.</param>
<param name="challenge">A buffer that contains the confirmation challenge token. The challenge token must consist of UTF-8 characters conformating to the following C# regular expression. ```</param>
<returns>An asynchronous operation that completes with the material possession proof.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGenerator.ValidateRequestApduAsync(Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior,Windows.Storage.Streams.IBuffer,Windows.Foundation.Collections.IIterable{Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep})">
<summary>Validates the APDU request.</summary>
<param name="promptingBehavior">The prompting behavior.</param>
<param name="apduToValidate">The APDU to validate.</param>
<param name="cryptogramPlacementSteps">The cryptogram placement steps.</param>
<returns>Returns an asynchronous operation that completes with the operation status.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus">
<summary>Defines the statuses for cryptogram generator methods.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.ApduResponseNotSent">
<summary>The APDU response was not sent.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.AuthorizationCanceled">
<summary>The authorization was canceled.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.AuthorizationFailed">
<summary>The authorization failed.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.AuthorizationRequired">
<summary>Authorization is required.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.CryptogramMaterialPackageStorageKeyExists">
<summary>The cryptogram material package storage key already exists.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.InvalidCryptogramMaterialUsage">
<summary>Invalid cryptogram material usage.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.NoCryptogramMaterialPackage">
<summary>There is no cryptogram material package.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.NoCryptogramMaterialPackageStorageKey">
<summary>There is no cryptogram material package storage key.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.NotSupported">
<summary>
</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.OtherError">
<summary>An unknown error occurred.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.Success">
<summary>Operation completed successfully.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.UnknownCryptogramMaterialName">
<summary>The specified material name was not found when opening the package.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.UnsupportedCryptogramMaterialPackage">
<summary>The cryptogram material package is unsupported.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.ValidationFailed">
<summary>
</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult">
<summary>This class contains information that is returned by GetAllCryptogramMaterialCharacteristicsAsync.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult.#ctor">
<summary>Creates an instance of SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult.Characteristics">
<summary>Gets the characteristics.</summary>
<returns>The characteristics.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult.OperationStatus">
<summary>Gets the operation status of GetAllCryptogramMaterialCharacteristicsAsync operation.</summary>
<returns>The operation status of GetAllCryptogramMaterialCharacteristicsAsync operation.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult">
<summary>This class contains information that is returned by GetAllCryptogramMaterialPackageCharacteristicsAsync.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult.#ctor">
<summary>Creates an instance of SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult.Characteristics">
<summary>Gets the characteristics.</summary>
<returns>The characteristics.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult.OperationStatus">
<summary>Gets the operation status of GetAllCryptogramMaterialPackageCharacteristicsAsync.</summary>
<returns>The operation status of GetAllCryptogramMaterialPackageCharacteristicsAsync.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult">
<summary>This class contains information that is returned by GetAllCryptogramStorageKeyCharacteristicsAsync.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult.#ctor">
<summary>Creates a new instance of SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult.Characteristics">
<summary>Gets the characteristics.</summary>
<returns>The characteristics.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult.OperationStatus">
<summary>Gets the operation status of GetAllCryptogramStorageKeyCharacteristicsAsync.</summary>
<returns>The operation status of GetAllCryptogramStorageKeyCharacteristicsAsync.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics">
<summary>This class contains characteristics of cryptogram material.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.#ctor">
<summary>Creates a new instance of SmartCardCryptogramMaterialCharacteristics</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.AllowedAlgorithms">
<summary>Gets the allowed algorithms.</summary>
<returns>The allowed algorithms.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.AllowedProofOfPossessionAlgorithms">
<summary>Gets the allowed proof of allowed proof of possession algorithms.</summary>
<returns>The allowed proof of allowed proof of possession algorithms.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.AllowedValidations">
<summary>Gets the allowed validation algorithms.</summary>
<returns>The allowed calidation algorithms.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.MaterialLength">
<summary>Gets the material length.</summary>
<returns>The material length.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.MaterialName">
<summary>Gets the material name.</summary>
<returns>The material name.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.MaterialType">
<summary>Gets the material type.</summary>
<returns>The material type.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.ProtectionMethod">
<summary>Gets the protection method.</summary>
<returns>The protection method.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics.ProtectionVersion">
<summary>Gets the protection version.</summary>
<returns>The protection version.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageCharacteristics">
<summary>This class contains characteristics of a cryptogram material package.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageCharacteristics.#ctor">
<summary>Creates a new instance of SmartCardCryptogramMaterialPackageCharacteristics.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageCharacteristics.DateImported">
<summary>Gets the date that the material package was imported.</summary>
<returns>The date that the material package was imported.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageCharacteristics.PackageFormat">
<summary>Gets the package format.</summary>
<returns>The packge format.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageCharacteristics.PackageName">
<summary>Gets the package name.</summary>
<returns>The package name.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageCharacteristics.StorageKeyName">
<summary>Gets the storage key name.</summary>
<returns>The storage key name.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat">
<summary>Defines the format of the proof of possession returned when calling the TryProvePossessionOfCryptogramMaterialPackageAsync method.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat.None">
<summary>No format specified.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat.VisaHmac">
<summary>Visa hash-based message authentication code (HMAC) format.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageFormat">
<summary>Defines the cryptogram material package format.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageFormat.JweRsaPki">
<summary>The material package is JSON Web Encrypted (JWE) by RSA.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageFormat.None">
<summary>The material does not have a format.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPossessionProof">
<summary>Contains the result of calling TryProvePossessionOfCryptogramMaterialPackageAsync with a challenge token to prove that the device possesses the identified cryptogram material.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPossessionProof.OperationStatus">
<summary>Gets or sets the operation status of the proof operation.</summary>
<returns>The operation status.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramMaterialPossessionProof.Proof">
<summary>Gets the result of the proof of possession operation. This field is only valid if the OperationStatus field is Success.</summary>
<returns>A buffer containing the result from a successful proof of possession operation.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialProtectionMethod">
<summary>Defines the cryptogram material protection method.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialProtectionMethod.None">
<summary>Do not protect the cryptogram material.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialProtectionMethod.WhiteBoxing">
<summary>Protect the cryptogram material by whiteboxing.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialType">
<summary>Defines the cryptogram material type.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.Aes">
<summary>The material is data that is generated using AES.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.None">
<summary>The material doesn't have a data type.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.RsaPkcs1">
<summary>The material is data that is generated by using RSA according to PKCS #1</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.StaticDataAuthentication">
<summary>The material is static data for authentication.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.TripleDes112">
<summary>The material data is generated using TripleDes112.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions">
<summary>Defines cryptogram placement options.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions.ChainOutput">
<summary>The placement step's output should be chained into the specified step.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions.None">
<summary>The placement option does not have a defined format.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions.UnitsAreInNibbles">
<summary>The CryptogramOffset, TemplateOffset, and CryptogramLength values are in nibbles and not bytes.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep">
<summary>Contains instructions for placing a cryptogram in an outgoing message.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.#ctor">
<summary>Constructs a new SmartCardCryptogramPlacementStep object.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.Algorithm">
<summary>Gets or sets an optional placement step that will use this placement step's output as an input to the next specified placement step.</summary>
<returns>The target of a chained step. The value must be null if this placement step is not chained.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.ChainedOutputStep">
<summary>Gets or sets the output of this chained step.</summary>
<returns>The output of this chained step.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.CryptogramLength">
<summary>Gets or sets the length of the output to take from the offset.</summary>
<returns>The cryptogram inserted into the outgoing message may not exceed this length. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions property.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.CryptogramMaterialName">
<summary>Gets or sets the cryptogram material name to use when executing this step.</summary>
<returns>The cryptogram material name to use in generating the cryptogram to be placed in this outgoing message.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.CryptogramMaterialPackageName">
<summary>Gets or sets the cryptogram material package name that contains the material specified.</summary>
<returns>The cryptogram material package name in which the named cryptogram material may be found.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.CryptogramOffset">
<summary>Gets or sets the data that will be used to generate the cryptogram to be placed in the outgoing message.</summary>
<returns>The offset in the generated cryptogram to begin copying into the message that will be sent. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions field.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.CryptogramPlacementOptions">
<summary>Gets or sets the cryptogram placement options.</summary>
<returns>The cryptogram placement options.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.SourceData">
<summary>Gets or sets the data that will be encrypted in this step of chaining cryptograms.</summary>
<returns>The source data.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep.TemplateOffset">
<summary>Gets or sets the offset into the target output buffer at which the generated cryptogram will be placed. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions field.</summary>
<returns>The data template offset.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm">
<summary>Defines cryptogram storage key algorithms.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm.None">
<summary>The storage key is not encrypted.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm.Rsa2048">
<summary>The storage key is encrypted by RSA-2048.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities">
<summary>Defines cryptogram storage key capabilities.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities.HardwareProtection">
<summary>The storage key has hardware protection.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities.None">
<summary>The storage key has none of the capabilities defined in this enumeration.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities.UnlockPrompt">
<summary>The storage key requires a gesture prior to being used in any cryptographic operation.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCharacteristics">
<summary>This class contains characteristics of storage keys.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCharacteristics.#ctor">
<summary>Creates a new instance of SmartCardCryptogramStorageKeyCharacteristics.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCharacteristics.Algorithm">
<summary>Gets the algorithm.</summary>
<returns>The algorithm.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCharacteristics.Capabilities">
<summary>Gets the capabilities.</summary>
<returns>The capabilities.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCharacteristics.DateCreated">
<summary>Gets the date this storage key was created.</summary>
<returns>The date this storage key was created.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCharacteristics.StorageKeyName">
<summary>Gets the storage key name.</summary>
<returns>The storage key name.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo">
<summary>Contains information about the storage key so that apps can register and certify the key information with their service.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.Attestation">
<summary>Gets the attestation.</summary>
<returns>A buffer containing the attestation.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.AttestationCertificateChain">
<summary>Gets the attestation certificate chain.</summary>
<returns>A buffer containing the attestation certificate chain.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.AttestationStatus">
<summary>Gets the attestation status.</summary>
<returns>The attestation status.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.Capabilities">
<summary>Gets the cryptogram storage key capabilities.</summary>
<returns>The cryptogram storage key capabilities.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.OperationalRequirements">
<summary>Gets the operational requirements of the storage key.</summary>
<returns>The operational requirements.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.OperationStatus">
<summary>Gets the operation status.</summary>
<returns>The operation status.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.PublicKey">
<summary>Gets the public key.</summary>
<returns>A buffer containing the public key in the format specified when calling RequestCryptogramMaterialStorageKeyInfoAsync.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo.PublicKeyBlobType">
<summary>Gets the type of the public key object. This value reflects the public key blob type requested in the RequestCryptogramMaterialStorageKeyInfoAsync method.</summary>
<returns>The type of the public key object.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus">
<summary>Defines the attestation status of a key.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.NoAttestation">
<summary>The key has no attestation.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.SoftwareKeyWithoutTpm">
<summary>The key is a software key on a device without a TPM.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.SoftwareKeyWithTpm">
<summary>The key is a software key on a device with a TPM.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.TpmKeyUnknownAttestationStatus">
<summary>The TPM supporting the key has an unknown attestation status.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.TpmKeyWithAttestation">
<summary>The key is a TPM key with attestation.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.TpmKeyWithLongTermAttestationFailure">
<summary>The key is a TPM key with a long term attestation failure.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.TpmKeyWithoutAttestationCapability">
<summary>The key is a TPM key on a device that does not have the ability to provide attestation.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus.TpmKeyWithTemporaryAttestationFailure">
<summary>The key is a TPM key with a temporary attestation failure.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulationCategory">
<summary>Defines the valid categories of smart cards that can be emulated.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulationCategory.Other">
<summary>Specifies smart cards other than payment cards, such as a loyalty cards or security badges.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulationCategory.Payment">
<summary>Specifies payment cards.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulationType">
<summary>Defines the mechanism by which the device emulates a smart card.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulationType.EmbeddedSE">
<summary>The device emulates a smart card by forwarding the application protocol data unit (APDU) commands to an embedded SE reader.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulationType.Host">
<summary>The device emulates a smart card by forwarding application protocol data unit (APDU) commands to the host application, which responds back.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulationType.Uicc">
<summary>The device emulates a smart card by forwarding the application protocol data unit (APDU) commands directly to the physical UICC card. The UICC card is more commonly referred to as the SIM card.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulator">
<summary>Represents a smart card emulator device.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulator.EnablementPolicy">
<summary>Gets the current card emulation policy set by the user.</summary>
<returns>The current card emulation policy set by the user through the phone settings. This property is read-only to the app; you should tell the user to change the card emulation policy in the settings on his or her phone, if their mobile operator allows it.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulator.MaxAppletIdGroupRegistrations">
<summary>Gets the maximum number of permitted applet ID group registrations.</summary>
<returns>The maximum number of permitted applet ID group registrations.</returns>
</member>
<member name="E:Windows.Devices.SmartCards.SmartCardEmulator.ApduReceived">
<summary>Occurs when an application protocol data unit (APDU) is received by the NFC controller.</summary>
</member>
<member name="E:Windows.Devices.SmartCards.SmartCardEmulator.ConnectionDeactivated">
<summary>Occurs when the connection with the device is physically broken or when the NFC reader requests a connection to a different app.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulator.GetAppletIdGroupRegistrationsAsync">
<summary>Gets the registered applet identifier groups for this smart card, asynchronously.</summary>
<returns>The registered applet identifier groups for this smart card.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulator.GetDefaultAsync">
<summary>Returns the SmartCardEmulator object representing the default smart card emulator device.</summary>
<returns>After the asynchronous operation completes, returns the default smart card emulator or null if there is no smart card emulator present.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulator.IsHostCardEmulationSupported">
<summary>Gets a Boolean value indicating if host card emulation is supported by this device.</summary>
<returns>True if host card emulation is supported by this device.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulator.IsSupported">
<summary>Returns whether the SmartCardEmulator is supported.</summary>
<returns>True if SmartCardEmulator is supported.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulator.RegisterAppletIdGroupAsync(Windows.Devices.SmartCards.SmartCardAppletIdGroup)">
<summary>Asynchronously registers a group of applet IDs.</summary>
<param name="appletIdGroup">The group of applet IDs to register.</param>
<returns>The group of registered applet IDs.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulator.Start">
<summary>Starts the smart card emulator. This method must be called from a background task.</summary>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulator.UnregisterAppletIdGroupAsync(Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration)">
<summary>Asynchronously unregisters a previously registered group of applet IDs.</summary>
<param name="registration">The previously registered group of applet IDs.</param>
<returns>An IAsyncAction object that is used to control the asynchronous operation.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs">
<summary>Provides data for the ApduReceived event.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.AutomaticResponseStatus">
<summary>Gets a SmartCardAutomaticResponseStatus object indicating the automatic response was already successfully sent (**Success**), attempted but failed (**UnknownError**), or was not matched with any auto-responder rule (**None**).</summary>
<returns>The object indicating the status of the automatic response.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.CommandApdu">
<summary>Represents an application protocol data unit (APDU) command sent by an NFC reader.</summary>
<returns>An application protocol data unit (APDU) command sent by an NFC reader.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.ConnectionProperties">
<summary>Gets the connection properties of the smart card emulator.</summary>
<returns>The connection properties of the smart card emulator.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.State">
<summary>Gets the state.</summary>
<returns>The state.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.TryRespondAsync(Windows.Storage.Streams.IBuffer)">
<summary>Attempts to respond to an APDU.</summary>
<param name="responseApdu">A buffer containing the response.</param>
<returns>Returns an asynchronous operation that returns a boolean when the operation completes indicating. The boolean will be true if the operation was successful and false otherwise.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.TryRespondAsync(Windows.Storage.Streams.IBuffer,Windows.Foundation.IReference{System.UInt32})">
<summary>Attempts to respond to an APDU.</summary>
<param name="responseApdu">A buffer containing the response.</param>
<param name="nextState">A reference containing the next state.</param>
<returns>Returns an asynchronous operation that returns a boolean when the operation completes. The boolean is true if the operation completed successfully and false otherwise.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.TryRespondWithCryptogramsAsync(Windows.Storage.Streams.IBuffer,Windows.Foundation.Collections.IIterable{Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep})">
<summary>Attempts to respond to an APDU, placing cryptograms in the outgoing message as instructed by the placement steps.</summary>
<param name="responseTemplate">A buffer containing a template response.</param>
<param name="cryptogramPlacementSteps">A collection that contains the cryptogram steps.</param>
<returns>Returns an asynchronous operation that completes with an operation status.</returns>
</member>
<member name="M:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.TryRespondWithCryptogramsAsync(Windows.Storage.Streams.IBuffer,Windows.Foundation.Collections.IIterable{Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep},Windows.Foundation.IReference{System.UInt32})">
<summary>Returns an asynchronous operation that completes with an operation status.</summary>
<param name="responseTemplate">A buffer that contains a template response.</param>
<param name="cryptogramPlacementSteps">A collection that contains the cryptogram steps.</param>
<param name="nextState">A reference that contains the next state.</param>
<returns>Returns an asynchronous operation that completes with an operation status.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedEventArgs">
<summary>Provides data for the ConnectionDeactivated event.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedEventArgs.ConnectionProperties">
<summary>Gets the connection properties for the smart card emulator.</summary>
<returns>The connection properties for the smart card emulator.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedEventArgs.Reason">
<summary>Gets the reason that the smart card connection to the NFC reader was deactivated.</summary>
<returns>The reason that the smart card connection to the NFC reader was deactivated.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason">
<summary>Defines the reasons a smart card connection to an NFC reader could become deactivated.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason.ConnectionLost">
<summary>The physical connection to the reader was lost.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason.ConnectionRedirected">
<summary>The connection is redirected to another app due to reader terminal selecting a different application identifier which resolves to a different app.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulatorConnectionProperties">
<summary>Provides information about a smart card emulator connection to an NFC reader.</summary>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorConnectionProperties.Id">
<summary>Gets the identifier for the connection.</summary>
<returns>The identifier for the connection.</returns>
</member>
<member name="P:Windows.Devices.SmartCards.SmartCardEmulatorConnectionProperties.Source">
<summary>Gets an enum value indicating if the connection is to an NFC reader or something else.</summary>
<returns>An enum value indicating if the connection is to an NFC reader or something else.</returns>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulatorConnectionSource">
<summary>Defines the valid types of smart card connection sources.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorConnectionSource.NfcReader">
<summary>Specifies an NFC reader connection.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorConnectionSource.Unknown">
<summary>Specifies a connection to something other than an NFC reader.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulatorContract">
<summary>
</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy">
<summary>Represents the current card emulation policy set by the user in the phone settings.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy.Always">
<summary>Card emulation is always on.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy.Never">
<summary>Card emulation is disabled.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy.ScreenOn">
<summary>Card emulation is only on when the phone screen is on.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy.ScreenUnlocked">
<summary>Card emulation is only on when the phone screen is unlocked.</summary>
</member>
<member name="T:Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior">
<summary>Defines the unlock prompting behavior.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior.AllowUnlockPrompt">
<summary>Allow an unlock prompt if required.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior.PreventUnlockPrompt">
<summary>Prevent an unlock prompt.</summary>
</member>
<member name="F:Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior.RequireUnlockPrompt">
<summary>Require an unlock prompt.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,551 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Devices.Sms.LegacySmsApiContract</name>
</assembly>
<members>
<member name="T:Windows.Devices.Sms.DeleteSmsMessageOperation">
<summary>Enables start, track, and end an asynchronous message delete operation for a single message.</summary>
<deprecated type="deprecate">DeleteSmsMessageOperation may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.DeleteSmsMessageOperation.Completed">
<summary>Specifies whether the asynchronous SMS message delete operation has completed or not.</summary>
<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>
<returns>The result value of the asynchronous operation.</returns>
</member>
<member name="P:Windows.Devices.Sms.DeleteSmsMessageOperation.Id">
<summary>Specifies the ID of the asynchronous SMS message delete operation.</summary>
<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>
<returns>An enumerated value representing the status of the asynchronous SMS message delete operation.</returns>
</member>
<member name="M:Windows.Devices.Sms.DeleteSmsMessageOperation.Cancel">
<summary>Cancels the asynchronous SMS message delete operation.</summary>
</member>
<member name="M:Windows.Devices.Sms.DeleteSmsMessageOperation.Close">
<summary>Closes the asynchronous SMS message delete operation.</summary>
</member>
<member name="M:Windows.Devices.Sms.DeleteSmsMessageOperation.GetResults">
<summary>Retrieves the result of the asynchronous SMS message delete operation.</summary>
</member>
<member name="T:Windows.Devices.Sms.DeleteSmsMessagesOperation">
<summary>Enables start, track, and end asynchronous SMS message delete operations for multiple messages.</summary>
<deprecated type="deprecate">DeleteSmsMessagesOperation may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.DeleteSmsMessagesOperation.Completed">
<summary>Specifies whether the asynchronous SMS message delete operations have completed or not.</summary>
<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>
<returns>The result value of the asynchronous SMS message delete operations.</returns>
</member>
<member name="P:Windows.Devices.Sms.DeleteSmsMessagesOperation.Id">
<summary>Specifies the ID of the asynchronous SMS message delete operations.</summary>
<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>
<returns>An enumerated value representing the status of the asynchronous SMS message delete operations.</returns>
</member>
<member name="M:Windows.Devices.Sms.DeleteSmsMessagesOperation.Cancel">
<summary>Cancels the asynchronous SMS message delete operations.</summary>
</member>
<member name="M:Windows.Devices.Sms.DeleteSmsMessagesOperation.Close">
<summary>Closes the asynchronous SMS message delete operations.</summary>
</member>
<member name="M:Windows.Devices.Sms.DeleteSmsMessagesOperation.GetResults">
<summary>Retrieves the result of the asynchronous message operations.</summary>
</member>
<member name="T:Windows.Devices.Sms.GetSmsDeviceOperation">
<summary>Retrieves an SmsDevice object asynchronously.</summary>
<deprecated type="deprecate">GetSmsDeviceOperation may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.GetSmsDeviceOperation.Completed">
<summary>Specifies whether the asynchronous SmsDevice object retrieval operation has completed or not.</summary>
<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>
<returns>The result value of the asynchronous operation.</returns>
</member>
<member name="P:Windows.Devices.Sms.GetSmsDeviceOperation.Id">
<summary>Specifies the ID of the asynchronous SmsDevice object retrieval operation.</summary>
<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>
<returns>An enumerated value representing the status of an asynchronous SmsDevice object retrieval operation.</returns>
</member>
<member name="M:Windows.Devices.Sms.GetSmsDeviceOperation.Cancel">
<summary>Cancels the asynchronous SmsDevice object retrieval.</summary>
</member>
<member name="M:Windows.Devices.Sms.GetSmsDeviceOperation.Close">
<summary>Closes the asynchronous SmsDevice object retrieval operation.</summary>
</member>
<member name="M:Windows.Devices.Sms.GetSmsDeviceOperation.GetResults">
<summary>Gets the results of the asynchronous SmsDevice object retrieval operation.</summary>
<returns>A reference to an SmsDevice object.</returns>
</member>
<member name="T:Windows.Devices.Sms.GetSmsMessageOperation">
<summary>Supports the retrieval of a message from the SMS message store.</summary>
<deprecated type="deprecate">GetSmsMessageOperation may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.GetSmsMessageOperation.Completed">
<summary>A handler for the completed event of an asynchronous SMS message retrieval operation.</summary>
<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>
<returns>The result value of the asynchronous SMS message retrieval operation.</returns>
</member>
<member name="P:Windows.Devices.Sms.GetSmsMessageOperation.Id">
<summary>Specifies the ID of the asynchronous SMS message retrieval operation.</summary>
<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>
<returns>An enumerated value representing the status of an asynchronous SMS message retrieval operation.</returns>
</member>
<member name="M:Windows.Devices.Sms.GetSmsMessageOperation.Cancel">
<summary>Cancels the asynchronous SMS message retrieval operation.</summary>
</member>
<member name="M:Windows.Devices.Sms.GetSmsMessageOperation.Close">
<summary>Closes the asynchronous SMS message retrieval operation.</summary>
</member>
<member name="M:Windows.Devices.Sms.GetSmsMessageOperation.GetResults">
<summary>Retrieves the result of the asynchronous SMS message retrieval operation.</summary>
<returns>An interface that accesses the retrieved message.</returns>
</member>
<member name="T:Windows.Devices.Sms.GetSmsMessagesOperation">
<summary>Supports the retrieval of messages.</summary>
<deprecated type="deprecate">GetSmsMessagesOperation may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.GetSmsMessagesOperation.Completed">
<summary>Specifies whether the asynchronous message retrieval operation has completed or not.</summary>
<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>
<returns>The result value of the asynchronous operation.</returns>
</member>
<member name="P:Windows.Devices.Sms.GetSmsMessagesOperation.Id">
<summary>Indicates the ID of the asynchronous message operation.</summary>
<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>
<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>
<returns>An enumerated value representing the status of an asynchronous operation.</returns>
</member>
<member name="M:Windows.Devices.Sms.GetSmsMessagesOperation.Cancel">
<summary>Cancels the asynchronous operations.</summary>
</member>
<member name="M:Windows.Devices.Sms.GetSmsMessagesOperation.Close">
<summary>Closes the asynchronous operations.</summary>
</member>
<member name="M:Windows.Devices.Sms.GetSmsMessagesOperation.GetResults">
<summary>Retrieves the result of the asynchronous message retrieval operation.</summary>
<returns>A reference to the SMS messages retrieved.</returns>
</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>
<deprecated type="deprecate">SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.ISmsBinaryMessage.Format">
<summary>Retrieves the detected protocol description unit (PDU) format of this message.</summary>
<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>
<deprecated type="deprecate">SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.</deprecated>
<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>
<deprecated type="deprecate">SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.</deprecated>
<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>
<deprecated type="deprecate">SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.</deprecated>
</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>
<returns>A string representation of the account phone number.</returns>
</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>
<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>
<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>
<returns>A reference to an SmsMessageStore object.</returns>
</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>
</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>
</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>
<deprecated type="deprecate">SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.</deprecated>
<param name="message">A reference to the SMS text message to measure.</param>
<returns>A reference to an SmsEncodedLength structure that is populated with the length information.</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>
<deprecated type="deprecate">SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.</deprecated>
<param name="message">A reference to an SmsMessage object. The message can be in text or binary format.</param>
<returns>A reference to an SendSmsMessageOperation object that supports asynchronous message sending.</returns>
</member>
<member name="T:Windows.Devices.Sms.ISmsMessage">
<summary>This interface is implemented by all types of SMS messages that are supported.</summary>
</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>
<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>
<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>
<deprecated type="deprecate">SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.ISmsTextMessage.Body">
<summary>Specifies the plain text body of the message.</summary>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<deprecated type="deprecate">SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.</deprecated>
<param name="format">A value from the SmsDataFormat enumeration.</param>
<returns>The new binary message that holds the result of this method call.</returns>
</member>
<member name="T:Windows.Devices.Sms.LegacySmsApiContract">
<summary>
</summary>
</member>
<member name="T:Windows.Devices.Sms.SendSmsMessageOperation">
<summary>Enables the sending of a message.</summary>
<deprecated type="deprecate">SendSmsMessageOperation may be altered or unavailable for releases after Windows 10.</deprecated>
</member>
<member name="P:Windows.Devices.Sms.SendSmsMessageOperation.Completed">
<summary>A handler for the completed event of an asynchronous action.</summary>
<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>
<returns>The result value of the asynchronous operation.</returns>
</member>
<member name="P:Windows.Devices.Sms.SendSmsMessageOperation.Id">
<summary>Indicates the ID of the asynchronous message operation.</summary>
<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>
<returns>An enumerated value representing the status of an asynchronous operation.</returns>
</member>
<member name="M:Windows.Devices.Sms.SendSmsMessageOperation.Cancel">
<summary>Cancels the asynchronous operation.</summary>
</member>
<member name="M:Windows.Devices.Sms.SendSmsMessageOperation.Close">
<summary>Closes the asynchronous operation.</summary>
</member>
<member name="M:Windows.Devices.Sms.SendSmsMessageOperation.GetResults">
<summary>Retrieves the result of the asynchronous operation.</summary>
</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>
<deprecated type="deprecate">SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.</deprecated>
</member>
<member name="M:Windows.Devices.Sms.SmsBinaryMessage.#ctor">
<summary>Creates an instance of the SmsBinaryMessage class.</summary>
</member>
<member name="P:Windows.Devices.Sms.SmsBinaryMessage.Format">
<summary>Retrieves the detected protocol description unit (PDU) format of this message.</summary>
<returns>An enumerated value describing the SMS data format.</returns>
</member>
<member name="P:Windows.Devices.Sms.SmsBinaryMessage.Id">
<summary>Indicates the ID of the asynchronous message operation.</summary>
<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>
<returns>A value from the SmsMessageClass enumeration.</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>
<deprecated type="deprecate">SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.</deprecated>
<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.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>
<deprecated type="deprecate">SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.</deprecated>
<param name="value">A byte array representing message data. If there is no message data, the returned array is empty.</param>
</member>
<member name="T:Windows.Devices.Sms.SmsDevice">
<summary>Supports the operation of a mobile broadband SMS device.</summary>
<deprecated type="deprecate">SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.</deprecated>
</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>
<returns>A string representation of the account phone number.</returns>
</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>
<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 indicates what type of problem exists if the device is not ready.</summary>
<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.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>
<returns>A reference to an SmsDeviceMessageStore object.</returns>
</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>
</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>
</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>
<deprecated type="deprecate">SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.</deprecated>
<param name="message">A reference to the SMS text message to measure.</param>
<returns>A reference to an SmsEncodedLength structure that is populated with the length information.</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>
<deprecated type="deprecate">ISmsDeviceStatics may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="deviceId">A string representation of the DeviceInformation ID of the SMS device that received the SMS message.</param>
<returns>The SMS device operation object.</returns>
</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>
<deprecated type="deprecate">ISmsDeviceStatics2 may be altered or unavailable for releases after Windows 10.</deprecated>
<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>
<returns>When this method completes, it returns the SmsDevice for the specified Mobile Broadband network account ID.</returns>
</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>
<deprecated type="deprecate">ISmsDeviceStatics may be altered or unavailable for releases after Windows 10.</deprecated>
<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>
<deprecated type="deprecate">ISmsDeviceStatics may be altered or unavailable for releases after Windows 10.</deprecated>
<returns>A reference to an Advanced Query Syntax (AQS) string that identifies an SMS device.</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>
<deprecated type="deprecate">SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.</deprecated>
<param name="message">A reference to an ISmsMessage object. The message can be in text or binary format.</param>
<returns>The message operation object.</returns>
</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>
<deprecated type="deprecate">SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.</deprecated>
</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>
<returns>An integer value representing the maximum number of messages for the device store.</returns>
</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>
<deprecated type="deprecate">SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.</deprecated>
<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>
<returns>A new message operation object that is used to start and track the asynchronous operation.</returns>
</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>
<deprecated type="deprecate">SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="messageFilter">A search filter that specifies which messages to delete.</param>
<returns>A new message operation object that is used to start and track the asynchronous operation.</returns>
</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>
<deprecated type="deprecate">SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="messageId">ID of the message to retrieve.</param>
<returns>Returns a new message operation object that is used to start and track the asynchronous operation.</returns>
</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>
<deprecated type="deprecate">SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="messageFilter">ID of the message to retrieve.</param>
<returns>Returns a new message operation object that is used to start and track the asynchronous operation.</returns>
</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>
<deprecated type="deprecate">SmsDeviceStatusChangedEventHandler may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="sender">A reference to the device object that sent the event.</param>
</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>
<deprecated type="deprecate">SmsMessageFilter may be altered or unavailable for releases after Windows 10.</deprecated>
</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.Draft">
<summary>All unsent and saved 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.Unread">
<summary>All unread received messages.</summary>
</member>
<member name="T:Windows.Devices.Sms.SmsMessageReceivedEventArgs">
<summary>Provides data for ISmsBinaryMessage event handlers.</summary>
<deprecated type="deprecate">SmsMessageReceivedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
</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>
<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>
<returns>A new SmsTextMessage object.</returns>
</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>
<deprecated type="deprecate">SmsMessageReceivedEventHandler may be altered or unavailable for releases after Windows 10.</deprecated>
<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="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>
<deprecated type="deprecate">SmsReceivedEventDetails may be altered or unavailable for releases after Windows 10. Instead, use SmsMessageReceivedTriggerDetails.</deprecated>
</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>
<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>
<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>
<deprecated type="deprecate">SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.</deprecated>
</member>
<member name="M:Windows.Devices.Sms.SmsTextMessage.#ctor">
<summary>Creates an instance of the SmsTextMessage class.</summary>
</member>
<member name="P:Windows.Devices.Sms.SmsTextMessage.Body">
<summary>Specifies the plain text body of the message.</summary>
<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>
<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>
<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.SmsTextMessage.Id">
<summary>Indicates the ID of the SMS text message.</summary>
<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>
<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>
<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>
<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>
<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.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>
<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>
<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.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>
<deprecated type="deprecate">ISmsTextMessageStatics may be altered or unavailable for releases after Windows 10.</deprecated>
<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>
<returns>A new SmsTextMessage object if the decoding was successful.</returns>
</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>
<deprecated type="deprecate">ISmsTextMessageStatics may be altered or unavailable for releases after Windows 10.</deprecated>
<param name="binaryMessage">An instance of a binary message to decode.</param>
<returns>A new SmsTextMessage object.</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>
<deprecated type="deprecate">SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.</deprecated>
<param name="format">A value from the SmsDataFormat enumeration.</param>
<returns>The new binary message that holds the result of this method call.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,275 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Gaming.Preview.GamesEnumerationContract</name>
</assembly>
<members>
<member name="T:Windows.Gaming.Preview.GamesEnumerationContract">
<summary>
</summary>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameList">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="E:Windows.Gaming.Preview.GamesEnumeration.GameList.GameAdded">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="E:Windows.Gaming.Preview.GamesEnumeration.GameList.GameRemoved">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="E:Windows.Gaming.Preview.GamesEnumeration.GameList.GameUpdated">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameList.FindAllAsync">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameList.FindAllAsync(System.String)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="packageFamilyName">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameList.MergeEntriesAsync(Windows.Gaming.Preview.GamesEnumeration.GameListEntry,Windows.Gaming.Preview.GamesEnumeration.GameListEntry)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="left">
</param>
<param name="right">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameList.UnmergeEntryAsync(Windows.Gaming.Preview.GamesEnumeration.GameListEntry)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="mergedEntry">
</param>
<returns>
</returns>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameListCategory">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Gaming.Preview.GamesEnumeration.GameListCategory.Candidate">
<summary>
</summary>
</member>
<member name="F:Windows.Gaming.Preview.GamesEnumeration.GameListCategory.ConfirmedBySystem">
<summary>
</summary>
</member>
<member name="F:Windows.Gaming.Preview.GamesEnumeration.GameListCategory.ConfirmedByUser">
<summary>
</summary>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameListChangedEventHandler">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="game">
</param>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameListEntry">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.Category">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.DisplayInfo">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.GameModeConfiguration">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.LaunchableState">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.LauncherExecutable">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.LaunchParameters">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.Properties">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.TitleId">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.LaunchAsync">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.SetCategoryAsync(Windows.Gaming.Preview.GamesEnumeration.GameListCategory)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.SetLauncherExecutableFileAsync(Windows.Storage.IStorageFile)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="executableFile">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.SetLauncherExecutableFileAsync(Windows.Storage.IStorageFile,System.String)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="executableFile">
</param>
<param name="launchParams">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameListEntry.SetTitleIdAsync(System.String)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="id">
</param>
<returns>
</returns>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameListEntryLaunchableState">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Gaming.Preview.GamesEnumeration.GameListEntryLaunchableState.ByLastRunningFullPath">
<summary>
</summary>
</member>
<member name="F:Windows.Gaming.Preview.GamesEnumeration.GameListEntryLaunchableState.ByTile">
<summary>
</summary>
</member>
<member name="F:Windows.Gaming.Preview.GamesEnumeration.GameListEntryLaunchableState.ByUserProvidedPath">
<summary>
</summary>
</member>
<member name="F:Windows.Gaming.Preview.GamesEnumeration.GameListEntryLaunchableState.NotLaunchable">
<summary>
</summary>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameListRemovedEventHandler">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="identifier">
</param>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.AffinitizeToExclusiveCpus">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.CpuExclusivityMaskHigh">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.CpuExclusivityMaskLow">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.IsEnabled">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.MaxCpuCount">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.PercentGpuMemoryAllocatedToGame">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.PercentGpuMemoryAllocatedToSystemCompositor">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.PercentGpuTimeAllocatedToGame">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.RelatedProcessNames">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration.SaveAsync">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.GameModeUserConfiguration">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.GameModeUserConfiguration.GamingRelatedProcessNames">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameModeUserConfiguration.GetDefault">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.GameModeUserConfiguration.SaveAsync">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Gaming.Preview.GamesEnumeration.IGameListEntry">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.IGameListEntry.Category">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.IGameListEntry.DisplayInfo">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Gaming.Preview.GamesEnumeration.IGameListEntry.Properties">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.IGameListEntry.LaunchAsync">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Gaming.Preview.GamesEnumeration.IGameListEntry.SetCategoryAsync(Windows.Gaming.Preview.GamesEnumeration.GameListCategory)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,267 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Gaming.XboxLive.StorageApiContract</name>
</assembly>
<members>
<member name="T:Windows.Gaming.XboxLive.StorageApiContract">
<summary>
</summary>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveBlobGetResult">
<summary>A collection of named game save blobs retrieved from a GameSaveContainer.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveBlobGetResult.Status">
<summary>The status result of the asynchronous game save blob request.</summary>
<returns>Type: GameSaveErrorStatus</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveBlobGetResult.Value">
<summary>Collection of named game save blobs.</summary>
<returns>Type: **IMapView\&lt;;String, IBuffer&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IReadOnlyDictionary\&lt;;String, IBuffer&gt;; \[.NET\]</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfo">
<summary>Contains information about a game save blob. Call GameSaveBlobInfoQuery.GetBlobInfoAsync to obtain a **GameSaveBlobInfo** instance.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfo.Name">
<summary>Name of the blob.</summary>
<returns>Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfo.Size">
<summary>Size, in bytes, of the blob.</summary>
<returns>Type: **Number** \[JavaScript\] | System.UInt32 \[.NET\] | **uint32** \[C++\]</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfoGetResult">
<summary>Result of a GameSaveBlobInfoQuery.GetBlobInfoAsync operation.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfoGetResult.Status">
<summary>Status result of the asynchronous game save blob info request.</summary>
<returns>Type: GameSaveErrorStatus</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfoGetResult.Value">
<summary>Information about a blob returned by GameSaveBlobInfoQuery.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfoQuery">
<summary>Enumerates the blobs in a GameSaveContainer.</summary>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfoQuery.GetBlobInfoAsync">
<summary>Asynchronously retrieves information for all blobs that match this query.</summary>
<returns>Type: **IAsyncOperation\&lt;;GameSaveBlobInfoGetResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfoQuery.GetBlobInfoAsync(System.UInt32,System.UInt32)">
<summary>Asynchronously retrieves information for the specified subset of blobs that match this query.</summary>
<param name="startIndex">Type: **Number** \[JavaScript\] | System.UInt32 \[.NET\] | **uint32** \[C++\]</param>
<param name="maxNumberOfItems">Type: **Number** \[JavaScript\] | System.UInt32 \[.NET\] | **uint32** \[C++\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveBlobInfoGetResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveBlobInfoQuery.GetItemCountAsync">
<summary>Retrieves the number of blobs that match the query that created this GameSaveBlobInfoQuery object.</summary>
<returns>Type: **IAsyncOperation\&lt;;UInt32&gt;;**</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveContainer">
<summary>Contains a collection of data blobs that represent a single saved game.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainer.Name">
<summary>The name of this GameSaveContainer.</summary>
<returns>Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainer.Provider">
<summary>The provider that this container is stored in.</summary>
<returns>Type: GameSaveProvider</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainer.CreateBlobInfoQuery(System.String)">
<summary>Creates a GameSaveBlobInfoQuery instance that retrieves the game save blobs within this container with names that begin with the specified prefix.</summary>
<param name="blobNamePrefix">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: GameSaveBlobInfoQuery</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainer.GetAsync(Windows.Foundation.Collections.IIterable{System.String})">
<summary>Asynchronously retrieves blobs from the container.</summary>
<param name="blobsToRead">Type: **IIterable\&lt;;String&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IEnumerable\&lt;;String&gt;; \[.NET\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveBlobGetResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainer.ReadAsync(Windows.Foundation.Collections.IMapView{System.String,Windows.Storage.Streams.IBuffer})">
<summary>Reads blobs from this container, as specified by *blobsToRead*. The buffers passed in *blobsToRead* must be large enough to store the blob data.</summary>
<param name="blobsToRead">Type: **IMapView\&lt;;String, IBuffer&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IReadOnlyDictionary\&lt;;String, IBuffer&gt;; \[.NET\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveOperationResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainer.SubmitPropertySetUpdatesAsync(Windows.Foundation.Collections.IPropertySet,Windows.Foundation.Collections.IIterable{System.String},System.String)">
<summary>Similar to SubmitUpdatesAsync, except that this method operates on a **PropertySet** instead of a mapped view (or dictionary in C\#).</summary>
<param name="blobsToWrite">Type: IPropertySet</param>
<param name="blobsToDelete">Type: **IIterable\&lt;;String&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IEnumerable\&lt;;String&gt;; \[.NET\]</param>
<param name="displayName">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveOperationResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainer.SubmitUpdatesAsync(Windows.Foundation.Collections.IMapView{System.String,Windows.Storage.Streams.IBuffer},Windows.Foundation.Collections.IIterable{System.String},System.String)">
<summary>Submits a set of changes to the game save blobs in this container. Changes can be writes to blobs or the deletion of existing blobs. If the container doesn't exist, then a new one is created. All writes and updates are applied atomically. Attempting to write and delete the same blob results in an error. Only 16MB of data may be written per call.</summary>
<param name="blobsToWrite">Type: **IMapView\&lt;;String, IBuffer&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IReadOnlyDictionary\&lt;;String, IBuffer&gt;; \[.NET\]</param>
<param name="blobsToDelete">Type: **IIterable\&lt;;String&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IEnumerable\&lt;;String&gt;; \[.NET\]</param>
<param name="displayName">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveOperationResult&gt;;**</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfo">
<summary>Information about a game save container.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfo.DisplayName">
<summary>The name displayed to the user for this game save.</summary>
<returns>Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfo.LastModifiedTime">
<summary>Date and time that the game save container was last modified.</summary>
<returns>Type: **Date** \[JavaScript\] | System.DateTimeOffset \[.NET\] | Windows::Foundation::DateTime \[C++\]</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfo.Name">
<summary>The name of this game save container.</summary>
<returns>Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfo.NeedsSync">
<summary>Indicates whether the container needs to sync before updates can be submitted with SubmitUpdatesAsync or SubmitPropertySetUpdatesAsync.</summary>
<returns>Type: **Boolean** \[JavaScript\] | System.Boolean \[.NET\] | Platform::Boolean \[C++\]</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfo.TotalSize">
<summary>The total size, in bytes, of the game save container and its blobs.</summary>
<returns>Type: **Number** \[JavaScript\] | System.UInt64 \[.NET\] | **uint64** \[C++\]</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfoGetResult">
<summary>Result of a GameSaveContainerInfoQuery operation.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfoGetResult.Status">
<summary>Status result of the asynchronous game save container info request.</summary>
<returns>Type: GameSaveErrorStatus</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfoGetResult.Value">
<summary>A collection of container information returned by GameSaveContainerInfoQuery.</summary>
<returns>Type: **IVectorView\&lt;;GameSaveContainerInfo&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IReadOnlyList\&lt;;GameSaveContainerInfo&gt;; \[.NET\]</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfoQuery">
<summary>Enumerates game save containers within a game save provider.</summary>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfoQuery.GetContainerInfoAsync">
<summary>Asynchronously retrieves information for all game save containers that match this query. Containers are enumerated in order of the most recently modified first.</summary>
<returns>Type: **IAsyncOperation\&lt;;GameSaveContainerInfoGetResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfoQuery.GetContainerInfoAsync(System.UInt32,System.UInt32)">
<summary>Asynchronously retrieves information for the specified subset of game save containers that match this query. Containers are enumerated in order of the most recently modified first.</summary>
<param name="startIndex">Type: **Number** \[JavaScript\] | System.UInt32 \[.NET\] | **uint32** \[C++\]</param>
<param name="maxNumberOfItems">Type: **Number** \[JavaScript\] | System.UInt32 \[.NET\] | **uint32** \[C++\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveContainerInfoGetResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveContainerInfoQuery.GetItemCountAsync">
<summary>Retrieves the number of containers that match the query that created this GameSaveContainerInfoQuery object.</summary>
<returns>Type: **IAsyncOperation\&lt;;UInt32&gt;;**</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus">
<summary>Success and failure codes returned by game save operations.</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.Abort">
<summary>| **Abort** | **abort** | 0x80004004 | The operation was aborted. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.BlobNotFound">
<summary>| **BlobNotFound** | **blobNotFound** | 0x80830008 | The operation failed because a blob with the given name was not found in the container. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.ContainerNotInSync">
<summary>| **ContainerNotInSync** | **containerNotInSync** | 0x8083000A | The operation failed because the container does not exist locally. This error can when submitting updates to a container that needs to sync, and a read, delete, or blob query has not been issued on the container. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.ContainerSyncFailed">
<summary>| **ContainerSyncFailed** | **containerSyncFailed** | 0x8083000B | The operation failed because the container could not be synced. This indicates that the user canceled a container sync due to not wanting to wait, or due to network failure and the user did not retry. This error can be returned by DeleteContainerAsync, ReadAsync, GetAsync, or a GameSaveBlobInfoQuery operation. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.InvalidContainerName">
<summary>| **InvalidContainerName** | **invalidContainerName** | 0x80830001 | The specified container name is empty, contains invalid characters, or is too long. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.NoAccess">
<summary>| **NoAccess** | **noAccess** | 0x80830002 | The operation failed because the title does not have write access to the container storage space. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.NoXboxLiveInfo">
<summary>| **NoXboxLiveInfo** | **noXboxLiveInfo** | 0x80830009 | The operation failed because the title does not have a proper title id or service configuration id. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.ObjectExpired">
<summary>| **ObjectExpired** | **objectExpired** | 0x8083000D | The operation failed because the app has been suspended and the object is no longer valid. To perform game save operations after resuming, the app must request a new GameSaveProvider with GetForUserAsync or GetSyncOnDemandForUserAsync. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.Ok">
<summary>| **Ok** | **ok** | 0 | The operation completed successfully. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.OutOfLocalStorage">
<summary>| **OutOfLocalStorage** | **outOfLocalStorage** | 0x80830003 | The operation failed because there was not enough local storage available. Although the user was given the chance to free up some local storage they chose not to do so. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.ProvidedBufferTooSmall">
<summary>| **ProvidedBufferTooSmall** | **providedBufferTooSmall** | 0x80830007 | The operation failed because a buffer provided to read a blob was too small to receive the blob. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.QuotaExceeded">
<summary>| **QuotaExceeded** | **quotaExceeded** | 0x80830006 | The operation failed because the update would cause the storage space to exceed its quota. Use IGameSaveProvider.GetRemainingBytesInQuotaAsync to query the remaining quota space. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.UpdateTooBig">
<summary>| **UpdateTooBig** | **updateTooBig** | 0x80830005 | The operation failed because the update contained more than 16MB of data. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.UserCanceled">
<summary>| **UserCanceled** | **userCanceled** | 0x80830004 | The operation failed because the user canceled it. |</summary>
</member>
<member name="F:Windows.Gaming.XboxLive.Storage.GameSaveErrorStatus.UserHasNoXboxLiveInfo">
<summary>| **UserHasNoXboxLiveInfo** | **userHasNoXboxLiveInfo** | 0x8083000C | The operation failed because there is no Xbox Live information associated with the user account. This error can returned by GetForUserAsync or GetSyncOnDemandForUserAsync. |</summary>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveOperationResult">
<summary>Result of an asynchronous game save operation.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveOperationResult.Status">
<summary>Status result of an asynchronous game save operation.</summary>
<returns>Type: GameSaveErrorStatus</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveProvider">
<summary>**GameSaveProvider** is used to create, save, enumerate, and load Xbox Live game saves.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveProvider.ContainersChangedSinceLastSync">
<summary>Called on a new GameSaveProvider instance, returns the names of containers that have changed since the application last ran.</summary>
<returns>Type: **IVectorView\&lt;;String&gt;;** \[JavaScript/C++\] | System.Collections.Generic.IReadOnlyList\&lt;;String&gt;; \[.NET\]</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveProvider.User">
<summary>User associated with this game save provider and its game save containers.</summary>
<returns>Type: **User**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.CreateContainer(System.String)">
<summary>Creates a new GameSaveContainer to store a game save.</summary>
<param name="name">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: GameSaveContainer</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.CreateContainerInfoQuery">
<summary>Creates a GameSaveContainerInfoQuery instance that enumerates all containers in this game save provider.</summary>
<returns>Type: GameSaveContainerInfoQuery</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.CreateContainerInfoQuery(System.String)">
<summary>Creates a GameSaveContainerInfoQuery instance that enumerates the containers in this game save provider that have names that begin with the specified prefix.</summary>
<param name="containerNamePrefix">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: GameSaveContainerInfoQuery</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.DeleteContainerAsync(System.String)">
<summary>Asynchronously deletes the specified game save container.</summary>
<param name="name">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveOperationResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.GetForUserAsync(Windows.System.User,System.String)">
<summary>Gets a game save provider for the specified user.</summary>
<param name="user">Type: User</param>
<param name="serviceConfigId">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveProviderGetResult&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.GetRemainingBytesInQuotaAsync">
<summary>Get the bytes remaining in the user's quota for this game save provider.</summary>
<returns>Type: **IAsyncOperation\&lt;;Int64&gt;;**</returns>
</member>
<member name="M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.GetSyncOnDemandForUserAsync(Windows.System.User,System.String)">
<summary>Gets a partially-synced game save provider that syncs containers on demand.</summary>
<param name="user">Type: User</param>
<param name="serviceConfigId">Type: **String** \[JavaScript\] | System.String \[.NET\] | Platform::String \[C++\]</param>
<returns>Type: **IAsyncOperation\&lt;;GameSaveProviderGetResult&gt;;**</returns>
</member>
<member name="T:Windows.Gaming.XboxLive.Storage.GameSaveProviderGetResult">
<summary>Result of a GetForUserAsync or GetSyncOnDemandForUserAsync. operation.</summary>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveProviderGetResult.Status">
<summary>Status result of the asynchronous game save provider request.</summary>
<returns>Type: GameSaveErrorStatus</returns>
</member>
<member name="P:Windows.Gaming.XboxLive.Storage.GameSaveProviderGetResult.Value">
<summary>GameSaveProvider instance returned by a successful game save provider request.</summary>
<returns>
</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract</name>
</assembly>
<members>
<member name="T:Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract">
<summary>
</summary>
</member>
<member name="T:Windows.Globalization.JapanesePhoneme">
<summary>Represents a single Japanese word (a "reading") that has been extracted from a Japanese string by JapanesePhoneticAnalyzer.</summary>
</member>
<member name="P:Windows.Globalization.JapanesePhoneme.DisplayText">
<summary>Gets the text to display for this Japanese word.</summary>
<returns>The display text of this Japanese word. It is a sub-string of the Japanese string originally analyzed by JapanesePhoneticAnalyzer.</returns>
</member>
<member name="P:Windows.Globalization.JapanesePhoneme.IsPhraseStart">
<summary>Gets a Boolean that indicates if this Japanese word is the start of a phrase.</summary>
<returns>**true** if this Japanese word is the start of a phrase, otherwise **false**.</returns>
</member>
<member name="P:Windows.Globalization.JapanesePhoneme.YomiText">
<summary>Gets the "reading" (the pronunciation of DisplayText ) for this Japanese word.</summary>
<returns>The "reading" (the pronunciation of DisplayText, represented by a sequence of Hiragana characters).</returns>
</member>
<member name="T:Windows.Globalization.JapanesePhoneticAnalyzer">
<summary>Reads a Japanese string that is a combination of Kanji characters and Hiragana characters, and returns a collection of proper readings from the string with word breaks.</summary>
</member>
<member name="M:Windows.Globalization.JapanesePhoneticAnalyzer.GetWords(System.String)">
<summary>Reads a Japanese string that is a combination of Kanji characters and Hiragana characters, and returns a collection of proper readings from the string with word breaks.</summary>
<param name="input">A Japanese string that is a combination of Kanji characters and Hiragana characters.</param>
<returns>A collection of JapanesePhoneme objects that represent proper readings from the string with word breaks.</returns>
</member>
<member name="M:Windows.Globalization.JapanesePhoneticAnalyzer.GetWords(System.String,System.Boolean)">
<summary>Reads a Japanese string that is a combination of Kanji characters and Hiragana characters, and returns a collection of proper readings from the string with word breaks. Optionally uses the "Mono Ruby" strategy in breaking multi-Kanji words into multiple Kanji words.</summary>
<param name="input">A Japanese string that is a combination of Kanji characters and Hiragana characters.</param>
<param name="monoRuby">Specifies the use of the word-breaking strategy "Mono Ruby". If **true**, the word-breaking strategy "Mono Ruby" is used. "Mono Ruby" more aggressively attempts to break multi-Kanji words into multiple Kanji words.</param>
<returns>A collection of JapanesePhoneme objects that represent proper readings from the string with word breaks.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,730 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Graphics.Printing3D.Printing3DContract</name>
</assembly>
<members>
<member name="T:Windows.Graphics.Printing3D.Print3DManager">
<summary>Creates the 3D printing experience.</summary>
</member>
<member name="E:Windows.Graphics.Printing3D.Print3DManager.TaskRequested">
<summary>Occurs when a new 3D print job has been created.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Print3DManager.GetForCurrentView">
<summary>Gets a 3D print manager.</summary>
<returns>The 3D print manager.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Print3DManager.ShowPrintUIAsync">
<summary>Programmatically initiates the 3D printing user interface.</summary>
<returns>**true** if the operation completes successfully; otherwise, **false**.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTask">
<summary>Represents a 3D print job.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Print3DTask.Source">
<summary>Gets the 3D print package to be printed.</summary>
<returns>The 3D print package to be printed.</returns>
</member>
<member name="E:Windows.Graphics.Printing3D.Print3DTask.Completed">
<summary>Occurs when the print request has been sent to the 3D printer and the 3D print job has been created.</summary>
</member>
<member name="E:Windows.Graphics.Printing3D.Print3DTask.SourceChanged">
<summary>Occurs when the workflow modifies the 3D print package.</summary>
</member>
<member name="E:Windows.Graphics.Printing3D.Print3DTask.Submitting">
<summary>Occurs when the 3D print package has been submitted to the 3D printer.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskCompletedEventArgs">
<summary>Provides data for the Completed event of the 3D print request.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Print3DTaskCompletedEventArgs.Completion">
<summary>Gets the status of the 3D print request.</summary>
<returns>The completion status of the 3D print request.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Print3DTaskCompletedEventArgs.ExtendedStatus">
<summary>Gets the type of error encountered during the 3D print request.</summary>
<returns>The type of error encountered during the 3D print request.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskCompletion">
<summary>Specifies the completion status of a 3D print request.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskCompletion.Abandoned">
<summary>The request has been abandoned.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskCompletion.Canceled">
<summary>The request has been cancelled.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskCompletion.Failed">
<summary>The request has failed.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskCompletion.Slicing">
<summary>The driver is preparing layer by layer slices of the 3D model for the printer.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskCompletion.Submitted">
<summary>The request has been submitted successfully.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskDetail">
<summary>Specifies the type of errors encountered during a 3D print request.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskDetail.InvalidMaterialSelection">
<summary>An invalid printing material has been selected.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskDetail.InvalidModel">
<summary>The 3D model is not valid.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskDetail.InvalidPrintTicket">
<summary>The print ticket is not valid.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskDetail.ModelExceedsPrintBed">
<summary>The 3D model exceeds the print bed.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskDetail.ModelNotManifold">
<summary>The 3d model does not have manifold edges.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskDetail.Unknown">
<summary>No additional information is available.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Print3DTaskDetail.UploadFailed">
<summary>The upload of the 3D print package failed.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskRequest">
<summary>Represents a 3D print job request.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Print3DTaskRequest.CreateTask(System.String,System.String,Windows.Graphics.Printing3D.Print3DTaskSourceRequestedHandler)">
<summary>Creates a 3D print job.</summary>
<param name="title">The name of the print job.</param>
<param name="printerId">The identifier of the 3D printer.</param>
<param name="handler">The callback for the source of the print job request.</param>
<returns>The 3D print job.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskRequestedEventArgs">
<summary>Provides data for the TaskRequested event.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Print3DTaskRequestedEventArgs.Request">
<summary>Gets the 3D print job request associated with the Print3DManager.</summary>
<returns>The 3D print job request.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskSourceChangedEventArgs">
<summary>Provides data for the SourceChanged event.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Print3DTaskSourceChangedEventArgs.Source">
<summary>Gets the updated 3D print package from the workflow.</summary>
<returns>The updated 3D print package.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskSourceRequestedArgs">
<summary>Provides data for the Print3DTaskSourceRequestedHandler delegate.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Print3DTaskSourceRequestedArgs.SetSource(Windows.Graphics.Printing3D.Printing3D3MFPackage)">
<summary>Specifies the 3D Manufacturing Format (3MF) package to use in the print job.</summary>
<param name="source">The 3D Manufacturing Format (3MF) package to use in the print job.</param>
</member>
<member name="T:Windows.Graphics.Printing3D.Print3DTaskSourceRequestedHandler">
<summary>Represents the method that handles requests for 3D print packages.</summary>
<param name="args">Provides the 3D print package for use in the 3D print job.</param>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3D3MFPackage">
<summary>Represents a 3D Manufacturing Format (3MF) package.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3D3MFPackage.#ctor">
<summary>Creates a Printing3D3MFPackage object.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3D3MFPackage.Compression">
<summary>Gets and sets the intended file compression level for this 3MF package. This is taken into account when the Printing3D3MFPackage instance is converted to a 3MF file.</summary>
<returns>A Printing3DPackageCompression value describing the level of compression intended.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3D3MFPackage.ModelPart">
<summary>Gets or sets an XML stream to the 3D model in the 3D Manufacturing Format (3MF) package.</summary>
<returns>An XML stream to the 3D model in the 3MF package.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3D3MFPackage.PrintTicket">
<summary>Gets or sets a stream to the print ticket in the 3D Manufacturing Format (3MF) package.</summary>
<returns>A stream to the print ticket in the 3MF package.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3D3MFPackage.Textures">
<summary>Gets or sets the textures in the 3D Manufacturing Format (3MF) package.</summary>
<returns>The textures in the 3MF package, of type Printing3DTextureResource.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3D3MFPackage.Thumbnail">
<summary>Gets or sets a thumbnail image that represents the contents of the 3D Manufacturing Format (3MF) package.</summary>
<returns>A thumbnail image that represents the contents of the 3MF package.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3D3MFPackage.LoadAsync(Windows.Storage.Streams.IRandomAccessStream)">
<summary>Creates a Printing3D3MFPackage object from a 3D Manufacturing Format (3MF) file stream.</summary>
<param name="value">A 3MF file stream.</param>
<returns>A Printing3D3MFPackage created from the specified 3MF package stream.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3D3MFPackage.LoadModelFromPackageAsync(Windows.Storage.Streams.IRandomAccessStream)">
<summary>Creates a Printing3DModel object from a 3D Manufacturing Format (3MF) file stream.</summary>
<param name="value">A 3MF file stream.</param>
<returns>A Printing3DModel object created from the specified 3MF object stream.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3D3MFPackage.SaveAsync">
<summary>Saves the Printing3D3MFPackage object to a 3D Manufacturing Format (3MF) file stream.</summary>
<returns>A stream to the 3MF file where the package is to be saved.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3D3MFPackage.SaveModelToPackageAsync(Windows.Graphics.Printing3D.Printing3DModel)">
<summary>Saves the specified 3D model to the 3D Manufacturing Format (3MF) package.</summary>
<param name="value">The 3D model to be saved to the 3MF package.</param>
<returns>The results of the operation.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DBaseMaterial">
<summary>Represents the base material used for manufacturing certain objects in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DBaseMaterial.#ctor">
<summary>Creates an instance of the Printing3DBaseMaterial class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DBaseMaterial.Abs">
<summary>Gets the name the acrylonitrile butadiene styrene (ABS) thermoplastic used in the base material.</summary>
<returns>The name the ABS thermoplastic used in the base material.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DBaseMaterial.Color">
<summary>Gets or sets the color of the base material.</summary>
<returns>The color of the base material.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DBaseMaterial.Name">
<summary>Gets or sets the name of the base material.</summary>
<returns>The name of the base material.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DBaseMaterial.Pla">
<summary>Gets the name the polylactic acid (PLA) thermoplastic used in the base material.</summary>
<returns>The PLA thermoplastic used in the base material.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DBaseMaterialGroup">
<summary>Represents a group of base materials used in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DBaseMaterialGroup.#ctor(System.UInt32)">
<summary>Creates an instance of the Printing3DBaseMaterialGroup class.</summary>
<param name="MaterialGroupId">The identifier for the group of base materials used in the 3D model; a value greater than zero.</param>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DBaseMaterialGroup.Bases">
<summary>Gets a group of base materials used in the 3D model.</summary>
<returns>The base materials used in the 3D model, of type Printing3DBaseMaterial.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DBaseMaterialGroup.MaterialGroupId">
<summary>Gets the identifier (ID) of the base material group.</summary>
<returns>The ID of the base material group.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DBufferDescription">
<summary>Specifies how to parse data in the buffer.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferDescription.Format">
<summary>Specifies the format used by the buffer.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferDescription.Stride">
<summary>Specifies how far to move the pointer forward to find the next unit of data.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DBufferFormat">
<summary>Specifies the format used by the buffer.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferFormat.Printing3DDouble">
<summary>A buffer of type **double**.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferFormat.Printing3DUInt">
<summary>A buffer of type **uint**.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferFormat.R32G32B32A32Float">
<summary>A four-component, 128-bit floating-point format that supports 32 bits per channel including alpha.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferFormat.R32G32B32A32UInt">
<summary>A four-component, 128-bit unsigned-integer format that supports 32 bits per channel including alpha.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferFormat.R32G32B32Float">
<summary>A three-component, 96-bit floating-point format that supports 32 bits per color channel.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferFormat.R32G32B32UInt">
<summary>A three-component, 96-bit unsigned-integer format that supports 32 bits per color channel.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DBufferFormat.Unknown">
<summary>The format is not known.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DColorMaterial">
<summary>Represents a color material used in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DColorMaterial.#ctor">
<summary>Creates an instance of the Printing3DColorMaterial class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DColorMaterial.Color">
<summary>Gets or sets the color of the material.</summary>
<returns>The color of the material.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DColorMaterial.Value">
<summary>Gets or sets the color value of the material.</summary>
<returns>The color value of the material.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DColorMaterialGroup">
<summary>Represents a group of color materials used in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DColorMaterialGroup.#ctor(System.UInt32)">
<summary>Creates an instance of the Printing3DColorMaterialGroup class.</summary>
<param name="MaterialGroupId">The identifier for the group of color materials used in the 3D model; a value greater than zero.</param>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DColorMaterialGroup.Colors">
<summary>Gets a group of color materials used in the 3D model.</summary>
<returns>A group of color materials used in the 3D model, of type Printing3DColorMaterial.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DColorMaterialGroup.MaterialGroupId">
<summary>Gets the identifier (ID) for the color material group.</summary>
<returns>The ID for the color material group.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DComponent">
<summary>Represents a 3D Manufacturing Format (3MF) component. Acts as a container of other components.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DComponent.#ctor">
<summary>Creates an instance of the Printing3DComponent class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponent.Components">
<summary>Gets the other components contained within the component.</summary>
<returns>The other components contained within the component.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponent.Mesh">
<summary>Gets or sets the 3D mesh of the component.</summary>
<returns>The 3D mesh of the component.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponent.Name">
<summary>Gets or sets the name of the 3D Manufacturing Format (3MF) component.</summary>
<returns>The name of the 3MF component.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponent.PartNumber">
<summary>Gets or sets the part number of the 3D Manufacturing Format (3MF) component.</summary>
<returns>The part number of the 3MF component.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponent.Thumbnail">
<summary>Gets or sets the thumbnail image of the 3D Manufacturing Format (3MF) component.</summary>
<returns>The thumbnail image of the 3MF component.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponent.Type">
<summary>Gets or sets the type of the 3D Manufacturing Format (3MF) component.</summary>
<returns>The type of the 3MF component.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DComponentWithMatrix">
<summary>Represents a 3D Manufacturing Format (3MF) component that's applied to the object definition with a matrix transform.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DComponentWithMatrix.#ctor">
<summary>Creates an instance of the Printing3DComponentWithMatrix class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponentWithMatrix.Component">
<summary>Gets or sets the 3D Manufacturing Format (3MF) primitive component that's applied to the object definition with a matrix transform.</summary>
<returns>The 3MF primitive component that's applied to the object definition with a matrix transform.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DComponentWithMatrix.Matrix">
<summary>Gets or sets the matrix transform that's applied to the 3D Manufacturing Format (3MF) primitive component.</summary>
<returns>The matrix transform that's applied to the 3D Manufacturing Format (3MF) primitive component.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DCompositeMaterial">
<summary>Represents a composite material that's defined by a mixture of base materials.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DCompositeMaterial.#ctor">
<summary>Creates an instance of the Printing3DCompositeMaterial class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DCompositeMaterial.Values">
<summary>Gets the mixture of base materials used in the composite material. Each mixture is defined by listing the proportion of the overall mixture for each base material (values between 0 and 1).</summary>
<returns>The proportions of base materials used in the composite material (values between 0 and 1). Proportion values are specified in the same order as the base materials in MaterialIndices.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup">
<summary>Represents a group of composite materials.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup.#ctor(System.UInt32)">
<summary>Creates an instance of the Printing3DCompositeMaterialGroup class.</summary>
<param name="MaterialGroupId">The identifier (ID) of the composite material group; a value greater than zero.</param>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup.BaseMaterialGroup">
<summary>Gets the existing Printing3DBaseMaterialGroup whose Printing3DBaseMaterial members will be used to produce composite materials.</summary>
<returns>The Printing3DBaseMaterialGroup from which to produce composite materials.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup.Composites">
<summary>Gets an list of mixtures that define individual composite materials. Each mixture is defined by listing the proportion of the overall mixture for each base material (values between 0 and 1), where the proportion values are specified in the same order as the base materials in MaterialIndices.</summary>
<returns>A list of mixtures that define individual composite materials.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup.MaterialGroupId">
<summary>Gets the identifier (ID) of the base material group that defines the materials used in the composite material group.</summary>
<returns>The ID of the base material group that defines the materials used in the composite material group.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup.MaterialIndices">
<summary>Gets an ordered list of base materials that are used to make the composite materials in the group. The order of base materials is maintained in the mixture values defined by Composites.</summary>
<returns>Index values of base materials from the base material group specified by MaterialGroupId.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DContract">
<summary>
</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DFaceReductionOptions">
<summary>Provides additional information for the TryReduceFacesAsync method in the Printing3DModel class</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DFaceReductionOptions.#ctor">
<summary>Creates an instance of the Printing3DFaceReductionOptions class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DFaceReductionOptions.MaxEdgeLength">
<summary>Sets the maximum length of an edge for which the triangles that share said edge can be merged via the TryReduceFacesAsync method. If set to zero, a built-in default value is used.</summary>
<returns>Maximum length of an edge for which the triangles that share said edge can be merged.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DFaceReductionOptions.MaxReductionArea">
<summary>Sets the area of a triangle above which said triangle cannot be merged via the TryReduceFacesAsync method. If set to zero, a built-in default value is used.</summary>
<returns>Maximum area at which a triangle can be merged.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DFaceReductionOptions.TargetTriangleCount">
<summary>Sets the desired number of triangles on a mesh. The TryReduceFacesAsync method will stop merging faces if the triangle count is less than or equal to this number. If set to zero, the algorithm will run until the number of triangles is reduced by half.</summary>
<returns>Desired number of triangles on a mesh.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DMaterial">
<summary>Represents all material resources in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMaterial.#ctor">
<summary>Creates an instance of the Printing3DMaterial class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMaterial.BaseGroups">
<summary>Gets all base material groups used in the 3D model.</summary>
<returns>All base material groups used in the 3D model, of type Printing3DBaseMaterialGroup.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMaterial.ColorGroups">
<summary>Gets all color material groups used in the 3D model.</summary>
<returns>All color material groups used in the 3D model, of type Printing3DColorMaterialGroup.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMaterial.CompositeGroups">
<summary>Gets all composite material groups used in the 3D model.</summary>
<returns>All composite material groups used in the 3D model, of type Printing3DCompositeMaterialGroup.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMaterial.MultiplePropertyGroups">
<summary>Gets all multi-property groups used in the 3D model.</summary>
<returns>All multi-property groups used in the 3D model, of type Printing3DMultiplePropertyMaterialGroup.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMaterial.Texture2CoordGroups">
<summary>Gets all 2D texture material groups used in the 3D model.</summary>
<returns>All 2D texture material groups used in the 3D model, of type Printing3DTexture2CoordMaterialGroup.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DMesh">
<summary>Represents a mesh in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.#ctor">
<summary>Creates an instance of the Printing3DMesh class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.BufferDescriptionSet">
<summary>Gets a set of mesh buffer descriptions.</summary>
<returns>A set of mesh buffer descriptions.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.BufferSet">
<summary>Gets a set of mesh buffers.</summary>
<returns>A set of mesh buffers.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.IndexCount">
<summary>Gets or sets the number of triangle indices.</summary>
<returns>The number of triangle indices.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.TriangleIndicesDescription">
<summary>Gets or sets the buffer description for triangle indices.</summary>
<returns>The buffer description for triangle indices.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.TriangleMaterialIndicesDescription">
<summary>Gets or sets the buffer description for triangle material indices.</summary>
<returns>The buffer description for triangle material indices.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.VertexCount">
<summary>Gets or sets the number of triangle vertices.</summary>
<returns>The number of triangle vertices.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.VertexNormalsDescription">
<summary>Gets or sets the buffer description for vertex normals.</summary>
<returns>The buffer description for vertex normals.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMesh.VertexPositionsDescription">
<summary>Gets or sets the buffer description for vertex positions.</summary>
<returns>The buffer description for vertex positions.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.CreateTriangleIndices(System.UInt32)">
<summary>Creates the buffer for triangle indices.</summary>
<param name="value">The capacity of the buffer, the maximum number of bytes that the IBuffer can hold.</param>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.CreateTriangleMaterialIndices(System.UInt32)">
<summary>Creates the buffer for triangle material indices.</summary>
<param name="value">The capacity of the buffer, the maximum number of bytes that the IBuffer can hold.</param>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.CreateVertexNormals(System.UInt32)">
<summary>Creates the buffer for vertex normals.</summary>
<param name="value">The capacity of the buffer, the maximum number of bytes that the IBuffer can hold.</param>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.CreateVertexPositions(System.UInt32)">
<summary>Creates the buffer for vertex positions.</summary>
<param name="value">The capacity of the buffer, the maximum number of bytes that the IBuffer can hold.</param>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.GetTriangleIndices">
<summary>Gets the buffer for triangle indices.</summary>
<returns>The buffer for triangle indices.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.GetTriangleMaterialIndices">
<summary>Gets the buffer for triangle material indices.</summary>
<returns>The buffer for triangle material indices.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.GetVertexNormals">
<summary>Gets the buffer for vertex normals.</summary>
<returns>The buffer for vertex normals.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.GetVertexPositions">
<summary>Gets the buffer for vertex positions.</summary>
<returns>The buffer for vertex positions.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMesh.VerifyAsync(Windows.Graphics.Printing3D.Printing3DMeshVerificationMode)">
<summary>Verifies the mesh has manifold edges and normal triangles.</summary>
<param name="value">Specifies how the mesh is verified.</param>
<returns>The results of the verification, of type Printing3DMeshVerificationResult.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DMeshVerificationMode">
<summary>Specifies the mode in which the mesh is verified.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DMeshVerificationMode.FindAllErrors">
<summary>Wait to return results until the verification is complete.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DMeshVerificationMode.FindFirstError">
<summary>Return results upon finding the first failure.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DMeshVerificationResult">
<summary>Provides data for the VerifyAsync method.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMeshVerificationResult.IsValid">
<summary>Gets a value that indicates if the mesh is valid.</summary>
<returns>**true** if the mesh is valid; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMeshVerificationResult.NonmanifoldTriangles">
<summary>Gets the triangles with non-manifold edges, if applicable.</summary>
<returns>The triangles with non-manifold edges.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMeshVerificationResult.ReversedNormalTriangles">
<summary>Gets the reverse normal triangles, if applicable.</summary>
<returns>The reverse normal triangles.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DModel">
<summary>Represents the 3D model in a 3D Manufacturing Format (3MF) package.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.#ctor">
<summary>Creates an instance of the Printing3DModel class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Build">
<summary>Gets or sets the root 3D Manufacturing Format (3MF) component. It represents the build plate on a 3D printer and defines what will be printed.</summary>
<returns>The root 3MF component.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Components">
<summary>Gets all 3D Manufacturing Format (3MF) components used in the 3D model.</summary>
<returns>All 3MF components used in the 3D model, of type Printing3DComponent.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Material">
<summary>Gets or sets the root material container for the 3D model.</summary>
<returns>The root material container for the 3D model.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Meshes">
<summary>Gets all meshes used in the 3D model.</summary>
<returns>All meshes used in the 3D model, of type Printing3DMesh.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Metadata">
<summary>Gets the metadata for the 3D Manufacturing Format (3MF) package.</summary>
<returns>The metadata for the 3MF package.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.RequiredExtensions">
<summary>Gets a list of the extensions required by the 3D Manufacturing Format (3MF) package.</summary>
<returns>The extensions required by the 3MF package.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Textures">
<summary>Gets all textures used in the 3D model.</summary>
<returns>All textures used in the 3D model, of type Printing3DModelTexture.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Unit">
<summary>Gets or sets the units of measure used in the 3D model.</summary>
<returns>The units of measure used in the 3D model.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModel.Version">
<summary>Gets or sets the version of the 3D Manufacturing Format (3MF) package.</summary>
<returns>The version of the 3MF package.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.Clone">
<summary>Gets a copy of the current 3D model.</summary>
<returns>A copy of the current 3D model.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.RepairAsync">
<summary>Executes the 3D model repair algorithm on the model.</summary>
<returns>Results of the operation.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.RepairWithProgressAsync">
<summary>Executes the 3D model repair algorithm, with the ability to report the progress of the operation.</summary>
<returns>A **Boolean** value indicating whether the asynchronous operation succeeded, and a **Double** value reporting the progress as a decimal number between zero and one.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.TryPartialRepairAsync">
<summary>Executes the 3D model repair algorithm until complete or an exception is thrown.</summary>
<returns>**true** if the asynchronous operation succeeded; otherwise, **false**.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.TryPartialRepairAsync(Windows.Foundation.TimeSpan)">
<summary>Begins the 3D model repair algorithm, but exits if the time limit is reached.</summary>
<param name="maxWaitTime">Defines the amount of time (in seconds) that the algorithm can run for. A value of 0 will cause the algorithm to run until another end condition is met.</param>
<returns>**true** if the asynchronous operation succeeded; otherwise, **false**.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.TryReduceFacesAsync">
<summary>Runs an algorithm that reduces the number of triangle faces in all of the meshes within the Printing3DModel by merging nearby vertices. Stops when the total number of triangles is reduced by half.</summary>
<returns>A **Boolean** value indicating whether the asynchronous operation succeeded, and a **Double** value reporting the progress as a decimal number between zero and one.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.TryReduceFacesAsync(Windows.Graphics.Printing3D.Printing3DFaceReductionOptions)">
<summary>Runs an algorithm that reduces the number of triangle faces in all of the meshes within the Printing3DModel by merging nearby vertices. Stops according to the specified options.</summary>
<param name="printing3DFaceReductionOptions">Defines the conditions which will trigger the end of the operation.</param>
<returns>A **Boolean** value indicating whether the asynchronous operation succeeded, and a **Double** value reporting the progress as a decimal number between zero and one.</returns>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModel.TryReduceFacesAsync(Windows.Graphics.Printing3D.Printing3DFaceReductionOptions,Windows.Foundation.TimeSpan)">
<summary>Runs an algorithm that reduces the number of triangle faces in all of the meshes within the Printing3DModel by merging nearby vertices. Stops according to the specified options or when the *maxWait* time is reached.</summary>
<param name="printing3DFaceReductionOptions">Defines the conditions which will trigger the end of the operation.</param>
<param name="maxWait">Defines the amount of time (in seconds) that the algorithm can run for. A value of 0 will cause the algorithm to run until another end condition is met.</param>
<returns>A **Boolean** value indicating whether the asynchronous operation succeeded, and a **Double** value reporting the progress as a decimal number between zero and one.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DModelTexture">
<summary>Represents a texture used in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DModelTexture.#ctor">
<summary>Creates an instance of the Printing3DModelTexture class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModelTexture.TextureResource">
<summary>Gets or sets the texture resource used by the texture.</summary>
<returns>The texture resource used by the texture.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModelTexture.TileStyleU">
<summary>Get or sets a value that indicates how tiling should occur in the U axis in order to fill the overall requested area.</summary>
<returns>A value that indicates how tiling should occur in the U axis in order to fill the overall requested area.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DModelTexture.TileStyleV">
<summary>Gets or sets a value that indicates how tiling should occur in the V axis in order to fill the overall requested area.</summary>
<returns>A value that indicates how tiling should occur in the V axis in order to fill the overall requested area.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DModelUnit">
<summary>Specifies the units of measure used in the 3D model.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DModelUnit.Centimeter">
<summary>The units of the 3D model are specified in centimeters.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DModelUnit.Foot">
<summary>The units of the 3D model are specified in feet.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DModelUnit.Inch">
<summary>The units of the 3D model are specified in inches.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DModelUnit.Meter">
<summary>The units of the 3D model are specified in meters.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DModelUnit.Micron">
<summary>The units of the 3D model are specified in microns.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DModelUnit.Millimeter">
<summary>The units of the 3D model are specified in millimeters.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterial">
<summary>Represents a combination of properties and/or materials from the material groups specified in (MaterialGroupIndices ).</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterial.#ctor">
<summary>Creates an instance of the Printing3DMultiplePropertyMaterial class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterial.MaterialIndices">
<summary>Gets the indices of the properties and/or materials combined in the multi-property material. Each combination is defined by listing the index of an item from one material group with the index of an item from a secondary material group. The index values are specified in the same order as the material groups listed in MaterialGroupIndices.</summary>
<returns>The indices of the properties or materials combined in the multi-property.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterialGroup">
<summary>Represents a multi-property material group.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterialGroup.#ctor(System.UInt32)">
<summary>Creates a new instance of the Printing3DMultiplePropertyMaterialGroup class.</summary>
<param name="MaterialGroupId">The identifier (ID) of the multi-property material group; a value greater than zero.</param>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterialGroup.MaterialGroupId">
<summary>Gets the identifier (ID) of the multi-property material group.</summary>
<returns>The ID of the multi-property material group.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterialGroup.MaterialGroupIndices">
<summary>Gets an ordered list of material groups (**MaterialGroupId** values) that are used to define property-material combinations in the multi-property group. The order of material groups is maintained in the combinations defined by MultipleProperties.</summary>
<returns>The indices of the properties or materials in the group.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterialGroup.MultipleProperties">
<summary>Gets a list of property-material combinations. Each combination is defined by listing the index of an item from one material group with the index of an item from a secondary material group. The index values are specified in the same order as the material groups listed in MaterialGroupIndices.</summary>
<returns>A list of property-material combinations .</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DObjectType">
<summary>Specifies the function of the object in the 3D model.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DObjectType.Model">
<summary>Functions as a core component of the 3D model.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DObjectType.Others">
<summary>Functions in some other capacity.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DObjectType.Support">
<summary>Functions as a support object.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DPackageCompression">
<summary>Contains values that describe the intended file compression level.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DPackageCompression.High">
<summary>High file compression. This is recommended to reduce the size of the 3MF package before saving it to disk or sending it over the network.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DPackageCompression.Low">
<summary>Low file compression. This results in faster in-memory processing.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DPackageCompression.Medium">
<summary>Medium file compression. This is the default value.</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterial">
<summary>Represents a 2D texture material used in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterial.#ctor">
<summary>Creates an instance of the Printing3DTexture2CoordMaterial class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterial.Texture">
<summary>Gets or sets the texture used in the 2D texture material.</summary>
<returns>The texture used in the 2D texture material.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterial.U">
<summary>Gets or sets the U-coordinate within the texture, horizontally right from the origin in the upper left of the texture.</summary>
<returns>The U-coordinate within the texture.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterial.V">
<summary>Gets or sets the V-coordinate within the texture, vertically down from the origin in the upper left of the texture.</summary>
<returns>The V-coordinate within the texture.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterialGroup">
<summary>Represents a group of 2D texture materials used in the 3D model.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterialGroup.#ctor(System.UInt32)">
<summary>Creates a instance of the Printing3DTexture2CoordMaterialGroup class.</summary>
<param name="MaterialGroupId">The identifier for a group of 2D texture materials used in the 3D model; a value greater than zero.</param>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterialGroup.MaterialGroupId">
<summary>Gets the identifier (ID) of the 2D texture material group.</summary>
<returns>The ID of the 2D texture material group.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterialGroup.Texture">
<summary>Gets or sets the texture of the material group.</summary>
<returns>The texture of the material group.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterialGroup.Texture2Coords">
<summary>Gets a group of 2D texture materials used in the 3D model.</summary>
<returns>A group of 2D texture materials used in the 3D model, of type Printing3DTexture2CoordMaterial.</returns>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DTextureEdgeBehavior">
<summary>Specifies how tiling should occur in the U and V axis in order to fill the overall requested area of a texture.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DTextureEdgeBehavior.Clamp">
<summary>Clamps texture coordinates to the [0.0, 1.0] range. That is, it applies the texture once, then smears the color of edge pixels. For example, suppose that your application creates a square primitive and assigns texture coordinates of (0.0,0.0), (0.0,3.0), (3.0,3.0), and (3.0,0.0) to the primitive's vertices. Setting the **Clamp** texture edge behavior results in the texture being applied once.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DTextureEdgeBehavior.Mirror">
<summary>Tiles mirror the texture at every integer boundary. For example, with texture coordinates of (0.0,0.0), (0.0,3.0), (3.0,3.0), and (3.0,0.0). Setting the **Wrap** texture edge behavior results in the texture being applied three times in both the u- and v-directions. Every other row and column that it is applied is a mirror image of the preceding row or column, as shown here. &lt;img alt="Illustration of mirror images in a 3x3 grid" src="./windows.graphics.printing3d/images/mirror.png" /&gt;</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DTextureEdgeBehavior.None">
<summary>No tiling will occur.</summary>
</member>
<member name="F:Windows.Graphics.Printing3D.Printing3DTextureEdgeBehavior.Wrap">
<summary>Tiles repeat the texture resource at every integer junction. For example, with texture coordinates of (0.0,0.0), (0.0,3.0), (3.0,3.0), and (3.0,0.0), setting the **Wrap** texture edge behavior results in the texture being applied three times in both the u-and v-directions, as shown here.&lt;img alt="Illustration of a face texture wrapped in the u-direction and the v-direction" src="./windows.graphics.printing3d/images/wrap.png" /&gt;</summary>
</member>
<member name="T:Windows.Graphics.Printing3D.Printing3DTextureResource">
<summary>Specifies the texture resource used in a 2D texture material.</summary>
</member>
<member name="M:Windows.Graphics.Printing3D.Printing3DTextureResource.#ctor">
<summary>Creates an instance of the Printing3DTextureResource class.</summary>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTextureResource.Name">
<summary>Gets or sets the name of the texture resource.</summary>
<returns>The name of the texture resource.</returns>
</member>
<member name="P:Windows.Graphics.Printing3D.Printing3DTextureResource.TextureData">
<summary>Gets or sets the image stream of the texture resource.</summary>
<returns>The image stream of the texture resource.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Management.Deployment.Preview.DeploymentPreviewContract</name>
</assembly>
<members>
<member name="T:Windows.Management.Deployment.Preview.ClassicAppManager">
<summary>A static class that is used to find installed classic desktop apps.</summary>
</member>
<member name="M:Windows.Management.Deployment.Preview.ClassicAppManager.FindInstalledApp(System.String)">
<summary>Finds and returns info for an installed classic desktop app.</summary>
<param name="appUninstallKey">The uninstall registry key for the app.</param>
<returns>Info for the app.</returns>
</member>
<member name="T:Windows.Management.Deployment.Preview.DeploymentPreviewContract">
<summary>
</summary>
</member>
<member name="T:Windows.Management.Deployment.Preview.InstalledClassicAppInfo">
<summary>Provides display info for an installed classic desktop app.</summary>
</member>
<member name="P:Windows.Management.Deployment.Preview.InstalledClassicAppInfo.DisplayName">
<summary>Gets the display name for an installed classic desktop app.</summary>
<returns>The name of the app as a String that can be displayed.</returns>
</member>
<member name="P:Windows.Management.Deployment.Preview.InstalledClassicAppInfo.DisplayVersion">
<summary>Gets the display version for an installed classic desktop app.</summary>
<returns>The version of the app as a String that can be displayed.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Management.Workplace.WorkplaceSettingsContract</name>
</assembly>
<members>
<member name="T:Windows.Management.Workplace.WorkplaceSettings">
<summary>Enables UWP apps 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="T:Windows.Management.Workplace.WorkplaceSettingsContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,401 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Media.Capture.AppCaptureContract</name>
</assembly>
<members>
<member name="T:Windows.Media.Capture.AppCaptureAlternateShortcutKeys">
<summary>Defines alternate shortcut keys for app capture.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.SaveHistoricalVideoKey">
<summary>Gets or sets the save historical video shortcut key.</summary>
<returns>The save historical video shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.SaveHistoricalVideoKeyModifiers">
<summary>Gets or sets the save historical video shortcut key modifiers.</summary>
<returns>The save historical video shortcut key modifiers.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.TakeScreenshotKey">
<summary>Gets or sets the take screenshot shortcut key.</summary>
<returns>The take screenshot shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.TakeScreenshotKeyModifiers">
<summary>Gets or sets the take screenshot shortcut key modifiers.</summary>
<returns>The take screenshot shortcut key modifiers.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleBroadcastKey">
<summary>Gets or sets the toggle broadcast shortcut key.</summary>
<returns>The toggle broadcast shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleBroadcastKeyModifiers">
<summary>Gets or sets the toggle broadcast shortcut key modifiers.</summary>
<returns>The toggle broadcast shortcut key modifiers.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleCameraCaptureKey">
<summary>Gets or sets the toggle camera capture shortcut key.</summary>
<returns>The toggle camera capture shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleCameraCaptureKeyModifiers">
<summary>Gets or sets the toggle camera capture shortcut key modifiers.</summary>
<returns>The toggle camera capture shortcut key modifiers.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleGameBarKey">
<summary>Gets or sets the toggle game bar shortcut key.</summary>
<returns>The toggle game bar shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleGameBarKeyModifiers">
<summary>Gets or sets the toggle game bar shortcut key modifiers.</summary>
<returns>The toggle game bar shortcut key modifiers.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleMicrophoneCaptureKey">
<summary>Gets or sets the toggle microphone capture shortcut key.</summary>
<returns>The toggle microphone capture shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleMicrophoneCaptureKeyModifiers">
<summary>Gets or sets the toggle microphone capture shortcut key modifiers.</summary>
<returns>The toggle microphone capture shortcut key modifiers.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleRecordingIndicatorKey">
<summary>Gets or sets the toggle recording indicator shortcut key.</summary>
<returns>The toggle recoding indicator shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleRecordingIndicatorKeyModifiers">
<summary>Gets or sets the toggle recording indicator shortcut key modifiers.</summary>
<returns>The toggle recording indicator shortcut key modifiers.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleRecordingKey">
<summary>Gets or sets the toggle recording shortcut key.</summary>
<returns>The toggle recording shortcut key.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureAlternateShortcutKeys.ToggleRecordingKeyModifiers">
<summary>Gets or sets the toggle recording shortcut key modifiers.</summary>
<returns>The toggle recording shortcut key modifiers.</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureContract">
<summary>
</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureDurationGeneratedEventArgs">
<summary>Provides data for the AppCaptureRecordOperation.DurationGenerated event.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureDurationGeneratedEventArgs.Duration">
<summary>Gets the duration associated with the event.</summary>
<returns>The duration associated with the event.</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureFileGeneratedEventArgs">
<summary>Provides data for the AppCaptureRecordOperation.FileGenerated event.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureFileGeneratedEventArgs.File">
<summary>Gets the file associated with the event.</summary>
<returns>The file associated with the event.</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureHistoricalBufferLengthUnit">
<summary>Specifies the units of the app capture historical buffer.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureHistoricalBufferLengthUnit.Megabytes">
<summary>Megabytes</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureHistoricalBufferLengthUnit.Seconds">
<summary>Seconds</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureManager">
<summary>Provides access to app capture settings.</summary>
</member>
<member name="M:Windows.Media.Capture.AppCaptureManager.ApplySettings(Windows.Media.Capture.AppCaptureSettings)">
<summary>Applies app capture settings.</summary>
<param name="appCaptureSettings">The settings to apply.</param>
</member>
<member name="M:Windows.Media.Capture.AppCaptureManager.GetCurrentSettings">
<summary>Gets the current app capture settings.</summary>
<returns>The current app capture settings.</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureMicrophoneCaptureState">
<summary>Specifies the state of microphone capture for app capture.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureMicrophoneCaptureState.Failed">
<summary>Microphone capture has failed.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureMicrophoneCaptureState.Started">
<summary>Microphone capture has been started.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureMicrophoneCaptureState.Stopped">
<summary>Microphone capture is stopped.</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureMicrophoneCaptureStateChangedEventArgs">
<summary>Provides data for the AppCaptureState.MicrophoneCaptureStateChanged event.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureMicrophoneCaptureStateChangedEventArgs.ErrorCode">
<summary>Gets the error code associated with the event.</summary>
<returns>The error code associated with the event.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureMicrophoneCaptureStateChangedEventArgs.State">
<summary>Gets the new state of microphone capture for app capture.</summary>
<returns>The new state of microphone capture for app capture.</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureRecordingState">
<summary>Specifies the state of an app capture recording.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureRecordingState.Completed">
<summary>The app capture recording has completed.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureRecordingState.Failed">
<summary>The app capture recording failed.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureRecordingState.InProgress">
<summary>The app capture recording is in progress.</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureRecordingStateChangedEventArgs">
<summary>Provides data for the AppCaptureRecordOperation.StateChanged event.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureRecordingStateChangedEventArgs.ErrorCode">
<summary>Gets the error code associated with the event.</summary>
<returns>The error code associated with the event.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureRecordingStateChangedEventArgs.State">
<summary>Gets the new state of the app capture recording operation.</summary>
<returns>The new state of the app capture recording operation.</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureRecordOperation">
<summary>Represents an app capture record operation.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureRecordOperation.Duration">
<summary>Gets the duration of the recording operation.</summary>
<returns>The duration of the recording operation.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureRecordOperation.ErrorCode">
<summary>Gets the error code associated with the recording operation.</summary>
<returns>The error code associated with the recording operation.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureRecordOperation.File">
<summary>Gets the file associated with the recording operation.</summary>
<returns>The file associated with the recording operation.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureRecordOperation.IsFileTruncated">
<summary>Gets a value indicating whether the file associated with the recording operation is truncated.</summary>
<returns>True if the file is truncated; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureRecordOperation.State">
<summary>Gets a value specifying the current state of the app capture record operation.</summary>
<returns>A value specifying the current state of the app capture record operation.</returns>
</member>
<member name="E:Windows.Media.Capture.AppCaptureRecordOperation.DurationGenerated">
<summary>Occurs when the recording state changes due to the duration of the recording operation.</summary>
</member>
<member name="E:Windows.Media.Capture.AppCaptureRecordOperation.FileGenerated">
<summary>Occurs when the recording state changes due to the file associated with the recording operation.</summary>
</member>
<member name="E:Windows.Media.Capture.AppCaptureRecordOperation.StateChanged">
<summary>Occurs when the state of the app capture record operation changes.</summary>
</member>
<member name="M:Windows.Media.Capture.AppCaptureRecordOperation.StopRecording">
<summary>Stops the app capture record operation.</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureServices">
<summary>Manages the state of app captures.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureServices.CanCapture">
<summary>Gets a value specifying whether app capture can be performed.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureServices.State">
<summary>Gets a value specifying the current state of the app capture services.</summary>
<returns>A value specifying the current state of the app capture services.</returns>
</member>
<member name="M:Windows.Media.Capture.AppCaptureServices.Record">
<summary>Initiates an app capture record operation.</summary>
<returns>An object representing the record operation.</returns>
</member>
<member name="M:Windows.Media.Capture.AppCaptureServices.RecordTimeSpan(Windows.Foundation.DateTime,Windows.Foundation.TimeSpan)">
<summary>Initiates an app capture record operation beginning at the specified time, for the specified duration.</summary>
<param name="startTime">The time at which the app capture record operation is initiated.</param>
<param name="duration">The duration of the app capture record operation.</param>
<returns>
</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureSettings">
<summary>Represents app capture settings.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.AlternateShortcutKeys">
<summary>Gets the alternate shortcut key settings.</summary>
<returns>The alternate shortcut key settings.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.AppCaptureDestinationFolder">
<summary>Gets or sets the app capture destination folder.</summary>
<returns>The app capture destination folder.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.AudioEncodingBitrate">
<summary>Gets or sets the audio encoding bitrate.</summary>
<returns>The audio encoding bitrate.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.CustomVideoEncodingBitrate">
<summary>Gets or sets the custom video encoding bitrate.</summary>
<returns>The custom video encoding bitrate.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.CustomVideoEncodingHeight">
<summary>Gets or sets the custom video encoding height.</summary>
<returns>The custom video encoding height.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.CustomVideoEncodingWidth">
<summary>Gets the custom video encoding width.</summary>
<returns>The custom video encoding width.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.HasHardwareEncoder">
<summary>Gets a value indicating if the device has a hardware encoder.</summary>
<returns>True if the device has a hardware encoder; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.HistoricalBufferLength">
<summary>Gets or sets the historical buffer length.</summary>
<returns>The historical buffer length.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.HistoricalBufferLengthUnit">
<summary>Gets or sets the units of the historical buffer length.</summary>
<returns>The units of the historical buffer length.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsAppCaptureEnabled">
<summary>Gets or sets a value indicating if app capture is enabled.</summary>
<returns>True if app capture is enabled; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsAudioCaptureEnabled">
<summary>Gets or sets a value indicating whether audio capture is enabled.</summary>
<returns>True if audio capture is enabled; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsCpuConstrained">
<summary>Gets a value indicating if app capture is CPU-constrained.</summary>
<returns>True if app capture is CPU-constrained; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsCursorImageCaptureEnabled">
<summary>Gets a value indicating whether the cursor image is captured.</summary>
<returns>True if the cursor image is captured; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsDisabledByPolicy">
<summary>Gets a value indicating if app capture is disabled by policy.</summary>
<returns>True if app capture is disabled by policy; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsEchoCancellationEnabled">
<summary>Gets a value indicating whether echo cancellation is enabled for app capture.</summary>
<returns>True if echo cancellation is enabled for app capture; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsGpuConstrained">
<summary>Gets a value indicating if app capture is GPU-constrained.</summary>
<returns>True if app capture is GPU-constrained; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsHistoricalCaptureEnabled">
<summary>Gets or sets a value indicating if historical capture is enabled.</summary>
<returns>True if historical capture is enabled; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsHistoricalCaptureOnBatteryAllowed">
<summary>Gets or sets a value indicating whether historical capture is allowed while the device is on battery power.</summary>
<returns>True if historical capture is allowed while the device is on battery power; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsHistoricalCaptureOnWirelessDisplayAllowed">
<summary>Gets or sets a value indicating whether historical capture is allowed on wireless displays.</summary>
<returns>True if historical capture is allowed on wireless displays; otherwise, true.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsMemoryConstrained">
<summary>Gets a value indicating whether the device is memory-constrained.</summary>
<returns>True if the device is memory-constrained; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsMicrophoneCaptureEnabled">
<summary>Gets or sets a value indicating if microphone capture is enabled.</summary>
<returns>True if microphone capture is enabled; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.IsMicrophoneCaptureEnabledByDefault">
<summary>Gets or sets a value indicating if microphone capture is enabled by default.</summary>
<returns>True if microphone capture is enabled by default; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.MaximumRecordLength">
<summary>Gets or sets the maximum recording length.</summary>
<returns>The maximum recording length.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.MicrophoneGain">
<summary>Gets or sets a value specifying the gain applied to the microphone audio.</summary>
<returns>The gain applied to the microphone audio.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.ScreenshotDestinationFolder">
<summary>Gets or sets the screenshot destination folder.</summary>
<returns>The screenshot destination folder.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.SystemAudioGain">
<summary>Gets or sets a value specifying the gain applied to the system audio.</summary>
<returns>The gain applied to the system audio.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.VideoEncodingBitrateMode">
<summary>Gets or sets the video encoding bitrate.</summary>
<returns>The video encoding bitrate.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.VideoEncodingFrameRateMode">
<summary>Gets or sets a value indicating the video encoding frame rate mode.</summary>
<returns>The video encoding frame rate mode.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureSettings.VideoEncodingResolutionMode">
<summary>Gets or sets the video encoding resolution mode.</summary>
<returns>The video encoding resolution mode.</returns>
</member>
<member name="T:Windows.Media.Capture.AppCaptureState">
<summary>Represents the state of app capture.</summary>
</member>
<member name="P:Windows.Media.Capture.AppCaptureState.IsHistoricalCaptureEnabled">
<summary>Gets a value specifying whether historical app capture is enabled.</summary>
<returns>True if the historical app capture is enabled; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureState.IsTargetRunning">
<summary>Gets a value indicating whether the app capture target is currently running.</summary>
<returns>True if the app capture target is currently running; otherwise, false.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureState.MicrophoneCaptureError">
<summary>Gets an error code associated with microphone capture for app capture.</summary>
<returns>An error code associated with microphone capture for app capture.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureState.MicrophoneCaptureState">
<summary>Gets the current microphone capture state.</summary>
<returns>The current microphone capture state.</returns>
</member>
<member name="P:Windows.Media.Capture.AppCaptureState.ShouldCaptureMicrophone">
<summary>Gets a value specifying whether the microphone should be captured.</summary>
<returns>True if the microphone should be captured; otherwise, false.</returns>
</member>
<member name="E:Windows.Media.Capture.AppCaptureState.CaptureTargetClosed">
<summary>Occurs when the capture target is closed.</summary>
</member>
<member name="E:Windows.Media.Capture.AppCaptureState.MicrophoneCaptureStateChanged">
<summary>Occurs when the state of microphone capture for app capture changes.</summary>
</member>
<member name="M:Windows.Media.Capture.AppCaptureState.RestartMicrophoneCapture">
<summary>Restarts microphone capture for app capture.</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureVideoEncodingBitrateMode">
<summary>Specifies the app capture video encoding bitrate mode.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingBitrateMode.Custom">
<summary>Custom bitrate.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingBitrateMode.High">
<summary>High bitrate.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingBitrateMode.Standard">
<summary>Standard bitrate.</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureVideoEncodingFrameRateMode">
<summary>Specifies the video encoding frame rate mode.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingFrameRateMode.High">
<summary>Video is encoded with a high frame rate.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingFrameRateMode.Standard">
<summary>Video is encoded with the standard frame rate.</summary>
</member>
<member name="T:Windows.Media.Capture.AppCaptureVideoEncodingResolutionMode">
<summary>Specifies the app capture video encoding resolution mode.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingResolutionMode.Custom">
<summary>Custom resolution.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingResolutionMode.High">
<summary>High resolution.</summary>
</member>
<member name="F:Windows.Media.Capture.AppCaptureVideoEncodingResolutionMode.Standard">
<summary>Standard resolution.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Media.Capture.CameraCaptureUIContract</name>
</assembly>
<members>
<member name="T:Windows.Media.Capture.CameraCaptureUIContract">
<summary>
</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>
</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>
<param name="mediaCapture">The MediaCapture object that provides methods for the capture of photos, audio recordings and videos.</param>
</member>
</members>
</doc>

View File

@@ -0,0 +1,157 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Media.Devices.CallControlContract</name>
</assembly>
<members>
<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="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="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="E:Windows.Media.Devices.CallControl.HangUpRequested">
<summary>Occurs when the device receives a request to hang up a call.</summary>
</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="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>
<param name="deviceId">The DeviceInformation ID of the specified audio communications device.</param>
<returns>A class that represents the specified audio communications device.</returns>
</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="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>
<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>
<returns>A call token that uniquely identifies this call.</returns>
</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="T:Windows.Media.Devices.CallControlContract">
<summary>
</summary>
</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.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.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.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.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.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.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="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.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="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.Pound">
<summary>The "#" keypad button.</summary>
</member>
<member name="F:Windows.Media.Devices.TelephonyKey.Star">
<summary>The "*" keypad button.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Media.MediaControlContract</name>
</assembly>
<members>
<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>
<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>
<returns>The name of the artist.</returns>
</member>
<member name="P:Windows.Media.MediaControl.IsPlaying">
<summary>Gets or sets the state of the Play button.</summary>
<returns>The state of the Play button.</returns>
</member>
<member name="P:Windows.Media.MediaControl.SoundLevel">
<summary>Gets the current sound level.</summary>
<returns>The current sound level.</returns>
</member>
<member name="P:Windows.Media.MediaControl.TrackName">
<summary>Gets or sets the track name.</summary>
<returns>The name of the track.</returns>
</member>
<member name="E:Windows.Media.MediaControl.ChannelDownPressed">
<summary>Event raised when a **ChannelDown** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.ChannelUpPressed">
<summary>Event raised when a **ChannelUp** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.FastForwardPressed">
<summary>Event raised when a **FastForward** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.NextTrackPressed">
<summary>Event raised when a **NextTrack** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.PausePressed">
<summary>Event raised when a **Pause** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.PlayPauseTogglePressed">
<summary>Event raised when a **PlayPauseToggle** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.PlayPressed">
<summary>Event raised when a **Play** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.PreviousTrackPressed">
<summary>Event raised when a **PreviousTrack** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.RecordPressed">
<summary>Event raised when a **Record** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.RewindPressed">
<summary>Event raised when a **Rewind** command is issued to the application.</summary>
</member>
<member name="E:Windows.Media.MediaControl.SoundLevelChanged">
<summary>Event raised when the sound level changes.</summary>
</member>
<member name="E:Windows.Media.MediaControl.StopPressed">
<summary>Event raised when a **Stop** command is issued to the application.</summary>
</member>
<member name="T:Windows.Media.MediaControlContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Media.Playlists.PlaylistsContract</name>
</assembly>
<members>
<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="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="M:Windows.Media.Playlists.Playlist.LoadAsync(Windows.Storage.IStorageFile)">
<summary>Asynchronously loads files into a playlist.</summary>
<param name="file">Represents the files to load.</param>
<returns>Represents the asynchronous operation for loading the playlist. The GetResults method of this IAsyncOperation object returns the playlist.</returns>
</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>
<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>
<returns>Represents the asynchronous operation to save the playlist to a specified file and folder.</returns>
</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>
<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>
<returns>Represents the asynchronous operation to save the playlist to a specified file and folder.</returns>
</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="T:Windows.Media.Playlists.PlaylistFormat">
<summary>Indicates the format of a playlist file.</summary>
</member>
<member name="F:Windows.Media.Playlists.PlaylistFormat.M3u">
<summary>M3U playlist.</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="T:Windows.Media.Playlists.PlaylistsContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Media.Protection.ProtectionRenewalContract</name>
</assembly>
<members>
<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>
<param name="information">Revocation and renewal information.</param>
<returns>An object that is used to control the asynchronous operation.</returns>
</member>
<member name="T:Windows.Media.Protection.ProtectionRenewalContract">
<summary>
</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.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="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>
</members>
</doc>

View File

@@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Networking.Connectivity.WwanContract</name>
</assembly>
<members>
<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="P:Windows.Networking.Connectivity.WwanConnectionProfileDetails.HomeProviderId">
<summary>Indicates the Home Network Provider ID.</summary>
<returns>The Home Network Provider ID.</returns>
</member>
<member name="P:Windows.Networking.Connectivity.WwanConnectionProfileDetails.IPKind">
<summary>Gets a value that describes a level of supported IP.</summary>
<returns>A value that describes a level of supported IP.</returns>
</member>
<member name="P:Windows.Networking.Connectivity.WwanConnectionProfileDetails.PurposeGuids">
<summary>Gets a list of purpose group GUIDs.</summary>
<returns>A list of purpose group GUIDs.</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="T:Windows.Networking.Connectivity.WwanContract">
<summary>
</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.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.Cdma1xEvdoRevB">
<summary>The network provides 1xEVDO RevB 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.Cdma1xRtt">
<summary>The network provides CDMA 1x Radio Transmission Technology (1xRTT) data service.</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.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="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.Gprs">
<summary>The network provides General Packet Radio Service (GPRS) 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.None">
<summary>The network does not provide a data service.</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="T:Windows.Networking.Connectivity.WwanNetworkIPKind">
<summary>Defines constants that describe a level of supported IP. The values reflect the WWAN_IP_TYPE enumeration. You can use these values to determine which cellular profile to use (for example, to choose between IMS and SUPL).</summary>
</member>
<member name="F:Windows.Networking.Connectivity.WwanNetworkIPKind.Ipv4">
<summary>Indicates support for IPv4.</summary>
</member>
<member name="F:Windows.Networking.Connectivity.WwanNetworkIPKind.Ipv4v6">
<summary>Indicates support for IPv4 with IPv6.</summary>
</member>
<member name="F:Windows.Networking.Connectivity.WwanNetworkIPKind.Ipv4v6v4Xlat">
<summary>Indicates support for 464XLAT (which allows clients on IPv6-only networks to access IPv4-only Internet services).</summary>
</member>
<member name="F:Windows.Networking.Connectivity.WwanNetworkIPKind.Ipv6">
<summary>Indicates support for IPv6.</summary>
</member>
<member name="F:Windows.Networking.Connectivity.WwanNetworkIPKind.None">
<summary>Default support; indicates no specific level of support.</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.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="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Deregistered">
<summary>The connection is not registered with a network.</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.None">
<summary>No networks found for this connection.</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.Roaming">
<summary>The connection is registered with a roaming network.</summary>
</member>
<member name="F:Windows.Networking.Connectivity.WwanNetworkRegistrationState.Searching">
<summary>Searching for available networks.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract</name>
</assembly>
<members>
<member name="T:Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract">
<summary>
</summary>
</member>
<member name="T:Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails">
<summary>Provides details for a network operator notification.</summary>
</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="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>
</members>
</doc>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract</name>
</assembly>
<members>
<member name="T:Windows.Networking.NetworkOperators.FdnAccessManager">
<summary>Manages access to the Fixed Dialing Number (FDN) list.</summary>
</member>
<member name="M:Windows.Networking.NetworkOperators.FdnAccessManager.RequestUnlockAsync(System.String)">
<summary>Static method that prompts the user for the PIN required to change a contact list of Fixed Dialing Numbers (FDNs). Typically your code calls this method when planning to make a change to the contact list. If the return value on successful completion is **true**, then you will be able to change the list of FDN contacts.</summary>
<param name="contactListId">A ContactList ID for the contact list you wish to change.</param>
<returns>An asynchronous retrieval operation. On successful completion, contains a Boolean value representing whether the PIN was entered successfully.</returns>
</member>
<member name="T:Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Networking.Sockets.ControlChannelTriggerContract</name>
</assembly>
<members>
<member name="T:Windows.Networking.Sockets.ControlChannelTrigger">
<summary>Enables real time notifications to be received in the background for objects that establish a TCP connection and wish to be notified of incoming traffic.</summary>
</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.</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.</param>
<param name="resourceRequestType">The resource type requested for the control channel trigger.</param>
</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="P:Windows.Networking.Sockets.ControlChannelTrigger.IsWakeFromLowPowerSupported">
<summary>Gets a value indicating whether waking from low power states is supported.</summary>
<returns>If **true**, then waking from low power states is supported.</returns>
</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.Close">
<summary>Closes the ControlChannelTrigger object. </summary>
</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.FlushTransport">
<summary>Flushes any networking data used by the transport connection associated with the ControlChannelTrigger to the networking stack. </summary>
</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="T:Windows.Networking.Sockets.ControlChannelTriggerContract">
<summary>
</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.ApplicationRestart">
<summary>he ControlChannelTrigger was reset as a result of an app restart.</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.</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.RequestHardwareSlot">
<summary>Request a hardware slot from the system.</summary>
</member>
<member name="F:Windows.Networking.Sockets.ControlChannelTriggerResourceType.RequestSoftwareSlot">
<summary>Request a software slot from the system.</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>
</members>
</doc>

View File

@@ -0,0 +1,517 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Networking.XboxLive.XboxLiveSecureSocketsContract</name>
</assembly>
<members>
<member name="T:Windows.Networking.XboxLive.XboxLiveDeviceAddress">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveDeviceAddress.IsLocal">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveDeviceAddress.IsValid">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveDeviceAddress.MaxSnapshotBytesSize">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveDeviceAddress.NetworkAccessKind">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="E:Windows.Networking.XboxLive.XboxLiveDeviceAddress.SnapshotChanged">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.Compare(Windows.Networking.XboxLive.XboxLiveDeviceAddress)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="otherDeviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.CreateFromSnapshotBase64(System.String)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="base64">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.CreateFromSnapshotBuffer(Windows.Storage.Streams.IBuffer)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="buffer">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.CreateFromSnapshotBytes(System.Byte[])">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="buffer">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.GetLocal">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.GetSnapshotAsBase64">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.GetSnapshotAsBuffer">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveDeviceAddress.GetSnapshotAsBytes(System.Byte[],System.UInt32@)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="buffer">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="bytesWritten">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveEndpointPair">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPair.LocalHostName">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPair.LocalPort">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPair.RemoteDeviceAddress">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPair.RemoteHostName">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPair.RemotePort">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPair.State">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPair.Template">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="E:Windows.Networking.XboxLive.XboxLiveEndpointPair.StateChanged">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPair.DeleteAsync">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPair.FindEndpointPairByHostNamesAndPorts(Windows.Networking.HostName,System.String,Windows.Networking.HostName,System.String)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="localHostName">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="localPort">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="remoteHostName">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="remotePort">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPair.FindEndpointPairBySocketAddressBytes(System.Byte[],System.Byte[])">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="localSocketAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="remoteSocketAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPair.GetLocalSocketAddressBytes(System.Byte[])">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="socketAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPair.GetRemoteSocketAddressBytes(System.Byte[])">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="socketAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationBehaviors">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationBehaviors.None">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationBehaviors.ReevaluatePath">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationResult">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationResult.DeviceAddress">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationResult.EndpointPair">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationResult.IsExistingPathEvaluation">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationResult.Status">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.Canceled">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.LocalSystemNotAuthorized">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.NoCompatibleNetworkPaths">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.NoLocalNetworks">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.RefusedDueToConfiguration">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.RemoteSystemNotAuthorized">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.Succeeded">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.TimedOut">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairCreationStatus.UnexpectedInternalError">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveEndpointPairState">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairState.CreatingInbound">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairState.CreatingOutbound">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairState.Deleted">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairState.DeletingLocally">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairState.Invalid">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairState.Ready">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveEndpointPairState.RemoteEndpointTerminating">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveEndpointPairStateChangedEventArgs">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairStateChangedEventArgs.NewState">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairStateChangedEventArgs.OldState">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.AcceptorBoundPortRangeLower">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.AcceptorBoundPortRangeUpper">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.EndpointPairs">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.InitiatorBoundPortRangeLower">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.InitiatorBoundPortRangeUpper">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.Name">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.SocketKind">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.Templates">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="E:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.InboundEndpointPairCreated">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.CreateEndpointPairAsync(Windows.Networking.XboxLive.XboxLiveDeviceAddress)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="deviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.CreateEndpointPairAsync(Windows.Networking.XboxLive.XboxLiveDeviceAddress,Windows.Networking.XboxLive.XboxLiveEndpointPairCreationBehaviors)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="deviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="behaviors">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.CreateEndpointPairForPortsAsync(Windows.Networking.XboxLive.XboxLiveDeviceAddress,System.String,System.String)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="deviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="initiatorPort">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="acceptorPort">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.CreateEndpointPairForPortsAsync(Windows.Networking.XboxLive.XboxLiveDeviceAddress,System.String,System.String,Windows.Networking.XboxLive.XboxLiveEndpointPairCreationBehaviors)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="deviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="initiatorPort">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="acceptorPort">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="behaviors">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveEndpointPairTemplate.GetTemplateByName(System.String)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="name">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveInboundEndpointPairCreatedEventArgs">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveInboundEndpointPairCreatedEventArgs.EndpointPair">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveNetworkAccessKind">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveNetworkAccessKind.Moderate">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveNetworkAccessKind.Open">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveNetworkAccessKind.Strict">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.#ctor">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.DeviceAddresses">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.IsSystemInboundBandwidthConstrained">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.IsSystemOutboundBandwidthConstrained">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.MaxPrivatePayloadSize">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.MaxSimultaneousProbeConnections">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.MetricResults">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.Metrics">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.NumberOfProbesToAttempt">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.NumberOfResultsPending">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.PrivatePayloadResults">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.PublishedPrivatePayload">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.ShouldRequestPrivatePayloads">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.TimeoutInMilliseconds">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.ClearPrivatePayload">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.GetMetricResult(Windows.Networking.XboxLive.XboxLiveDeviceAddress,Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="deviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<param name="metric">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.GetMetricResultsForDevice(Windows.Networking.XboxLive.XboxLiveDeviceAddress)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="deviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.GetMetricResultsForMetric(Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="metric">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.GetPrivatePayloadResult(Windows.Networking.XboxLive.XboxLiveDeviceAddress)">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="deviceAddress">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.MeasureAsync">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.PublishPrivatePayloadBytes(System.Byte[])">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<param name="payload">This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</param>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.Canceled">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.InProgress">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.InProgressWithProvisionalResults">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.LocalSystemNotAuthorized">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.NoCompatibleNetworkPaths">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.NoLocalNetworks">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.NotStarted">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.RefusedDueToConfiguration">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.RemoteSystemNotAuthorized">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.Succeeded">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.TimedOut">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.UnexpectedInternalError">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.AverageInboundBitsPerSecond">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.AverageLatencyInMilliseconds">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.AverageOutboundBitsPerSecond">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.MaxInboundBitsPerSecond">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.MaxLatencyInMilliseconds">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.MaxOutboundBitsPerSecond">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.MinInboundBitsPerSecond">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.MinLatencyInMilliseconds">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.MinOutboundBitsPerSecond">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetricResult">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetricResult.DeviceAddress">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetricResult.Metric">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetricResult.Status">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetricResult.Value">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveQualityOfServicePrivatePayloadResult">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServicePrivatePayloadResult.DeviceAddress">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServicePrivatePayloadResult.Status">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="P:Windows.Networking.XboxLive.XboxLiveQualityOfServicePrivatePayloadResult.Value">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
<returns>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</returns>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveSecureSocketsContract">
<summary>
</summary>
</member>
<member name="T:Windows.Networking.XboxLive.XboxLiveSocketKind">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveSocketKind.Datagram">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveSocketKind.None">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
<member name="F:Windows.Networking.XboxLive.XboxLiveSocketKind.Stream">
<summary>This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Perception.Automation.Core.PerceptionAutomationCoreContract</name>
</assembly>
<members>
<member name="T:Windows.Perception.Automation.Core.CorePerceptionAutomation">
<summary>Provides automation services for the Perception API.</summary>
</member>
<member name="M:Windows.Perception.Automation.Core.CorePerceptionAutomation.SetActivationFactoryProvider(Windows.Foundation.IGetActivationFactory)">
<summary>Overrides the Windows Perception API and provides a custom class provider to implement the API.</summary>
<param name="provider">The automation provider.</param>
</member>
<member name="T:Windows.Perception.Automation.Core.PerceptionAutomationCoreContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Phone.StartScreen.DualSimTileContract</name>
</assembly>
<members>
<member name="T:Windows.Phone.StartScreen.DualSimTile">
<summary>Creates toast, tile, and badge updater objects specific to Sim1 and Sim2 on dual sim devices.</summary>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.#ctor">
<summary>Creates a DualSimTile object.</summary>
</member>
<member name="P:Windows.Phone.StartScreen.DualSimTile.DisplayName">
<summary>Gets or sets a name that is associated with and displayed on the tile.</summary>
<returns>The display name.</returns>
</member>
<member name="P:Windows.Phone.StartScreen.DualSimTile.IsPinnedToStart">
<summary>Gets a value indicating whether the tile is pinned to Start.</summary>
<returns>Set to True if the tile is pinned; otherwise, False.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.CreateAsync">
<summary>Creates a new dual SIM app list entry.</summary>
<returns>When this async operation completes a boolean is returned.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.CreateBadgeUpdaterForSim1">
<summary>Creates and initializes a badge updater for the Sim1 tile.</summary>
<returns>The object you will use to send badge updates to the tile.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.CreateBadgeUpdaterForSim2">
<summary>Creates and initializes a badge updater for the Sim2 tile.</summary>
<returns>The object you will use to send badge updates to the tile.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.CreateTileUpdaterForSim1">
<summary>Creates and initializes a tile updater for the Sim1 tile.</summary>
<returns>The object you will use to send updates to the tile.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.CreateTileUpdaterForSim2">
<summary>Creates and initializes a tile updater for the Sim2 tile.</summary>
<returns>The object you will use to send badge updates to the tile.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.CreateToastNotifierForSim1">
<summary>Creates and initializes a toast notifier for Sim1.</summary>
<returns>The object you will use to send the toast notification.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.CreateToastNotifierForSim2">
<summary>Creates and initializes a toast notifier for Sim2.</summary>
<returns>The object you will use to send the toast notification to the app.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.DeleteAsync">
<summary>Deletes a dual SIM app list entry.</summary>
<returns>When this async operation completes a boolean is returned.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.GetTileForSim2">
<summary>Gets the Sim2 tile.</summary>
<returns>A reference to the Sim2 tile.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.UpdateAsync">
<summary>Updates a dual SIM app list entry.</summary>
<returns>When this async operation completes a boolean is returned.</returns>
</member>
<member name="M:Windows.Phone.StartScreen.DualSimTile.UpdateDisplayNameForSim1Async(System.String)">
<summary>Updates the primary tile display name.</summary>
<param name="name">The display name.</param>
<returns>When this async operation completes a boolean is returned.</returns>
</member>
<member name="T:Windows.Phone.StartScreen.DualSimTileContract">
<summary>
</summary>
</member>
<member name="T:Windows.Phone.StartScreen.IToastNotificationManagerStatics3">
<summary>Creates ToastNotifier objects that can be used to raise toast notifications.</summary>
</member>
<member name="M:Windows.Phone.StartScreen.IToastNotificationManagerStatics3.CreateToastNotifierForSecondaryTile(System.String)">
<summary>Creates and initializes a toast notifier for the secondary tile.</summary>
<param name="tileId">The tile ID.</param>
<returns>The object you will use to send the toast notification to the tile.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,651 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Security.EnterpriseData.EnterpriseDataContract</name>
</assembly>
<members>
<member name="T:Windows.Security.EnterpriseData.BufferProtectUnprotectResult">
<summary>Contains information about the result from protecting or unprotecting an enterprise protected buffer.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.BufferProtectUnprotectResult.Buffer">
<summary>Gets the enterprise protected buffer that has been protected or unprotected.</summary>
<returns>The enterprise protected buffer.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.BufferProtectUnprotectResult.ProtectionInfo">
<summary>Gets the DataProtectionInfo object concerning the enterprise protected buffer that has been protected or unprotected.</summary>
<returns>The info object concerning the enterprise protected buffer.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.DataProtectionInfo">
<summary>Contains information about an enterprise protected buffer or stream.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.DataProtectionInfo.Identity">
<summary>The enterprise identity of the enterprise protected buffer or stream.</summary>
<returns>The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.DataProtectionInfo.Status">
<summary>The protection status of the enterprise protected buffer or stream.</summary>
<returns>A value of the DataProtectionStatus enumeration.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.DataProtectionManager">
<summary>Provides access to operations that manage buffers and streams that are protected to an enterprise identity.</summary>
</member>
<member name="M:Windows.Security.EnterpriseData.DataProtectionManager.GetProtectionInfoAsync(Windows.Storage.Streams.IBuffer)">
<summary>Get the status of an enterprise protected buffer.</summary>
<param name="protectedData">The buffer for which protection status is being queried.</param>
<returns>When the call to this method completes successfully, it returns a DataProtectionInfo object that contains the status of the buffer.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.DataProtectionManager.GetStreamProtectionInfoAsync(Windows.Storage.Streams.IInputStream)">
<summary>Get the status of an enterprise protected stream.</summary>
<param name="protectedStream">The stream for which protection status is being queried.</param>
<returns>When the call to this method completes successfully, it returns a DataProtectionInfo object that contains the status of the stream.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.DataProtectionManager.ProtectAsync(Windows.Storage.Streams.IBuffer,System.String)">
<summary>Protect the data in a buffer to an enterprise identity.</summary>
<param name="data">The buffer to be protected.</param>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<returns>When the call to this method completes successfully, it returns a BufferProtectUnprotectResult object that contains the status of the newly protected buffer.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.DataProtectionManager.ProtectStreamAsync(Windows.Storage.Streams.IInputStream,System.String,Windows.Storage.Streams.IOutputStream)">
<summary>Protect a stream of data to an enterprise identity.</summary>
<param name="unprotectedStream">The input, unprotected stream.</param>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="protectedStream">The output, protected stream.</param>
<returns>When the call to this method completes successfully, it returns a DataProtectionInfo object that contains the status of the protected stream.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.DataProtectionManager.UnprotectAsync(Windows.Storage.Streams.IBuffer)">
<summary>Removes the protection to an enterprise identity from a buffer.</summary>
<param name="data">The buffer to be unprotected.</param>
<returns>When the call to this method completes successfully, it returns a BufferProtectUnprotectResult object that contains the status of the unprotected buffer.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.DataProtectionManager.UnprotectStreamAsync(Windows.Storage.Streams.IInputStream,Windows.Storage.Streams.IOutputStream)">
<summary>Removes the protection to an enterprise identity from a stream of data.</summary>
<param name="protectedStream">The input, protected stream.</param>
<param name="unprotectedStream">The output, unprotected stream.</param>
<returns>When the call to this method completes successfully, it returns a DataProtectionInfo object that contains the status of the unprotected stream.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.DataProtectionStatus">
<summary>Describes the enterprise identity protection state of a buffer or stream.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.DataProtectionStatus.AccessSuspended">
<summary>The keys to access the protected item have been dropped while the device is locked.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.DataProtectionStatus.LicenseExpired">
<summary>The item's RMS license has expired. This value is not currently supported.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.DataProtectionStatus.Protected">
<summary>The item is protected.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.DataProtectionStatus.ProtectedToOtherIdentity">
<summary>The item is protected to another enterprise identity.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.DataProtectionStatus.Revoked">
<summary>The protection of the item has been revoked.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.DataProtectionStatus.Unprotected">
<summary>The item is not protected to an enterprise identity.</summary>
</member>
<member name="T:Windows.Security.EnterpriseData.EnforcementLevel">
<summary>A set of enumerated values together describing the possible Windows Information Protection (WIP) enforcement levels. WIP enforcement level is one aspect of mobile device management (MDM) policy configuration.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.EnforcementLevel.Block">
<summary>The policy calls for the user to be blocked. In response to an attempted action such as pasting data into an unauthorized app, your app should block the action, and audit it.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.EnforcementLevel.NoProtection">
<summary>The policy calls for no protection. Your app should disable WIP behavior if data is protected, and unprotect data.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.EnforcementLevel.Override">
<summary>The policy calls for the user to be allowed to override a warning message. In response to an attempted action such as pasting data into an unauthorized app, your app should prompt the user via an overridable warning message. If the user overrides, then your app should perform the action and audit it.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.EnforcementLevel.Silent">
<summary>The policy calls for silent protection. Your app should not prompt in response to an action such as pasting data into an unauthorized app. Instead, your app should silently allow the action, and audit it.</summary>
</member>
<member name="T:Windows.Security.EnterpriseData.EnterpriseDataContract">
<summary>
</summary>
</member>
<member name="T:Windows.Security.EnterpriseData.FileProtectionInfo">
<summary>Contains information about an enterprise protected file.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.FileProtectionInfo.Identity">
<summary>The enterprise identity of the enterprise protected file.</summary>
<returns>The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.FileProtectionInfo.IsProtectWhileOpenSupported">
<summary>Determines whether your app can protect a file while it is open.</summary>
<returns>**true** if your app can protect a file while it is open, or **false** if that capability is not supported on the device.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.FileProtectionInfo.IsRoamable">
<summary>Specifies if the protection of the enterprise protected file can be roamed to other devices.</summary>
<returns>**true** if the file's protection can be roamed to other devices.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.FileProtectionInfo.Status">
<summary>The protection status of the enterprise protected file.</summary>
<returns>A value of the FileProtectionStatus enumeration.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.FileProtectionManager">
<summary>Provides access to operations that manage files that are protected to an enterprise identity.</summary>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.CopyProtectionAsync(Windows.Storage.IStorageItem,Windows.Storage.IStorageItem)">
<summary>Replicate the file protection of one file onto another file.</summary>
<param name="source">The source file, from which file protection is being copied.</param>
<param name="target">The target file, to which file protection is being copied.</param>
<returns>When the call to this method completes successfully, it returns **true** if the file protection was copied, or **false** if there was an error.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.CreateProtectedAndOpenAsync(Windows.Storage.IStorageFolder,System.String,System.String,Windows.Storage.CreationCollisionOption)">
<summary>Create an enterprise-protected file.</summary>
<param name="parentFolder">The folder into which to create the enterprise protected file.</param>
<param name="desiredName">The desired name of the new enterprise protected file.</param>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="collisionOption">A CreationCollisionOption value that specifies what to do if *desiredName* already exists.</param>
<returns>When the call to this method completes successfully, it returns a ProtectedFileCreateResult object representing the newly created protected file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.GetProtectionInfoAsync(Windows.Storage.IStorageItem)">
<summary>Get the status of an enterprise-protected file.</summary>
<param name="source">The file or folder for which protection status is being queried.</param>
<returns>When the call to this method completes successfully, it returns a FileProtectionInfo object that contains the status of the file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.IsContainerAsync(Windows.Storage.IStorageFile)">
<summary>Use this property to determine whether the storage file is actually a container with a file contained within it.</summary>
<param name="file">The file that you want to determine is a container or not.</param>
<returns>**true** if the storage file is a container, and **false** if it is not.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.LoadFileFromContainerAsync(Windows.Storage.IStorageFile)">
<summary>Create an enterprise-protected file, and load it from a container file.</summary>
<param name="containerFile">The enterprise protected file to be created and loaded.</param>
<returns>When the call to this method completes successfully, it returns a ProtectedContainerImportResult object representing the newly created protected file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.LoadFileFromContainerAsync(Windows.Storage.IStorageFile,Windows.Storage.IStorageItem)">
<summary>Create an enterprise-protected file in a specified storage item (such as a folder), and load it from a container file.</summary>
<param name="containerFile">The enterprise protected file to be created and loaded.</param>
<param name="target">The storage item into which to create the enterprise protected file.</param>
<returns>When the call to this method completes successfully, it returns a ProtectedContainerImportResult object representing the newly created protected file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.LoadFileFromContainerAsync(Windows.Storage.IStorageFile,Windows.Storage.IStorageItem,Windows.Storage.NameCollisionOption)">
<summary>Create an enterprise-protected file in a specified storage item (such as a folder), and load it from a container file.</summary>
<param name="containerFile">The enterprise protected file to be created and loaded.</param>
<param name="target">The storage item into which to create the enterprise protected file.</param>
<param name="collisionOption">The enum value that determines how Windows responds if the created file has the same name as an existing item in the container's location.</param>
<returns>When the call to this method completes successfully, it returns a ProtectedContainerImportResult object representing the newly created protected file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.ProtectAsync(Windows.Storage.IStorageItem,System.String)">
<summary>Protect the data in a file to an enterprise identity. The app can then use standard API to read or write from the file.</summary>
<param name="target">The file to be protected.</param>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. Use ProtectionPolicyManager.IsIdentityManaged to confirm that an email address or domain is managed before using the identity to protect a file.</param>
<returns>When the call to this method completes successfully, it returns a FileProtectionInfo object that contains the status of the newly protected file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.SaveFileAsContainerAsync(Windows.Storage.IStorageFile)">
<summary>Save an enterprise-protected file as a containerized version.</summary>
<param name="protectedFile">The protected source file being copied.</param>
<returns>When the call to this method completes successfully, it returns a ProtectedContainerExportResult object representing the newly created container file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.SaveFileAsContainerAsync(Windows.Storage.IStorageFile,Windows.Foundation.Collections.IIterable{System.String})">
<summary>Save an enterprise-protected file as a containerized version, and share it with a specified list of user identities.</summary>
<param name="protectedFile">The protected source file being copied.</param>
<param name="sharedWithIdentities">A collection of strings representing the user identities to share the containerized file with. For example, email recipients.</param>
<returns>When the call to this method completes successfully, it returns a ProtectedContainerExportResult object representing the newly created container file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.UnprotectAsync(Windows.Storage.IStorageItem)">
<summary>Removes protection from an enterprise-protected file.</summary>
<param name="target">The file to unprotect.</param>
<returns>When the call to this method completes successfully, it returns a FileProtectionInfo object that provides information about the protection status of the file.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileProtectionManager.UnprotectAsync(Windows.Storage.IStorageItem,Windows.Security.EnterpriseData.FileUnprotectOptions)">
<summary>Removes protection from an enterprise-protected file.</summary>
<param name="target">The file to unprotect.</param>
<param name="options">An object that specifies whether to audit this action.</param>
<returns>When the call to this method completes successfully, it returns a FileProtectionInfo object that provides information about the protection status of the file.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.FileProtectionStatus">
<summary>Describes the enterprise protection state of a file or folder.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.AccessSuspended">
<summary>The keys to access the protected item have been dropped while the device is locked.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.FileInUse">
<summary>The item is being used by another process. You can apply enterprise protection to it only after it becomes exclusively available.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.LicenseExpired">
<summary>The item's RMS license has expired.</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 enterprise protection.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Protected">
<summary>The item is protected using enterprise protection and you're app can open this file because it is on the allowed list of the policy.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.ProtectedByOtherUser">
<summary>Another user has protected the item using enterprise protection.</summary>
<deprecated type="deprecate">ProtectedByOtherUser might be unavailable after Windows 10. Instead, use ProtectedToOtherIdentity.</deprecated>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.ProtectedToOtherEnterprise">
<summary>The item is protected for another enterprise id using enterprise protection.</summary>
<deprecated type="deprecate">ProtectedToOtherEnterprise might be unavailable after Windows 10. Instead, use ProtectedToOtherIdentity.</deprecated>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.ProtectedToOtherIdentity">
<summary>The item is protected for another enterprise identity using enterprise protection.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Revoked">
<summary>The item has been revoked using enterprise protection.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Undetermined">
<summary>The item is either encrypting or decrypting and the enterprise protection status cannot be determined. Check again later.</summary>
<deprecated type="deprecate">Undetermined might be unavailable after Windows 10. Instead, use Unknown.</deprecated>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Unknown">
<summary>The item is either encrypting or decrypting and the enterprise protection status cannot be determined. Check again later.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.FileProtectionStatus.Unprotected">
<summary>The item is not protected using enterprise protection.</summary>
</member>
<member name="T:Windows.Security.EnterpriseData.FileRevocationManager">
<summary>Provides access to Selective Wipe operations.</summary>
<deprecated type="deprecate">FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.</deprecated>
</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>
<deprecated type="deprecate">FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.</deprecated>
<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>
<returns>True if the copy operation was successful; otherwise false.</returns>
</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>
<deprecated type="deprecate">FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.</deprecated>
<param name="storageItem">The file or folder to get the selective wipe protection status for.</param>
<returns>An aysnchronous operation that retrieves the selective wipe protection status for the *storageItem*.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.FileRevocationManager.ProtectAsync(Windows.Storage.IStorageItem,System.String)">
<summary>Protects a file or folder for selective wipe.</summary>
<deprecated type="deprecate">FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.</deprecated>
<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>
<returns>An asynchronous operation that retrieves the selective wipe protection status for the *storageItem*.</returns>
</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>
<deprecated type="deprecate">FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.</deprecated>
<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="T:Windows.Security.EnterpriseData.FileUnprotectOptions">
<summary>Contains options that apply to removing protection from an enterprise-protected file.</summary>
</member>
<member name="M:Windows.Security.EnterpriseData.FileUnprotectOptions.#ctor(System.Boolean)">
<summary>Creates an instance of the FileUnprotectOptions class.</summary>
<param name="audit">Specifies whether to log this action for audit.</param>
</member>
<member name="P:Windows.Security.EnterpriseData.FileUnprotectOptions.Audit">
<summary>Specifies whether to log the unprotect action for audit.</summary>
<returns>**true** if the removing protection from the file will be logged for audit, otherwise **false**.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectedAccessResumedEventArgs">
<summary>Provides data when content protection is resumed.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedAccessResumedEventArgs.Identities">
<summary>Contains the enterprise identities for which content protection is being resumed.</summary>
<returns>The enterprise identities for which content protection is being resumed.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectedAccessSuspendingEventArgs">
<summary>Provides data when content protection is being suspended.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedAccessSuspendingEventArgs.Deadline">
<summary>DateTime at which content protection will be suspended. The app can subtract **DateTime.Now** from this value to determine how much time there is to perform any processing before the suspension occurs.</summary>
<returns>DateTime at which content protection will be suspended.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedAccessSuspendingEventArgs.Identities">
<summary>Contains the enterprise identities for which content protection is being suspended.</summary>
<returns>The enterprise identities for which content protection is being suspended.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectedAccessSuspendingEventArgs.GetDeferral">
<summary>Gets the Deferral object that manages the protection suspension. The app must call **Deferral.Complete** before it returns from the event handler.</summary>
<returns>The Deferral object.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectedContainerExportResult">
<summary>Represents the result of an enterprise protected file that has been exported to a container file.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedContainerExportResult.File">
<summary>The container file that has been exported from an enterprise protected file.</summary>
<returns>The container file that has been exported from an enterprise protected file.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedContainerExportResult.Status">
<summary>The protection status after an enterprise protected file has been exported to a container file.</summary>
<returns>A value of the ProtectedImportExportStatus enumeration.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectedContainerImportResult">
<summary>Represents the result of an enterprise protected file that has been imported from a container file.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedContainerImportResult.File">
<summary>The enterprise protected file that has been loaded from a container file.</summary>
<returns>The enterprise protected file that has been loaded from a container file.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedContainerImportResult.Status">
<summary>The protection status after an enterprise protected file has been imported from a container file.</summary>
<returns>A value of the ProtectedImportExportStatus enumeration.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectedContentRevokedEventArgs">
<summary>Provides data when content protection has been revoked.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedContentRevokedEventArgs.Identities">
<summary>Contains the enterprise identities for which content protection has been revoked.</summary>
<returns>The enterprise identities for which content protection has been revoked.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectedFileCreateResult">
<summary>Contains information about a newly created enterprise protected file.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedFileCreateResult.File">
<summary>The newly created enterprise protected file.</summary>
<returns>The newly created enterprise protected file.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedFileCreateResult.ProtectionInfo">
<summary>Information about the enterprise protected file.</summary>
<returns>Information about the enterprise protected file.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectedFileCreateResult.Stream">
<summary>The stream random access to the newly created enterprise protected file.</summary>
<returns>The stream random access to the newly created enterprise protected file.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectedImportExportStatus">
<summary>Possible status values for an enterprise protected file that has been imported from or exported to a container file.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.AccessSuspended">
<summary>The keys to access the protected file have been dropped while the device is locked.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.LicenseExpired">
<summary>The file's RMS license has expired.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.NotRoamable">
<summary>The file cannot be roamed to another device.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.Ok">
<summary>The file's protection is OK.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.ProtectedToOtherIdentity">
<summary>The file is inaccessible, as it is protected to a different enterprise identity.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.Revoked">
<summary>The file's protection has been revoked, and it is inaccessible.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.Undetermined">
<summary>The file's protection can not be determined.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectedImportExportStatus.Unprotected">
<summary>The file is not protected.</summary>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectionPolicyAuditAction">
<summary>Defines constants that specify the audit action.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectionPolicyAuditAction.CopyToLocation">
<summary>Indicates that data is being copied to a location.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectionPolicyAuditAction.Decrypt">
<summary>Indicates a decryption action.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectionPolicyAuditAction.Other">
<summary>Indicates another action.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectionPolicyAuditAction.SendToRecipient">
<summary>Indicates that data is being sent to a recipient.</summary>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo">
<summary>Represents the information required for auditing.</summary>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo.#ctor(Windows.Security.EnterpriseData.ProtectionPolicyAuditAction,System.String)">
<summary>Initializes a new instance of the class.</summary>
<param name="action">The audit action.</param>
<param name="dataDescription">A description of the data being audited.</param>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo.#ctor(Windows.Security.EnterpriseData.ProtectionPolicyAuditAction,System.String,System.String,System.String)">
<summary>Initializes a new instance of the class.</summary>
<param name="action">The audit action.</param>
<param name="dataDescription">A description of the data being audited.</param>
<param name="sourceDescription">A description of the source of the data.</param>
<param name="targetDescription">A description of the target of the data.</param>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo.Action">
<summary>The audit action.</summary>
<returns>The audit action.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo.DataDescription">
<summary>A description of the data being audited.</summary>
<returns>A description of the data being audited.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo.SourceDescription">
<summary>A description of the source of the data.</summary>
<returns>A description of the source of the data.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo.TargetDescription">
<summary>A description of the target of the data.</summary>
<returns>A description of the target of the data.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectionPolicyManager">
<summary>Manages enterprise-protection policy on protected content.</summary>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyManager.Identity">
<summary>Gets or sets the enterprise identity.</summary>
<returns>The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyManager.IsProtectionEnabled">
<summary>Use this property to determine whether Windows Information Protection (WIP) is enabled on the device.</summary>
<returns>**true** if WIP is enabled on the device, otherwise **false**.</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyManager.PrimaryManagedIdentity">
<summary>Gets the primary enterprise identity.</summary>
<returns>The primary enterprise identity. This is an email address or domain that is managed. This property returns **null** if there is no managed identity associated with the ProtectionPolicyManager .</returns>
</member>
<member name="P:Windows.Security.EnterpriseData.ProtectionPolicyManager.ShowEnterpriseIndicator">
<summary>A value indicating whether or not the shell should decorate a window to show that it is an enterprise window.</summary>
<returns>**true** to indicate that the shell should decorate a window to show that it is an enterprise window, otherwise **false**.</returns>
</member>
<member name="E:Windows.Security.EnterpriseData.ProtectionPolicyManager.PolicyChanged">
<summary>An event that is raised in response to changes in Windows Information Protection (WIP) policy managed by the Policy CSP.</summary>
</member>
<member name="E:Windows.Security.EnterpriseData.ProtectionPolicyManager.ProtectedAccessResumed">
<summary>Event with which the app registers to receive notification that protection has been resumed.</summary>
</member>
<member name="E:Windows.Security.EnterpriseData.ProtectionPolicyManager.ProtectedAccessSuspending">
<summary>Event with which the app registers to receive notification that protection is to be suspended.</summary>
</member>
<member name="E:Windows.Security.EnterpriseData.ProtectionPolicyManager.ProtectedContentRevoked">
<summary>Event with which your app registers to receive notification that protection is to be revoked. When your app receives this event, it should determine from ProtectedContentRevokedEventArgs.Identities which enterprise entities have had protection revoked, and call RevokeContent as well as delete any metadata associated with the identity. This event is not raised when your app calls RevokeContent to revoke its own access.</summary>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.CheckAccess(System.String,System.String)">
<summary>Request if access to enterprise-protected content is available to an identity.</summary>
<param name="sourceIdentity">The source enterprise identity of the app. This is an email address or domain that is managed. Your app should use IsIdentityManaged to check if an email address or domain is managed.</param>
<param name="targetIdentity">The enterprise identity you want to check has access to the protected content.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.CheckAccessForApp(System.String,System.String)">
<summary>Perform enterprise-protection policy evaluation for a data transfer between your app and a specific target app.</summary>
<param name="sourceIdentity">The source enterprise identity of the app. This is an email address or domain that is managed. Your app should use IsIdentityManaged to check if an email address or domain is managed.</param>
<param name="appPackageFamilyName">The package family name of the app you want to check has access to the protected content.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.ClearProcessUIPolicy">
<summary>Clear UI policy enforcement for an enterprise identity. The app calls this method before it displays non-enterprise-protected content.</summary>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.CreateCurrentThreadNetworkContext(System.String)">
<summary>Creates a ThreadNetworkContext protected to an enterprise identity. The creation of the context tags all network connections made thereafter on the current thread with the identity, and allows access to enterprise resources that are access controlled by the enterprise's policy.</summary>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. This may be returned from GetPrimaryManagedIdentityForNetworkEndpoint; otherwise your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<returns>The protected network context. The app must call ThreadNetworkContext.Close after access to the resource is completed.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.GetEnforcementLevel(System.String)">
<summary>You can use this method to determine the current Windows Information Protection (WIP) enforcement level. WIP enforcement level is one aspect of mobile device management (MDM) policy configuration.</summary>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<returns>A value of the EnforcementLevel enumeration.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.GetForCurrentView">
<summary>Returns the ProtectionPolicyManager object associated with the current app window.</summary>
<returns>The ProtectionPolicyManager object associated with the current app window.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.GetPrimaryManagedIdentityForIdentity(System.String)">
<summary>Gets the parent or primary identity of a given child or secondary identity.</summary>
<param name="identity">The child or secondary identity that you want to use to get the parent or primary identity.</param>
<returns>The parent or primary identity.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.GetPrimaryManagedIdentityForNetworkEndpointAsync(Windows.Networking.HostName)">
<summary>Returns the enterprise identity of a network resource if the resource is on an enterprise-policy-managed endpoint.</summary>
<param name="endpointHost">The host name or IP address of the network resource.</param>
<returns>The enterprise identity.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.HasContentBeenRevokedSince(System.String,Windows.Foundation.DateTime)">
<summary>Use this method to check (for a known identity that is managed or ever was managed) whether access to protected data has been revoked since a specified date and time, or is still accessible. Note that the API returns true for an unknown identity (that is, an identity that has never been managed and is not currently managed). This is so that your app can clean up data associated with an identity for which there is no information. For more info, see Remarks.</summary>
<param name="identity">The enterprise identity protecting the data. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="since">The date and time from which point forward you want to include in the check.</param>
<returns>**true** if access has been revoked since the specified date and time, otherwise **false**.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.IsFileProtectionRequiredAsync(Windows.Storage.IStorageItem,System.String)">
<summary>Indicates whether a file needs to be protected by the enterprise identity.</summary>
<param name="target">The file that you want to know whether to protect.</param>
<param name="identity">The enterprise identity.</param>
<returns>**true** if the file should be protected, otherwise **false**.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.IsFileProtectionRequiredForNewFileAsync(Windows.Storage.IStorageFolder,System.String,System.String)">
<summary>Indicates whether a file needs to be protected by the enterprise identity.</summary>
<param name="parentFolder">The folder that contains files that that you want to know whether to protect.</param>
<param name="identity">The enterprise identity.</param>
<param name="desiredName">The name that you would like to give the file.</param>
<returns>**true** if files in this folder should be protected, otherwise **false**.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.IsIdentityManaged(System.String)">
<summary>Determines if an enterprise entity is managed by an enterprise policy.</summary>
<param name="identity">The enterprise identity. This is an email address or domain.</param>
<returns>**true** if the enterprise identity is managed, or **false** if it is not.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.IsProtectionUnderLockRequired(System.String)">
<summary>Use this property to determine the value of the ProtectionUnderLockConfigRequired enterprise data protection (WIP) policy.</summary>
<param name="identity">The enterprise identity you want to check has ProtectionUnderLockConfigRequired policy set.</param>
<returns>**true** if ProtectionUnderLockConfigRequired policy is set for the identity, otherwise **false**.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.IsRoamableProtectionEnabled(System.String)">
<summary>Determines whether the policy is configured to protect files that are copied to removable drives by using Azure Information Protection.</summary>
<param name="identity">The enterprise identity.</param>
<returns>**true** if files will be protected by using RMS keys, otherwise **false**.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.IsUserDecryptionAllowed(System.String)">
<summary>Use this property to determine whether decryption of files protected by Windows Information Protection (WIP) is allowed.</summary>
<param name="identity">The enterprise identity you want to check has access to the protected content.</param>
<returns>**true** if decryption of files protected by WIP is allowed, otherwise **false**.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.LogAuditEvent(System.String,System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo)">
<summary>Causes an audit event to be logged.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="targetIdentity">The enterprise identity to which the content is being disclosed. This is an email address or domain.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessAsync(System.String,System.String)">
<summary>Request access to enterprise protected content for an identity.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="targetIdentity">The enterprise identity to which the content is being disclosed. This is an email address or domain.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the request.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessAsync(System.String,System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo)">
<summary>Request access to enterprise protected content for an identity.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="targetIdentity">The enterprise identity to which the content is being disclosed. This is an email address or domain.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the request.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessAsync(System.String,System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo,System.String)">
<summary>Request access to enterprise protected content for an identity.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="targetIdentity">The enterprise identity to which the content is being disclosed. This is an email address or domain.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<param name="messageFromApp">A message that will be displayed in the consent dialog so that the user can make a consent decision.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the request.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessAsync(System.String,System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo,System.String,Windows.Security.EnterpriseData.ProtectionPolicyRequestAccessBehavior)">
<summary>Request access to enterprise protected content for an identity</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected.</param>
<param name="targetIdentity">The enterprise identity to which the content is being disclosed. This is an email address or domain.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<param name="messageFromApp">A message that will be displayed in the consent dialog so that the user can make a consent decision.</param>
<param name="behavior">A constant that defines how you would like to override default policy behavior.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the request.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessForAppAsync(System.String,System.String)">
<summary>Request access to enterprise-protected content for a specific target app.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed. Your app can use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="appPackageFamilyName">The description of the App package family name.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessForAppAsync(System.String,System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo)">
<summary>Request access to enterprise-protected content for a specific target app.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed. Your app can use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="appPackageFamilyName">The description of the App package family name.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessForAppAsync(System.String,System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo,System.String)">
<summary>Request access to enterprise-protected content for a specific target app.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<param name="appPackageFamilyName">The enterprise identity to which the content is being disclosed. This is an email address or domain.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<param name="messageFromApp">A message that will be displayed in the consent dialog so that the user can make a consent decision.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessForAppAsync(System.String,System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo,System.String,Windows.Security.EnterpriseData.ProtectionPolicyRequestAccessBehavior)">
<summary>Request access to enterprise-protected content for a specific target app.</summary>
<param name="sourceIdentity">The enterprise identity to which the content is protected. This is an email address or domain that is managed.</param>
<param name="appPackageFamilyName">The enterprise identity to which the content is being disclosed. This is an email address or domain.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<param name="messageFromApp">A message that will be displayed in the consent dialog so that the user can make a consent decision.</param>
<param name="behavior">A constant that defines how you would like to override default policy behavior.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessToFilesForAppAsync(Windows.Foundation.Collections.IIterable{Windows.Storage.IStorageItem},System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo)">
<summary>Requests access to enterprise-protected content for a specific app.</summary>
<param name="sourceItemList">An array of files to that you want to grant access to.</param>
<param name="appPackageFamilyName">The package name of the app that you want to grant permission to.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessToFilesForAppAsync(Windows.Foundation.Collections.IIterable{Windows.Storage.IStorageItem},System.String,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo,System.String,Windows.Security.EnterpriseData.ProtectionPolicyRequestAccessBehavior)">
<summary>Requests access to enterprise-protected content for a specific app.</summary>
<param name="sourceItemList">An array of files to that you want to grant access to.</param>
<param name="appPackageFamilyName">The package name of the app that you want to grant the permission to.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<param name="messageFromApp">A message that will be displayed in the consent dialog box so that the user can make a consent decision.</param>
<param name="behavior">A constant that defines how you would like to override default policy behavior.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessToFilesForProcessAsync(Windows.Foundation.Collections.IIterable{Windows.Storage.IStorageItem},System.UInt32,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo)">
<summary>Requests access to enterprise-protected content for a process of an app.</summary>
<param name="sourceItemList">An array of files to that you want to grant access to.</param>
<param name="processId">The process id of the process that you want to grant the permission to.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RequestAccessToFilesForProcessAsync(Windows.Foundation.Collections.IIterable{Windows.Storage.IStorageItem},System.UInt32,Windows.Security.EnterpriseData.ProtectionPolicyAuditInfo,System.String,Windows.Security.EnterpriseData.ProtectionPolicyRequestAccessBehavior)">
<summary>Requests access to enterprise-protected content for a process of an app.</summary>
<param name="sourceItemList">An array of files to that you want to grant access to.</param>
<param name="processId">The process id of the process that you want to grant the permission to.</param>
<param name="auditInfo">An audit info object; an instance of ProtectionPolicyAuditInfo.</param>
<param name="messageFromApp">A message that will be displayed in the consent dialog box so that the user can make a consent decision.</param>
<param name="behavior">A constant that defines how you would like to override default policy behavior.</param>
<returns>A value of the ProtectionPolicyEvaluationResult enumeration that is the result of the query.</returns>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.RevokeContent(System.String)">
<summary>Revoke the keys required to access all content protected to the specified enterprise identity.</summary>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
</member>
<member name="M:Windows.Security.EnterpriseData.ProtectionPolicyManager.TryApplyProcessUIPolicy(System.String)">
<summary>Enables UI policy enforcement for an enterprise identity. When an app is about to display a protected file (such as a PDF) or resource (buffer or stream) on its UI, it must enable UI policy enforcement based on the identity the file is protected to. A call to TryApplyProcessUIPolicy ensures that the OS knows about the current context of the app.</summary>
<param name="identity">The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.</param>
<returns>**true** if the identity is being managed by an enterprise policy, or **false** if it is not.</returns>
</member>
<member name="T:Windows.Security.EnterpriseData.ProtectionPolicyRequestAccessBehavior">
<summary>Defines constants that you can use to override default behavior of the request access overloads of the ProtectionPolicyManager class.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectionPolicyRequestAccessBehavior.Decrypt">
<summary>Indicates that an override action behaves as expected.</summary>
</member>
<member name="F:Windows.Security.EnterpriseData.ProtectionPolicyRequestAccessBehavior.TreatOverridePolicyAsBlock">
<summary>Indicates that an override action behaves as a block action.</summary>
</member>
<member name="T:Windows.Security.EnterpriseData.ThreadNetworkContext">
<summary>A protected network context for an enterprise identity. The creation of the context tags all network connections made thereafter on the current thread with the identity, and allows access to enterprise resources that are access controlled by the enterprise's policy.</summary>
</member>
<member name="M:Windows.Security.EnterpriseData.ThreadNetworkContext.Close">
<summary>Closes the protected network context. To avoid race conditions against other tasks, the app must call Close after access to the protected resource is initiated.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,374 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Security.ExchangeActiveSyncProvisioning.EasContract</name>
</assembly>
<members>
<member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy">
<summary>Modern mail apps evaluate and apply the EAS security policies. An EasClientSecurityPolicy object is constructed by the caller app to set policies received from the Exchange server or application.</summary>
</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.DisallowConvenienceLogon">
<summary> Gets or sets the ability to prevent convenience logons. DisallowConvenienceLogon is not defined in MS-ASPROV. It is mapped from MS-ASPROV AllowSimplePassword with respect to the Windows password policies.</summary>
<returns>TRUE prevents convenience logons.</returns>
</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. The MS-ASPROV name is MaxInactivityTimeDeviceLock.</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. The MS-ASPROV name is MaxDevicePasswordFailedAttempts.</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. The MS-ASPROV name is MinDevicePasswordComplexCharacters.</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. The MS-ASPROV name is MinPasswordLength.</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. The MS-ASPROV name is DevicePasswordExpiration.</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. The MS-ASPROV name is DevicePasswordHistory.</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. The MS-ASPROV name is RequireDeviceEncryption.</summary>
<returns>TRUE means encryption is required.</returns>
</member>
<member name="M:Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy.ApplyAsync">
<summary>Applies the EAS policies in asynchronous mode once the user consents.ApplyAsync is called by a UWP app for mail any time the app wants to make the local computer compliant.</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.CheckCompliance is called by a UWP app for mail any time the app wants to evaluate whether the local computer is compliant to the given EAS policies. Because this call doesn't involve any UI interactions, it is a synchronous call.</summary>
<returns>Returns the results of the compliance check, in synchronous mode.</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. Every policy being evaluated returns an enumerated value indicating the evaluation results against the policy. The evaluations results are encapsulated in the EasComplianceResults object for the caller app to retrieve.</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.EasContract">
<summary>
</summary>
</member>
<member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult">
<summary>Results of whether the logon can occur. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.</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.NotEvaluated">
<summary>The policy is not set for evaluation.</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.OtherEncryption">
<summary>The encryption provider is a non-Windows provider.</summary>
</member>
<member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType.WindowsEncryption">
<summary>The encryption provider is a Windows provider.</summary>
</member>
<member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult">
<summary>Represents the maximum length of time result before locking the computer. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.</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.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.EasMaxInactivityTimeLockResult.NotEvaluated">
<summary>The policy is not set for evaluation.</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="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult">
<summary>Represents the maximum number of password attempts results. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.</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.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.EasMaxPasswordFailedAttemptsResult.NotEvaluated">
<summary>The policy is not set for evaluation.</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="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult">
<summary>Represents the minimum complexity result for passwords. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.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.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.</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="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.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.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.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.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.NotEvaluated">
<summary>The policy is not set for evaluation.</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.UserCannotChangePassword">
<summary>The user is not allowed to change the password. HRESULT: EAS_E_USER_CANNOT_CHANGE_PASSWORD</summary>
</member>
<member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult">
<summary>Represents the minimum length result for passwords. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.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.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.</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="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.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.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.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.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.NotEvaluated">
<summary>The policy is not set for evaluation.</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.UserCannotChangePassword">
<summary>The user is not allowed to change the password. HRESULT: EAS_E_USER_CANNOT_CHANGE_PASSWORD</summary>
</member>
<member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult">
<summary>Results of querying on the password expiration information. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.CanBeCompliant">
<summary>The computer can be compliant using the ApplyAsync method.HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin.</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.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.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.EasPasswordExpirationResult.NotEvaluated">
<summary>The policy is not set for evaluation.</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.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.UserCannotChangePassword">
<summary>The user is not allowed to change the password. HRESULT: EAS_E_USER_CANNOT_CHANGE_PASSWORD</summary>
</member>
<member name="T:Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult">
<summary>Represents the password history. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.</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.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.EasPasswordHistoryResult.NotEvaluated">
<summary>The policy is not set for evaluation.</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="T:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult">
<summary>Represents the type of encryption required. These values are mapped against the HRESULT codes returned from the EAS policy engine.</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.Compliant">
<summary>This computer is already DeviceProtected.HRESULT: S_OK and the user is controlled.</summary>
</member>
<member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeFixedDataNotSupported">
<summary>This value is no longer supported. Starting with Windows 8.1, use **FixedDataNotSupported**.</summary>
<deprecated type="deprecate">DeFixedDataNotSupported may be altered or unavailable for releases after Windows 8.1. Instead, use FixedDataNotSupported.</deprecated>
</member>
<member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeHardwareNotCompliant">
<summary>This value is no longer supported. Starting with Windows 8.1, use **HardwareNotCompliant**.</summary>
<deprecated type="deprecate">DeHardwareNotCompliant may be altered or unavailable for releases after Windows 8.1. Instead, use HardwareNotCompliant.</deprecated>
</member>
<member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeOsVolumeNotProtected">
<summary>This value is no longer supported. Starting with Windows 8.1, use **OsVolumeNotProtected**.</summary>
<deprecated type="deprecate">DeOsVolumeNotProtected may be altered or unavailable for releases after Windows 8.1. Instead, use OsVolumeNotProtected.</deprecated>
</member>
<member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeProtectionNotYetEnabled">
<summary>This value is no longer supported. Starting with Windows 8.1, use **ProtectionNotYetEnabled**.</summary>
<deprecated type="deprecate">DeProtectionNotYetEnabled may be altered or unavailable for releases after Windows 8.1. Instead, use ProtectionNotYetEnabled.</deprecated>
</member>
<member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeProtectionSuspended">
<summary>This value is no longer supported. Starting with Windows 8.1, use **ProtectionSuspended**.</summary>
<deprecated type="deprecate">DeProtectionSuspended may be altered or unavailable for releases after Windows 8.1. Instead, use ProtectionSuspended.</deprecated>
</member>
<member name="F:Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult.DeWinReNotConfigured">
<summary>This value is no longer supported. Starting with Windows 8.1, use **LockNotConfigured**.</summary>
<deprecated type="deprecate">DeWinReNotConfigured may be altered or unavailable for releases after Windows 8.1. Instead, use LockNotConfigured.</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.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.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.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.NotEvaluated">
<summary>The policy is not set for evaluation.</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.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.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.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.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.UnexpectedFailure">
<summary>An unexpected failure occurred.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,647 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Services.Maps.GuidanceContract</name>
</assembly>
<members>
<member name="T:Windows.Services.Maps.GuidanceContract">
<summary>
</summary>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceAudioMeasurementSystem">
<summary>Specifies the measurement system used for audio guidance.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioMeasurementSystem.Meters">
<summary>The metric system.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioMeasurementSystem.MilesAndFeet">
<summary>The United States customary system.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioMeasurementSystem.MilesAndYards">
<summary>The imperial system.</summary>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind">
<summary>Specifies the types of audio notifications that are requested when the AudioNotificationRequested event is triggered.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind.Gps">
<summary>GPS notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind.Maneuver">
<summary>Maneuver notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind.Route">
<summary>Route notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind.SpeedLimit">
<summary>Speed limit notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind.Traffic">
<summary>Traffic notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind.TrafficCamera">
<summary>Traffic camera notifications.</summary>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceAudioNotificationRequestedEventArgs">
<summary>Provides data for the AudioNotificationRequested event.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceAudioNotificationRequestedEventArgs.AudioFilePaths">
<summary>Gets a list of audio files that have been requested to be played.</summary>
<returns>A list of audio files that have been requested to be played.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceAudioNotificationRequestedEventArgs.AudioNotification">
<summary>Gets the type of audio notification that has been requested.</summary>
<returns>The type of audio notification that has been requested.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceAudioNotificationRequestedEventArgs.AudioText">
<summary>Gets the text-based version of the audio notification that has been requested.</summary>
<returns>The text-based version of the audio notification that has been requested.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceAudioNotifications">
<summary>Specifies types of audio notifications that are used during navigation.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotifications.Gps">
<summary>GPS notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotifications.Maneuver">
<summary>Maneuver notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotifications.None">
<summary>No audio notifications are selected.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotifications.Route">
<summary>Route notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotifications.SpeedLimit">
<summary>Speed limit notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotifications.Traffic">
<summary>Traffic notifications.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceAudioNotifications.TrafficCamera">
<summary>Traffic camera notifications.</summary>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceLaneInfo">
<summary>Represents a lane near the current location and it's relation to the route.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceLaneInfo.IsOnRoute">
<summary>Gets a value that indicates if the lane is on the route.</summary>
<returns>**true** if the lane on the route; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceLaneInfo.LaneMarkers">
<summary>Gets a value that describes the path of the lane.</summary>
<returns>A value, of type GuidanceLaneMarkers, that describes the path of the lane.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceLaneMarkers">
<summary>Specifies the path of the lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.HardLeft">
<summary>A hard left turn marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.HardRight">
<summary>A hard right turn marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.Left">
<summary>A left turn marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.LightLeft">
<summary>A light left turn marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.LightRight">
<summary>A light right turn marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.None">
<summary>No lane markers are present.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.Right">
<summary>A right turn marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.Straight">
<summary>A go straight marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.Unknown">
<summary>No lane marker information is available.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.UTurnLeft">
<summary>A left U-turn marker.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceLaneMarkers.UTurnRight">
<summary>A right U-turn marker.</summary>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceManeuver">
<summary>Represents a maneuver along a guided route.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.DepartureRoadName">
<summary>Gets the full name of the road at the start of the maneuver.</summary>
<returns>The full name of the road at the start of the maneuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.DepartureShortRoadName">
<summary>Gets the short name of the road at the start of the maneuver. For example, a highway number such as "I-90."</summary>
<returns>The short name of the road at the start of the maneuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.DistanceFromPreviousManeuver">
<summary>Gets the distance from the previous maneuver to this maneuver, in meters.</summary>
<returns>The distance from the previous maneuver to this maneuver, in meters.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.DistanceFromRouteStart">
<summary>Gets the distance from the route start to this maneuver, in meters.</summary>
<returns>The distance from the route start to this maneuver, in meters.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.EndAngle">
<summary>Gets a value that indicates the heading at the end of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.</summary>
<returns>The heading at the end of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.InstructionText">
<summary>Gets the instruction text associated with the maneuver.</summary>
<returns>The instruction text associated with the maneuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.Kind">
<summary>Gets the type of the maneuver.</summary>
<returns>The type of the maneuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.NextRoadName">
<summary>Gets the full name of the road at the end of the maneuver.</summary>
<returns>The full name of the road at the end of the maneuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.NextShortRoadName">
<summary>Gets the short name of the road at the end of the maneuver. For example, a highway number such as "I-90."</summary>
<returns>The short name of the road at the end of the maneuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.RoadSignpost">
<summary>Gets a value that represents a sign on the road associated with the maneuver.</summary>
<returns>A value that represents a sign on the road associated with the maneuver. If no data is available, this value returns **null**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.StartAngle">
<summary>Gets a value that indicates the heading at the start of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.</summary>
<returns>The heading at the start of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceManeuver.StartLocation">
<summary>Gets the location where the maneuver starts.</summary>
<returns>The location where the maneuver starts.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceManeuverKind">
<summary>Specifies types of guidance maneuvers.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.End">
<summary>The destination has been reached.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.FreewayEnterLeft">
<summary>Enter the highway to its right lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.FreewayEnterRight">
<summary>Enter the highway to its left lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.FreewayKeepLeft">
<summary>Keep left on the highway.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.FreewayKeepRight">
<summary>Keep right on the highway.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.FreewayLeaveLeft">
<summary>Leave the highway from the left lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.FreewayLeaveRight">
<summary>Leave the highway from the right lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.GoStraight">
<summary>Go straight.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.KeepMiddle">
<summary>Keep in the middle lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.LeaveTransitStation">
<summary>Leaving a public transit station.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.None">
<summary>No maneuvers are applicable.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.PassTransitStation">
<summary>Passing a public transit station.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.Start">
<summary>The starting point.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TakeFerry">
<summary>Enter ferry.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft1">
<summary>Take roundabout exit 1 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft10">
<summary>Take roundabout exit 10 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft11">
<summary>Take roundabout exit 11 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft12">
<summary>Take roundabout exit 12 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft2">
<summary>Take roundabout exit 2 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft3">
<summary>Take roundabout exit 3 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft4">
<summary>Take roundabout exit 4 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft5">
<summary>Take roundabout exit 5 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft6">
<summary>Take roundabout exit 6 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft7">
<summary>Take roundabout exit 7 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft8">
<summary>Take roundabout exit 8 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleLeft9">
<summary>Take roundabout exit 9 (left-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight1">
<summary>Take roundabout exit 1 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight10">
<summary>Take roundabout exit 10 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight11">
<summary>Take roundabout exit 11 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight12">
<summary>Take roundabout exit 12 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight2">
<summary>Take roundabout exit 2 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight3">
<summary>Take roundabout exit 3 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight4">
<summary>Take roundabout exit 4 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight5">
<summary>Take roundabout exit 5 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight6">
<summary>Take roundabout exit 6 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight7">
<summary>Take roundabout exit 7 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight8">
<summary>Take roundabout exit 8 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TrafficCircleRight9">
<summary>Take roundabout exit 9 (right-hand traffic).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnHardLeft">
<summary>Turn heavily left.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnHardRight">
<summary>Turn heavily right.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnKeepLeft">
<summary>Keep in the left lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnKeepRight">
<summary>Keep in the right lane.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnLeft">
<summary>Turn left (about 90 degrees).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnLightLeft">
<summary>Turn slightly left.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnLightRight">
<summary>Turn slightly right.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.TurnRight">
<summary>Turn right (about 90 degrees).</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.UTurnLeft">
<summary>U-turn to left side.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceManeuverKind.UTurnRight">
<summary>U-turn to right side.</summary>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate">
<summary>Describes the navigational conditions at the user's current location.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate.CurrentHeading">
<summary>Gets a value that indicates the current heading in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.</summary>
<returns>The current heading in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate.CurrentSpeed">
<summary>Gets a value that indicates the current speed, in meters per second.</summary>
<returns>The current speed, in meters per second.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate.IsOnStreet">
<summary>Gets a value that indicates if the current location is on a street.</summary>
<returns>**true** if the current location is on a street; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate.Location">
<summary>Gets the current geographic location.</summary>
<returns>The current geographic location.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate.Road">
<summary>Gets a value that describes the road at the current location.</summary>
<returns>A value that describes the road at the current location.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceMode">
<summary>Specifies the type of navigational guidance.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceMode.Navigation">
<summary>Navigation guidance is active.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceMode.None">
<summary>Indicates that the engine is not active.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceMode.Simulation">
<summary>Navigational guidance is simulated.</summary>
</member>
<member name="F:Windows.Services.Maps.Guidance.GuidanceMode.Tracking">
<summary>Navigational assistance is provided without a specified route.</summary>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceNavigator">
<summary>Provides navigational guidance.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceNavigator.AudioMeasurementSystem">
<summary>Gets or sets the measurement system used for audio guidance.</summary>
<returns>The measurement system used for audio guidance.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceNavigator.AudioNotifications">
<summary>Gets or sets the types of audio notifications provided by the navigational guidance.</summary>
<returns>The types of audio notifications provided by the navigational guidance.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceNavigator.IsGuidanceAudioMuted">
<summary>Gets or sets a value that indicates if the audio guidance is muted.</summary>
<returns>The audio guidance is muted when the value is **true**; otherwise the audio guidance is not muted.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceNavigator.UseAppProvidedVoice">
<summary>Gets a value that indicates if Cortana is being used on the device.</summary>
<returns>When the value is **true**, Cortana is being used on the device; otherwise, **false**.</returns>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.AudioNotificationRequested">
<summary>Occurs when audio notifications are appropriate for navigational guidance, such as prior to an upcoming turn or exit.</summary>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.DestinationReached">
<summary>Occurs when the route destination has been reached.</summary>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.GuidanceUpdated">
<summary>Occurs when the navigational guidance has been updated.</summary>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.Rerouted">
<summary>Occurs when the navigational guidance has been rerouted.</summary>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.RerouteFailed">
<summary>Occurs when rerouting of the navigational guidance fails.</summary>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.Rerouting">
<summary>Occurs when navigational guidance is rerouting.</summary>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.UserLocationLost">
<summary>Occurs when the user's location has been lost.</summary>
</member>
<member name="E:Windows.Services.Maps.Guidance.GuidanceNavigator.UserLocationRestored">
<summary>Occurs when the user's location has been restored.</summary>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.GetCurrent">
<summary>Gets the GuidanceNavigator object that represents the current navigational guidance.</summary>
<returns>The GuidanceNavigator object that represents the current navigational guidance.</returns>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.Pause">
<summary>Pauses navigational guidance.</summary>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.RepeatLastAudioNotification">
<summary>Repeats the last audio notification.</summary>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.Resume">
<summary>Resumes navigational guidance.</summary>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.SetGuidanceVoice(System.Int32,System.String)">
<summary>Sets the voice used for audio notifications.</summary>
<param name="voiceId">The voice identifier.</param>
<param name="voiceFolder">The folder path of the specified voice.</param>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.StartNavigating(Windows.Services.Maps.Guidance.GuidanceRoute)">
<summary>Starts navigational guidance, using the specified route.</summary>
<param name="route">The route to be navigated.</param>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.StartSimulating(Windows.Services.Maps.Guidance.GuidanceRoute,System.Int32)">
<summary>Starts simulation of the navigational guidance, using the specified route.</summary>
<param name="route">The route to be navigated.</param>
<param name="speedInMetersPerSecond">The speed of the navigational simulation, in meters per second.</param>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.StartTracking">
<summary>Starts navigational guidance, without a specified route.</summary>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.Stop">
<summary>Stops navigational guidance.</summary>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.UpdateUserLocation(Windows.Devices.Geolocation.Geocoordinate)">
<summary>Updates navigational guidance, using the specified geographic location.</summary>
<param name="userLocation">The user's current location.</param>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceNavigator.UpdateUserLocation(Windows.Devices.Geolocation.Geocoordinate,Windows.Devices.Geolocation.BasicGeoposition)">
<summary>Updates navigational guidance, using the specified geographic location.</summary>
<param name="userLocation">The user's current location.</param>
<param name="positionOverride">The altitude, latitude, and longitude to use instead of what's specified in *userLocation*.</param>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceReroutedEventArgs">
<summary>Provides data for the Rerouted event.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceReroutedEventArgs.Route">
<summary>Gets the new route that was created by rerouting.</summary>
<returns>The new route.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceRoadSegment">
<summary>Represents the road on a segment of the route.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.Id">
<summary>Gets the identifier of the road segment.</summary>
<returns>The identifier of the road segment.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.IsHighway">
<summary>Gets a value that indicates of the road segment is a highway.</summary>
<returns>**true** if the road segment is a highway; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.IsScenic">
<summary>Gets a value that indicates of the road segment is scenic.</summary>
<returns>**true** if the road segment is scenic; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.IsTollRoad">
<summary>Gets a value that indicates of the road segment is a toll road.</summary>
<returns>**true** if the road segment is a toll road; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.IsTunnel">
<summary>Gets a value that indicates of the road segment is a tunnel.</summary>
<returns>**true** if the road segment is a tunnel; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.Path">
<summary>Gets an ordered series geographic points that describe road segment.</summary>
<returns>An ordered series geographic points that describe road segment.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.RoadName">
<summary>Gets the full name of the road.</summary>
<returns>The full name of the road.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.ShortRoadName">
<summary>Gets the short name of the road.</summary>
<returns>The short name of the road.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.SpeedLimit">
<summary>Gets the speed limit of the road segment.</summary>
<returns>The speed limit of the road segment.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSegment.TravelTime">
<summary>Gets the travel time of the road segment.</summary>
<returns>The travel time of the road segment.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceRoadSignpost">
<summary>Represents a sign on the road.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSignpost.BackgroundColor">
<summary>Gets the background color of the sign.</summary>
<returns>The background color of the sign. If no data is available, this value returns Blue.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSignpost.Exit">
<summary>Gets the text written on the sign.</summary>
<returns>The text written on the sign. If no data is available, this value returns **null**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSignpost.ExitDirections">
<summary>Gets the directions written on the sign. For example, city names and distances.</summary>
<returns>The directions written on the sign. If no data is available, this value returns an empty list.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSignpost.ExitNumber">
<summary>Gets the exit number written on the sign.</summary>
<returns>The exit number written on the sign. If no data is available, this value returns **null**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoadSignpost.ForegroundColor">
<summary>Gets the text color of the sign.</summary>
<returns>The text color of the sign. If no data is available, this value returns White.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceRoute">
<summary>Represents a route for which navigational guidance is provided.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoute.BoundingBox">
<summary>Gets the geographic area that contains the route.</summary>
<returns>The geographic area that contains the route.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoute.Distance">
<summary>Gets the total distance of the route in meters.</summary>
<returns>The total distance of the route in meters.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoute.Duration">
<summary>Gets the estimated travel time of the route.</summary>
<returns>The estimated travel time of the route.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoute.Maneuvers">
<summary>Gets a list of maneuvers required to navigate the route.</summary>
<returns>The maneuvers required to navigate the route.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoute.Path">
<summary>Gets an ordered series of geographic points along the route.</summary>
<returns>An ordered series of geographic points along the route.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceRoute.RoadSegments">
<summary>Gets a list of road segments, ordered from start to finish, that make up the route.</summary>
<returns>A list of road segments, ordered from start to finish, that make up the route.</returns>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceRoute.CanCreateFromMapRoute(Windows.Services.Maps.MapRoute)">
<summary>Checks if the specified MapRoute object can be converted to a GuidanceRoute object.</summary>
<param name="mapRoute">The potential route to be navigated.</param>
<returns>**true** if a GuidanceRoute object can be created; otherwise, **false**.</returns>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceRoute.ConvertToMapRoute">
<summary>Creates a MapRoute object that's based on the current GuidanceRoute.</summary>
<returns>A MapRoute object that's based on the current GuidanceRoute object.</returns>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceRoute.TryCreateFromMapRoute(Windows.Services.Maps.MapRoute)">
<summary>Creates a GuidanceRoute object that's based on the specified MapRoute.</summary>
<param name="mapRoute">The potential route to be navigated.</param>
<returns>A GuidanceRoute object that's based on the specified MapRoute object; otherwise, if the *mapRoute* cannot be converted, **null**.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceTelemetryCollector">
<summary>Collects location data to report traffic conditions.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceTelemetryCollector.Enabled">
<summary>Gets or sets a value that indicates if location data is collected for traffic reporting.</summary>
<returns>**true** if location data is collected for traffic reporting; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceTelemetryCollector.SpeedTrigger">
<summary>Gets or sets the speed at which data collection begins, in meters per second.</summary>
<returns>The speed at which data collection begins, in meters per second.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceTelemetryCollector.UploadFrequency">
<summary>Gets or sets the frequency in which traffic is reported, in seconds.</summary>
<returns>The frequency in which traffic is reported, in seconds.</returns>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceTelemetryCollector.ClearLocalData">
<summary>Clears location data that's been stored locally by the GuidanceTelemetryCollector.</summary>
</member>
<member name="M:Windows.Services.Maps.Guidance.GuidanceTelemetryCollector.GetCurrent">
<summary>Creates a GuidanceTelemetryCollector object for the current telemetry collector.</summary>
<returns>The current telemetry collector.</returns>
</member>
<member name="T:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs">
<summary>Provides data for the GuidanceUpdated event.</summary>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.AfterNextManeuver">
<summary>Gets the maneuver that follows NextManeuver.</summary>
<returns>The maneuver that follows NextManeuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.AfterNextManeuverDistance">
<summary>Gets the distance along the route between the current location and AfterNextManeuver, in meters.</summary>
<returns>The distance along the route between the current location and AfterNextManeuver, in meters.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.CurrentLocation">
<summary>Gets the navigational conditions at the current location.</summary>
<returns>The navigational conditions at the current location.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.DistanceToDestination">
<summary>Gets the distance remaining along the route, in meters.</summary>
<returns>The distance remaining along the route, in meters.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.ElapsedDistance">
<summary>Gets the distance traveled along the route prior to the update, in meters.</summary>
<returns>The distance traveled along the route prior to the update, in meters.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.ElapsedTime">
<summary>Gets the time that has elapsed along the route prior to the update.</summary>
<returns>The time that has elapsed along the route prior to the update.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.IsNewManeuver">
<summary>Gets a value that indicates if the update contains a new maneuver.</summary>
<returns>**true** if the update contains a new maneuver; otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.LaneInfo">
<summary>Gets a list of lanes near the current location, ordered from left to right.</summary>
<returns>The lanes near the current location, ordered from left to right.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.Mode">
<summary>Gets the type of the navigational guidance.</summary>
<returns>The type of the navigational guidance.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.NextManeuver">
<summary>Gets the maneuver that follows the current maneuver.</summary>
<returns>The maneuver that follows the current maneuver.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.NextManeuverDistance">
<summary>Gets the distance along the route between the current location and NextManeuver, in meters.</summary>
<returns>The distance along the route between the current location and NextManeuver, in meters.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.RoadName">
<summary>Gets the full name of the current road segment.</summary>
<returns>The full name of the current road segment.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.Route">
<summary>Gets the updated route.</summary>
<returns>The updated route.</returns>
</member>
<member name="P:Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs.TimeToDestination">
<summary>Gets the estimated travel time to reach the destination.</summary>
<returns>The estimated travel time to reach the destination.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,325 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Services.Maps.LocalSearchContract</name>
</assembly>
<members>
<member name="T:Windows.Services.Maps.LocalSearchContract">
<summary>
</summary>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.LocalCategories">
<summary>Provides names of search categories that you can use to limit search results when calling the FindLocalLocationsAsync method.</summary>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.All">
<summary>Gets a value that represents all search categories.</summary>
<returns>A value that indicates search results are not limited by search categories.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.BankAndCreditUnions">
<summary>Gets the name of the search category for banks and credit unions.</summary>
<returns>The name of the Search category for banks and credit unions.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.EatDrink">
<summary>Gets the name of the search category for places to eat and drink.</summary>
<returns>The name of the Search category for places to eat and drink.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.Hospitals">
<summary>Gets the name of the search category for hospitals.</summary>
<returns>The name of the Search category for hospitals.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.HotelsAndMotels">
<summary>Gets the name of the search category for hotels and motels.</summary>
<returns>The name of the Search category for hotels and motels.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.Parking">
<summary>Gets the name of the search category for parking locations.</summary>
<returns>The name of the search category for parking locations.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.SeeDo">
<summary>Gets the name of the search category for places to see and things to do.</summary>
<returns>The name of the search category for places to see and things to do.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalCategories.Shop">
<summary>Gets the name of the search category for places to shop.</summary>
<returns>The name of the search category for places to shop.</returns>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.LocalLocation">
<summary>Represents a business or place.</summary>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.Address">
<summary>Gets the postal address of the business or place.</summary>
<returns>The postal address of the business or place.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.Category">
<summary>Get the category of this location.</summary>
<returns>The category of this location.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.DataAttribution">
<summary>Gets the name of the data source that provided the business or place information.</summary>
<returns>The name of the data source that provided the business or place information.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.Description">
<summary>Gets the description of the business or place.</summary>
<returns>The description of the business or place.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.DisplayName">
<summary>Gets the name of the business or place.</summary>
<returns>The name of the business or place.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.HoursOfOperation">
<summary>Gets the hours of operation of this location.</summary>
<returns>The hours of operation of this location.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.Identifier">
<summary>Gets the search result identifier of the business or place.</summary>
<returns>The search result identifier of the business or place.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.PhoneNumber">
<summary>Gets the phone number of the business or place.</summary>
<returns>The phone number of the business or place.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.Point">
<summary>Gets the geographic location of the business or place.</summary>
<returns>The geographic location of the business or place.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocation.RatingInfo">
<summary>Gets the rating information of this place.</summary>
<returns>The rating information of this location.</returns>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.LocalLocationFinder">
<summary>Searches for businesses and places.</summary>
</member>
<member name="M:Windows.Services.Maps.LocalSearch.LocalLocationFinder.FindLocalLocationsAsync(System.String,Windows.Devices.Geolocation.Geocircle,System.String,System.UInt32)">
<summary>Gets information about businesses and places that meet the specified search criteria.</summary>
<param name="searchTerm">The query text of the search; that which you're searching for.</param>
<param name="searchArea">The geographic area to be included in the search.</param>
<param name="localCategory">The search categories used to limit search results. We recommend using one or more LocalCategories properties to specify *localCategory*. Use a semicolon "**;** " separator to specify more than one category.</param>
<param name="maxResults">The maximum number of results to return from the search.</param>
<returns>The relevant businesses or places that meet the specified search criteria, of type LocalLocationFinderResult.</returns>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.LocalLocationFinderResult">
<summary>Represents the results of a search performed by the FindLocalLocationsAsync method.</summary>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationFinderResult.LocalLocations">
<summary>Gets the businesses and places that meet the specified search criteria, if any.</summary>
<returns>The businesses and places that meet the specified search criteria, if any, of type LocalLocation.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationFinderResult.Status">
<summary>Gets the status of the search performed by the FindLocalLocationsAsync method.</summary>
<returns>The status of the search performed by the FindLocalLocationsAsync method.</returns>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus">
<summary>Specifies the status of a search performed by the FindLocalLocationsAsync method.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.InvalidCategory">
<summary>One or more of the specified categories are not valid.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.InvalidCredentials">
<summary>The app does not have the credentials necessary to perform the search.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.InvalidSearchArea">
<summary>The specified geographic area is not valid.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.InvalidSearchTerm">
<summary>The specified search text is not valid.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.NetworkFailure">
<summary>The search encountered a network failure.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.NotSupported">
<summary>The search is not supported on this device.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.Success">
<summary>The search completed successfully.</summary>
</member>
<member name="F:Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus.UnknownError">
<summary>The search encountered an unknown error.</summary>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.LocalLocationHoursOfOperationItem">
<summary>Contains the hours of operation for a location.</summary>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationHoursOfOperationItem.Day">
<summary>Gets the day the property is in operation.</summary>
<returns>The day the property is in operation.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationHoursOfOperationItem.Span">
<summary>Gets the time span of operation for the property.</summary>
<returns>The time span of operation for the property.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationHoursOfOperationItem.Start">
<summary>Gets the start of operation for the location.</summary>
<returns>The start of operation for the location.</returns>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.LocalLocationRatingInfo">
<summary>Contains the location rating information.</summary>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationRatingInfo.AggregateRating">
<summary>Gets the aggregate rating of the location.</summary>
<returns>The aggregate rating of the location.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationRatingInfo.ProviderIdentifier">
<summary>Gets the provider ID for the rating.</summary>
<returns>The provider ID for the rating.</returns>
</member>
<member name="P:Windows.Services.Maps.LocalSearch.LocalLocationRatingInfo.RatingCount">
<summary>Gets the rating count for this location.</summary>
<returns>The rating count for this location.</returns>
</member>
<member name="T:Windows.Services.Maps.LocalSearch.PlaceInfoHelper">
<summary>Creates PlaceInfo instances by using businesses and places found in searches that are performed against data that has been cached locally on the device.</summary>
</member>
<member name="M:Windows.Services.Maps.LocalSearch.PlaceInfoHelper.CreateFromLocalLocation(Windows.Services.Maps.LocalSearch.LocalLocation)">
<summary>Creates a PlaceInfo instance.</summary>
<param name="location">The location of a business or place.</param>
<returns>A PlaceInfo that describes the business or place.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkClickEventArgs">
<summary>Provides data for the BusinessLandmarkClick event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkClickEventArgs.#ctor">
<summary>Initializes a new instance of the MapControlBusinessLandmarkClickEventArgs class.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkClickEventArgs.LocalLocations">
<summary>Gets the businesses that correspond to the business landmark.</summary>
<returns>The businesses that correspond to the business landmark, of type LocalLocation.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkPointerEnteredEventArgs">
<summary>Provides data for the BusinessLandmarkPointerEntered event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkPointerEnteredEventArgs.#ctor">
<summary>Creates a new MapControlBusinessLandmarkPointerEnteredEventArgs object.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkPointerEnteredEventArgs.LocalLocations">
<summary>Gets the local locations for the business landmark.</summary>
<returns>The local locations for the business landmark.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkPointerExitedEventArgs">
<summary>Provides data for the BusinessLandmarkPointerExited event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkPointerExitedEventArgs.#ctor">
<summary>Constructs a new MapControlBusinessLandmarkPointerExitedEventArgs object.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkPointerExitedEventArgs.LocalLocations">
<summary>Gets the local locations of the business land mark.</summary>
<returns>The local locations of the business land mark.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkRightTappedEventArgs">
<summary>Provides data for the BusinessLandmarkRightTapped event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkRightTappedEventArgs.#ctor">
<summary>Initializes a new instance of the MapControlBusinessLandmarkRightTappedEventArgs class.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkRightTappedEventArgs.LocalLocations">
<summary>Gets the businesses that correspond to the business landmark.</summary>
<returns>The businesses that correspond to the business landmark, of type LocalLocation.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper">
<summary>Provides events that indicate the user has clicked on a business location or transit feature.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.#ctor(Windows.UI.Xaml.Controls.Maps.MapControl)">
<summary>Creates an instance of the MapControlDataHelper class for the specified MapControl.</summary>
<param name="map">The map control that provides the business and transit locations to the MapControlDataHelper.</param>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.BusinessLandmarkClick">
<summary>Occurs when the user taps a business location or clicks on it with the left mouse button. An instance of MapControlBusinessLandmarkClickEventArgs provides data for this event.</summary>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.BusinessLandmarkPointerEntered">
<summary>Indicates the pointer entered a business landmark.</summary>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.BusinessLandmarkPointerExited">
<summary>Indicates the pointer exited the business landmark.</summary>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.BusinessLandmarkRightTapped">
<summary>Occurs when the user presses-and-holds a business location or clicks on it with the right mouse button. An instance of MapControlBusinessLandmarkRightTappedEventArgs provides data for this event.</summary>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.TransitFeatureClick">
<summary>Occurs when the user taps a transit feature or clicks on it with the left mouse button. An instance of MapControlTransitFeatureClickEventArgs provides data for this event.</summary>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.TransitFeaturePointerEntered">
<summary>Indicates the pointer entered the transit feature.</summary>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.TransitFeaturePointerExited">
<summary>Indicates the pointer exited the transit feature.</summary>
</member>
<member name="E:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.TransitFeatureRightTapped">
<summary>Occurs when the user presses-and-holds a transit feature or clicks on it with the right mouse button. An instance of MapControlTransitFeatureRightTappedEventArgs provides data for this event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlDataHelper.CreateMapControl(System.Boolean)">
<summary>Creates a MapControl in raster-mode.</summary>
<param name="rasterRenderMode">Specifies whether to create the MapControl in raster-mode.</param>
<returns>A MapControl</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureClickEventArgs">
<summary>Provides data for the TransitFeatureClick event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureClickEventArgs.#ctor">
<summary>Initializes a new instance of the MapControlTransitFeatureClickEventArgs class.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureClickEventArgs.DisplayName">
<summary>Gets the name of the transit feature.</summary>
<returns>The name of the transit feature.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureClickEventArgs.Location">
<summary>Gets the geographic location of the transit feature.</summary>
<returns>The geographic location of the transit feature.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureClickEventArgs.TransitProperties">
<summary>Gets the property bag for the transit feature.</summary>
<returns>The property bag for the transit feature.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerEnteredEventArgs">
<summary>Provides data for the TransitFeaturePointerEntered event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerEnteredEventArgs.#ctor">
<summary>Constructs a new MapControlTransitFeaturePointerEnteredEventArgs object.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerEnteredEventArgs.DisplayName">
<summary>Gets the display name.</summary>
<returns>The display name.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerEnteredEventArgs.Location">
<summary>Gets the location.</summary>
<returns>The location.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerEnteredEventArgs.TransitProperties">
<summary>Gets the transit properties.</summary>
<returns>The transit properties.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerExitedEventArgs">
<summary>Provides data to the TransitFeaturePointerExited event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerExitedEventArgs.#ctor">
<summary>Constructs a new MapControlTransitFeaturePointerExitedEventArgs object.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerExitedEventArgs.DisplayName">
<summary>Gets the display name.</summary>
<returns>The display name.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerExitedEventArgs.Location">
<summary>Gets the location.</summary>
<returns>The location.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeaturePointerExitedEventArgs.TransitProperties">
<summary>Gets the transit properties.</summary>
<returns>The transit properties.</returns>
</member>
<member name="T:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureRightTappedEventArgs">
<summary>Provides data for the TransitFeatureRightTapped event.</summary>
</member>
<member name="M:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureRightTappedEventArgs.#ctor">
<summary>Initializes a new instance of the MapControlTransitFeatureRightTappedEventArgs class.</summary>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureRightTappedEventArgs.DisplayName">
<summary>Gets the name of the transit feature.</summary>
<returns>The name of the transit feature.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureRightTappedEventArgs.Location">
<summary>Gets the geographic location of the transit feature.</summary>
<returns>The geographic location of the transit feature.</returns>
</member>
<member name="P:Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureRightTappedEventArgs.TransitProperties">
<summary>Gets the property bag for the transit feature.</summary>
<returns>The property bag for the transit feature.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,523 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Services.TargetedContent.TargetedContentContract</name>
</assembly>
<members>
<member name="T:Windows.Services.TargetedContent.TargetedContentAction">
<summary>Represents the TargetedContentValue of the TargetedContentValueKind action.</summary>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentAction.InvokeAsync">
<summary>Invokes the action.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentAppInstallationState">
<summary>Enum that defines all vaules for that TargetedContentAppInstallState can hold: NotApplicable, NotInstalled or Installed.</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentAppInstallationState.Installed">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentAppInstallationState.NotApplicable">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentAppInstallationState.NotInstalled">
<summary>
</summary>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentAvailability">
<summary>Enum that defines all values TargetedContentAvailability can hold: All, Partial or None.</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentAvailability.All">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentAvailability.None">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentAvailability.Partial">
<summary>
</summary>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentAvailabilityChangedEventArgs">
<summary>Represents the arguments for the Availability Changed event.</summary>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentAvailabilityChangedEventArgs.GetDeferral">
<summary>Represents the arguments for the Availability Changed event.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentChangedEventArgs">
<summary>Represents the arguments for the Content Changed event.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentChangedEventArgs.HasPreviousContentExpired">
<summary>Gets a boolean value indicating if the previous content for TargetedContentChangedEventArgs has expired.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentChangedEventArgs.GetDeferral">
<summary>Gets the deferral. Required for async handlers. The caller is responsible for calling Complete when the event is handled.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentCollection">
<summary>Represents a collection of items or subcollections in a TargetedContentContainer object.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentCollection.Collections">
<summary>Gets the TargetedContentCollection object in a TargetedContentContainer object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentCollection.Id">
<summary>Gets the ID of the Collection.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentCollection.Items">
<summary>Gets a collection of TargetedContentItems in a TargetedContentCollection object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentCollection.Path">
<summary>Gets the path of TargetedContentCollection object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentCollection.Properties">
<summary>Gets a collection containing property name as keys and TargetedContentValues as values in TargetedContentCollection object.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentCollection.ReportCustomInteraction(System.String)">
<summary>Reports custom interaction for a TargetedContentCollection object.</summary>
<param name="customInteractionName">
</param>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentCollection.ReportInteraction(Windows.Services.TargetedContent.TargetedContentInteraction)">
<summary>Reports interaction for a TargetedContentCollection object.</summary>
<param name="interaction">
</param>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentContainer">
<summary>Represents a container for all the content in a TargetedContentSubscription object.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentContainer.Availability">
<summary>Gets TargetedContentAvailability for a TargetedContentContainer object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentContainer.Content">
<summary>Gets TargetedContentCollection object for a TargetedContentContainer object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentContainer.Id">
<summary>Gets the ID for the TargetedContainerContainer object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentContainer.Timestamp">
<summary>The time the content was last updated.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentContainer.GetAsync(System.String)">
<summary>Returns a TargetedContainerContainer object for specified ContentId.</summary>
<param name="contentId">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentContainer.SelectSingleObject(System.String)">
<summary>Gets the TargetedContentObject object in the TargetedContentContainer object.</summary>
<param name="path">
</param>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentContract">
<summary>
</summary>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentFile">
<summary>Represents the TargetedContentValue of the TargetedContentValueKind File.</summary>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentFile.OpenReadAsync">
<summary>Opens a stream for read-only, random access.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentImage">
<summary>Represents the TargetedContentValue of the TargetedContentValueKind Image.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentImage.Height">
<summary>Gets a value indicating the height of the TargetedContentImage object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentImage.Width">
<summary>Gets a value indicating the width of the TargetedContentImage object.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentImage.OpenReadAsync">
<summary>Opens a stream for read-only, random access.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentInteraction">
<summary>Enum that defines all the values that TargetedContentInteraction can hold.</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Accept">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Canceled">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.ClickThrough">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Conversion">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Decline">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Defer">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Dislike">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Dismiss">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Hover">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Impression">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Ineligible">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Like">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentInteraction.Opportunity">
<summary>
</summary>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentItem">
<summary>Represents an item with the TargetedContentCollection.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentItem.Collections">
<summary>Gets a TargetedContentCollection object in the TargetedContentItem object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentItem.Path">
<summary>Gets the string path of the TargetedContentItem object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentItem.Properties">
<summary>Gets a collection containing property name as keys and TargetedContentValues in the TargetedContentItem object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentItem.State">
<summary>Gets the TargetedContentItemState for the item.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentItem.ReportCustomInteraction(System.String)">
<summary>Reports Custom Interaction for the item.</summary>
<param name="customInteractionName">
</param>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentItem.ReportInteraction(Windows.Services.TargetedContent.TargetedContentInteraction)">
<summary>Reports TargetedContentInteraction for the item.</summary>
<param name="interaction">
</param>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentItemState">
<summary>Represents a state of a TargetedContentItem object: AppInstallationState, ShouldDisplay.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentItemState.AppInstallationState">
<summary>Gets TargetedContentAppInstallationState for the item.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentItemState.ShouldDisplay">
<summary>Gets the boolean for the ShouldDisplay state for the item.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentObject">
<summary>Represents a single object within the TargetedContentContainer.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentObject.Collection">
<summary>Gets a TargetedContentCollection object in the TargetedContentObject object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentObject.Item">
<summary>Gets a TargetedContentItem object in the TargetedContentObject object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentObject.ObjectKind">
<summary>Gets the TargetedContentObjectKind object for the TargetedContentObject object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentObject.Value">
<summary>Gets the TargetedContentValue object for the TargetedContentObject object.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentObjectKind">
<summary>Enum that defines all the type of values TargetedContentObject object can have.</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentObjectKind.Collection">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentObjectKind.Item">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentObjectKind.Value">
<summary>
</summary>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentStateChangedEventArgs">
<summary>Represents the arguments for the State Changed event.</summary>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentStateChangedEventArgs.GetDeferral">
<summary>Gets the deferral. Required for async handlers. The caller is responsible for calling Complete when the event is handled.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentSubscription">
<summary>Represents a Subscription object.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentSubscription.Id">
<summary>Gets the ID of a Subscription.</summary>
<returns>
</returns>
</member>
<member name="E:Windows.Services.TargetedContent.TargetedContentSubscription.AvailabilityChanged">
<summary>Event invoked when TargetedContentSubscription Availability has changed.</summary>
</member>
<member name="E:Windows.Services.TargetedContent.TargetedContentSubscription.ContentChanged">
<summary>Event invoked when TargetedContentSubscription Content has changed.</summary>
</member>
<member name="E:Windows.Services.TargetedContent.TargetedContentSubscription.StateChanged">
<summary>Event invoked when TargetedContentSubscription State has changed.</summary>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentSubscription.GetAsync(System.String)">
<summary>Returns a TargetedContentContainer object for a subscriptionID.</summary>
<param name="subscriptionId">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentSubscription.GetContentContainerAsync">
<summary>Returns a TargetedContentContainer object for a TargetedContentSubscription.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentSubscription.GetOptions(System.String)">
<summary>Gets an object to TargetedContentSubscriptionOptions for a given subscription.</summary>
<param name="subscriptionId">
</param>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentSubscriptionOptions">
<summary>Represents options for a subscription in form of CloudQuery Parameters, Local Filters and Partial Content Availability.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentSubscriptionOptions.AllowPartialContentAvailability">
<summary>Gets or Sets the Partial Content Availability for the TargetedContentSubscription object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentSubscriptionOptions.CloudQueryParameters">
<summary>Gets a collection of Cloud Query parameters for the TargetedContentSubscription object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentSubscriptionOptions.LocalFilters">
<summary>Gets a collection of Local Filters for the TargetedContentSubscription object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentSubscriptionOptions.SubscriptionId">
<summary>Gets the ID of a Subscription.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.Services.TargetedContent.TargetedContentSubscriptionOptions.Update">
<summary>Updates the TargetedContentSubscriptionOptions object for a subscription.</summary>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentValue">
<summary>Represents the content value object for a subscription.</summary>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Action">
<summary>Gets a TargetedContentAction object in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Actions">
<summary>Gets an array of TargetedContentAction objects in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Boolean">
<summary>Gets a Boolean in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Booleans">
<summary>Gets an array of Booleans in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.File">
<summary>Gets a TargetedContentFile object in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Files">
<summary>Gets an array of TargetedContentFile objects in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.ImageFile">
<summary>Gets a TargetedContentImage object in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.ImageFiles">
<summary>Gets an array of TargetedContentImage objects in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Number">
<summary>Gets a double in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Numbers">
<summary>Gets an array of doubles in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Path">
<summary>Gets the string path for the TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.String">
<summary>Gets a string in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Strings">
<summary>Gets an array of strings in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Uri">
<summary>Gets a Uri object in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.Uris">
<summary>Gets an array of Uri objects in a TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.Services.TargetedContent.TargetedContentValue.ValueKind">
<summary>Gets the TargetedContentValueKind object for the TargetedContentValue object.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.Services.TargetedContent.TargetedContentValueKind">
<summary>Defines all the types of values content within a TargetedContentContainer can have.</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Action">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Actions">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Boolean">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Booleans">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.File">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Files">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.ImageFile">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.ImageFiles">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Number">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Numbers">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.String">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Strings">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Uri">
<summary>
</summary>
</member>
<member name="F:Windows.Services.TargetedContent.TargetedContentValueKind.Uris">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.System.Profile.ProfileHardwareTokenContract</name>
</assembly>
<members>
<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. The returned **ASHWID** will be different for each application package. In other words, this API will return different identifiers when called by two apps from different packages. It will return the same identifier when called by two apps that are part of the same package.</summary>
<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>
<returns>The hardware Id information.</returns>
</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.ProfileHardwareTokenContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.System.Profile.ProfileRetailInfoContract</name>
</assembly>
<members>
<member name="T:Windows.System.Profile.KnownRetailInfoProperties">
<summary>Identifies the string keys that might exist within the RetailInfo.Properties map of retail-demo relevant property values.</summary>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.BatteryLifeDescription">
<summary>Gets the string that identifies the **KnownRetailInfoProperties** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.DisplayDescription">
<summary>Gets the string that identifies the **DisplayDescription** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.DisplayModelName">
<summary>Gets the string that identifies the **DisplayModelName** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.FormFactor">
<summary>Gets the string that identifies the **FormFactor** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.FrontCameraDescription">
<summary>Gets the string that identifies the **FrontCameraDescription** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.GraphicsDescription">
<summary>Gets the string that identifies the **GraphicsDescription** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.HasNfc">
<summary>Gets the string that identifies the **HasNfc** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.HasOpticalDrive">
<summary>Gets the string that identifies the **HasOpticalDrive** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.HasSdSlot">
<summary>Gets the string that identifies the **HasSdSlot** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.IsFeatured">
<summary>Gets the string that identifies the **IsFeatured** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.IsOfficeInstalled">
<summary>Gets the string that identifies the **IsOfficeInstalled** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.ManufacturerName">
<summary>Gets the string that identifies the **ManufacturerName** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.Memory">
<summary>Gets the string that identifies the **Memory** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.ModelName">
<summary>Gets the string that identifies the **ModelName** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.Price">
<summary>Gets the string that identifies the **Price** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.ProcessorDescription">
<summary>Gets the string that identifies the **ProcessorDescription** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.RearCameraDescription">
<summary>Gets the string that identifies the **RearCameraDescription** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.RetailAccessCode">
<summary>Gets the string that identifies the **RetailAccessCode** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.ScreenSize">
<summary>Gets the string that identifies the **ScreenSize** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.StorageDescription">
<summary>Gets the string that identifies the **StorageDescription** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.Weight">
<summary>Gets the string that identifies the **Weight** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="P:Windows.System.Profile.KnownRetailInfoProperties.WindowsEdition">
<summary>Gets the string that identifies the **WindowsEdition** retail demo property.</summary>
<returns>The string that identifies the retail demo property.</returns>
</member>
<member name="T:Windows.System.Profile.ProfileRetailInfoContract">
<summary>
</summary>
</member>
<member name="T:Windows.System.Profile.RetailInfo">
<summary>A utility class that supports one method, IsDemoModeEnabled, and one property, Properties. Call IsDemoModeEnabled to determine whether the device where the app is running has specifically enabled its retail demo mode.</summary>
</member>
<member name="P:Windows.System.Profile.RetailInfo.IsDemoModeEnabled">
<summary>Determines whether the device where the app is running has specifically enabled its retail demo mode.</summary>
<returns>**true** if the device where the app is running has specifically enabled its retail demo mode, otherwise **false**.</returns>
</member>
<member name="P:Windows.System.Profile.RetailInfo.Properties">
<summary>Gets an object that represents the set of available retail demo properties and their values.</summary>
<returns>A read-only collection of key-value pairs, each pair representing an available retail demo property. This is an instance of a collection interface, not a strongly typed collection, so use the interface APIs to work with the items.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.System.Profile.ProfileSharedModeContract</name>
</assembly>
<members>
<member name="T:Windows.System.Profile.ProfileSharedModeContract">
<summary>
</summary>
</member>
<member name="T:Windows.System.Profile.SharedModeSettings">
<summary>Provides access to the settings for shared mode. For example, devices with large screens could support communal shared apps.</summary>
</member>
<member name="P:Windows.System.Profile.SharedModeSettings.IsEnabled">
<summary>Gets a Boolean value that indicates if shared mode is currently enabled.</summary>
<returns>A Boolean value that indicates if shared mode is currently enabled.</returns>
</member>
<member name="P:Windows.System.Profile.SharedModeSettings.ShouldAvoidLocalStorage">
<summary>Gets a Boolean value indicating that your app should not store files on the local hard drive.</summary>
<returns>A Boolean value indicating that apps should not store files on the local hard drive. Instead, files should be saved to cloud storage.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.System.Profile.SystemManufacturers.SystemManufacturersContract</name>
</assembly>
<members>
<member name="T:Windows.System.Profile.SystemManufacturers.OemSupportInfo">
<summary>Provides support information about the manufacturer of the device. This includes the OEMs name, web site address, and other support details.</summary>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.OemSupportInfo.SupportAppLink">
<summary>Gets the protocol handler link to the OEM-built support app that will be launched instead of the web URL.</summary>
<returns>The protocol handler link to the OEM-built support app.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.OemSupportInfo.SupportLink">
<summary>Gets the Uniform Resource Identifier (URI) for the Original Equipment Manufacturer (OEM) support web site.</summary>
<returns>The URI for the OEM support web site.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.OemSupportInfo.SupportProvider">
<summary>Gets the name of the support provider for the device.</summary>
<returns>The name of the support provider for the device.</returns>
</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="T:Windows.System.Profile.SystemManufacturers.SystemManufacturersContract">
<summary>
</summary>
</member>
<member name="T:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo">
<summary>Provides the app with the ability to retrieve device information from the local device.</summary>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo.FriendlyName">
<summary>Gets the friendly name of the local device. This value might come from a NetBIOS computer name.</summary>
<returns>The friendly name of the local device. The value is fewer than 1024 characters long.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo.OperatingSystem">
<summary>Gets the name of the operating system of the local device.</summary>
<returns>A string containing the operating system of the local device.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo.SystemFirmwareVersion">
<summary>Gets the system firmware version of the local device.</summary>
<returns>A string containing the system firmware version of the local device.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo.SystemHardwareVersion">
<summary>Gets the system hardware version of the local device.</summary>
<returns>A string containing the system hardware version of the local device.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo.SystemManufacturer">
<summary>Gets the system manufacturer of the local device. Use **SystemManufacturer** only if the value of SystemSku is empty.</summary>
<returns>A string containing the system manufacturer of the local device. The value is fewer than 1024 characters long.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo.SystemProductName">
<summary>Gets the system product name of the local device. Use **SystemProductName** only if the value of SystemSku is empty.</summary>
<returns>A string containing the system product name of the local device. The value is fewer than 1024 characters long.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportDeviceInfo.SystemSku">
<summary>Gets the system SKU of the local device.</summary>
<returns>A string containing the system SKU of the local device.</returns>
</member>
<member name="T:Windows.System.Profile.SystemManufacturers.SystemSupportInfo">
<summary>Provides support information about the device. This includes the local system edition, and OEM support information.</summary>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportInfo.LocalDeviceInfo">
<summary>Gets the local device.</summary>
<returns>A SystemSupportDeviceInfo value representing the local device.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportInfo.LocalSystemEdition">
<summary>Gets the local system edition of the device.</summary>
<returns>A string containing the local system edition of the device.</returns>
</member>
<member name="P:Windows.System.Profile.SystemManufacturers.SystemSupportInfo.OemSupportInfo">
<summary>Gets the OEM support information for the system.</summary>
<returns>The OEM support info for the system.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,432 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.System.SystemManagementContract</name>
</assembly>
<members>
<member name="T:Windows.Services.Cortana.CortanaSettings">
<summary>Provides access to Cortana settings.</summary>
</member>
<member name="P:Windows.Services.Cortana.CortanaSettings.HasUserConsentToVoiceActivation">
<summary>Gets whether the user has consented to voice activation.</summary>
<returns>**true** if the user has consented. Otherwise, **false**.</returns>
</member>
<member name="P:Windows.Services.Cortana.CortanaSettings.IsVoiceActivationEnabled">
<summary>Gets or sets whether voice activation is enabled.</summary>
<returns>**true** if voice activation is enabled. Otherwise, **false**.</returns>
</member>
<member name="M:Windows.Services.Cortana.CortanaSettings.GetDefault">
<summary>Retrieves the Cortana settings for the current user.</summary>
<returns>A CortanaSettings object.</returns>
</member>
<member name="M:Windows.Services.Cortana.CortanaSettings.IsSupported">
<summary>Retrieves whether Cortana settings are supported.</summary>
<returns>**true** if Cortana settings are supported. Otherwise, **false**.</returns>
</member>
<member name="T:Windows.System.AutoUpdateTimeZoneStatus">
<summary>The status of the automatic time zone request.</summary>
</member>
<member name="F:Windows.System.AutoUpdateTimeZoneStatus.Attempted">
<summary>Time zone detection attempted. </summary>
</member>
<member name="F:Windows.System.AutoUpdateTimeZoneStatus.Failed">
<summary>The time zone could not be detected due to lack of hardware support, or catastrophic failure.</summary>
</member>
<member name="F:Windows.System.AutoUpdateTimeZoneStatus.TimedOut">
<summary>Request timed out. </summary>
</member>
<member name="T:Windows.System.DateTimeSettings">
<summary>Sets the system date and time.</summary>
</member>
<member name="M:Windows.System.DateTimeSettings.SetSystemDateTime(Windows.Foundation.DateTime)">
<summary>Set the system date and time.</summary>
<param name="utcDateTime">The date and time value (in coordinated universal time (UTC)) to set the system clock to.</param>
</member>
<member name="T:Windows.System.PowerState">
<summary>Represents power states for fixed-purpose devices.</summary>
</member>
<member name="F:Windows.System.PowerState.ConnectedStandby">
<summary>Represents the Connected Standby state.</summary>
</member>
<member name="F:Windows.System.PowerState.SleepS3">
<summary>Represents the Sleep S3 state.</summary>
</member>
<member name="T:Windows.System.ProcessLauncher">
<summary>Starts the specified process with associated arguments, if any.</summary>
</member>
<member name="M:Windows.System.ProcessLauncher.RunToCompletionAsync(System.String,System.String)">
<summary>Launches a new process. This asynchronous function completes when the launched process terminates.</summary>
<param name="fileName">The name of the process to launch.</param>
<param name="args">Arguments for running the process.</param>
<returns>When the asynchronous operation completes, it contains the exit code from the launched process.</returns>
</member>
<member name="M:Windows.System.ProcessLauncher.RunToCompletionAsync(System.String,System.String,Windows.System.ProcessLauncherOptions)">
<summary>Launches a new process, including the specified options. This asynchronous function completes when the launched process terminates.</summary>
<param name="fileName">File name of process to start.</param>
<param name="args">Arguments for the specified process.</param>
<param name="options">Associated options for running the process.</param>
<returns>When the asynchronous operation completes, it contains the exit code from the launched process.</returns>
</member>
<member name="T:Windows.System.ProcessLauncherOptions">
<summary>Specifies the options used to launch the specified process.</summary>
</member>
<member name="M:Windows.System.ProcessLauncherOptions.#ctor">
<summary>Creates and initializes a new instance of the process launcher options object.</summary>
</member>
<member name="P:Windows.System.ProcessLauncherOptions.StandardError">
<summary>Specifies where a standard error is directed to.</summary>
<returns>The stream to direct standard errors to.</returns>
</member>
<member name="P:Windows.System.ProcessLauncherOptions.StandardInput">
<summary>Specifies where a standard input is coming from.</summary>
<returns>The input stream for standard input.</returns>
</member>
<member name="P:Windows.System.ProcessLauncherOptions.StandardOutput">
<summary>Specifies where a standard output is directed to.</summary>
<returns>The stream to which standard output is directed.</returns>
</member>
<member name="P:Windows.System.ProcessLauncherOptions.WorkingDirectory">
<summary>Gets or sets the directory the process launcher will work in.</summary>
<returns>The working directory.</returns>
</member>
<member name="T:Windows.System.ProcessLauncherResult">
<summary>Represents the return of the launched process.</summary>
</member>
<member name="P:Windows.System.ProcessLauncherResult.ExitCode">
<summary>Represents the exit code of the process that was run from ProcessLauncher.</summary>
<returns>The exit code.</returns>
</member>
<member name="T:Windows.System.ShutdownKind">
<summary>Describes the types of shutdown that you can perform for a device that runs in fixed-purpose mode.</summary>
</member>
<member name="F:Windows.System.ShutdownKind.Restart">
<summary>Shuts down the fixed-purpose device, then restarts the device.</summary>
</member>
<member name="F:Windows.System.ShutdownKind.Shutdown">
<summary>Shuts down the fixed-purpose device without restarting the device.</summary>
</member>
<member name="T:Windows.System.ShutdownManager">
<summary>Manages the shutdown of devices that run in fixed-purpose mode.</summary>
</member>
<member name="M:Windows.System.ShutdownManager.BeginShutdown(Windows.System.ShutdownKind,Windows.Foundation.TimeSpan)">
<summary>Shuts down a device that runs in fixed-purpose mode, and optionally restarts the device after the specified number of seconds.</summary>
<param name="shutdownKind">The type of shutdown to perform, either with or without restarting the device.</param>
<param name="timeout">The amount of time in seconds to wait before restarting the device if *shutdownKind* is **ShutdownKind.Restart**.</param>
</member>
<member name="M:Windows.System.ShutdownManager.CancelShutdown">
<summary>Cancels a shutdown of a fixed-purpose device that is already in progress.</summary>
</member>
<member name="M:Windows.System.ShutdownManager.EnterPowerState(Windows.System.PowerState)">
<summary>Instructs a fixed-purpose device to enter the given power state.</summary>
<param name="powerState">The power state to enter.</param>
</member>
<member name="M:Windows.System.ShutdownManager.EnterPowerState(Windows.System.PowerState,Windows.Foundation.TimeSpan)">
<summary>Instructs a fixed-purpose device to enter the given power state, then wake up after the given period of time.</summary>
<param name="powerState">The power state to enter.</param>
<param name="wakeUpAfter">The period of time to remain in the specified power state. After this time elapses, the device will wake up.</param>
</member>
<member name="M:Windows.System.ShutdownManager.IsPowerStateSupported(Windows.System.PowerState)">
<summary>Gets whether a given power state is supported on a fixed-purpose device.</summary>
<param name="powerState">The power state to be examined.</param>
<returns>This method returns TRUE if the power state is supported on the specified device, and FALSE otherwise.</returns>
</member>
<member name="T:Windows.System.SystemManagementContract">
<summary>
</summary>
</member>
<member name="T:Windows.System.TimeZoneSettings">
<summary>Contains methods and properties for interacting with time zones.</summary>
</member>
<member name="P:Windows.System.TimeZoneSettings.CanChangeTimeZone">
<summary>Gets whether the time zone can be changed.</summary>
<returns>True if the time zone can be changed; otherwise, false.</returns>
</member>
<member name="P:Windows.System.TimeZoneSettings.CurrentTimeZoneDisplayName">
<summary>Gets the display name of the current time zone.</summary>
<returns>The display name of the current time zone.</returns>
</member>
<member name="P:Windows.System.TimeZoneSettings.SupportedTimeZoneDisplayNames">
<summary>Gets the display names for all supported time zones.</summary>
<returns>The display names for all supported time zones.</returns>
</member>
<member name="M:Windows.System.TimeZoneSettings.AutoUpdateTimeZoneAsync(Windows.Foundation.TimeSpan)">
<summary>Attempts to automatically determine and set the time zone for embedded mode devices.</summary>
<param name="timeout">If the time-out period is exceeded, this method returns a value of **TimedOut** for the AutoUpdateTimeZoneStatus.</param>
<returns>
</returns>
</member>
<member name="M:Windows.System.TimeZoneSettings.ChangeTimeZoneByDisplayName(System.String)">
<summary>Changes the time zone using the display name.</summary>
<param name="timeZoneDisplayName">The display name of the time zone to change to.</param>
</member>
<member name="T:Windows.System.Update.SystemUpdateAttentionRequiredReason">
<summary>Reason why user attention is required.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateAttentionRequiredReason.InsufficientBattery">
<summary>Insufficient battery power to begin updating system.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateAttentionRequiredReason.InsufficientDiskSpace">
<summary>Insufficient disk space to download updates.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateAttentionRequiredReason.NetworkRequired">
<summary>Network connection requires attention.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateAttentionRequiredReason.None">
<summary>No attention required.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateAttentionRequiredReason.UpdateBlocked">
<summary>Update cannot proceed.</summary>
</member>
<member name="T:Windows.System.Update.SystemUpdateItem">
<summary>Describes the update bundle's properties and status.</summary>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.Description">
<summary>Describes the contents of the SystemUpdateItem.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.DownloadProgress">
<summary>Download progress percentage.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.ExtendedError">
<summary>Extended error information, if available.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.Id">
<summary>A unique identifer which identifies this update item.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.InstallProgress">
<summary>Install progress percentage.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.Revision">
<summary>The revision number of the update bundle starts at 1 and increases if revisions are made to the original update bundle.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.State">
<summary>State of the current update item.</summary>
<returns>SystemUpdateItemState</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateItem.Title">
<summary>Title of update item.</summary>
<returns>
</returns>
</member>
<member name="T:Windows.System.Update.SystemUpdateItemState">
<summary>State of a SystemUpdateItem.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.Calculating">
<summary>Calculating update item actions.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.Completed">
<summary>Update completed.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.Downloading">
<summary>Update item downloading.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.Error">
<summary>See extended error.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.Initializing">
<summary>Update item initializing.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.Installing">
<summary>Update item installing.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.NotStarted">
<summary>Update not started.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.Preparing">
<summary>Preparing update item.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateItemState.RebootRequired">
<summary>Reboot required.</summary>
</member>
<member name="T:Windows.System.Update.SystemUpdateLastErrorInfo">
<summary>Information about the last failed system update.</summary>
</member>
<member name="P:Windows.System.Update.SystemUpdateLastErrorInfo.ExtendedError">
<summary>Extended error description.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateLastErrorInfo.IsInteractive">
<summary>Specifies if the last update error occurred during an interactive update.</summary>
<returns>**True** if the error occurred during an interactive update. **False** if the update was an automatic update.</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateLastErrorInfo.State">
<summary>SystemUpdateManager state when the last error occurred.</summary>
<returns>SystemUpdateManagerState</returns>
</member>
<member name="T:Windows.System.Update.SystemUpdateManager">
<summary>Allows interactive control of system updates.</summary>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.AttentionRequiredReason">
<summary>Reason why user attention is required.</summary>
<returns>SystemUpdateAttentionRequiredReason</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.DownloadProgress">
<summary>Download progress percentage.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.ExtendedError">
<summary>Extended error information if available.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.InstallProgress">
<summary>Install progress percentage.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.LastErrorInfo">
<summary>Information about the last failed system update.</summary>
<returns>SystemUpdateLastErrorInfo</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.LastUpdateCheckTime">
<summary>Time of last check for updates.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.LastUpdateInstallTime">
<summary>Time of last update install.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.State">
<summary>The current state of the SystemUpdateManager.</summary>
<returns>SystemUpdateManagerState</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.UserActiveHoursEnd">
<summary>Gets the user active hours end time value.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.UserActiveHoursMax">
<summary>Gets the maximum interval allowed between UserActiveHoursStart and UserActiveHoursEnd in hours.</summary>
<returns>
</returns>
</member>
<member name="P:Windows.System.Update.SystemUpdateManager.UserActiveHoursStart">
<summary>Gets the user active hours start time value.</summary>
<returns>
</returns>
</member>
<member name="E:Windows.System.Update.SystemUpdateManager.StateChanged">
<summary>State property change notification event.</summary>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.BlockAutomaticRebootAsync(System.String)">
<summary>Block automatic reboots for update until UnblockAutomaticRebootAsync is called or until reboot is enforced by system policy.</summary>
<param name="lockId">Identifier consisting of A-Z,a-z,0-9. Use Guid.NewGuid.ToString() to generate a new random id.</param>
<returns>
</returns>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.GetAutomaticRebootBlockIds">
<summary>Get the IDs of automatic reboot block requests.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.GetFlightRing">
<summary>Get the flight ring.</summary>
<returns>
</returns>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.GetUpdateItems">
<summary>Get list of pending update items.</summary>
<returns>A list of the SystemUpdateItem</returns>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.IsSupported">
<summary>Indicates whether this API is supported on this device.</summary>
<returns>**true** if the API is supported; otherwise **false**.</returns>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.RebootToCompleteInstall">
<summary>Reboots the device to complete the install, if a reboot is required.</summary>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.SetFlightRing(System.String)">
<summary>Sets the flight ring.</summary>
<param name="flightRing">
</param>
<returns>
</returns>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.StartCancelUpdates">
<summary>Start cancelling updates if any updates are in progress.</summary>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.StartInstall(Windows.System.Update.SystemUpdateStartInstallAction)">
<summary>Start the detection, downloading, and installation of pending updates.</summary>
<param name="action">See SystemUpdateStartInstallAction</param>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.TrySetUserActiveHours(Windows.Foundation.TimeSpan,Windows.Foundation.TimeSpan)">
<summary>Try to set the user defined Active Hours during which automatic reboots for update will not be allowed.</summary>
<param name="start">Start time of active hours.</param>
<param name="end">End time of active hours.</param>
<returns>Returns true if active hours were set. Returns false otherwise.</returns>
</member>
<member name="M:Windows.System.Update.SystemUpdateManager.UnblockAutomaticRebootAsync(System.String)">
<summary>Unblock automatic update reboots, if blocked.</summary>
<param name="lockId">Identifier consisting of A-Z,a-z,0-9. Use Guid.NewGuid.ToString() to generate a new random id. Must match the value passed into BlockAutomaticRebootAsync.</param>
<returns>Returns true if no blocks remain on automatic reboots.</returns>
</member>
<member name="T:Windows.System.Update.SystemUpdateManagerState">
<summary>Enumeration that describes the current state of system updates.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.AttentionRequired">
<summary>
</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.Completed">
<summary>
</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.Detecting">
<summary>
</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.Downloading">
<summary>
</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.Error">
<summary>An error has occurred. Check ExtendedError.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.Finalizing">
<summary>System updates are finalizing.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.Idle">
<summary>The SystemUpdateManager is idle.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.Installing">
<summary>System updates are installing.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.ReadyToDownload">
<summary>System updates are ready to download.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.ReadyToFinalize">
<summary>System updates are ready to finalize.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.ReadyToInstall">
<summary>System updates are ready to install.</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateManagerState.RebootRequired">
<summary>A reboot is required to complete the install.</summary>
</member>
<member name="T:Windows.System.Update.SystemUpdateStartInstallAction">
<summary>
</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateStartInstallAction.AllowReboot">
<summary>Download, and install. If reboots are required reboot automatically as sson as they are required</summary>
</member>
<member name="F:Windows.System.Update.SystemUpdateStartInstallAction.UpToReboot">
<summary>Download, and install. Wait for interactive reboot to install or automatic reboot window if reboots are required.</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,138 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.System.UserProfile.UserProfileContract</name>
</assembly>
<members>
<member name="T:Windows.System.UserProfile.AccountPictureKind">
<summary>Allows you to request a specific image type when using GetAccountPicture.</summary>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
</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.SmallImage">
<summary>Indicates you want the small 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.SetAccountPictureResult">
<summary>A result that is returned when you try to set the image for a user account.</summary>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
</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.Failure">
<summary>Indicates the picture or video was not set.</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.LargeOrDynamicError">
<summary>Indicates that the picture was not set because the picture was too large.</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.VideoFrameSizeError">
<summary>Indicates that the video was not set because of its frame size was too large.</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.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.Success">
<summary>The image feed was set successfully.</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>Represents information about the user, such as name and account picture.</summary>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
</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="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="E:Windows.System.UserProfile.UserInformation.AccountPictureChanged">
<summary>Occurs when the user's image or name changes.</summary>
</member>
<member name="M:Windows.System.UserProfile.UserInformation.GetAccountPicture(Windows.System.UserProfile.AccountPictureKind)">
<summary>Gets the account picture for the user.</summary>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<param name="kind">An enumeration that you can use to determine what type of image you want (small, large, and so on).</param>
<returns>An object that contains the image.</returns>
</member>
<member name="M:Windows.System.UserProfile.UserInformation.GetDisplayNameAsync">
<summary>Gets the display name for the user account.</summary>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<returns>The user's first name.</returns>
</member>
<member name="M:Windows.System.UserProfile.UserInformation.GetLastNameAsync">
<summary>Gets the user's last name.</summary>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<returns>The Uniform Resource Identifier (URI) of the session initiation protocol.</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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<param name="image">A file that contains the image.</param>
<returns>A value that indicates the success or failure of the operation.</returns>
</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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<param name="image">The image.</param>
<returns>A value that indicates the success or failure of the operation.</returns>
</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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<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>
<returns>A value that indicates the success or failure of the operation.</returns>
</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>
<deprecated type="deprecate">Use User instead of UserInformation. For more info, see MSDN.</deprecated>
<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>
<returns>A value that indicates the success or failure of the operation.</returns>
</member>
<member name="T:Windows.System.UserProfile.UserProfileContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.System.UserProfile.UserProfileLockScreenContract</name>
</assembly>
<members>
<member name="T:Windows.System.UserProfile.LockScreen">
<summary>Provides properties and methods to manage the full-screen image used as the lock screen background.</summary>
</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.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="M:Windows.System.UserProfile.LockScreen.RequestSetImageFeedAsync(Windows.Foundation.Uri)">
<summary>Registers an RSS image feed to be used as a lock screen slideshow. (Windows 8.1 only)</summary>
<param name="syndicationFeedUri">The Uniform Resource Identifier (URI) of the RSS image feed.</param>
<returns>One of the SetImageFeedResult values.</returns>
</member>
<member name="M:Windows.System.UserProfile.LockScreen.SetImageFileAsync(Windows.Storage.IStorageFile)">
<summary>Sets the lock screen image from a StorageFile object.</summary>
<param name="value">The StorageFile object that contains the new image for the lock screen.</param>
<returns>The object used to set the image for the lock screen.</returns>
</member>
<member name="M:Windows.System.UserProfile.LockScreen.SetImageStreamAsync(Windows.Storage.Streams.IRandomAccessStream)">
<summary>Sets the lock screen image from a data stream.</summary>
<param name="value">The stream that contains the image data.</param>
<returns>The object used to set the lock screen image.</returns>
</member>
<member name="M:Windows.System.UserProfile.LockScreen.TryRemoveImageFeed">
<summary>Unregisters the image feed being used in the lock screen slideshow, stopping the slideshow. (Windows 8.1 only)</summary>
<returns>**true** if the image feed was disabled; otherwise, **false**.</returns>
</member>
<member name="T:Windows.System.UserProfile.UserProfileLockScreenContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.UI.ApplicationSettings.ApplicationsSettingsContract</name>
</assembly>
<members>
<member name="T:Windows.UI.ApplicationSettings.ApplicationsSettingsContract">
<summary>
</summary>
</member>
<member name="T:Windows.UI.ApplicationSettings.SettingsEdgeLocation">
<summary>Specifies the edge of the screen where the Settings charms appear.</summary>
<deprecated type="deprecate">SettingsEdgeLocation is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</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="F:Windows.UI.ApplicationSettings.SettingsEdgeLocation.Right">
<summary>The Settings charm appears on the right 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>
<deprecated type="deprecate">SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</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="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="M:Windows.UI.ApplicationSettings.SettingsPane.GetForCurrentView">
<summary>Gets a SettingsPane object that is associated with the current app view (that is, with CoreWindow ).</summary>
<deprecated type="deprecate">SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
<returns>The settings pane.</returns>
</member>
<member name="M:Windows.UI.ApplicationSettings.SettingsPane.Show">
<summary>Displays the Settings Charm pane to the user.</summary>
<deprecated type="deprecate">SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</member>
<member name="T:Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest">
<summary>Contains properties that are only available during the CommandsRequested event.</summary>
<deprecated type="deprecate">SettingsPaneCommandsRequest is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</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>
<deprecated type="deprecate">SettingsPaneCommandsRequestedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
</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>
</members>
</doc>

View File

@@ -0,0 +1,369 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.UI.Core.AnimationMetrics.AnimationMetricsContract</name>
</assembly>
<members>
<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.   AnimationDescription objects with a higher z-order cover transitions with a lower z-order.</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.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.AddToList">
<summary>An object is added to a list.</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.AddToSearchList">
<summary>An object is added to a vertically arranged list of search results.</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.CrossFade">
<summary>One item is faded out as another fades in in its place.</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.DeleteFromList">
<summary>An object is removed from a list.</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.DeleteFromSearchList">
<summary>An object is removed from a vertically arranged list of search results.</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.DragSourceEnd">
<summary>The user has stopped dragging 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.EnterPage">
<summary>A page of content is brought in to the display.</summary>
</member>
<member name="F:Windows.UI.Core.AnimationMetrics.AnimationEffect.Expand">
<summary>&lt;!--Wherever possible, change passive voice to active in the descriptions below.--&gt;</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.Hide">
<summary>UI collapses around a tapped or clicked target.</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.HidePopup">
<summary>A pop-up control is removed from the screen.</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.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.Reposition">
<summary>An object changes position. No more specific animation applies.</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.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.ShowPopup">
<summary>A pop-up control appears on the screen.</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.SwipeSelect">
<summary>An object has been selected through the swipe interaction.</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.TransitionPage">
<summary>One page is replaced by another page.</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.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.Primary">
<summary>The only participant in an single-target animation.</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.AnimationMetricsContract">
<summary>
</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 Bézier 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 Bézier 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 Bézier 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 Bézier 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 Bézier 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 Bézier 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.Opacity">
<summary>Animate the object's transparency. The corresponding object is the OpacityAnimation.</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="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 Bézier 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 Bézier 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 Bézier 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 Bézier 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>
</members>
</doc>

View File

@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.UI.Core.CoreWindowDialogsContract</name>
</assembly>
<members>
<member name="T:Windows.UI.Core.CoreWindowDialog">
<summary>Defines a child dialog of an app window.</summary>
</member>
<member name="M:Windows.UI.Core.CoreWindowDialog.#ctor">
<summary>Creates a default instance of the CoreWindowDialog class.</summary>
</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="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.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.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.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.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.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="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="E:Windows.UI.Core.CoreWindowDialog.Showing">
<summary>Is fired when the dialog is displayed.</summary>
</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="T:Windows.UI.Core.CoreWindowDialogsContract">
<summary>
</summary>
</member>
<member name="T:Windows.UI.Core.CoreWindowFlyout">
<summary>Defines a child flyout of an app window.</summary>
</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="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.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.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.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="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="E:Windows.UI.Core.CoreWindowFlyout.Showing">
<summary>Is fired when the flyout is displayed.</summary>
</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="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>
</members>
</doc>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.UI.ViewManagement.ViewManagementViewScalingContract</name>
</assembly>
<members>
<member name="T:Windows.UI.ViewManagement.ApplicationViewScaling">
<summary>Provides methods and properties for controlling layout scaling.</summary>
</member>
<member name="P:Windows.UI.ViewManagement.ApplicationViewScaling.DisableLayoutScaling">
<summary>Gets a value that indicates whether layout scaling is disabled.</summary>
<returns>**true** if layout scaling is disabled; otherwise, **false**.</returns>
</member>
<member name="M:Windows.UI.ViewManagement.ApplicationViewScaling.TrySetDisableLayoutScaling(System.Boolean)">
<summary>Attempts to set the DisableLayoutScaling property to the specified value.</summary>
<param name="disableLayoutScaling">**true** to disable layout scaling; **false** to enable it.</param>
<returns>**true** if the property was set successfully; otherwise, **false**.</returns>
</member>
<member name="T:Windows.UI.ViewManagement.ViewManagementViewScalingContract">
<summary>
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.UI.WebUI.Core.WebUICommandBarContract</name>
</assembly>
<members>
<member name="T:Windows.UI.WebUI.Core.IWebUICommandBarElement">
<summary>**Deprecated.** The interface for the command bar elements.</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.IWebUICommandBarIcon">
<summary>**Deprecated.** The interface for the command bar icons.</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.MenuClosedEventHandler">
<summary>**Deprecated.** Represents the method that will handle the MenuClosed event.</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.MenuOpenedEventHandler">
<summary>**Deprecated.** Represents the method that will handle the MenuOpened event.</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.SizeChangedEventHandler">
<summary>**Deprecated.** Represents the method that will handle the SizeChanged event.</summary>
<param name="eventArgs">Provides data when the size of the command bar changes.</param>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBar">
<summary>**Deprecated.** Represents a command bar.</summary>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.BackgroundColor">
<summary>**Deprecated.** Gets or sets the background color of the command bar.</summary>
<returns>The background color of the command bar.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.ClosedDisplayMode">
<summary>**Deprecated.** Gets or sets the closed display mode for the command bar.</summary>
<returns>The closed display mode for the command bar.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.ForegroundColor">
<summary>**Deprecated.** Gets or sets the foreground color of the command bar.</summary>
<returns>The foreground color of the command bar.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.IsOpen">
<summary>**Deprecated.** Gets or sets whether the command bar is open.</summary>
<returns>true if the command bar is open; otherwise, false.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.Opacity">
<summary>**Deprecated.** Gets or sets the opacity level of the command bar.</summary>
<returns>The opacity level of the command bar.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.PrimaryCommands">
<summary>**Deprecated.** Gets the primary commands on the command bar.</summary>
<returns>The primary commands on the command bar.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.SecondaryCommands">
<summary>**Deprecated.** Gets the secondary commands on the command bar.</summary>
<returns>The secondary commands on the command bar.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.Size">
<summary>**Deprecated.** Gets the size of the command bar.</summary>
<returns>The size of the command bar.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBar.Visible">
<summary>**Deprecated.** Gets or sets whether the command bar is displayed.</summary>
<returns>true if the command bar is visible; otherwise, false.</returns>
</member>
<member name="E:Windows.UI.WebUI.Core.WebUICommandBar.MenuClosed">
<summary>**Deprecated.** Occurs when a menu is closed.</summary>
</member>
<member name="E:Windows.UI.WebUI.Core.WebUICommandBar.MenuOpened">
<summary>**Deprecated.** Occurs when a menu is opened.</summary>
</member>
<member name="E:Windows.UI.WebUI.Core.WebUICommandBar.SizeChanged">
<summary>**Deprecated.** Occurs when the size of the command bar changes.</summary>
</member>
<member name="M:Windows.UI.WebUI.Core.WebUICommandBar.GetForCurrentView">
<summary>**Deprecated.** Gets the command bar currently being presented.</summary>
<returns>The command bar.</returns>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarBitmapIcon">
<summary>**Deprecated.** Represents a Web UI command bar bitmap icon.</summary>
</member>
<member name="M:Windows.UI.WebUI.Core.WebUICommandBarBitmapIcon.#ctor">
<summary>**Deprecated.** Initializes a new instance of the WebUICommandBarBitmapIcon class.</summary>
</member>
<member name="M:Windows.UI.WebUI.Core.WebUICommandBarBitmapIcon.#ctor(Windows.Foundation.Uri)">
<summary>**Deprecated.** Initializes a new instance of the WebUICommandBarBitmapIcon class.</summary>
<param name="uri">The URI of the bitmap icon.</param>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarBitmapIcon.Uri">
<summary>**Deprecated.** Gets or sets the URI of the command bar bitmap icon.</summary>
<returns>The URI of the bitmap icon.</returns>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode">
<summary>**Deprecated.** Represents the display mode of a closed command bar.</summary>
</member>
<member name="F:Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode.Compact">
<summary>Compact display mode.</summary>
</member>
<member name="F:Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode.Default">
<summary>Default display mode.</summary>
</member>
<member name="F:Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode.Minimal">
<summary>Minimal display mode.</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarConfirmationButton">
<summary>**Deprecated.** Represents a Web UI command bar confirmation button.</summary>
</member>
<member name="M:Windows.UI.WebUI.Core.WebUICommandBarConfirmationButton.#ctor">
<summary>**Deprecated.** Initializes a new instance of the WebUICommandBarConfirmationButton class.</summary>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarConfirmationButton.Text">
<summary>**Deprecated.** Gets or sets the text of the command bar confirmation button.</summary>
<returns>The text of the command bar confirmation button.</returns>
</member>
<member name="E:Windows.UI.WebUI.Core.WebUICommandBarConfirmationButton.ItemInvoked">
<summary>**Deprecated.** Occurs when the confirmation button is invoked.</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarContract">
<summary>
</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarIconButton">
<summary>**Deprecated.** Represents a command bar button icon.</summary>
</member>
<member name="M:Windows.UI.WebUI.Core.WebUICommandBarIconButton.#ctor">
<summary>**Deprecated.** Initializes a new instance of the WebUICommandBarIconButton class.</summary>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarIconButton.Enabled">
<summary>**Deprecated.** Gets or sets if the command bar icon button is enabled.</summary>
<returns>true if the command bar icon button is enabled; otherwise, false.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarIconButton.Icon">
<summary>**Deprecated.** Gets or sets the command bar icon button icon.</summary>
<returns>The command bar icon button icon.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarIconButton.IsChecked">
<summary>**Deprecated.** Gets or sets if the command bar icon button is checked.</summary>
<returns>true if the command bar icon button is checked; otherwise, false.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarIconButton.IsToggleButton">
<summary>**Deprecated.** Gets or sets if the command bar icon button is a toggle button.</summary>
<returns>true if the command bar icon button is a toggle button; otherwise, false.</returns>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarIconButton.Label">
<summary>**Deprecated.** Gets or sets the label of the command bar icon button.</summary>
<returns>The label of the command bar icon.</returns>
</member>
<member name="E:Windows.UI.WebUI.Core.WebUICommandBarIconButton.ItemInvoked">
<summary>**Deprecated.** Occurs when a command bar icon button is invoked.</summary>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarItemInvokedEventArgs">
<summary>**Deprecated.** Contains event data about the WebUICommandBarIconButton ItemInvoked event.</summary>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarItemInvokedEventArgs.IsPrimaryCommand">
<summary>**Deprecated.** Gets if the invoked command is a primary command.</summary>
<returns>true if the command is a primary command; otherwise, false.</returns>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarSizeChangedEventArgs">
<summary>**Deprecated.** Contains event data about the WebUICommandBar [SizeChanged](webuicommandbar_sizechanged.md) event.</summary>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarSizeChangedEventArgs.Size">
<summary>**Deprecated.** Gets the size of the command bar.</summary>
<returns>The size of the command bar.</returns>
</member>
<member name="T:Windows.UI.WebUI.Core.WebUICommandBarSymbolIcon">
<summary>**Deprecated.** Represents a command bar symbol icon.</summary>
</member>
<member name="M:Windows.UI.WebUI.Core.WebUICommandBarSymbolIcon.#ctor">
<summary>**Deprecated.** Initializes a new instance of the WebUICommandBarSymbolIcon class.</summary>
</member>
<member name="M:Windows.UI.WebUI.Core.WebUICommandBarSymbolIcon.#ctor(System.String)">
<summary>**Deprecated.** Initializes a new instance of the WebUICommandBarSymbolIcon class.</summary>
<param name="symbol">The symbol icon.</param>
</member>
<member name="P:Windows.UI.WebUI.Core.WebUICommandBarSymbolIcon.Symbol">
<summary>**Deprecated.** Gets or sets the symbol of the command bar symbol icon.</summary>
<returns>The symbol.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,287 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.UI.Xaml.Hosting.HostingContract</name>
</assembly>
<members>
<member name="T:Windows.UI.Xaml.Hosting.DesignerAppExitedEventArgs">
<summary>Provides event data for the DesignerAppManager.DesignerAppExited event.</summary>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesignerAppExitedEventArgs.ExitCode">
<summary>Gets the exit code with which the app exited.</summary>
<returns>The exit code with which the app exited.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.DesignerAppManager">
<summary>Manages an application in a XAML design surface that runs in a regular UWP context, compared to the legacy designer which uses the XamlUIPresenter and runs in a Win32 process. The process is required to specify the NoUIEntryPoints-DesignModeV2 DisplayName property in the .APPX in order to be activated successfully in this mode. The launched application will not show up in the TaskBar or TaskView switcher.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesignerAppManager.#ctor(System.String)">
<summary>Initializes a new instance of the DesignerAppManager class.</summary>
<param name="appUserModelId">The identifier for the app user model.</param>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesignerAppManager.AppUserModelId">
<summary>Gets the identifier for the app user model.</summary>
<returns>The identifier for the app user model.</returns>
</member>
<member name="E:Windows.UI.Xaml.Hosting.DesignerAppManager.DesignerAppExited">
<summary>Occurs when the app in the designer has exited.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesignerAppManager.Close">
<summary>Closes the app manager. This will close the process activated by the DesignerAppManager and wait for the process to terminate. It's possible that this method could block for an indefinite amount of time if the process is hung. The DesignerAppExited event **won't** be fired when manually closed.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesignerAppManager.CreateNewViewAsync(Windows.UI.Xaml.Hosting.DesignerAppViewState,Windows.Foundation.Size)">
<summary>Creates a new DesignerAppView.</summary>
<param name="initialViewState">The initial state of the view.</param>
<param name="initialViewSize">The initial size of the view.</param>
<returns>The created DesignerAppView.</returns>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesignerAppManager.LoadObjectIntoAppAsync(System.String,System.Guid,System.String)">
<summary>Loads the specified object into the app.</summary>
<param name="dllName">The name of the DLL.</param>
<param name="classId">The identifier for the class.</param>
<param name="initializationData">Data to initialize the object.</param>
<returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.DesignerAppView">
<summary>Represents an app view in a XAML design surface.</summary>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesignerAppView.ApplicationViewId">
<summary>Gets the identifier for the app view.</summary>
<returns>The identifier for the app view.</returns>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesignerAppView.AppUserModelId">
<summary>Gets the identifier for the app user model.</summary>
<returns>The identifier for the app user model.</returns>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesignerAppView.ViewSize">
<summary>Get the size of the app view in the designer.</summary>
<returns>The size of the app view in the designer.</returns>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesignerAppView.ViewState">
<summary>Gets a value that indicates whether the view is visible or hidden.</summary>
<returns>A value that indicates whether the view is **Visible** or **Hidden**.</returns>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesignerAppView.Close">
<summary>Closes the app view in the designer.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesignerAppView.UpdateViewAsync(Windows.UI.Xaml.Hosting.DesignerAppViewState,Windows.Foundation.Size)">
<summary>Updates the app view in the designer.</summary>
<param name="viewState">The state of the app view.</param>
<param name="viewSize">The size of the app view.</param>
<returns>The asynchronous results of the operation. Use this to determine when the async call is complete.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.DesignerAppViewState">
<summary>Defines constants that specify whether the app view is visible or hidden.</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.DesignerAppViewState.Hidden">
<summary>The app view is hidden.</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.DesignerAppViewState.Visible">
<summary>The app view is visible.</summary>
</member>
<member name="T:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource">
<summary>Enables a non-UWP desktop application (for example, a WPF or Windows Forms application) to host a Windows.UI.Xaml.UIElement in an HWND.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.#ctor">
<summary>Initializes a new instance of the DesktopWindowXamlSource class.</summary>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.Content">
<summary>Gets or sets the Windows.UI.Xaml.UIElement object that you want to host in the desktop application.</summary>
<returns>The object that you want to host in the desktop application.</returns>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.HasFocus">
<summary>Gets a value that indicates whether the **DesktopWindowXamlSource** currently has focus in the desktop application.</summary>
<returns>True if the **DesktopWindowXamlSource** currently has focus in the desktop application; otherwise, false.</returns>
</member>
<member name="E:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.GotFocus">
<summary>Occurs when the **DesktopWindowXamlSource** gets focus in the desktop application (for example, the user presses the **Tab** key while focus is on the element just before the **DesktopWindowXamlSource**).</summary>
</member>
<member name="E:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.TakeFocusRequested">
<summary>Occurs when the host desktop application receives a request take back focus from the DesktopWindowXamlSource object (for example, the user is on the last focusable element in the **DesktopWindowXamlSource** and presses **Tab**).</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.Close">
<summary>Closes and releases any resources used by this DesktopWindowXamlSource.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.NavigateFocus(Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest)">
<summary>Attempts to programmatically give focus to the **DesktopWindowXamlSource** in the desktop application.</summary>
<param name="request">An object that specifies the reason and other optional info for the focus navigation.</param>
<returns>An object that provides data for the focus navigation request.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.DesktopWindowXamlSourceGotFocusEventArgs">
<summary>Provides event data for the GotFocus event.</summary>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesktopWindowXamlSourceGotFocusEventArgs.Request">
<summary>Gets a XamlSourceFocusNavigationRequest object that specifies the reason and other info for the focus navigation.</summary>
<returns>An object that specifies the reason and other info for the focus navigation.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.DesktopWindowXamlSourceTakeFocusRequestedEventArgs">
<summary>Provides event data for the TakeFocusRequested event.</summary>
</member>
<member name="P:Windows.UI.Xaml.Hosting.DesktopWindowXamlSourceTakeFocusRequestedEventArgs.Request">
<summary>Gets a XamlSourceFocusNavigationRequest object that specifies the reason and other info for the focus navigation.</summary>
<returns>An object that specifies the reason and other info for the focus navigation.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.HostingContract">
<summary>
</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>
<param name="path">The local path to resolve.</param>
<returns>The resolved file name.</returns>
</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.IXamlUIPresenterHost3">
<summary>Extends IXamlUIPresenterHost to add ResolveDictionaryResource.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.IXamlUIPresenterHost3.ResolveDictionaryResource(Windows.UI.Xaml.ResourceDictionary,System.Object,System.Object)">
<summary>Resolves a resource that is specified by a dictionary and key.</summary>
<param name="dictionary">The dictionary that contains the resource.</param>
<param name="dictionaryKey">The resource key.</param>
<param name="suggestedValue">The suggested value.</param>
<returns>The resource object.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.WindowsXamlManager">
<summary>Represents the UWP XAML framework. This class provides a static InitializeForCurrentThread method you can use to initialize this framework on the current thread in a non-UWP desktop application (for example, a WPF or Windows Forms application).</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.WindowsXamlManager.Close">
<summary>Closes and releases any resources used by this WindowsXamlManager.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.WindowsXamlManager.InitializeForCurrentThread">
<summary>Initializes the UWP XAML framework in a non-UWP desktop application (for example, a WPF or Windows Forms application) on the current thread.</summary>
<returns>An object that contains a reference to the UWP XAML framework.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason">
<summary>Defines values that represent the reasons that the Windows.UI.Xaml.UIElement got focus in a desktop application that uses a DesktopWindowXamlSource object to host XAML-based UI. The XamlSourceFocusNavigationRequest.Reason property returns one of these values.</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Down">
<summary>The focus was set in response to the user navigating down by using a 4-direction navigation experience (for example, by using keyboard arrow keys).</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.First">
<summary>The focus was set in response to the user navigating to the next element by using a bidirectional navigation experience (for example, by pressing **Tab**).</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Last">
<summary>The focus was set in response to the user navigating to the previous element by using a bidirectional navigation experience (for example, by pressing **Shift-Tab**).</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Left">
<summary>The focus was set in response to the user navigating left by using a 4-direction navigation experience (for example, by using keyboard arrow keys).</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Programmatic">
<summary>The focus was set programmatically.</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Restore">
<summary>The focus was restored after a task switch, such as pressing **Alt** + **Tab**.</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Right">
<summary>The focus was set in response to the user navigating right by using a 4-direction navigation experience (for example, by using keyboard arrow keys).</summary>
</member>
<member name="F:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Up">
<summary>The focus was set in response to the user navigating up by using a 4-direction navigation experience (for example, by using keyboard arrow keys).</summary>
</member>
<member name="T:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest">
<summary>Provides information about a request to give focus to a DesktopWindowXamlSource object.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.#ctor(Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason)">
<summary>Initializes a new instance of the XamlSourceFocusNavigationRequest class with the reason for the navigation request.</summary>
<param name="reason">A value that indicates the reason for the navigation request.</param>
</member>
<member name="M:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.#ctor(Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason,Windows.Foundation.Rect)">
<summary>Initializes a new instance of the XamlSourceFocusNavigationRequest class with the reason for the navigation request and the bounding rectangle that will receive navigation focus.</summary>
<param name="reason">A value that indicates the reason for the navigation request.</param>
<param name="hintRect">The bounding rectangle of the element in the desktop application that is losing focus (that is, the element that had focus before the DesktopWindowXamlSource received focus). This parameter is used to provide context to the UWP XAML framework when the user enters the **DesktopWindowXamlSource** by using a 4-direction navigation experience (for example, by using keyboard arrow keys). For more information, see the remarks.</param>
</member>
<member name="M:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.#ctor(Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationReason,Windows.Foundation.Rect,System.Guid)">
<summary>Initializes a new instance of the XamlSourceFocusNavigationRequest class with the reason for the navigation request, the bounding rectangle that will receive navigation focus, and the unique correlation ID for the request.</summary>
<param name="reason">A value that indicates the reason for the navigation request.</param>
<param name="hintRect">The bounding rectangle of the element in the desktop application that is losing focus (that is, the element that had focus before the DesktopWindowXamlSource received focus). This parameter is used to provide context to the UWP XAML framework when the user enters the **DesktopWindowXamlSource** by using a 4-direction navigation experience (for example, by using keyboard arrow keys). For more information, see the remarks.</param>
<param name="correlationId">The unique identifier for the navigation request. You can use this parameter for logging purposes, or if you have an existing correlation ID from an in-progress focus movement already in progress and you want to connect that focus movement with the current navigation request.</param>
</member>
<member name="P:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.CorrelationId">
<summary>Gets the unique identifier for the navigation request. You can use this value for logging purposes, or if you have an existing correlation ID from an in-progress focus movement already in progress and you want to connect that focus movement with a new navigation request.</summary>
<returns>The unique identifier for the navigation request.</returns>
</member>
<member name="P:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.HintRect">
<summary>Gets the bounding rectangle of the element in the desktop application that is losing focus (that is, the element that had focus before the DesktopWindowXamlSource received focus).</summary>
<returns>The bounding rectangle that is losing focus.</returns>
</member>
<member name="P:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.Reason">
<summary>Gets a XamlSourceFocusNavigationReason value that indicates the reason for the navigation request.</summary>
<returns>A value that indicates the reason for the navigation request.</returns>
</member>
<member name="T:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationResult">
<summary>Provides data for a request to navigate focus to a DesktopWindowXamlSource object by using the NavigateFocus method.</summary>
</member>
<member name="M:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationResult.#ctor(System.Boolean)">
<summary>Initializes a new instance of the XamlSourceFocusNavigationResult class.</summary>
<param name="focusMoved">True if the focus successfully moved to the DesktopWindowXamlSource object; otherwise, false.</param>
</member>
<member name="P:Windows.UI.Xaml.Hosting.XamlSourceFocusNavigationResult.WasFocusMoved">
<summary>Gets a value that indicates whether the focus successfully moved to the DesktopWindowXamlSource object.</summary>
<returns>True if the focus successfully moved to the DesktopWindowXamlSource object; otherwise, false.</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="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.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>
<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>
<returns>The bounds as calculated by FlyoutBase placement logic.</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>
<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>
<returns>The calculated placement target bounds.</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>
</members>
</doc>

View File

@@ -0,0 +1,208 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Windows.Web.Http.Diagnostics.HttpDiagnosticsContract</name>
</assembly>
<members>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticProvider">
<summary>Provides a simple diagnostic facility for tracing and profiling web traffic in applications built on Microsofts HTTP stacks.</summary>
</member>
<member name="E:Windows.Web.Http.Diagnostics.HttpDiagnosticProvider.RequestResponseCompleted">
<summary>Subscribe to the RequestResponseCompleted event to receive a notification that a request has been submitted.</summary>
</member>
<member name="E:Windows.Web.Http.Diagnostics.HttpDiagnosticProvider.RequestSent">
<summary>Subscribe to the RequestSent event to receive a notification that a request has been sent.</summary>
</member>
<member name="E:Windows.Web.Http.Diagnostics.HttpDiagnosticProvider.ResponseReceived">
<summary>Subscribe to the ResponseReceived event to receive a notification that a response has been received.</summary>
</member>
<member name="M:Windows.Web.Http.Diagnostics.HttpDiagnosticProvider.CreateFromProcessDiagnosticInfo(Windows.System.Diagnostics.ProcessDiagnosticInfo)">
<summary>Creates a new HttpDiagnosticProvider based on the specified ProcessDiagnosticInfo object.</summary>
<param name="processDiagnosticInfo">The ProcessDiagnosticInfo that identifies the process to watch.</param>
<returns>The newly created HttpDiagnosticProvider.</returns>
</member>
<member name="M:Windows.Web.Http.Diagnostics.HttpDiagnosticProvider.Start">
<summary>Starts the HttpDiagnosticProvider monitoring the attached process target.</summary>
</member>
<member name="M:Windows.Web.Http.Diagnostics.HttpDiagnosticProvider.Stop">
<summary>Stops the HttpDiagnosticProvider from monitoring the attached process target.</summary>
</member>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs">
<summary>Provides data for the RequestResponseCompleted event.</summary>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs.ActivityId">
<summary>Gets a locally unique ID for this activity, for correlating with other events.</summary>
<returns>A locally unique ID for this activity.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs.Initiator">
<summary>Gets the type of operation initiating this request.</summary>
<returns>The initiator type.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs.ProcessId">
<summary>Gets the process ID.</summary>
<returns>The process ID.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs.RequestedUri">
<summary>Gets the URI of the requested response.</summary>
<returns>The URI of the requested response.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs.SourceLocations">
<summary>Gets the source location call stack.</summary>
<returns>The source location call stack.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs.ThreadId">
<summary>Gets the thread ID.</summary>
<returns>The thread ID.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs.Timestamps">
<summary>Gets the timestamp for connection events.</summary>
<returns>The timestamp for connection events.</returns>
</member>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps">
<summary>Provides all the timestamps for connection events.</summary>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.CacheCheckedTimestamp">
<summary>Gets the last time local cache was checked.</summary>
<returns>The time that local cache was checked.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.ConnectionCompletedTimestamp">
<summary>Gets the timestamp for the end of the TCP connection phase.</summary>
<returns>The timestamp for the end of the TCP connection phase.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.ConnectionInitiatedTimestamp">
<summary>Gets the timestamp for the start of the TCP connection phase.</summary>
<returns>The timestamp for the start of the TCP connection phase.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.NameResolvedTimestamp">
<summary>Gets the time of the DNS name resolution.</summary>
<returns>The time of the DNS name resolution.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.RequestCompletedTimestamp">
<summary>Gets the timestamp for the last byte sent.</summary>
<returns>The timestamp for the last byte sent.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.RequestSentTimestamp">
<summary>Gets the timestamp for the first byte sent.</summary>
<returns>The timestamp for the first byte sent.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.ResponseCompletedTimestamp">
<summary>Gets the timestamp for the last byte received.</summary>
<returns>The timestamp for the last byte received.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.ResponseReceivedTimestamp">
<summary>Gets the timestamp for the fir byte received.</summary>
<returns>The timestamp for the fir byte received.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps.SslNegotiatedTimestamp">
<summary>Gets the time of the SSL handshake negotiation.</summary>
<returns>The time of the SSL handshake negotiation.</returns>
</member>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs">
<summary>Provides data for the RequestSent event.</summary>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs.ActivityId">
<summary>Gets a locally unique ID for this activity, for correlating with other events.</summary>
<returns>A locally unique ID for this activity.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs.Initiator">
<summary>Gets the type of operation initiating this request.</summary>
<returns>The initiator type.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs.Message">
<summary>Gets the HttpRequestMessage including headers.</summary>
<returns>The HttpRequestMessage including headers.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs.ProcessId">
<summary>Gets the process ID.</summary>
<returns>The process ID.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs.SourceLocations">
<summary>Gets the source location call stack.</summary>
<returns>The source location call stack.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs.ThreadId">
<summary>Gets the thread ID.</summary>
<returns>The thread ID.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs.Timestamp">
<summary>Gets the timestamp of when the HttpRequestMessage was sent.</summary>
<returns>The timestamp of when the HttpRequestMessage was sent.</returns>
</member>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderResponseReceivedEventArgs">
<summary>Provides data for the ResponseReceived event.</summary>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderResponseReceivedEventArgs.ActivityId">
<summary>Gets a locally unique ID for this activity, for correlating with other events.</summary>
<returns>A locally unique ID for this activity.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderResponseReceivedEventArgs.Message">
<summary>Gets the HttpResponseMessage including headers, the status code, and data.</summary>
<returns>The HttpResponseMessage including headers, the status code, and data.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticProviderResponseReceivedEventArgs.Timestamp">
<summary>Gets the timestamp of when the HttpResponseMessage was received.</summary>
<returns>The timestamp of when the HttpResponseMessage was received.</returns>
</member>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator">
<summary>Provides the download request initiator type.</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Beacon">
<summary>A one-way beacon request</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.CrossOriginPreFlight">
<summary>A cross-origin pre-flight request</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Fetch">
<summary>A fetch request</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.HtmlDownload">
<summary>An HTML download</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Image">
<summary>An image resource</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Link">
<summary>A link</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Media">
<summary>A media resource</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Other">
<summary>An other resource</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.ParsedElement">
<summary>A parsed element</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Prefetch">
<summary>A pre-fetch request</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Script">
<summary>A script resource</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.Style">
<summary>A CSS element</summary>
</member>
<member name="F:Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator.XmlHttpRequest">
<summary>An XML HTTP request</summary>
</member>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticsContract">
<summary>
</summary>
</member>
<member name="T:Windows.Web.Http.Diagnostics.HttpDiagnosticSourceLocation">
<summary>Contains the source location of the HTTP activity.</summary>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticSourceLocation.ColumnNumber">
<summary>Gets the column number.</summary>
<returns>The column number.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticSourceLocation.LineNumber">
<summary>Gets the line number.</summary>
<returns>The line number.</returns>
</member>
<member name="P:Windows.Web.Http.Diagnostics.HttpDiagnosticSourceLocation.SourceUri">
<summary>Gets the source URI.</summary>
<returns>The source URI.</returns>
</member>
</members>
</doc>