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,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetPlatformMinVersion Condition="'$(TargetPlatformMinVersion)' == ''">10.0.17763.0</TargetPlatformMinVersion>
<AssetTargetFallback>$(AssetTargetFallback);uap$(TargetPlatformMinVersion)</AssetTargetFallback>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="PackageReferenceCheck" BeforeTargets="Build">
<Error Text="Must use PackageReference" Condition="'@(PackageReference)' == ''" />
</Target>
</Project>

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>

Some files were not shown because too many files have changed in this diff Show More